Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
<ol><li>save as filename.sh</li><li>chmod u+x filename.sh</li><li>usage : ./filename.sh\"url\"</li></ol>
1
2167
posted 15 years ago by kentoy
Just run in your consol window as ./tocase (or whatever you call the file). Be sure to give it proper permission first (chmod 755 tocase) :]
0
962
posted 15 years ago by davidmoreen
Working on creating a 'days ago' script. I know some already exist, but I just want to know how to do it myself. I'm also incorporating leap year functionality and some utility functions that could be used on other projects.
2
2703
posted 15 years ago by alvincrespo
the -r means it's recursive, the f suppresses the need to confirm every file deletion.
0
1505
posted 15 years ago by beneberle
Used for the blog post: http://www.brettwidmann.com/2010/08/flash-primitive-data-types
0
1825
posted 15 years ago by goatboy91587
Used for the blog post: http://www.brettwidmann.com/2010/08/flash-primitive-data-types
0
1594
posted 15 years ago by goatboy91587
Loops through all files of a certain extension in the specified directory. Can be used to list all images in a given directory.
0
1513
posted 15 years ago by sandman7OR
Select the specified option for alle html selects as jQuery.
0
1342
posted 15 years ago by pogosheep
Originally written by Jason Lengstorf, rewritten by Drew Douglass, packaged into the EnnuiCMS (link above), can be used as standalone class.
Be sure to change or define your constants for PAGE_OBJ_WIDTH and PAGE_OBJ_HEIGHT when using the YouTube m...
1
1369
posted 15 years ago by DrewDouglass
Substitute new_ placeholder in the second line with your new prefix. Run it: http://www.yoursite.com/rename.php and wait until it responds with an OK, usually after a couple of seconds. Delete the rename.php script. Edit the configuration.php file...
0
2489
posted 15 years ago by beneberle
When working in PHP I sometimes want to know exactly what is in a variable. This is easy enough to find out, but having this function around it is even easier, as it includes the HTML pre tag making it easier to read, and it allows you to choose how...
1
1590
posted 15 years ago by Sverri
just drop on a page and boom syntax is all colorfull and pretty
0
1415
posted 15 years ago by cartercole
uses JavaScript to check DOM for proper clean linkback to widget source
1
1152
posted 15 years ago by cartercole
Here is how to determine the device type.\r\n\r\nHow to use it.\r\n\r\nUIDeviceHardware *h=[[UIDeviceHardware alloc] init];\r\n[self setDeviceModel:[h platformString]]; \r\n[h release];
3
3247
posted 15 years ago by espinallab