Questions
Tags
Questions Tagged with #Windows server 2008 x64
for questions specifically about the x64 version of Windows Server 2008.
Home
Tags
Windows server 2008 x64
Questions On Other Tags:
Can Windows' built-in ZIP compression be scripted?
How to create a SQL Server function to "join" multiple rows from a subquery into a single delimited field?
How to resolve symbolic links in a shell script
How to set background color of HTML element using css properties in JavaScript
Is there an "exists" function for jQuery?
Recommended add-ons/plugins for Microsoft Visual Studio
What are some resources for getting started in operating system development?
How do I make a fully statically linked .exe with Visual Studio Express 2005?
Accessing a Dictionary.Keys Key through a numeric index
Regular cast vs. static_cast vs. dynamic_cast
How to generate a random alpha-numeric string
How do I remove an item from a stl vector with a certain value?
Where can I find decent visio templates/diagrams for software architecture?
What is the single most influential book every programmer should read?
Python, Unicode, and the Windows console
What is the difference between the | and || or operators?
Best practices for catching and re-throwing .NET exceptions
What is the syntax for an inner join in LINQ to SQL?
How do I efficiently iterate over each entry in a Java Map?
How can I set up an editor to work with Git on Windows?
PDF Editing in PHP?
How to get controls in WPF to fill available space?
Creating a LINQ select from multiple tables
What is tail recursion?
How to select the nth row in a SQL database table?
How do you rotate a two dimensional array?
Execute script after specific delay using JavaScript
Database, Table and Column Naming Conventions?
Make browser window blink in task Bar
How do you kill all current connections to a SQL Server 2005 database?
C: What is the difference between ++i and i++?
How do you run a Python script as a service in Windows?
Can I write native iPhone apps using Python?
How do you automatically set the focus to a textbox when a web page loads?
100% Min Height CSS layout
How do I implement a callback in PHP?
Best JavaScript compressor
Embedding Windows Media Player for all browsers
Storing a file in a database as opposed to the file system?
What do "branch", "tag" and "trunk" mean in Subversion repositories?
What is the difference between an int and an Integer in Java and C#?
Python module for converting PDF to text
List of standard lengths for database fields
Get month and year from a datetime in SQL Server 2005
Recommended SQL database design for tags or tagging
Escaping HTML strings with jQuery
How to generate sample XML documents from their DTD or XSD?
How do I get today's date in C# in mm/dd/yyyy format?
Passing $_POST values with cURL
Make XAMPP / Apache serve file outside of htdocs folder
What is the best way to prevent session hijacking?
How Best to Compare Two Collections in Java and Act on Them?
What are the differences between delegates and events?
Free ASP.Net and/or CSS Themes
How to call shell commands from Ruby
How to use XPath in Python?
How can I add (simple) tracing in C#?
What are MVP and MVC and what is the difference?
Most efficient way to concatenate strings?
What's the difference between a temp table and table variable in SQL Server?
mysqli or PDO - what are the pros and cons?
How do I handle newlines in JSON?
How do you make sure email you send programmatically is not automatically marked as spam?
Are the shift operators (<<, >>) arithmetic or logical in C?
Best way to get identity of inserted row?
How do I export (and then import) a Subversion repository?
Python: What OS am I running on?
Prefer composition over inheritance?
Differences in string compare methods in C#
What is the difference between String and string in C#?
What is the best way to convert an array to a hash in Ruby
Difference between Math.Floor() and Math.Truncate()
Auto Generate Database Diagram MySQL
How to convert a date String to a Date or Calendar object?
How do you get the index of the current iteration of a foreach loop?
How to apply an XSLT Stylesheet in C#
Struct like objects in Java
Changing the default title of confirm() in JavaScript?
What is a mutex?
How big can a MySQL database get before performance starts to degrade
htmlentities() vs. htmlspecialchars()
Should a function have only one return statement?
How to find keys of a hash?
Abstraction VS Information Hiding VS Encapsulation
Find out how much memory is being used by an object in Python
Simplest way to profile a PHP script
How to decode viewstate
How do I create a branch?
Format numbers to strings in Python
Reading from text file until EOF repeats last line
Best GUI designer for eclipse?
What is a good Hash Function?
How do you clear a stringstream variable?
Is there a simple, elegant way to define singletons?
How can a Java program get its own process ID?
Parse usable Street Address, City, State, Zip from a string
Why does the order in which libraries are linked sometimes cause errors in GCC?
How do I tell if a variable has a numeric value in Perl?
How do I write a for loop in bash
Graph visualization library in JavaScript
Calling the base constructor in C#
Why doesn't JavaScript support multithreading?
What is the purpose of class methods?
How do you generate dynamic (parameterized) unit tests in Python?
SQL Server: Examples of PIVOTing String data
Comparing two byte arrays in .NET
C++ IDE for Linux?
How should I unit test multithreaded code?
What's the best way to parse command line arguments?
C# loop - break vs. continue
Change visibility of ASP.NET label with JavaScript
Tab Escape Character?
How do you embed binary data in XML?
Cannot access a disposed object - How to fix?
Setting a div's height in HTML with CSS
How to round up the result of integer division?
Length of a JavaScript object
How do I remove duplicates from a C# array?
Why can't I declare static methods in an interface?
How to deal with "java.lang.OutOfMemoryError: Java heap space" error?
Algorithm to find Largest prime factor of a number
How can I represent an 'Enum' in Python?
WCF Service Returning "Method Not Allowed"
SQL Server Management Studio alternatives to browse/edit tables and run queries
Base64 Encoding Image
How do you redirect HTTPS to HTTP?
Case-insensitive string comparison in C++
.NET - Get protocol, host, and port
Create a new Ruby on Rails application using MySQL instead of SQLite
Which .NET Dependency Injection frameworks are worth looking into?
SQL Server Escape an Underscore
What is the Difference Between Mercurial and Git?
Convert a hexadecimal string to an integer efficiently in C?
What's the best UML diagramming tool?
What issues should be considered when overriding equals and hashCode in Java?
How to autosize a textarea using Prototype?
In SQL Server, how do I generate a CREATE TABLE statement for a given table?
How do I remove duplicate items from an array in Perl?
Why am I getting a NoClassDefFoundError in Java?
How do I get the full url of the page I am on in C#
Using Django time/date widgets in custom form
How to easily consume a web service from PHP
How can I add reflection to a C++ application?
PHP equivalent of .NET/Java's toString()
Is Java "pass-by-reference" or "pass-by-value"?
Explicit vs implicit SQL joins
How to Automatically Start a Download in PHP?
Embed a PowerPoint presentation into HTML
Oracle - What TNS Names file am I using?
How do I use itertools.groupby()?
How can I make an EXE file from a Python program?
What is a 'Closure'?
How do you disable browser Autocomplete on web form field / input tag?
What's the safest way to iterate through the keys of a Perl hash?
grep a file, but show several surrounding lines?
String concatenation: concat() vs "+" operator
JavaScript editor within Eclipse
How do I fire an event when a iframe has finished loading in jQuery?
Equivalent VB keyword for 'break'
When do you use the "this" keyword?
x86 Assembly on a Mac
How exactly do you configure httpOnlyCookies in ASP.NET?
Java: notify() vs. notifyAll() all over again
How do you create optional arguments in php?
How to sort a list of strings?
Cleanest Way to Invoke Cross-Thread Events
Datatable vs Dataset
Learning Regular Expressions
Remove duplicates from a List<T> in C#
Generic type conversion FROM string
VB.NET Empty String Array
How to validate an email address in JavaScript
Sorting an IList in C#
How do I execute a file in Cygwin?
Rolling back bad changes with svn in Eclipse
How do you configure HttpOnly cookies in tomcat / java webapps?
How to show a GUI message box from a bash script in linux?
How do I enable MSDTC on SQL Server?
UDP vs TCP, how much faster is it?
C# switch statement limitations - why?
Boolean Field in Oracle
Generating (pseudo)random alpha-numeric strings
Options for HTML scraping?
SQL Group By with an Order By
What is the best way to give a C# auto-property an initial value?
Getting ssh to execute a command in the background on target machine
How do you force Visual Studio to regenerate the .designer files for aspx/ascx files?
What is a deadlock?
Getting all types that implement an interface
Difference between EXISTS and IN in SQL?
How can I discover the "path" of an embedded resource?
Recommended Fonts for Programming?
What's the best way to validate an XML file against an XSD file?
How do I merge two dictionaries in a single expression (taking union of dictionaries)?
Browse for a directory in C#
SQL: How to get the id of values I just INSERTed?
What is the correct way to create a single-instance WPF application?
MAC addresses in JavaScript
Finding what methods a Python object has
How do I create a Linked List Data Structure in Java?
Tags
Zend-config
Parallel-testing
Windows-2003-webserver
Mcl
Container-classes
Qfile
Ttthumbsviewcontroller
Cppcms
Bitmapfactory
Description-logic
Dltk
Overloaded-strings
Smss
Geotools
Http-status-code-504
Delphi-xe2
Maven-ant-tasks
Url-masking
Rfc5322
Qsettings
Edtftpj
Twenty-ten-theme
Openoffice-base
Fcbkcomplete
Radscheduler
Xaml-designer
Sql-agent-job
Cumulative-sum
Msbuild-4.0
Appcloud
Twitter-oauth
Least-common-ancestor
Libvpx
Scilexer.dll
Twisted.application
Server-application
Coldfusion-7
Backout
Iphone-sdk-4.0.1
Flawed-concept
Mxunit
Datapicker
Viewgroup
Active-relation
Facebook-rest-api
Netbeans-6.9
Nhibernate-projections
Axum
Exchange-transport-agents
Tribool
Multimethod
Confirmbuttonextender
Nokia-wrt
Xcb
Symfony-plugins
Web-sql
Padre
Ssis-2005
Python-server-pages
Mount-point
Pprint
Rapidminer
Metering
Android-ksoap2
Sizetofit
Candlestick-chart
Redeploy
Curly-brackets
Invision-power-board
Nshttpcookie
Admin-rights
Virtual-ip-address
Episerver-6
Runspace
Dotnetnuke-5
User-customization
Timagelist
Uiwebviewdelegate
Mysql-error-1067
Scala-java-interop
Beginthread
Lvalue-to-rvalue
Python-bindings
Opends
Limiting
Onvp8
Alt-key
Character-replacement
Scalaquery
Typeface
Singly-linked-list
Qregexp
Android-theme
Business-logic-toolkit
Login-system
Azure-queues
Struts-config
Dismax
Subpixel
Partition-problem