<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/line</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 19:18:51 GMT</pubDate>
<item>
<title>(Python) Command Line IMDB Scraper - spilcm</title>
<link>http://snipplr.com/view/69445/command-line-imdb-scraper/</link>
<description><![CDATA[ <p>This script will ask for a movie title and a year and then query IMDB for it.</p> ]]></description>
<pubDate>Sun, 13 Jan 2013 06:56:41 GMT</pubDate>
<guid>http://snipplr.com/view/69445/command-line-imdb-scraper/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Drawing Shapes (ARC, BURST, DASHED-LINE, GEAR, POLYGON, STAR, WEDGE, LINE) - adrianparr</title>
<link>http://snipplr.com/view/67582/as3-drawing-shapes-arc-burst-dashedline-gear-polygon-star-wedge-line/</link>
<description><![CDATA[ <p>Credit for this goes to Adobe, Ric Ewing, Kevin Williams, Aden Forshaw and Sidney de Koning.</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 22:45:24 GMT</pubDate>
<guid>http://snipplr.com/view/67582/as3-drawing-shapes-arc-burst-dashedline-gear-polygon-star-wedge-line/</guid>
</item>
<item>
<title>(Bash) Backup folders - kynatro</title>
<link>http://snipplr.com/view/64755/backup-folders/</link>
<description><![CDATA[ <p>Quick backup script to output all folders in a location to their own gzip files.</p> ]]></description>
<pubDate>Fri, 27 Apr 2012 03:44:25 GMT</pubDate>
<guid>http://snipplr.com/view/64755/backup-folders/</guid>
</item>
<item>
<title>(CSS) Justify one line of text in CSS - Kerrick</title>
<link>http://snipplr.com/view/63389/justify-one-line-of-text-in-css/</link>
<description><![CDATA[ <p>This simply justifies a single line of text via CSS.</p> ]]></description>
<pubDate>Fri, 17 Feb 2012 08:12:56 GMT</pubDate>
<guid>http://snipplr.com/view/63389/justify-one-line-of-text-in-css/</guid>
</item>
<item>
<title>(C#) wake online - ne7son</title>
<link>http://snipplr.com/view/63257/wake-online/</link>
<description><![CDATA[ <p>wake online class</p> ]]></description>
<pubDate>Sat, 11 Feb 2012 06:18:45 GMT</pubDate>
<guid>http://snipplr.com/view/63257/wake-online/</guid>
</item>
<item>
<title>(Other) Easy single line LAMP installation - ninacess</title>
<link>http://snipplr.com/view/62895/easy-single-line-lamp-installation/</link>
<description><![CDATA[ <p>One-line code for installing LAMP server for Ubuntu OS.</p> ]]></description>
<pubDate>Mon, 30 Jan 2012 16:59:49 GMT</pubDate>
<guid>http://snipplr.com/view/62895/easy-single-line-lamp-installation/</guid>
</item>
<item>
<title>(Regular Expression) Remove Blank Lines in VI/VIM - jasonpottergmailcom</title>
<link>http://snipplr.com/view/62758/remove-blank-lines-in-vivim/</link>
<description><![CDATA[ <p>Here is a common Regex I use to remove all blank lines in a file using VIM</p> ]]></description>
<pubDate>Wed, 25 Jan 2012 02:24:54 GMT</pubDate>
<guid>http://snipplr.com/view/62758/remove-blank-lines-in-vivim/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Convert TextField LineBreaks to CRLF for Display as Plain Text (Notepad) on Windows - adrianparr</title>
<link>http://snipplr.com/view/61990/as3-convert-textfield-linebreaks-to-crlf-for-display-as-plain-text-notepad-on-windows/</link>
<description><![CDATA[ <p>Linebreaks differ between Flash TextField and a plain text file like Notepad. In this example we convert the html linebreaks in Flash to \r\n</p> ]]></description>
<pubDate>Tue, 20 Dec 2011 02:01:19 GMT</pubDate>
<guid>http://snipplr.com/view/61990/as3-convert-textfield-linebreaks-to-crlf-for-display-as-plain-text-notepad-on-windows/</guid>
</item>
<item>
<title>(ActionScript 3) Timeline Manipulation - okhy</title>
<link>http://snipplr.com/view/61025/timeline-manipulation/</link>
<description><![CDATA[ <p>Class version of TimelineManipulation.</p> ]]></description>
<pubDate>Mon, 21 Nov 2011 15:28:22 GMT</pubDate>
<guid>http://snipplr.com/view/61025/timeline-manipulation/</guid>
</item>
<item>
<title>(DOS Batch) Viewing an image under Windows 7 from a command line - m1b</title>
<link>http://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line/</link>
<description><![CDATA[ <p>Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.</p> ]]></description>
<pubDate>Tue, 18 Oct 2011 08:52:54 GMT</pubDate>
<guid>http://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line/</guid>
</item>
<item>
<title>(ActionScript 3) Timeline Manipulation - okhy</title>
<link>http://snipplr.com/view/58671/timeline-manipulation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Sep 2011 16:38:51 GMT</pubDate>
<guid>http://snipplr.com/view/58671/timeline-manipulation/</guid>
</item>
<item>
<title>(JavaScript) Bresenham\'s Line Algorithm - nefd</title>
<link>http://snipplr.com/view/58314/bresenhams-line-algorithm/</link>
<description><![CDATA[ <p>Code obtained from a [stackoverflow question](http://stackoverflow.com/questions/4672279/bresenham-algorithm-in-javascript). This is a javascript implementation of the [Bresenham line algorithm](http://en.wikipedia.org/wiki/Bresenham's_line_algorithm). Given two points, this function will return an array of coordinates which go from point A to point B, one step at a time.</p> ]]></description>
<pubDate>Wed, 31 Aug 2011 00:07:22 GMT</pubDate>
<guid>http://snipplr.com/view/58314/bresenhams-line-algorithm/</guid>
</item>
<item>
<title>(JavaScript) Remove blank lines - devnull69</title>
<link>http://snipplr.com/view/57833/remove-blank-lines/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Aug 2011 20:09:37 GMT</pubDate>
<guid>http://snipplr.com/view/57833/remove-blank-lines/</guid>
</item>
<item>
<title>(PHP) Read Command Line Arguments - tcam27</title>
<link>http://snipplr.com/view/56264/read-command-line-arguments/</link>
<description><![CDATA[ <p>If you want to use PHP as a command line program, this code can serve s a reference to read the arguments passed to the program.</p> ]]></description>
<pubDate>Thu, 07 Jul 2011 23:54:31 GMT</pubDate>
<guid>http://snipplr.com/view/56264/read-command-line-arguments/</guid>
</item>
<item>
<title>(ActionScript 3) Get length from first line textfield - hejaaa</title>
<link>http://snipplr.com/view/53702/get-length-from-first-line-textfield/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 May 2011 23:17:59 GMT</pubDate>
<guid>http://snipplr.com/view/53702/get-length-from-first-line-textfield/</guid>
</item>
<item>
<title>(Bash) transfer files via ssh - frigga</title>
<link>http://snipplr.com/view/52740/transfer-files-via-ssh/</link>
<description><![CDATA[ <p>Command to transfer files between servers using the command line.</p> ]]></description>
<pubDate>Thu, 28 Apr 2011 19:52:56 GMT</pubDate>
<guid>http://snipplr.com/view/52740/transfer-files-via-ssh/</guid>
</item>
<item>
<title>(Bash) Command Line to Compile for Playbook using Blackberry SDK - dim</title>
<link>http://snipplr.com/view/51665/command-line-to-compile-for-playbook-using-blackberry-sdk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Apr 2011 00:03:46 GMT</pubDate>
<guid>http://snipplr.com/view/51665/command-line-to-compile-for-playbook-using-blackberry-sdk/</guid>
</item>
<item>
<title>(Bash) Rename files from command line - alassiter</title>
<link>http://snipplr.com/view/50409/rename-files-from-command-line/</link>
<description><![CDATA[ <p>A couple of snippets useful for file management. I use these to make sure I understand how many files I'm about to modify, and then rename them.</p> ]]></description>
<pubDate>Thu, 10 Mar 2011 03:04:30 GMT</pubDate>
<guid>http://snipplr.com/view/50409/rename-files-from-command-line/</guid>
</item>
<item>
<title>(Bash) Count files in a directory - alassiter</title>
<link>http://snipplr.com/view/50408/count-files-in-a-directory/</link>
<description><![CDATA[ <p>A very simple quick way to count the number of files in a directory.</p> ]]></description>
<pubDate>Thu, 10 Mar 2011 02:55:52 GMT</pubDate>
<guid>http://snipplr.com/view/50408/count-files-in-a-directory/</guid>
</item>
<item>
<title>(Bash) robotic script done notification - adkatrit</title>
<link>http://snipplr.com/view/49183/robotic-script-done-notification/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Feb 2011 09:00:51 GMT</pubDate>
<guid>http://snipplr.com/view/49183/robotic-script-done-notification/</guid>
</item>
</channel>
</rss>