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
2272
posted 16 years ago by vissu
List of breakpoints for debuging with gdb. Add them to your ~/.gdbinit.
0
2258
posted 16 years ago by zingo
This conent points the user to a certain file or directory based on his language settings
0
1598
posted 16 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
1792
posted 16 years ago by steho
Input: .jpg images of current directory\r\n\r\nOutput: the thumbnails will be generated in \'thumb\' folder
0
1614
posted 16 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
1870
posted 16 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
1580
posted 16 years ago by trepmal
I don't recommend this, it just needed it for a particular situation. Does not work with dropdowns.
0
1783
posted 16 years ago by trepmal