Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This python script takes the SMS message and phone number as arguments.\\\\r\\\\n\\\\r\\\\n Before you run this script, please 1) search for \\\\\\\'yourusername\\\\\\\' in this file and replace it with your way2sms.com username. 2) search for \\\...
0
1617
posted 15 years ago by vissu
List of breakpoints for debuging with gdb. Add them to your ~/.gdbinit.
0
1524
posted 15 years ago by zingo
This conent points the user to a certain file or directory based on his language settings
0
977
posted 15 years ago by steho
## If visitor calls directory only, i.e. /en/
## he will be forwarded to the index.php in this folder
## as directory listing is deactivated
0
1224
posted 15 years ago by steho
Input: .jpg images of current directory\r\n\r\nOutput: the thumbnails will be generated in \'thumb\' folder
0
1041
posted 15 years ago by abhiomkar
By default, this template will use the page title as the category to pull from – but you can also create a custom field with ‘category’ as the name and the preferred category name as the value.
1
1210
posted 15 years ago by trepmal
Just a quick fix for a tag link issue I came across.\r\n\r\nbroken url:\r\ndomain.com/tag/two word.html\r\n\r\nif you take the spaces in the URL and replace them with pluses (‘+’) it’ll work. For example:\r\n\r\nfixed url:\r\ndomain.com/tag/two...
0
1055
posted 15 years ago by trepmal