Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 464 465 466 467 468 ... 553
Simple list of commands to use within Adobe AIR to help debug an application.
0 1710 posted 17 years ago by 1man
1 1345 posted 17 years ago by filiptepper
0 3085 posted 17 years ago by Paco
1 1596 posted 17 years ago by mamoo
Contents of the .gitignore file used in my XCode projects.
1 2042 posted 17 years ago by scasware
0 1374 posted 17 years ago by TimHaslam
1 1523 posted 17 years ago by Paco
This regular expression matches any trailing whitespace at the end of a line (whitespace and tabs). Replace this with nothing to remove trailing whitespace from files.
1 2222 posted 17 years ago by kouphax
jQuery Plugin for returning selected DOM Nodes in DOM order. e.g. $('img.L,img.Y') will not be guaranteed DOM order (usually all the L's then all the Y's). Currently only works with IE and FF (that's all I needed).
1 1863 posted 17 years ago by kouphax
0 1474 posted 17 years ago by pollux
Function argument timeinterval is in seconds. For example, SimpleTimer( 5 ) would cause the program to wait for 5 seconds to elapse.
0 1965 posted 17 years ago by Raisor
Pre-selects an html form with a requested value... ie; editing a form from a database
0 1856 posted 17 years ago by davidsword
This will start at the specified URL and recursively download pages up to 3 links away from the original page, but only pages which are in the directory of the URL you specified (emacstips/) or one of its subdirectories. wget will also rewrite the...
10 2697 posted 17 years ago by rwczippy
it needs the GD2 library
5 2189 posted 17 years ago by iTony
an array of US states
0 1879 posted 17 years ago by benrasmusen
This routine can be used to copy the byte values of a float or double. The "isBigEndian" variable needs to be determined (most PCs are little-endian, whereas most embedded microprocessors are big-endian). Instead of using unsigned chars, it can be us...
0 1895 posted 17 years ago by pckujawa
1 1766 posted 17 years ago by Uzbekjon
You can use regular expressions within SQL. This can be quite powerful in selecting data that matches certain conditions. The following example shows a simple regular expression which selects only quarterly periods from a table containing years, quar...
0 4323 posted 17 years ago by webonomic
For a complete list of time/date parameters, visit: http://php.net/manual/function.date.php
1 1531 posted 17 years ago by Jaymoon
This function will sort an array of DOM elements in order of the DOM position. Useful when using calls such as $$("img.L,img.M") which doesn;t return a sorted element array. It uses prototype but you can replace the Prototype.Browser stuff with a...
0 2188 posted 17 years ago by kouphax
1 ... 464 465 466 467 468 ... 553