<?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/available</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 21:19:44 GMT</pubDate>
<item>
<title>(Visual Basic) FreeDiskSpace Function - RobertHirabayashi</title>
<link>http://snipplr.com/view/63310/freediskspace-function/</link>
<description><![CDATA[ <p>Adapted from URL above. This function can easily be adapted to output the integer value of available drive space in kilo, mega or gigabytes.</p> ]]></description>
<pubDate>Tue, 14 Feb 2012 04:25:48 GMT</pubDate>
<guid>http://snipplr.com/view/63310/freediskspace-function/</guid>
</item>
<item>
<title>(Bash) Memory Stats - Jaymoon</title>
<link>http://snipplr.com/view/4465/memory-stats/</link>
<description><![CDATA[ <p>This script will show you the total amount of RAM on your UNIX machine, the amount in use, and the amount available.  All in MB.

$ apt-get install nano
$ nano /usr/bin/RAM

Copy and paste snippet.  CTRL+X in nano to exit, and be sure to save your file.

$ chmod 777 /usr/bin/RAM
$ RAM

$                             
  #########################  
  #     Memory  Stats:    #  
  #########################  
                             
     Total......: 464 MB   
     In Use.....: 197 MB   
     Available..: 267 MB   
  =========================</p> ]]></description>
<pubDate>Sun, 06 Jan 2008 21:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/4465/memory-stats/</guid>
</item>
<item>
<title>(Python) Python - Query BabelFish - whitetiger</title>
<link>http://snipplr.com/view/1589/python--query-babelfish/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:54:52 GMT</pubDate>
<guid>http://snipplr.com/view/1589/python--query-babelfish/</guid>
</item>
</channel>
</rss>