Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Does not require http in the text to link. It must start with www however. Optionaly make the links popup in a new window.
0
1289
posted 12 years ago by halk
Ask the user with a confirmation dialog if the link should be followed or not.
0
689
posted 12 years ago by gummiost
This is a public jsonp api. I use it with jQuery Like This:
$.getJSON("http://yourdomain/yourpath/jsonp_api.php?method=getSchema¶ms=your_db_name&jsoncallback=?",
function(data){
//DO SOMETHING WITH THE DATA HERE
}...
1
1094
posted 12 years ago by halk
Adding this snippet to the functions.php of your wordpress theme will restrict wp-admin access to certain users as defined at
http://codex.wordpress.org/Roles_and_Capabilities
And also still allows for user access to admin-ajax.php , async-uplo...
0
671
posted 12 years ago by jsmithies
This would convert images at 30fps to a mp4 video, with sequence titles:
ImageName0000.png, ImageName0001.png, etc.
You could use -r 1/5 to use one frame every five seconds.
1
988
posted 12 years ago by jmiller
thanks to...
http://gskinner.com/RegExr/
http://daringfireball.net/2010/07/improved_regex_for_matching_urls
1
2413
posted 12 years ago by brandonjp
A little pile of functions I use for implementing a nice var dump alternative.
0
872
posted 12 years ago by philsown
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0
551
posted 12 years ago by Dhorvat
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1
762
posted 12 years ago by ivadobrincic1
Ovo je moja lista polja koju sam koristio u svom glavnom programu koja je implementirana kao lista pomoću polja
0
643
posted 12 years ago by Pvrbek
Ovaj program služi za evidenciju životinja (Å¡ifra životinja,vrsta,naziv,cijenu i datum dostave).Program je implementiran pomoću lista s pomoću pokazivaÄa i pomoÄu polja koje smo stavili kao dvije razliÄite datoteke zaglavlja s pomoću kojih...
0
563
posted 12 years ago by Pvrbek