Questions
Tags
Questions Tagged with #Uncrustify
Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA
Home
Tags
Uncrustify
Questions On Other Tags:
How exactly do you configure httpOnlyCookies in ASP.NET?
What is the easiest way to parse an INI File in C++?
Simplest way to profile a PHP script
Recommended add-ons/plugins for Microsoft Visual Studio
What is a 'Closure'?
SVN repository backup strategies
What does 'IISReset' do?
Accessing post variables using Java Servlets
What is the difference between the | and || or operators?
Best way to do multi-row insert in Oracle?
How do you run a Python script as a service in Windows?
How to select the nth row in a SQL database table?
Search and replace a line in a file in Python
Converting List<Integer> to List<String>
Sending email in .NET through Gmail
Creating a LINQ select from multiple tables
What are the proper permissions for an upload folder with PHP/Apache?
php execute a background process
What is a deadlock?
Insert into ... values ( SELECT ... FROM ... )
How to find the mime type of a file in python?
Log4Net configuring log level
Complex CSS selector for parent of active child
Auto Generate Database Diagram MySQL
Database, Table and Column Naming Conventions?
Struct like objects in Java
Getting the ID of the element that fired an event
Best way in asp.net to force https for an entire site?
Changing the resolution of a VNC session in linux
Get OS-level system information
Use of var keyword in C#
How do you detect/avoid Memory leaks in your (Unmanaged) code?
What is Turing Complete?
What is Inversion of Control?
What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
x86 Assembly on a Mac
How do I create a foreign key in SQL Server?
What is the most effective way for float and double comparison?
Difference between Math.Floor() and Math.Truncate()
Accessing a Dictionary.Keys Key through a numeric index
What is a good Hash Function?
XML serialization in Java?
MAC addresses in JavaScript
How to create a new object instance from a Type
How to download a file over HTTP?
How to generate a core dump in Linux on a segmentation fault?
Storing a file in a database as opposed to the file system?
LINQ-to-SQL vs stored procedures?
Python: What OS am I running on?
IsNothing versus Is Nothing
What's the best UML diagramming tool?
How do I load an org.w3c.dom.Document from XML in a string?
List of standard lengths for database fields
Can Windows' built-in ZIP compression be scripted?
Difference between EXISTS and IN in SQL?
How do I write a for loop in bash
How to show a GUI message box from a bash script in linux?
Convert a hexadecimal string to an integer efficiently in C?
How can I play sound in Java?
Reading Email using Pop3 in C#
Getting parts of a URL (Regex)
Tab Escape Character?
iPhone App Minus App Store?
What is the difference between an int and an Integer in Java and C#?
SQL Server Management Studio alternatives to browse/edit tables and run queries
How to use XPath in Python?
Differences in string compare methods in C#
Compare a date string to datetime in SQL Server?
How do you automatically set the focus to a textbox when a web page loads?
How do I merge two dictionaries in a single expression (taking union of dictionaries)?
How to set background color of HTML element using css properties in JavaScript
Execute script after specific delay using JavaScript
Why does the order in which libraries are linked sometimes cause errors in GCC?
How should I load files into my Java application?
How can I pass arguments to a batch file?
When to use IList and when to use List
How would you make a comma-separated string from a list of strings?
SQL Query for Logins
Make browser window blink in task Bar
Git ignore file for Xcode projects
Is there a performance difference between i++ and ++i in C?
SQL Client for Mac OS X that works with MS SQL Server
Force unmount of NFS-mounted directory
How do you properly use namespaces in C++?
What is the difference between procedural programming and functional programming?
Filtering collections in C#
In C++, what is a virtual base class?
How do you open a file in C++?
How to validate an email address in JavaScript
Hidden Features of Java
Parse usable Street Address, City, State, Zip from a string
Prefer composition over inheritance?
How to submit a form when the return key is pressed?
How do I export (and then import) a Subversion repository?
Quick easy way to migrate SQLite3 to MySQL?
How do I tell if a variable has a numeric value in Perl?
Case-insensitive string comparison in C++
How to check for file lock?
SQL Server: Get data for only the past year
Best programming based games
How do I create a Linked List Data Structure in Java?
Comparing two byte arrays in .NET
Best practices for catching and re-throwing .NET exceptions
Removing elements with Array.map in JavaScript
LINQ query on a DataTable
Image UriSource and Data Binding
When do you use the "this" keyword?
Subversion ignoring "--password" and "--username" options
What are MVP and MVC and what is the difference?
How do you pass a function as a parameter in C?
How do I perform a Perl substitution on a string while keeping the original?
The imported project "C:\Microsoft.CSharp.targets" was not found
What are some good SSH Servers for windows?
How do you rotate a two dimensional array?
What is reflection and why is it useful?
How do I check if a SQL Server text column is empty?
How do you remove all the options of a select box and then add one option and select it with jQuery?
Why am I getting a NoClassDefFoundError in Java?
Transpose/Unzip Function (inverse of zip)?
Best way to get identity of inserted row?
Java and SQLite
How do you force Visual Studio to regenerate the .designer files for aspx/ascx files?
How can I force clients to refresh JavaScript files?
How to sort a list of strings?
String literals and escape characters in postgresql
Dynamic LINQ OrderBy on IEnumerable<T> / IQueryable<T>
How do I download code using SVN/Tortoise from Google Code?
Get month and year from a datetime in SQL Server 2005
How do I enable MSDTC on SQL Server?
How to get the last day of the month?
How do I style (css) radio buttons and labels?
How can I get the DateTime for the start of the week?
Finding what methods a Python object has
How do you format an unsigned long long int using printf?
How can I cast int to enum?
Algorithm to compare two images
Build a basic Python iterator
How big can a MySQL database get before performance starts to degrade
How can I remove duplicate rows?
What's the difference between a temp table and table variable in SQL Server?
Java Delegates?
What is the syntax for an inner join in LINQ to SQL?
Base64 Encoding Image
What is the Difference Between Mercurial and Git?
How to loop through files matching wildcard in batch file
SQL Server: Examples of PIVOTing String data
Generating (pseudo)random alpha-numeric strings
How do I get today's date in C# in mm/dd/yyyy format?
.NET - Get protocol, host, and port
C# switch statement limitations - why?
Multiple submit buttons in an HTML form
Generate list of all possible permutations of a string
What is the best way to convert an array to a hash in Ruby
What is the argument for printf that formats a long?
Best GUI designer for eclipse?
What do the result codes in SVN mean?
How can you find out which process is listening on a TCP or UDP port on Windows?
How do I list the symbols in a .so file
How do you kill all current connections to a SQL Server 2005 database?
Response.Redirect with POST instead of Get?
Using Django time/date widgets in custom form
Sorting an IList in C#
Embed a PowerPoint presentation into HTML
Abstraction VS Information Hiding VS Encapsulation
How do I split a string so I can access item x?
How do you configure tomcat to bind to a single ip address (localhost) instead of all addresses?
What are the differences between a HashMap and a Hashtable in Java?
How Best to Compare Two Collections in Java and Act on Them?
MyISAM versus InnoDB
How do I monitor the computer's CPU, memory, and disk usage in Java?
Length of a JavaScript object
How to generate a random alpha-numeric string
Equivalent VB keyword for 'break'
How to apply an XSLT Stylesheet in C#
Is there a simple, elegant way to define singletons?
Best Practices for securing a REST API / web service
How to create an exit message
What is the best free memory leak detector for a C/C++ program and its plug-in DLLs?
Generic type conversion FROM string
How to include PHP files that require an absolute path?
How do you set up use HttpOnly cookies in PHP
Sprintf equivalent in Java
Delete all but the most recent X files in bash
How do I update Ruby Gems from behind a Proxy (ISA-NTLM)
How do I install a color theme for IntelliJ IDEA 7.0.x
Is Java "pass-by-reference" or "pass-by-value"?
How do I get the difference between two Dates in JavaScript?
How to programmatically send SMS on the iPhone?
Accessing MP3 metadata with Python
Entity Framework vs LINQ to SQL
What is the yield keyword used for in C#?
How can I represent an 'Enum' in Python?
Algorithm to randomly generate an aesthetically-pleasing color palette
Why is Git better than Subversion?
How do I convert a file path to a URL in ASP.NET
Java: notify() vs. notifyAll() all over again
How do I determine the size of my array in C?
Easy way to write contents of a Java InputStream to an OutputStream
Why doesn't JavaScript support multithreading?
Hidden Features of C#?
Tags
Libqxt
Nslocalizedstring
F#-scripting
Knime
Licenses.licx
Rfc5322
Webmatrix
Gitsharp
Backing-beans
Static-functions
Soft-hyphen
Mysql-error-1030
Activeqt
Xwork
Sandbox-solution
Resharper-5.x
Onbeforeload
Uiribbon
Dbpedia
Android-vibration
Idle-processing
Orientation-changes
Self-reference
Nspreferencepane
App-inventor
Split-function
Backout
Maven-for-php
Video-conferencing
Nokia-wrt
Ora-06512
Media-url
Innerxhtml
Objectcache
Bitmapfactory
Foswiki
Awesome-wm
Ksort
Compact-policy
File-diffs
Google-cdn
Ora-01735
Proxy-object
Discoverability
Casbah
Coderay
Cygpath
Microsoft-ui-automation
Makepp
Lync-server-2010
Value-provider
Duostack
Ereg-replace
Biztalk-2010
Resharper-5.1
Echo3
Nested-reference
Fileresult
Dev-phone
Color-codes
Google-webfonts
Twisted.application
Repositorylookupedit
Ms-project-server-2010
Altitude
Microsoft-tag
Uncaught-exception
Symfony-plugins
Miniport
Avvideocomposition
Sigchld
Rr
Esri-arc-engine
Mod-vhost-alias
Episerver-6
Dbms-metadata
Entity-framework-ctp5
Boyer-moore
Ios3.0
Tracesource
Quote
Html-components
Web-application-design
Mysql-error-1067
Occi
Ca2000
Watcom
Word-completion
European-data-format
Countable
Unrecognized-selector
Ardor3d
Password-confirmation
Actiondispatch
.htpasswd
Delta-index
Magic-constants
Fluentvalidation-2.0
Norton
Iphone-wax