Welcome To Snipplr


Everyone's Recent Snippets



1 ... 300 301 302 303 304 ... 552
Dictionaries cant be sorted, so you need to transform it into a list and sort that one!
0 1490 posted 16 years ago by magicrebirth
// Taken from : // http://www.west-wind.com/weblog/posts/42319.aspx
0 1693 posted 16 years ago by delikassap
jQuery has a built in method that allows developers to store information inside elements. Learn how to use the .data() method and view some examples of how this can be used.
1 1966 posted 16 years ago by neal_grosskopf
Turning a dictionary into a list or an iterator is easy. To get a list of keys, you can just cast the dict into a list. It's cleaner, though to call .keys() on the dictionary to get a list of the keys, or .iterkeys() to get an iterator. Similarly, yo...
0 1624 posted 16 years ago by magicrebirth
1 1595 posted 16 years ago by tvanzele
this is all the actions needed for auth and the users login/register system
0 1472 posted 16 years ago by sevennbsp
this is the entire app_controller code with auth setup and use in it.
0 1457 posted 16 years ago by sevennbsp
If you accidentally exit while doing an interactive rebase, you can clean it with this command.
0 1750 posted 16 years ago by stayce
Paste this in address bar a viola!
0 1719 posted 16 years ago by landonmiller
Another common use of Auth component variables is to allow access to certain methods without the user being logged in (by default Auth restricts access to every action except the login and logout methods).
0 1826 posted 16 years ago by TioSolid
cleanly display the memory used so you know when your going over, especially useful for memory hog drupal sites.
1 1800 posted 16 years ago by electblake
This code will walk all elements from a given selector.
0 2091 posted 16 years ago by linusx
1 2066 posted 16 years ago by jepedo
0 1890 posted 16 years ago by cs2css3
0 1332 posted 16 years ago by cs2css3
0 1353 posted 16 years ago by cs2css3
0 3746 posted 16 years ago by cs2css3
the os x version of realpath works differently than the linux version; the following allows you to attain the same functionality in a shell on os x as `readlink -f $0` on a standard linux dist.
0 2127 posted 16 years ago by iloveitaly
0 1714 posted 16 years ago by eme_dlr
Makes same-page links scroll smoothly instead of jumping around the page.
2 1930 posted 16 years ago by zachdunn
Un objeto QMenu tiene siempre un objeto QAction, aunque no lo hayas creado tú. Por esta razón si queremos ocultar un QMenu vacío no nos sirve llamar al método setHidden (o a setVisible) como normalmente harías.
0 1412 posted 16 years ago by Bloomy
To style the text in a TextArea component, create a TextFormat object and pass it to the TextArea's setStyle method.
0 2520 posted 16 years ago by adrianparr
Using a sorted list remove all the lines in file2 from file1
0 1436 posted 16 years ago by benpjohnson
0 4559 posted 16 years ago by latsnip
1 ... 300 301 302 303 304 ... 552