Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The escape_javascript funtion is taken from Rails (http://rails.rubyonrails.com/classes/ActionView/Helpers/JavaScriptHelper.html#M000633). Most of the work on this was done by pnomolos and n00ge on the E Text Editor forums.
1
956
posted 17 years ago by charlesroper
Prints content from an NSError or NSArray content from a managedObjectContext.
0
1092
posted 17 years ago by zingo
Was fiddling around at work one day thought this might be useful.
9
3577
posted 17 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
858
posted 17 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
1369
posted 17 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
830
posted 17 years ago by capitalist
List the current version and installation date of every application on a OS X system, using of Spotlight.
1
799
posted 17 years ago by zingo
displays sourcecode in a nice notebox on blog pages. uses with a class.
0
890
posted 17 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
1348
posted 17 years ago by zingo
Dumps your snippets (and possibly skips your favourites [British spelling]) to standard output. Requires Frontier::RPC2.
0
967
posted 17 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
1312
posted 17 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
907
posted 17 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
1148
posted 17 years ago by iblis