Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
this is my way of working out the contents of an object when I don't have access to a debugger like firebug
0
639
posted 14 years ago by iancrowther
A subtle gradient effect for <hr> tags. Works on Firefox and Webkit browsers (i.e. Chrome / Safari / Midori).
0
725
posted 14 years ago by pmigueld
this gives you the real controller/method names, even if you reroute them.
1
1170
posted 14 years ago by aelien
Tipico caso de sitio con dos dominios, y paginas con parámetros.
0
889
posted 14 years ago by mfigge
Searches down the current directory every file whose name matches (case insensitively) {{file_pattern}} for the regexp {{text}}.
0
886
posted 14 years ago by jarnaldich
So i wanted to spit all my error_log(); and error_reporting(E_ALL); to syslog on my MacOSX and syslog would output it on a custom file.
0
1319
posted 14 years ago by sadus
Returns an array of all the prime numbers up to (n) using an implementation of the Sieve of Eratosthenes.
0
807
posted 14 years ago by pmigueld