Welcome To Snipplr


Everyone's Recent Snippets Tagged c



1 ... 468 469 470 471 472 ... 553
This snippet is made for textmate (or e editor ?)
0 1360 posted 17 years ago by vanne
Modified just a bit. This version includes the Google Chrome beta.
2 1785 posted 17 years ago by wizard04
The script was modified slightly based on comments.
0 1625 posted 17 years ago by sudarkoff
0 1399 posted 17 years ago by DaveChild
This script should be run from the "master" database. It will destroy the dev copy of a database and restore from the live copy. Code slightly modified from original (linked).
0 1321 posted 17 years ago by DaveChild
Run from within SQL to get list of items in directory to a table.
1 1464 posted 17 years ago by DaveChild
Crops and resizes, maintaining perspective, with a white background.
1 1507 posted 17 years ago by DaveChild
1 1692 posted 17 years ago by DaveChild
This code is both basic and available from 24ways.org, but it's damn handy to reach through the snipplr plugin from textMate. PS: all cred to Rachel Andrew & the 24ways team.
4 1638 posted 17 years ago by stavelin
Based on the ereg family of functions in PHP.
0 1539 posted 17 years ago by DaveChild
Format strings: * %A - AM or PM * %a - am or pm * %m - Month with leading zeroes (01 - 12) * %n - Month without leading zeroes (1 - 12) * %F - Month name (January - December) * %M - Three letter month name (Jan - Dec) * $d - Da...
0 3303 posted 17 years ago by DaveChild
Translated by David Hunter.
0 2085 posted 17 years ago by DaveChild
4 1824 posted 17 years ago by DaveChild
7 3186 posted 17 years ago by DaveChild
0 1570 posted 17 years ago by stavelin
0 3656 posted 17 years ago by DaveChild
Generating MD5 HEX string from either URL or File instance in Groovy (more elegant than the Java version).
1 2239 posted 17 years ago by narkisr
You know how your bookmarks toolbar will show a little arrow when there are too many to fit? This code snippet will make the toolbar twice the size in height, and make the bookmarks wrap to the next line. In mac, you need to edit the file /Users/-...
1 1313 posted 17 years ago by Jacolyte
This is a simple javascript snippet that will allow you to specify a particular class to a group of checkboxes and then select them all at once when you click the master checkbox. This came in very handy for a store inventory script when I needed to...
0 1784 posted 17 years ago by aristoworks
0 1271 posted 17 years ago by fredaudet
0 1123 posted 17 years ago by rubinsta
I normally paste this into config/mongrel.rb, then add "require 'mongrel'" in my config/deploy.rb Once that's done, you'll be able to start, stop, and restart your mongrels like so: `cap deploy:mongrel:start/stop/restart`
3 1641 posted 17 years ago by jimmyebaker
Repeatable Fisher Yates Array Shuffle based on given random string. If no seed is provided the current second will be used (not to use as a pure random shuffle... based on microseconds)
0 1830 posted 17 years ago by digdan
En IE6 el min-height se reemplaza en realidad con height, porque por un error de Explorer tiene exactamente el mismo efecto. Este código hace que la caja tenga 700px de mínimo tanto para FF como para IE6.
0 1303 posted 17 years ago by demixo
This function will allow you to use '#ABCDEF' or '0xEEFF33' instead of the RGB values required for imagecolorallocate() by stripping away any non hex characters. It will also check and make sure that it's a valid 6 digit hex value after the stripping...
0 1333 posted 17 years ago by Jacolyte
The plugin's "shave_all" function was not properly cropping and resizing the thumbnails for me. The following needs to be changed in sfImageMagickAdapter.class.php
1 1307 posted 17 years ago by catchamonkey
0 1514 posted 17 years ago by xuanyan
Just some pseudo-code notes about using labels with `break` and `continue` statements.
0 1474 posted 17 years ago by wizard04
1 ... 468 469 470 471 472 ... 553