<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mandric</title>
<link>http://snipplr.com/users/mandric</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 02:24:10 GMT</pubDate>
<item>
<title>(Python) Scrape twitterlocal and save to Django model</title>
<link>http://snipplr.com/view/6080/scrape-twitterlocal-and-save-to-django-model/</link>
<description><![CDATA[ <p>going to use twitterlocal to play around a bit with pygooglechart.</p> ]]></description>
<pubDate>Thu, 01 May 2008 17:20:58 GMT</pubDate>
<guid>http://snipplr.com/view/6080/scrape-twitterlocal-and-save-to-django-model/</guid>
</item>
<item>
<title>(PHP) Minimal PHP Controller URL dispatch</title>
<link>http://snipplr.com/view/6007/minimal-php-controller-url-dispatch/</link>
<description><![CDATA[ <p>Very minimal.  Some homegrown API seeds from a while ago.  Just posting for use as some php examples.</p> ]]></description>
<pubDate>Sat, 26 Apr 2008 16:30:18 GMT</pubDate>
<guid>http://snipplr.com/view/6007/minimal-php-controller-url-dispatch/</guid>
</item>
<item>
<title>(Bash) Scrape Gummy</title>
<link>http://snipplr.com/view/6006/scrape-gummy/</link>
<description><![CDATA[ <p>It all starts with gummy-stuff.</p> ]]></description>
<pubDate>Sat, 26 Apr 2008 16:23:02 GMT</pubDate>
<guid>http://snipplr.com/view/6006/scrape-gummy/</guid>
</item>
<item>
<title>(Bash) Scrape NYSE</title>
<link>http://snipplr.com/view/6005/scrape-nyse/</link>
<description><![CDATA[ <p>More gibberish.</p> ]]></description>
<pubDate>Sat, 26 Apr 2008 16:21:28 GMT</pubDate>
<guid>http://snipplr.com/view/6005/scrape-nyse/</guid>
</item>
<item>
<title>(Bash) Scrape Yahoo Finance</title>
<link>http://snipplr.com/view/6004/scrape-yahoo-finance/</link>
<description><![CDATA[ <p>Not sure why I'm posting this madness.  Bash can be good for some things though.  I think part of the reason I used bash was because I was calling alot of external commands.</p> ]]></description>
<pubDate>Sat, 26 Apr 2008 16:19:25 GMT</pubDate>
<guid>http://snipplr.com/view/6004/scrape-yahoo-finance/</guid>
</item>
<item>
<title>(Bash) Bootstrap a Django setup</title>
<link>http://snipplr.com/view/5786/bootstrap-a-django-setup/</link>
<description><![CDATA[ <p>This is meant to be run as root, so do it at your own risk.  It's very raw and needs error checking, but works.  I run this script to get new django sites off the ground in  a few minutes.</p> ]]></description>
<pubDate>Fri, 11 Apr 2008 12:07:41 GMT</pubDate>
<guid>http://snipplr.com/view/5786/bootstrap-a-django-setup/</guid>
</item>
<item>
<title>(Bash) get screenshot with mplayer</title>
<link>http://snipplr.com/view/5742/get-screenshot-with-mplayer/</link>
<description><![CDATA[ <p>Start mplayer with -vf screenshot, and press 's' when you want to capture a 
frame.</p> ]]></description>
<pubDate>Mon, 07 Apr 2008 16:28:03 GMT</pubDate>
<guid>http://snipplr.com/view/5742/get-screenshot-with-mplayer/</guid>
</item>
<item>
<title>(Bash) Editing files from a find result</title>
<link>http://snipplr.com/view/5603/editing-files-from-a-find-result/</link>
<description><![CDATA[ <p>find command just returns a list of HTML files that have 'search_str' in it, vim takes a list of files.</p> ]]></description>
<pubDate>Fri, 28 Mar 2008 19:54:07 GMT</pubDate>
<guid>http://snipplr.com/view/5603/editing-files-from-a-find-result/</guid>
</item>
<item>
<title>(Bash) Monitor process id with dtruss on Leopard</title>
<link>http://snipplr.com/view/5602/monitor-process-id-with-dtruss-on-leopard/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Mar 2008 19:51:36 GMT</pubDate>
<guid>http://snipplr.com/view/5602/monitor-process-id-with-dtruss-on-leopard/</guid>
</item>
<item>
<title>(Bash) Split media with mplayer</title>
<link>http://snipplr.com/view/5601/split-media-with-mplayer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Mar 2008 19:50:10 GMT</pubDate>
<guid>http://snipplr.com/view/5601/split-media-with-mplayer/</guid>
</item>
<item>
<title>(Bash) editing command output in vim</title>
<link>http://snipplr.com/view/5132/editing-command-output-in-vim/</link>
<description><![CDATA[ <p>finds files with a specific string and loads em up in vim.  Secret is backticks.  vim happily deals with lists of files.</p> ]]></description>
<pubDate>Wed, 20 Feb 2008 12:45:49 GMT</pubDate>
<guid>http://snipplr.com/view/5132/editing-command-output-in-vim/</guid>
</item>
<item>
<title>(Bash) sync a file or dir to remote location</title>
<link>http://snipplr.com/view/4436/sync-a-file-or-dir-to-remote-location/</link>
<description><![CDATA[ <p>The -P handles partial transfers, I'm using this for big audio/video files.</p> ]]></description>
<pubDate>Sun, 30 Dec 2007 23:39:47 GMT</pubDate>
<guid>http://snipplr.com/view/4436/sync-a-file-or-dir-to-remote-location/</guid>
</item>
<item>
<title>(Perl) Backup a flickr photoset</title>
<link>http://snipplr.com/view/4200/backup-a-flickr-photoset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Nov 2007 12:20:39 GMT</pubDate>
<guid>http://snipplr.com/view/4200/backup-a-flickr-photoset/</guid>
</item>
<item>
<title>(Bash) edit svn ignore properties on a directory</title>
<link>http://snipplr.com/view/4199/edit-svn-ignore-properties-on-a-directory/</link>
<description><![CDATA[ <p>this launches vi so you can add the files/dirs you want to ignore.  i'm not happy.</p> ]]></description>
<pubDate>Tue, 27 Nov 2007 12:14:31 GMT</pubDate>
<guid>http://snipplr.com/view/4199/edit-svn-ignore-properties-on-a-directory/</guid>
</item>
</channel>
</rss>