Questions
Tags
Questions Tagged with #Sorenson 360
Home
Tags
Sorenson 360
Questions On Other Tags:
What do "branch", "tag" and "trunk" mean in Subversion repositories?
Calculate relative time in C#
How to create a SQL Server function to "join" multiple rows from a subquery into a single delimited field?
Java and SQLite
How can I force clients to refresh JavaScript files?
How to tell which disk Windows Used to Boot
How do I enable MSDTC on SQL Server?
What is the correct way to create a single-instance WPF application?
How do I get the current location of an iframe?
How to insert a line break in a SQL Server VARCHAR/NVARCHAR string
How do I get today's date in C# in mm/dd/yyyy format?
Can Windows' built-in ZIP compression be scripted?
What Are Some Good .NET Profilers?
How can I get the DateTime for the start of the week?
How can I remove duplicate rows?
How to convert std::string to LPCWSTR in C++ (Unicode)
How do I create a branch?
How do I make a fully statically linked .exe with Visual Studio Express 2005?
Sending email in .NET through Gmail
SQL Server: Get data for only the past year
When do you use the "this" keyword?
Finding what methods a Python object has
How do I calculate a trendline for a graph?
How can I play sound in Java?
Internet Access in Ubuntu on VirtualBox
How do you create optional arguments in php?
Are the shift operators (<<, >>) arithmetic or logical in C?
Comparing two byte arrays in .NET
Change visibility of ASP.NET label with JavaScript
SQL: How to get the id of values I just INSERTed?
Recommended add-ons/plugins for Microsoft Visual Studio
How to pass a single object[] to a params object[]
How do you determine the size of a file in C?
What is the syntax for an inner join in LINQ to SQL?
Differences between MySQL and SQL Server
What is a reasonable length limit on person "Name" fields?
Getting ssh to execute a command in the background on target machine
How do I get the difference between two Dates in JavaScript?
Possible to perform cross-database queries with PostgreSQL?
How should I unit test multithreaded code?
Best way to do multi-row insert in Oracle?
What do the result codes in SVN mean?
What Ruby IDE do you prefer?
Prefer composition over inheritance?
What's the best UML diagramming tool?
What are some good SSH Servers for windows?
Accessing a Dictionary.Keys Key through a numeric index
Using Django time/date widgets in custom form
What's the best way to parse command line arguments?
Subversion ignoring "--password" and "--username" options
What's the difference between struct and class in .NET?
Simplest way to profile a PHP script
What is the command to truncate a SQL Server log file?
Transpose/Unzip Function (inverse of zip)?
String concatenation: concat() vs "+" operator
Comparing Arrays of Objects in JavaScript
Accessing MP3 metadata with Python
Auto Generate Database Diagram MySQL
Sorting an IList in C#
How to find keys of a hash?
Why doesn't JavaScript support multithreading?
How to concatenate strings of a string field in a PostgreSQL 'group by' query?
LINQ query on a DataTable
Learning Regular Expressions
x86 Assembly on a Mac
List of standard lengths for database fields
How can a Java program get its own process ID?
Convert HashBytes to VarChar
Storing Images in DB - Yea or Nay?
How do I load an org.w3c.dom.Document from XML in a string?
How do you get the footer to stay at the bottom of a Web page?
Entity Framework vs LINQ to SQL
How do you rotate a two dimensional array?
Java Delegates?
How would you make a comma-separated string from a list of strings?
When to use IList and when to use List
How do I convert a file path to a URL in ASP.NET
How to create a new object instance from a Type
Filtering collections in C#
Best implementation for Key Value Pair Data Structure?
Generic type conversion FROM string
Should a function have only one return statement?
Git ignore file for Xcode projects
What are the differences between a HashMap and a Hashtable in Java?
How to generate a core dump in Linux on a segmentation fault?
Reading Excel files from C#
Setting a div's height in HTML with CSS
What is Turing Complete?
How to declare an array of strings in C++?
Delete all but the most recent X files in bash
How do you express binary literals in Python?
Call ASP.NET function from JavaScript?
How can I cast int to enum?
What is the difference between an int and an Integer in Java and C#?
How to validate an email address in JavaScript
Compare a date string to datetime in SQL Server?
IsNothing versus Is Nothing
Convert a string to an enum in C#
Why can't I declare static methods in an interface?
How do you redirect HTTPS to HTTP?
Extending the User model with custom fields in Django
Calling a function of a module by using its name (a string)
What is a lambda (function)?
PDF Editing in PHP?
How do you embed binary data in XML?
How do you make sure email you send programmatically is not automatically marked as spam?
Adding a Method to an Existing Object Instance
Algorithm to compare two images
Getting all types that implement an interface
Truncate (not round) decimal places in SQL Server
How do I calculate someone's age based on a DateTime type birthday?
Database, Table and Column Naming Conventions?
Converting List<Integer> to List<String>
What are the proper permissions for an upload folder with PHP/Apache?
Oracle - What TNS Names file am I using?
How do you get a directory listing in C?
Can I write native iPhone apps using Python?
Checking if a list is empty with LINQ
Insert into ... values ( SELECT ... FROM ... )
How do I export (and then import) a Subversion repository?
Is Java "pass-by-reference" or "pass-by-value"?
Difference between Math.Floor() and Math.Truncate()
How can we generate getters and setters in Visual Studio?
Best JavaScript compressor
function declaration isn't a prototype
Most efficient way to concatenate strings?
Safely turning a JSON string into an object
Case-insensitive string comparison in C++
Best ways to teach a beginner to program?
How to convert a date String to a Date or Calendar object?
What is the difference between String and string in C#?
Any way to write a Windows .bat file to kill processes?
What is 'Currying'?
How do I fire an event when a iframe has finished loading in jQuery?
The imported project "C:\Microsoft.CSharp.targets" was not found
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
Where can I find decent visio templates/diagrams for software architecture?
Initialize class fields in constructor or at declaration?
How do you get the index of the current iteration of a foreach loop?
How can I measure the similarity between two images?
CSS - Make divs align horizontally
How to sort a list of strings?
How to read a value from the Windows registry
Dynamically load a JavaScript file
C-like structures in Python
How do I fix a NoSuchMethodError?
Calculate distance between two latitude-longitude points? (Haversine formula)
Why functional languages?
What is Inversion of Control?
Java: notify() vs. notifyAll() all over again
How do I retrieve my MySQL username and password?
Detecting an undefined object property
Creating a custom JButton in Java
Multiple Updates in MySQL
How can I pass arguments to a batch file?
What is reflection and why is it useful?
SQL Server: Examples of PIVOTing String data
Python: What OS am I running on?
SQL Server Management Studio alternatives to browse/edit tables and run queries
How do you beta test an iphone app?
Passing $_POST values with cURL
How large is a DWORD with 32- and 64-bit code?
Dynamic LINQ OrderBy on IEnumerable<T> / IQueryable<T>
Execute script after specific delay using JavaScript
How can you find out which process is listening on a TCP or UDP port on Windows?
Difference between the Apache HTTP Server and Apache Tomcat?
Best way in asp.net to force https for an entire site?
Select N random elements from a List<T> in C#
What is the best way to prevent session hijacking?
How can I determine whether a specific file is open in Windows?
htmlentities() vs. htmlspecialchars()
How can I add reflection to a C++ application?
How do I check if a SQL Server text column is empty?
Is there a simple, elegant way to define singletons?
How do you remove all the options of a select box and then add one option and select it with jQuery?
How can I develop for iPhone using a Windows development machine?
How should I load files into my Java application?
How do I download code using SVN/Tortoise from Google Code?
How do I find the authoritative name-server for a domain name?
How to retrieve a file from a server via SFTP?
What good technology podcasts are out there?
How do I implement a callback in PHP?
Why am I getting a NoClassDefFoundError in Java?
SQL Server Escape an Underscore
Which .NET Dependency Injection frameworks are worth looking into?
Is there a way to make Firefox ignore invalid ssl-certificates?
How do I get the full url of the page I am on in C#
How do you set up use HttpOnly cookies in PHP
Are PHP Variables passed by value or by reference?
SQL Query for Logins
How to replace plain URLs with links?
Can someone explain __all__ in Python?
Make browser window blink in task Bar
How do you set, clear, and toggle a single bit?
MySQL Error 1093 - Can't specify target table for update in FROM clause
fopen deprecated warning
Why is Git better than Subversion?
How do you create a foreign key relationship in a SQL Server CE (Compact Edition) Database?
What is the yield keyword used for in C#?
How do I tell Maven to use the latest version of a dependency?
Tags
Rhino-dsl
Standard-icons
Melt
Mercurial-subrepos
Clojurebox
Zend-framework-modules
Lobo-cobra
Infiniband
Coffeescript
Office-web-components
Lambdaj
Maven-dependency-plugin
Ora-04044
Thrift-protocol
Cgns
Tilecache
Template-function
Mbf
Excel-template
Smd
Elasticity
Lr
Git-tag
View-path
Shared-primary-key
Flash-cs5
Transitioncontentcontrol
Ssrs-grouping
Auto-lock
Sevenzipsharp
Nls-lang
Observer-pattern
Non-clustered-index
Ios4
Ischedulingservice
Ibtool
Qstandarditemmodel
Tooling
Persistent-set
Cfiledialog
Group-project
Httpbuilder
Set-cover
Http-status-code-307
Jake
Emoji
Mplab
Removing-whitespace
Mercurial-server
Concurrent-mark-sweep
Android-framework
Type-bounds
Simpleadapter
Iphone-4
Selflanguage
Phpcrawl
Openpop
Rawcontacts
Mercurial-hook
Domain-events
Getfeatureinfo
Wxstring
Avurlasset
Jsvc
Durable-duplex
Amazon-fps
Ruby-ripper
Clicktag
Class-cluster
Cox-regression
Sentinel
Tivoli-identity-manager
Nimble
Localserver
Treetable
Shiva3d
Spaceship-operator
Visual-sourcesafe-plugin
Requestfactory
Linux-toolchain
Assemblyfileversion
Uilocalnotification
Radmenu
Illegalstateexception
Mybatis
Completion-service
Ios-simulator
Design-choices
Validates-associated
Twisted.application
Internet-explorer-5
Viewswitcher
Alex
Cassandra-0.7
Sicstus-prolog
Hole-punching
Toolstripcontrolhost
Hibernate3-maven-plugin
Pci
Android-ndk-r4