<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - abhiomkar</title>
<link>http://snipplr.com/users/abhiomkar</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 10:35:48 GMT</pubDate>
<item>
<title>(PHP) PHP Code to generate thumbnails of all images in current directory</title>
<link>http://snipplr.com/view/38167/php-code-to-generate-thumbnails-of-all-images-in-current-directory/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 01 Aug 2010 06:47:08 GMT</pubDate>
<guid>http://snipplr.com/view/38167/php-code-to-generate-thumbnails-of-all-images-in-current-directory/</guid>
</item>
<item>
<title>(Bash) Generate Thumbnails with all same resolution (Cropped)</title>
<link>http://snipplr.com/view/38123/generate-thumbnails-with-all-same-resolution-cropped/</link>
<description><![CDATA[ <p>Input: .jpg images of current directory\r\n\r\nOutput: the thumbnails will be generated in \'thumb\' folder</p> ]]></description>
<pubDate>Sat, 31 Jul 2010 07:33:43 GMT</pubDate>
<guid>http://snipplr.com/view/38123/generate-thumbnails-with-all-same-resolution-cropped/</guid>
</item>
<item>
<title>(JavaScript) Sleep/Delay in Javascript</title>
<link>http://snipplr.com/view/25260/sleepdelay-in-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:33:18 GMT</pubDate>
<guid>http://snipplr.com/view/25260/sleepdelay-in-javascript/</guid>
</item>
<item>
<title>(Bash) Downloading an Entire Web Site with wget</title>
<link>http://snipplr.com/view/23838/downloading-an-entire-web-site-with-wget/</link>
<description><![CDATA[ <p>Source: Linux Journal

This command downloads the Web site www.website.org/tutorials/html/.

The options are:

    *      --recursive: download the entire Web site.
    *      --domains website.org: don't follow links outside website.org.
    *      --no-parent: don't follow links outside the directory tutorials/html/.
    *      --page-requisites: get all the elements that compose the page (images, CSS and so on).
    *      --html-extension: save files with the .html extension.
    *      --convert-links: convert links so that they work locally, off-line.
    *      --restrict-file-names=windows: modify filenames so that they will work in Windows as well.
    *      --no-clobber: don't overwrite any existing files (used in case the download is interrupted and resumed).</p> ]]></description>
<pubDate>Fri, 27 Nov 2009 12:24:00 GMT</pubDate>
<guid>http://snipplr.com/view/23838/downloading-an-entire-web-site-with-wget/</guid>
</item>
<item>
<title>(Bash) (HTML) Tutorial Page Download with 'wget'</title>
<link>http://snipplr.com/view/15566/html-tutorial-page-download-with-wget/</link>
<description><![CDATA[ <p>Download all tutorial pages of html format recursively.

Ex: http://www.moraware.com/help/

Get the url of tree frame (left), use it in wget. 

Have fun :)</p> ]]></description>
<pubDate>Fri, 05 Jun 2009 15:14:26 GMT</pubDate>
<guid>http://snipplr.com/view/15566/html-tutorial-page-download-with-wget/</guid>
</item>
<item>
<title>(Python) YouTube Batch Download Script</title>
<link>http://snipplr.com/view/6451/youtube-batch-download-script/</link>
<description><![CDATA[ <p>You</p> ]]></description>
<pubDate>Sun, 25 May 2008 14:02:29 GMT</pubDate>
<guid>http://snipplr.com/view/6451/youtube-batch-download-script/</guid>
</item>
<item>
<title>(Bash) Compress Images using convert (ImageMagick) in a bulk</title>
<link>http://snipplr.com/view/2822/compress-images-using-convert-imagemagick-in-a-bulk/</link>
<description><![CDATA[ <p>- lowQ/ is the output directory
- pass quality level from 1 to 100</p> ]]></description>
<pubDate>Fri, 08 Jun 2007 00:53:13 GMT</pubDate>
<guid>http://snipplr.com/view/2822/compress-images-using-convert-imagemagick-in-a-bulk/</guid>
</item>
<item>
<title>(Bash) Implementing wc using awk (without using wc)</title>
<link>http://snipplr.com/view/2803/implementing-wc-using-awk-without-using-wc/</link>
<description><![CDATA[ <p>Usage: awc [OPTION]... [FILE]...
Print newline, word, and byte counts for a FILE
	c, --bytes            print the byte counts
	-m, --chars            print the character counts
	-l, --lines            print the newline counts
	-L, --max-line-length  print the length of the longest line
	-w, --words            print the word counts
	--help     display this help and exit
	--version  output version information and exit"</p> ]]></description>
<pubDate>Wed, 06 Jun 2007 01:01:56 GMT</pubDate>
<guid>http://snipplr.com/view/2803/implementing-wc-using-awk-without-using-wc/</guid>
</item>
<item>
<title>(Python) snipplr :: getCode()</title>
<link>http://snipplr.com/view/2305/snipplr--getcode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 12 Mar 2007 11:05:49 GMT</pubDate>
<guid>http://snipplr.com/view/2305/snipplr--getcode/</guid>
</item>
<item>
<title>(Python) Check del.icio.us link</title>
<link>http://snipplr.com/view/2302/check-delicious-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 12 Mar 2007 08:14:38 GMT</pubDate>
<guid>http://snipplr.com/view/2302/check-delicious-link/</guid>
</item>
</channel>
</rss>