Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Set up and array of filenames, which correspond to the file names of the images you are trying to randomize.
0
1851
posted 16 years ago by paulgrenwood
Bash
lists all network protocol connections filtering out column 6 and sorting the unique entries by count
0
1779
posted 16 years ago by tobewan
Bash
all network connections filtering out anything in column 6 that matches '/tcp/' and sorts the unique entries by count
0
2215
posted 16 years ago by tobewan
Setup default ignores, aliases, colors, completion and bash prompt in Git
These are to be run from Terminal.
1
1955
posted 16 years ago by alvarezrilla
This is based on the [Sort Gmail Messages By Bookmarklet](http://snipplr.com/view/10432/sort-gmail-messages-by-subject/ "Sort Gmail Messages By Bookmarklet - http://snipplr.com/view/10432/sort-gmail-messages-by-subject/") snippet.
Drag this int...
1
1991
posted 16 years ago by roryok
Simple HTML template containing a header, a content area, a moduleposition/sidebar and a footer
1
4178
posted 16 years ago by morvan
In case you find yourself parsing a string with unrecognizable ASCII character codes, use the regex below to replace them. The pattern matches only the valid keyboard symbols.
1
1796
posted 16 years ago by arangil
I rewrote [this snippet](http://snipplr.com/view/15402/php-password-generator/).
Usage:
$password1 = new Password;
$password2 = new Password;
echo '<p>' . $password1->generate() . '</p>';
echo '<p>' . $password2->generate(array('leng...
1
2189
posted 16 years ago by AzizLight
Delete All Foreign Keys in a database;
(make sure you USE keyword)
2
1613
posted 16 years ago by marcocs
Useful when logged in the server via ssh.
In Leopard, the file would be /Library/Preferences/com.apple.ScreenSharing.launchd
0
2153
posted 16 years ago by alvarezrilla