<?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/command</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 09 Jul 2008 04:41:02 GMT</pubDate>
<item>
<title>(Bash) Arreglar los archivos NTLDR en Windows - iTony</title>
<link>http://snipplr.com/view/7095/arreglar-los-archivos-ntldr-en-windows/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Jul 2008 17:01:21 GMT</pubDate>
<guid>http://snipplr.com/view/7095/arreglar-los-archivos-ntldr-en-windows/</guid>
</item>
<item>
<title>(Ruby) Post to Twitter from the shell - noah</title>
<link>http://snipplr.com/view/6594/post-to-twitter-from-the-shell/</link>
<description><![CDATA[ <p>Put this in a file called twit.rb, then call as follows:
    ruby twit.rb username "my tweet"

Or you can include your password in the command like so 
    ruby twit.rb username:password "my tweet"

(note that this is hugely insecure as your password will wind up in your .history, not to mention being visible to shouldersurfers).

Also, I just noticed as I was posting this code, that there's a bug where if your tweet is too long and gets truncated, my script will claim you failed to post entirely.  I gotta go back and add logic to check the character count, but tbh I've never gone over 140 characters on the command line, tho I've posted daily with this script for the past several months.  Ymmv.</p> ]]></description>
<pubDate>Thu, 05 Jun 2008 09:23:47 GMT</pubDate>
<guid>http://snipplr.com/view/6594/post-to-twitter-from-the-shell/</guid>
</item>
<item>
<title>(Bash) Examine CRL file from the command line - breakerjump</title>
<link>http://snipplr.com/view/6561/examine-crl-file-from-the-command-line/</link>
<description><![CDATA[ <p>This rendition works for most of my tasks, but the inform may need to be changed to suit base64 encoded files.</p> ]]></description>
<pubDate>Wed, 04 Jun 2008 03:10:04 GMT</pubDate>
<guid>http://snipplr.com/view/6561/examine-crl-file-from-the-command-line/</guid>
</item>
<item>
<title>(Python) Run OS Command w/ Expected Output - kangell</title>
<link>http://snipplr.com/view/5737/run-os-command-w-expected-output/</link>
<description><![CDATA[ <p>Run the specified command. If expect is not None then look for the given text in the output. If it is not there we throw an error. expect can also be a list of strings. In that case any match results in success unless matchall=True.</p> ]]></description>
<pubDate>Mon, 07 Apr 2008 14:24:29 GMT</pubDate>
<guid>http://snipplr.com/view/5737/run-os-command-w-expected-output/</guid>
</item>
<item>
<title>(Ruby) readline - markryall</title>
<link>http://snipplr.com/view/5604/readline/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Mar 2008 22:29:31 GMT</pubDate>
<guid>http://snipplr.com/view/5604/readline/</guid>
</item>
<item>
<title>(JavaScript) Stop Firebug Console Command Errors - 1man</title>
<link>http://snipplr.com/view/5485/stop-firebug-console-command-errors/</link>
<description><![CDATA[ <p>Sometimes i forget to remove firebug console commands when debuging, which makes IE and some other browsers fail / cry.

To stop this happening use the below script from firebugx.js on the firebug lite homepage.</p> ]]></description>
<pubDate>Tue, 18 Mar 2008 19:54:35 GMT</pubDate>
<guid>http://snipplr.com/view/5485/stop-firebug-console-command-errors/</guid>
</item>
<item>
<title>(Visual Basic) class_CommandLineParser - jc001</title>
<link>http://snipplr.com/view/5248/classcommandlineparser/</link>
<description><![CDATA[ <p>This is a command line parsing routine I found online.  Original comments left in tact.</p> ]]></description>
<pubDate>Fri, 29 Feb 2008 12:46:11 GMT</pubDate>
<guid>http://snipplr.com/view/5248/classcommandlineparser/</guid>
</item>
<item>
<title>(SVN) Edit the ignored files in the current directory. - jachin</title>
<link>http://snipplr.com/view/4469/edit-the-ignored-files-in-the-current-directory/</link>
<description><![CDATA[ <p>Run this command when you are in the directory where you want to changes the files that get ignored.</p> ]]></description>
<pubDate>Tue, 08 Jan 2008 17:31:17 GMT</pubDate>
<guid>http://snipplr.com/view/4469/edit-the-ignored-files-in-the-current-directory/</guid>
</item>
<item>
<title>(SVN) svn diff with 20 lines of context - jachin</title>
<link>http://snipplr.com/view/4386/svn-diff-with-20-lines-of-context/</link>
<description><![CDATA[ <p>To change the amount of context change the number after -U</p> ]]></description>
<pubDate>Thu, 20 Dec 2007 03:22:05 GMT</pubDate>
<guid>http://snipplr.com/view/4386/svn-diff-with-20-lines-of-context/</guid>
</item>
<item>
<title>(Bash) check linked pages for Tidy validation errors, on the command line - noah</title>
<link>http://snipplr.com/view/4130/check-linked-pages-for-tidy-validation-errors-on-the-command-line/</link>
<description><![CDATA[ <p>Given a list of HTML links (most likely a saved Google results page) check each linked page and report if Tidy complains that its doctype declaration is missing.

Besides DOCTYPE, other strings to search for include "discarding", "lacks value", "Error:"</p> ]]></description>
<pubDate>Tue, 13 Nov 2007 23:47:28 GMT</pubDate>
<guid>http://snipplr.com/view/4130/check-linked-pages-for-tidy-validation-errors-on-the-command-line/</guid>
</item>
<item>
<title>(Bash) Validate a list of Web pages with Tidy, on the command line - noah</title>
<link>http://snipplr.com/view/4129/validate-a-list-of-web-pages-with-tidy-on-the-command-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 Nov 2007 22:54:37 GMT</pubDate>
<guid>http://snipplr.com/view/4129/validate-a-list-of-web-pages-with-tidy-on-the-command-line/</guid>
</item>
<item>
<title>(Other) Execute MySQL query from command line - capu</title>
<link>http://snipplr.com/view/3950/execute-mysql-query-from-command-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Oct 2007 13:52:42 GMT</pubDate>
<guid>http://snipplr.com/view/3950/execute-mysql-query-from-command-line/</guid>
</item>
<item>
<title>(Bash) zipping files from command line - therobot</title>
<link>http://snipplr.com/view/3839/zipping-files-from-command-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Oct 2007 04:07:22 GMT</pubDate>
<guid>http://snipplr.com/view/3839/zipping-files-from-command-line/</guid>
</item>
<item>
<title>(SVN) Subversion repository URL changed, update the working copy so that it points to the new URL. - noah</title>
<link>http://snipplr.com/view/3749/subversion-repository-url-changed-update-the-working-copy-so-that-it-points-to-the-new-url/</link>
<description><![CDATA[ <p>Run this command from within a directory that is a Subversion working copy.  The following command changes the host name of the server from "arithromancy" to "arithromancy.local".</p> ]]></description>
<pubDate>Wed, 19 Sep 2007 18:45:50 GMT</pubDate>
<guid>http://snipplr.com/view/3749/subversion-repository-url-changed-update-the-working-copy-so-that-it-points-to-the-new-url/</guid>
</item>
<item>
<title>(Bash) fix permissions for files and directories - jhenry</title>
<link>http://snipplr.com/view/3538/fix-permissions-for-files-and-directories/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Aug 2007 08:06:52 GMT</pubDate>
<guid>http://snipplr.com/view/3538/fix-permissions-for-files-and-directories/</guid>
</item>
<item>
<title>(Bash) Eject CD From OS X Command Line - tylerhall</title>
<link>http://snipplr.com/view/3059/eject-cd-from-os-x-command-line/</link>
<description><![CDATA[ <p>This command ejects a CD or DVD from the command line.</p> ]]></description>
<pubDate>Wed, 27 Jun 2007 15:31:19 GMT</pubDate>
<guid>http://snipplr.com/view/3059/eject-cd-from-os-x-command-line/</guid>
</item>
<item>
<title>(Bash) using find to list old files based on date - jhenry</title>
<link>http://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Jun 2007 12:14:25 GMT</pubDate>
<guid>http://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date/</guid>
</item>
<item>
<title>(Ruby) inflation calculator - jarjar2k7</title>
<link>http://snipplr.com/view/2813/inflation-calculator/</link>
<description><![CDATA[ <p>Just a quick command-line utility to check inflation values from US statistics office.</p> ]]></description>
<pubDate>Thu, 07 Jun 2007 12:54:46 GMT</pubDate>
<guid>http://snipplr.com/view/2813/inflation-calculator/</guid>
</item>
<item>
<title>(Ruby) Preview in IE command (Windows native version) - gtcaz</title>
<link>http://snipplr.com/view/2639/preview-in-ie-command-windows-native-version/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 May 2007 11:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/2639/preview-in-ie-command-windows-native-version/</guid>
</item>
<item>
<title>(C#) Adding Parameters to a Command Object Using Relection Over Matching Class Properties - rengber</title>
<link>http://snipplr.com/view/2619/adding-parameters-to-a-command-object-using-relection-over-matching-class-properties/</link>
<description><![CDATA[ <p>You could eliminate the ListDictionary if you created a simple method to map C# types to DbTypes.  Although this method also lets you skip over some object properties my using the ListDictionary to contain a subset of properties.  It could also be used to map properties to param names if they needed to differ.</p> ]]></description>
<pubDate>Wed, 09 May 2007 20:04:34 GMT</pubDate>
<guid>http://snipplr.com/view/2619/adding-parameters-to-a-command-object-using-relection-over-matching-class-properties/</guid>
</item>
</channel>
</rss>