Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Quick command I use to remove .SVN folders from a tree structure copied from SVN working copy. Sometimes a bit easier than running an export.
6
2481
posted 17 years ago by wfdev
Small function that returns a random rounded value between two given numbers.
0
1509
posted 17 years ago by Wiederkehr
Use this command to delete all the thumbs.db files on your drive.
2
3824
posted 17 years ago by sachinbhavsar
Wenn ein INSERT einen doppelten Wert erzeugen würde, wird das UPDATE ausgeführt.
1
1194
posted 17 years ago by drk
Many examples that show how to use the header() function of PHP
3
1923
posted 17 years ago by localhorst
find command just returns a list of HTML files that have 'search_str' in it, vim takes a list of files.
0
1351
posted 17 years ago by mandric
Para usar el interface builder con el iphone hay que crear una vista o una ventana, guardarla dentro del proyecto, y meter esta lÃnea en appdelegate en applicationDidFinishLaunching.
0
2837
posted 17 years ago by buscarini
Note: most of these will be available to the shell and Rails' console too.
2
1669
posted 17 years ago by cczona
"When using haml, an HTML tag is represented using %tagname, but in the case of an HTML tag with attributes, the representation is %tagname{:attribute => value}.
It turns out there must be no whitespace between %tagname and {:attribute => value}....
1
1279
posted 17 years ago by cczona
"The new naming scheme for template (eg. .html.erb) does not seem to work for partials. When using :partial => 'form' a filename "_form.html.erb" is not recognized. "
Rails now requires the partial to be referenced by dotted format
1
1344
posted 17 years ago by cczona
count .htm or .html files in the directory.
use ls and grep command.
1
1396
posted 17 years ago by kyokutyo
Consolidate all your various stylesheets into one and cut down on requests to your server by placing your screen, print & handheld stylesheets into one stylesheet
1
1382
posted 17 years ago by neal_grosskopf