Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Easily grabs email addresses from a bulk text (CSV and/or some other email address-filled list/db).
Example #2 takes the input (bulk text) from textarea #input and puts the clean emails in the textarea #extractedemails.
1
3963
posted 16 years ago by world_eggplant
Found on [Corey Goldberg's blog](http://coreygoldberg.blogspot.com/2010/01/python-command-line-progress-bar-with.html). Usage:
from progress_bar import ProgressBar
p = ProgressBar(60)
p.update_time(15)
print p
p.fill_char =...
0
908
posted 16 years ago by ctmiller
Originally found on [Corey Goldberg's blog](http://coreygoldberg.blogspot.com/2010/01/python-command-line-progress-bar-with.html)
0
1090
posted 16 years ago by codeshaman
<p>This zips all files and directories</p>
<p>-r:Includes all files and directories -> Files</p>
<p>filename.zip:The zip file you want to create</p>
<p>foldername:The folder you are targetting or use * if your currently in the folder</p>
0
5489
posted 16 years ago by kevinbanet
Easy way to add belongs_to association to nested forms in Rails
0
1548
posted 16 years ago by viatropos
PHP provides many date manipulation devices and an entire suite of date functionality with the datetime class. However, this does not address date validation, that is, what format a date is received in. The PHP strtotime() function will accept many f...
1
1782
posted 16 years ago by kanampo
This will need to be either embeded or included and you can then just use this as such
myNewString = myStringVariable.nl2br();
0
1438
posted 16 years ago by boondoklife
Snippet out of my C# KNN implementation.
Uses leave-one-out cross validation tuning with our given K to find our nearest neighbors.
0
1472
posted 16 years ago by ahawker
Handy little snippet i found in 'jquery enlightenment' for caching certain selected files. Could be useful for larger files later on in a site.
1
1958
posted 16 years ago by 1man
If you have your wordpress subpages organized by parent pages... and you dont want the parent pages "clickable" this will fix you right up...
0
1269
posted 16 years ago by mdesilets
Shows the sub pages of a parent page, and also the parent page as a link.
1
1561
posted 16 years ago by davebowker