<?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 18:36:47 +0000</lastBuildDate>
    <item>
      <title>(PHP) [php] [txtfile] Lire un fichier avec la fonction file - martinbrait</title>
      <link>https://snipplr.com/view/333753/php-txtfile-lire-un-fichier-avec-la-fonction-file</link>
      <description>&lt;p&gt;Read a file with the file function&lt;/p&gt;</description>
      <pubDate>Thu, 22 Aug 2019 20:56:56 UTC</pubDate>
      <guid>https://snipplr.com/view/333753/php-txtfile-lire-un-fichier-avec-la-fonction-file</guid>
    </item>
    <item>
      <title>(PHP) [php] [txtfile] lire la première ligne de texte d'un fichier sur le serveur - martinbrait</title>
      <link>https://snipplr.com/view/333750/php-txtfile-lire-la-premire-ligne-de-texte-dun-fichier-sur-le-serveur</link>
      <description>&lt;p&gt;read the first line of text of a file on the server&#13;
&#13;
To read the first line of text in your file:&#13;
The fgets () function retrieves the first 4096 characters from the first line of your file.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Aug 2019 20:50:36 UTC</pubDate>
      <guid>https://snipplr.com/view/333750/php-txtfile-lire-la-premire-ligne-de-texte-dun-fichier-sur-le-serveur</guid>
    </item>
    <item>
      <title>(C#) How to Set Line Spacing of a Paragraph in an Excel Shape or Textbox inside .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</link>
      <description>&lt;p&gt;This technical tip shows how to Set Line Spacing of the Paragraph in a Shape or Textbox in .NET applications. You can set the line space of the paragraph, its space before and space after using the TextParagraph.LineSpace, TextParagraph.SpaceBefore and TextParagraph.SpaceAfter respectively. The following example shows how to Set Line Spacing of the Paragraph in a Shape or Textbox.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2016 18:24:58 UTC</pubDate>
      <guid>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</guid>
    </item>
    <item>
      <title>(C#) How to Add Rectangle or Line Object to An Existing PDF File using .NET - sherazam</title>
      <link>https://snipplr.com/view/147619/how-to-add-rectangle-or-line-object-to-an-existing-pdf-file-using-net</link>
      <description>&lt;p&gt;This technical tip shows how .NET developers can add line object to an Existing PDF File inside their .NET applications. Aspose.Pdf for .NET supports the feature to add graph objects (for example graph, line, rectangle etc.) to PDF documents. You also get the leverage to add Line object where you can also specify the dash pattern, color and other formatting for Line element. The legacy Aspose.Pdf.Generator provides the feature to set DashLengthInBlack and DashLengthInWhite properties where dash pattern for line object can be defined. Similar features can be accomplished while using DOM approach.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jul 2016 19:02:40 UTC</pubDate>
      <guid>https://snipplr.com/view/147619/how-to-add-rectangle-or-line-object-to-an-existing-pdf-file-using-net</guid>
    </item>
    <item>
      <title>(Awk)  # print every line after replacing each field with its absolute value - secdebian</title>
      <link>https://snipplr.com/view/146439/--print-every-line-after-replacing-each-field-with-its-absolute-value</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 20 Mar 2016 17:51:20 UTC</pubDate>
      <guid>https://snipplr.com/view/146439/--print-every-line-after-replacing-each-field-with-its-absolute-value</guid>
    </item>
    <item>
      <title>(Perl) Send email from gmail account via command line - jsinix</title>
      <link>https://snipplr.com/view/82735/send-email-from-gmail-account-via-command-line</link>
      <description>&lt;p&gt;This scripts can be used to send email from your gmail account by authenticating. It can be modified to login to any SMTP server.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Dec 2014 03:35:34 UTC</pubDate>
      <guid>https://snipplr.com/view/82735/send-email-from-gmail-account-via-command-line</guid>
    </item>
    <item>
      <title>(HTML) Button With Line Breaks in HTML - apphp-snippets</title>
      <link>https://snipplr.com/view/73551/button-with-line-breaks-in-html</link>
      <description>&lt;p&gt;To get button with line breaks you can use carriage return characters to break the line: &amp;#x00A; or just &lt;br&gt; with a &lt;button&gt; tag:&lt;/p&gt;</description>
      <pubDate>Mon, 03 Feb 2014 20:41:01 UTC</pubDate>
      <guid>https://snipplr.com/view/73551/button-with-line-breaks-in-html</guid>
    </item>
    <item>
      <title>(SAS) Remove carriage return and linefeed characters within quoted strings - webonomic</title>
      <link>https://snipplr.com/view/72784/remove-carriage-return-and-linefeed-characters-within-quoted-strings</link>
      <description>&lt;p&gt;If a flat file contains embedded carriage return (CR) and linefeed characters (LF) inside double quotes, SAS will interpret them as end of line markers. This may cause your file to be read incorrectly. &#13;
This example replaces CR/LF characters within double quotes with other printable characters. CR/LF characters outside of double quotes are untouched. &#13;
&#13;
In this sample, the external file is updated in place. You cannot separate the input and output because the code uses shared buffers. &#13;
&#13;
You should make a copy of your file before running this sample on it.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Nov 2013 04:53:46 UTC</pubDate>
      <guid>https://snipplr.com/view/72784/remove-carriage-return-and-linefeed-characters-within-quoted-strings</guid>
    </item>
    <item>
      <title>(Java) Generic pretty print based on chars per line - borysn</title>
      <link>https://snipplr.com/view/71353/generic-pretty-print-based-on-chars-per-line</link>
      <description>&lt;p&gt;Generic method for printing a list to the console based on the number of characters per line.&lt;/p&gt;</description>
      <pubDate>Fri, 31 May 2013 08:12:11 UTC</pubDate>
      <guid>https://snipplr.com/view/71353/generic-pretty-print-based-on-chars-per-line</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Drawing Shapes (ARC, BURST, DASHED-LINE, GEAR, POLYGON, STAR, WEDGE, LINE) - adrianparr</title>
      <link>https://snipplr.com/view/67582/as3-drawing-shapes-arc-burst-dashedline-gear-polygon-star-wedge-line</link>
      <description>&lt;p&gt;Credit for this goes to Adobe, Ric Ewing, Kevin Williams, Aden Forshaw and Sidney de Koning.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Oct 2012 22:45:24 UTC</pubDate>
      <guid>https://snipplr.com/view/67582/as3-drawing-shapes-arc-burst-dashedline-gear-polygon-star-wedge-line</guid>
    </item>
    <item>
      <title>(CSS) Justify one line of text in CSS - Kerrick</title>
      <link>https://snipplr.com/view/63389/justify-one-line-of-text-in-css</link>
      <description>&lt;p&gt;This simply justifies a single line of text via CSS.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Feb 2012 08:12:56 UTC</pubDate>
      <guid>https://snipplr.com/view/63389/justify-one-line-of-text-in-css</guid>
    </item>
    <item>
      <title>(Other) Easy single line LAMP installation - ninacess</title>
      <link>https://snipplr.com/view/62895/easy-single-line-lamp-installation</link>
      <description>&lt;p&gt;One-line code for installing LAMP server for Ubuntu OS.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jan 2012 16:59:49 UTC</pubDate>
      <guid>https://snipplr.com/view/62895/easy-single-line-lamp-installation</guid>
    </item>
    <item>
      <title>(Regular Expression) Remove Blank Lines in VI/VIM - jasonpottergmailcom</title>
      <link>https://snipplr.com/view/62758/remove-blank-lines-in-vivim</link>
      <description>&lt;p&gt;Here is a common Regex I use to remove all blank lines in a file using VIM&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jan 2012 02:24:54 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/61990/as3-convert-textfield-linebreaks-to-crlf-for-display-as-plain-text-notepad-on-windows</link>
      <description>&lt;p&gt;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&lt;/p&gt;</description>
      <pubDate>Tue, 20 Dec 2011 02:01:19 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/61025/timeline-manipulation</link>
      <description>&lt;p&gt;Class version of TimelineManipulation.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Nov 2011 15:28:22 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Oct 2011 08:52:54 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/58671/timeline-manipulation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2011 16:38:51 UTC</pubDate>
      <guid>https://snipplr.com/view/58671/timeline-manipulation</guid>
    </item>
    <item>
      <title>(JavaScript) Bresenham\'s Line Algorithm - nefd</title>
      <link>https://snipplr.com/view/58314/bresenhams-line-algorithm</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 31 Aug 2011 00:07:22 UTC</pubDate>
      <guid>https://snipplr.com/view/58314/bresenhams-line-algorithm</guid>
    </item>
    <item>
      <title>(JavaScript) Remove blank lines - devnull69</title>
      <link>https://snipplr.com/view/57833/remove-blank-lines</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 15 Aug 2011 20:09:37 UTC</pubDate>
      <guid>https://snipplr.com/view/57833/remove-blank-lines</guid>
    </item>
    <item>
      <title>(PHP) Read Command Line Arguments - tcam27</title>
      <link>https://snipplr.com/view/56264/read-command-line-arguments</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Jul 2011 23:54:31 UTC</pubDate>
      <guid>https://snipplr.com/view/56264/read-command-line-arguments</guid>
    </item>
    <item>
      <title>(ActionScript 3) Get length from first line textfield - hejaaa</title>
      <link>https://snipplr.com/view/53702/get-length-from-first-line-textfield</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 17 May 2011 23:17:59 UTC</pubDate>
      <guid>https://snipplr.com/view/53702/get-length-from-first-line-textfield</guid>
    </item>
    <item>
      <title>(Bash) transfer files via ssh - frigga</title>
      <link>https://snipplr.com/view/52740/transfer-files-via-ssh</link>
      <description>&lt;p&gt;Command to transfer files between servers using the command line.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Apr 2011 19:52:56 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/51665/command-line-to-compile-for-playbook-using-blackberry-sdk</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 07 Apr 2011 00:03:46 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/50409/rename-files-from-command-line</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Mar 2011 03:04:30 UTC</pubDate>
      <guid>https://snipplr.com/view/50409/rename-files-from-command-line</guid>
    </item>
    <item>
      <title>(Bash) Count files in a directory - alassiter</title>
      <link>https://snipplr.com/view/50408/count-files-in-a-directory</link>
      <description>&lt;p&gt;A very simple quick way to count the number of files in a directory.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Mar 2011 02:55:52 UTC</pubDate>
      <guid>https://snipplr.com/view/50408/count-files-in-a-directory</guid>
    </item>
    <item>
      <title>(Bash) robotic script done notification - adkatrit</title>
      <link>https://snipplr.com/view/49183/robotic-script-done-notification</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Feb 2011 09:00:51 UTC</pubDate>
      <guid>https://snipplr.com/view/49183/robotic-script-done-notification</guid>
    </item>
    <item>
      <title>(JavaScript) Interpolate Points on a Line - parkerkrhoyt</title>
      <link>https://snipplr.com/view/47206/interpolate-points-on-a-line</link>
      <description>&lt;p&gt;This function will interpolate the points on a line.  When tracking mouse movements, not every point is captured.  This is especially true the faster the mouse moves.  This function will allow you to fill in the gap of points between two recorded positions.  It takes two point values (object with an "x" and a "y" property) and the distance to move forward for each new point to be added (e.g. spacing).  The result is an array containing all the points between the two points provided in the function call.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Jan 2011 04:21:27 UTC</pubDate>
      <guid>https://snipplr.com/view/47206/interpolate-points-on-a-line</guid>
    </item>
    <item>
      <title>(CSS) Prevent line breaks in links - blueocto</title>
      <link>https://snipplr.com/view/46365/prevent-line-breaks-in-links</link>
      <description>&lt;p&gt;This little trick will prevent line breaks on your links. I recommend using this with long text to avoid having links break into 2 lines.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jan 2011 03:15:40 UTC</pubDate>
      <guid>https://snipplr.com/view/46365/prevent-line-breaks-in-links</guid>
    </item>
    <item>
      <title>(PHP) Convert associative array to object (class) in a single line - dyteq</title>
      <link>https://snipplr.com/view/45824/convert-associative-array-to-object-class-in-a-single-line</link>
      <description>&lt;p&gt;This method is easy to write, but not very efficient, as you can imagine.&lt;/p&gt;</description>
      <pubDate>Thu, 16 Dec 2010 23:47:08 UTC</pubDate>
      <guid>https://snipplr.com/view/45824/convert-associative-array-to-object-class-in-a-single-line</guid>
    </item>
    <item>
      <title>(HTML) Aligning divs on one line using a floated left unorderd list - bobbym245</title>
      <link>https://snipplr.com/view/45434/aligning-divs-on-one-line-using-a-floated-left-unorderd-list</link>
      <description>&lt;p&gt;The css style's in the &lt;style&gt;&lt;/style&gt; tags are important for this snippet to work.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Dec 2010 07:57:45 UTC</pubDate>
      <guid>https://snipplr.com/view/45434/aligning-divs-on-one-line-using-a-floated-left-unorderd-list</guid>
    </item>
    <item>
      <title>(CSS) Remove outline and dotted lines on buttons in FF, IE and Webkit - dre1080</title>
      <link>https://snipplr.com/view/43211/remove-outline-and-dotted-lines-on-buttons-in-ff-ie-and-webkit</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 29 Oct 2010 06:21:08 UTC</pubDate>
      <guid>https://snipplr.com/view/43211/remove-outline-and-dotted-lines-on-buttons-in-ff-ie-and-webkit</guid>
    </item>
    <item>
      <title>(VB.NET) Insert new line inside textboxs for VB.NET and C# and JavaScript - ramirocalero</title>
      <link>https://snipplr.com/view/42994/insert-new-line-inside-textboxs-for-vbnet-and-c-and-javascript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Oct 2010 04:30:10 UTC</pubDate>
      <guid>https://snipplr.com/view/42994/insert-new-line-inside-textboxs-for-vbnet-and-c-and-javascript</guid>
    </item>
    <item>
      <title>(PHP) Remove newline from string - dmistriotis</title>
      <link>https://snipplr.com/view/42050/remove-newline-from-string</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 11 Oct 2010 21:27:47 UTC</pubDate>
      <guid>https://snipplr.com/view/42050/remove-newline-from-string</guid>
    </item>
    <item>
      <title>(ActionScript 3) Canvas graphics (draw line or graphic form does not display issues) - activetofocus</title>
      <link>https://snipplr.com/view/41049/canvas-graphics-draw-line-or-graphic-form-does-not-display-issues</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Sep 2010 14:06:17 UTC</pubDate>
      <guid>https://snipplr.com/view/41049/canvas-graphics-draw-line-or-graphic-form-does-not-display-issues</guid>
    </item>
    <item>
      <title>(Bash) add all files in a directory to svn command line - edeustace</title>
      <link>https://snipplr.com/view/39230/add-all-files-in-a-directory-to-svn-command-line</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:29:14 UTC</pubDate>
      <guid>https://snipplr.com/view/39230/add-all-files-in-a-directory-to-svn-command-line</guid>
    </item>
    <item>
      <title>(Python) Building block for simple command line execution - throb</title>
      <link>https://snipplr.com/view/39224/building-block-for-simple-command-line-execution</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:13:28 UTC</pubDate>
      <guid>https://snipplr.com/view/39224/building-block-for-simple-command-line-execution</guid>
    </item>
    <item>
      <title>(Processing) Line Drawing (mouse speed) - S_Park</title>
      <link>https://snipplr.com/view/38378/line-drawing-mouse-speed</link>
      <description>&lt;p&gt;Draw line on mousedown.\r\nLine width based on mouse movement.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Aug 2010 23:46:37 UTC</pubDate>
      <guid>https://snipplr.com/view/38378/line-drawing-mouse-speed</guid>
    </item>
    <item>
      <title>(Java) Parse command line in java - tactoth</title>
      <link>https://snipplr.com/view/33275/parse-command-line-in-java</link>
      <description>&lt;p&gt;input: -width 123 -height 234 -minimized -visible&#13;
output map: {"-width":"123", "-height":"234", "-minimized":null, "-visible":null}&lt;/p&gt;</description>
      <pubDate>Tue, 27 Apr 2010 02:52:08 UTC</pubDate>
      <guid>https://snipplr.com/view/33275/parse-command-line-in-java</guid>
    </item>
    <item>
      <title>(PHP) PHP : convertir des retours Ã  la ligne en entitÃ© html  avec la fonction nl2br() - alexandrepayet</title>
      <link>https://snipplr.com/view/31928/php--convertir-des-retours--la-ligne-en-entit-html--avec-la-fonction-nl2br</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 Apr 2010 06:42:17 UTC</pubDate>
      <guid>https://snipplr.com/view/31928/php--convertir-des-retours--la-ligne-en-entit-html--avec-la-fonction-nl2br</guid>
    </item>
    <item>
      <title>(ActionScript 3) Create Dotted Line (made of any shape/MC) - IsoJon</title>
      <link>https://snipplr.com/view/29610/create-dotted-line-made-of-any-shapemc</link>
      <description>&lt;p&gt;You can replace the library item with whatever you want, or draw a shape in actionscript to use. &#13;
&#13;
TweenMax is used in this snippet, get it here: http://www.greensock.com/tweenmax/ and thank Jack Doyle for being great by donating.&lt;/p&gt;</description>
      <pubDate>Thu, 11 Mar 2010 11:01:17 UTC</pubDate>
      <guid>https://snipplr.com/view/29610/create-dotted-line-made-of-any-shapemc</guid>
    </item>
    <item>
      <title>(PHP) Command line progress bar with PHP - iTony</title>
      <link>https://snipplr.com/view/29548/command-line-progress-bar-with-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Mar 2010 11:58:22 UTC</pubDate>
      <guid>https://snipplr.com/view/29548/command-line-progress-bar-with-php</guid>
    </item>
    <item>
      <title>(Python) progress_bar.py - codeshaman</title>
      <link>https://snipplr.com/view/26457/progressbarpy</link>
      <description>&lt;p&gt;Originally found on [Corey Goldberg's blog](http://coreygoldberg.blogspot.com/2010/01/python-command-line-progress-bar-with.html)&lt;/p&gt;</description>
      <pubDate>Thu, 14 Jan 2010 09:01:00 UTC</pubDate>
      <guid>https://snipplr.com/view/26457/progressbarpy</guid>
    </item>
    <item>
      <title>(ActionScript 3) Get rid of annoying line breaks in multiline input fields - creativelifeform</title>
      <link>https://snipplr.com/view/25352/get-rid-of-annoying-line-breaks-in-multiline-input-fields</link>
      <description>&lt;p&gt;Turn off auto kerning to get rid of that goddamn line break that happens on multiline text inputs!&lt;/p&gt;</description>
      <pubDate>Wed, 23 Dec 2009 18:06:55 UTC</pubDate>
      <guid>https://snipplr.com/view/25352/get-rid-of-annoying-line-breaks-in-multiline-input-fields</guid>
    </item>
    <item>
      <title>(Bash) Send email using mail command on linux - webonomic</title>
      <link>https://snipplr.com/view/24239/send-email-using-mail-command-on-linux</link>
      <description>&lt;p&gt;This command will email the contents of emailbody.txt to somebody@domain.com with the subject My subject line.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Dec 2009 23:56:13 UTC</pubDate>
      <guid>https://snipplr.com/view/24239/send-email-using-mail-command-on-linux</guid>
    </item>
    <item>
      <title>(Python) Bresenham's line algorithm - nefd</title>
      <link>https://snipplr.com/view/22482/bresenhams-line-algorithm</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 11:06:27 UTC</pubDate>
      <guid>https://snipplr.com/view/22482/bresenhams-line-algorithm</guid>
    </item>
    <item>
      <title>(MatLab) line styles, colors, markers in matlab - benjamin</title>
      <link>https://snipplr.com/view/22112/line-styles-colors-markers-in-matlab</link>
      <description>&lt;p&gt;This script is for generating plots with many curves, where each curve has its own marker, color, and line style. Please see my blog post for more explanations and leave comments there.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Oct 2009 16:03:17 UTC</pubDate>
      <guid>https://snipplr.com/view/22112/line-styles-colors-markers-in-matlab</guid>
    </item>
    <item>
      <title>(Bash) Open app from command line: OSX - dorseye</title>
      <link>https://snipplr.com/view/21759/open-app-from-command-line-osx</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 24 Oct 2009 16:00:25 UTC</pubDate>
      <guid>https://snipplr.com/view/21759/open-app-from-command-line-osx</guid>
    </item>
    <item>
      <title>(PHP) HTML compression // white space removal - iroybot</title>
      <link>https://snipplr.com/view/19628/html-compression--white-space-removal</link>
      <description>&lt;p&gt;i know these regex stuff is rather slow, but still i like having slim documents. (don't forget to use gzip compression on all text docs)&lt;/p&gt;</description>
      <pubDate>Sat, 12 Sep 2009 10:15:24 UTC</pubDate>
      <guid>https://snipplr.com/view/19628/html-compression--white-space-removal</guid>
    </item>
    <item>
      <title>(C) checking command line arguments - tandouri</title>
      <link>https://snipplr.com/view/18635/checking-command-line-arguments</link>
      <description>&lt;p&gt;for checking the cmdargs&lt;/p&gt;</description>
      <pubDate>Fri, 21 Aug 2009 04:33:53 UTC</pubDate>
      <guid>https://snipplr.com/view/18635/checking-command-line-arguments</guid>
    </item>
    <item>
      <title>(Other) Vim: Go to line # - dorseye</title>
      <link>https://snipplr.com/view/18507/vim-go-to-line-</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 19 Aug 2009 00:27:01 UTC</pubDate>
      <guid>https://snipplr.com/view/18507/vim-go-to-line-</guid>
    </item>
  </channel>
</rss>
