Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 462 463 464 465 466 ... 552
0 1819 posted 17 years ago by emoseman
0 1489 posted 17 years ago by johnloy
0 1599 posted 17 years ago by goo
0 1735 posted 17 years ago by davebowker
`lookupd` doens't exist in Leopard, instead `dscacheutil` should be used.
2 2579 posted 17 years ago by rastersize
You can find a string as an array row value. Ex: arr=['abcde','mdleo'] arr.find('dbd') -> array['abcde'] arr.find('akdowewo') -> array[] (empty)
0 2125 posted 17 years ago by tonic
0 1487 posted 17 years ago by vasilije
0 1475 posted 17 years ago by vasilije
Rename files to lowercase easily
0 1900 posted 17 years ago by nark0ppler
0 1878 posted 17 years ago by therobot
Function replaces all non-alpha-numeric chars and cleans up a text string. Should output a usable URL for almost all text.
1 2118 posted 17 years ago by DaveChild
Learn how to create a 301 redirect for domain or home variations to improve your websites' search engine optimization.
2 2673 posted 17 years ago by neal_grosskopf
1 1645 posted 17 years ago by endorfin
Since network shares by default only get LocalIntranet permissions, it's relatively common to want to use CasPol to fully trust some shares that you control and know are safe. To trust everything on the share \\ShawnFa-Srv\Tools, use the command...
2 2121 posted 17 years ago by hoffstein
This is a simple but powerful tweak to the wp-config.php file that will make it easy to run multiple websites using one database and codebase. Simply change "yourdomain.com" with your domain and that's it. Repeat that line for new domains.
2 2879 posted 17 years ago by jonhenshaw
Update: Fixed a bug at the basic click() function.
1 1756 posted 17 years ago by Wiederkehr
0 1331 posted 17 years ago by mischachen
Example: `var result = "Hello {0}! This is {1}.".format("world","foo bar");` Returns: `"Hello World! This is foo bar."`
2 2715 posted 17 years ago by jasonseney
To use the resize function you must pass in the forced width, forced height, source image, and destination image. The function then uses the GD2 library functions to read the source image's size. It will then calculate the new image's size based off...
3 3749 posted 17 years ago by Jenhale
0 1851 posted 17 years ago by sebus
A simple countDown class in Javascript:
1 2072 posted 17 years ago by gfazioli
The bugged version: Somehow, it prints random characters to me like [] except the spaces filled in and other accented letters when I input more parenthesis and longer input. How to use: example-> input: 3 1+2 (1+2)*(6-2) 6-7*(9*10)/8 ou...
0 1647 posted 17 years ago by Mcgee_00
CSS Rounded Corners without images support: Firfox 2-3, Safari, Chrome, Opera 9.5(use svg)
8 2814 posted 17 years ago by Ashung
0 1209 posted 17 years ago by tiw
2 2089 posted 17 years ago by pmd
Here's how to copy 2 directories and strip the .svn and .cvs nonsense, basically an export function, but locally
1 1994 posted 17 years ago by vanne
1 ... 462 463 464 465 466 ... 552