Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Prints content from an NSError or NSArray content from a managedObjectContext.
0
1409
posted 18 years ago by zingo
Was fiddling around at work one day thought this might be useful.
9
4499
posted 18 years ago by djdykes
This will run the message function until countInterval equals 10, then it will stop. Could be used in various animations.
0
1191
posted 18 years ago by 1man
model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two...
1
2641
posted 18 years ago by ches
Run this in a terminal on mac to set your screensaver as your background. (hint: use rss visualizer for a neat effect)
Ctrl+C to stop.
1
1345
posted 18 years ago by capitalist
List the current version and installation date of every application on a OS X system, using of Spotlight.
1
1117
posted 18 years ago by zingo
displays sourcecode in a nice notebox on blog pages. uses with a class.
0
1116
posted 18 years ago by zingo
Using a gcc predefined macro, __DATE__, the code can know for itself when it was compiled, and build in an expiration date based on that value.
For a internationalised version see: http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-c...
1
1906
posted 18 years ago by zingo
Dumps your snippets (and possibly skips your favourites [British spelling]) to standard output. Requires Frontier::RPC2.
0
1281
posted 18 years ago by iblis
Textpattern's default page title markup -- txp:page_title -- always places the site name in front of the individual page name. This is irritating, because I prefer to have the interior content title come before the site title itself -- it just makes...
3
1681
posted 18 years ago by jonhenshaw
Only works on valid XML (ie. XHTML, but not HTML). Grabs an alphabetized list of links from the given URL.
1
1230
posted 18 years ago by burke
Convert (comma separated) keywords to (space separated) tags in BibTeX files for use in social bibliography sites (bibsonomy.org, citeulike.org)
0
1483
posted 18 years ago by iblis
Retrieves gif page images from RIFIAS on-line archive and combines them into a single pdf file
0
1039
posted 18 years ago by iblis
Put classes around your bodyy, to allow different colors for seperate pages and areas on your site.
IT will simply add a css-safe version of the first argument in an url. Say the url is /about_us/our_company the class will be
body.about-us
Require...
2
1412
posted 18 years ago by berkes