Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
HTML
Magento - How do I change transaction email details? - 'How do I' Questions - eCommerce Software for Growth
0
833
posted 14 years ago by dmistriotis
find files using "find" and piping the output to rm using xargs; 1st argument to find is the search directory (command substituted in this example by `pwd`)
0
752
posted 14 years ago by kentoy
<ol><li>save as filename.sh</li><li>chmod u+x filename.sh</li><li>usage : ./filename.sh\"url\"</li></ol>
1
1241
posted 14 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
572
posted 14 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
1039
posted 14 years ago by alvincrespo
the -r means it's recursive, the f suppresses the need to confirm every file deletion.
0
857
posted 14 years ago by beneberle
Used for the blog post: http://www.brettwidmann.com/2010/08/flash-primitive-data-types
0
1163
posted 14 years ago by goatboy91587
Used for the blog post: http://www.brettwidmann.com/2010/08/flash-primitive-data-types
0
941
posted 14 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
899
posted 14 years ago by sandman7OR
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
812
posted 14 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
947
posted 14 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
862
posted 14 years ago by Sverri
just drop on a page and boom syntax is all colorfull and pretty
0
840
posted 14 years ago by cartercole
uses JavaScript to check DOM for proper clean linkback to widget source
1
681
posted 14 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
1461
posted 14 years ago by espinallab