jmiller


Member since 09/02/2009

16 snippets

3605 profile views

6 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

jmiller's Recent Snippets



« Prev 1 Next »
This would convert images at 30fps to a mp4 video, with sequence titles: ImageName0000.png, ImageName0001.png, etc. You could use -r 1/5 to use one frame every five seconds.
1 734 posted 11 years ago by jmiller
This will get the 11-character YouTube video ID from any valid YouTube URL. Based on http://snipplr.com/view/57065/get-youtube-video-id/ but made more robust to handle additional URL inputs
0 1271 posted 12 years ago by jmiller
Turns /n to <br> and /n/n to </p><p> Usage: echo stripslashes(nl2br(nls2p($text)));
0 598 posted 13 years ago by jmiller
Orders a multi-dimensional field (such as sorting multiple $orders by field 'id')
0 719 posted 13 years ago by jmiller
Pass in object. Returns array.
0 667 posted 13 years ago by jmiller
0 847 posted 13 years ago by jmiller
Takes one field and converts the string to a URL-friendly slug in a second field
1 616 posted 13 years ago by jmiller
Here's a handy query for finding duplicates in a table.
3 630 posted 14 years ago by jmiller
Will strip off the decimals of a number (price) unless they are necessary.
0 527 posted 14 years ago by jmiller
2 730 posted 14 years ago by jmiller
Strips out every character except 0-9
0 583 posted 14 years ago by jmiller
This is useful if you do not currently have a trunk/branch structure and would like to move everything into a new trunk.
0 741 posted 14 years ago by jmiller
This is useful for upgrading Drupal modules, etc.
0 696 posted 14 years ago by jmiller
1 578 posted 14 years ago by jmiller
« Prev 1 Next »