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