<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - LucasRinaldi</title>
<link>http://snipplr.com/users/LucasRinaldi</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 17:13:18 GMT</pubDate>
<item>
<title>(Java) Operational System Validator</title>
<link>http://snipplr.com/view/67627/operational-system-validator/</link>
<description><![CDATA[ <p>Check which operating system the program is running. The program explains itself.</p> ]]></description>
<pubDate>Sat, 06 Oct 2012 02:45:25 GMT</pubDate>
<guid>http://snipplr.com/view/67627/operational-system-validator/</guid>
</item>
<item>
<title>(Bash) Sourcing NVM, adding NVM Tab Completion and NPM Tab Completion</title>
<link>http://snipplr.com/view/67624/sourcing-nvm-adding-nvm-tab-completion-and-npm-tab-completion/</link>
<description><![CDATA[ <p>This commands works considering that you are on a linux terminal. Change the variable $NVM_HOME to the path that your NVM is installed.</p> ]]></description>
<pubDate>Fri, 05 Oct 2012 22:28:01 GMT</pubDate>
<guid>http://snipplr.com/view/67624/sourcing-nvm-adding-nvm-tab-completion-and-npm-tab-completion/</guid>
</item>
<item>
<title>(Bash) Creating Link for Command Line Tools</title>
<link>http://snipplr.com/view/67182/creating-link-for-command-line-tools/</link>
<description><![CDATA[ <p>You can change the 'PATHTOTOOL' and the 'PATHTOLINK', to use this command for a variety of tools

'-s' is used to create a symbolic link (http://en.wikipedia.org/wiki/Symbolic_link).</p> ]]></description>
<pubDate>Fri, 14 Sep 2012 10:16:12 GMT</pubDate>
<guid>http://snipplr.com/view/67182/creating-link-for-command-line-tools/</guid>
</item>
<item>
<title>(JavaScript) Checking Type of Object</title>
<link>http://snipplr.com/view/66953/checking-type-of-object/</link>
<description><![CDATA[ <p>'typeof' and 'instanceof' isn't a reliable method to find out the object class, so this is a function that does this in a more trustable way.</p> ]]></description>
<pubDate>Thu, 30 Aug 2012 04:47:06 GMT</pubDate>
<guid>http://snipplr.com/view/66953/checking-type-of-object/</guid>
</item>
<item>
<title>(Bash) Estimate File Size Usage</title>
<link>http://snipplr.com/view/66820/estimate-file-size-usage/</link>
<description><![CDATA[ <p>Using:
- 'du' with -S for not including size of subdirectories, and -h is to see on human-readable form (changing bytes to gb or mb);
- 'sort' with -n for indexing comparing numerical string values, and -r to reverse the order of the sort;
- 'more' to see the output in parts.</p> ]]></description>
<pubDate>Tue, 21 Aug 2012 01:05:50 GMT</pubDate>
<guid>http://snipplr.com/view/66820/estimate-file-size-usage/</guid>
</item>
<item>
<title>(Java) Read URL connection result</title>
<link>http://snipplr.com/view/66732/read-url-connection-result/</link>
<description><![CDATA[ <p>The method "openStream();" is that opens a connection with that URL and returns a result to read.</p> ]]></description>
<pubDate>Wed, 15 Aug 2012 02:54:58 GMT</pubDate>
<guid>http://snipplr.com/view/66732/read-url-connection-result/</guid>
</item>
<item>
<title>(JavaScript) Separating URL Params</title>
<link>http://snipplr.com/view/66649/separating-url-params/</link>
<description><![CDATA[ <p>It's a simple function to get the URL params, you can send the URL within the method parameters or you can use 'window.location.href' to get the actual URL.

Obs: This only works for all the URL, if you just want to send the params (after the '?'),  you have to send a '?' before the params.</p> ]]></description>
<pubDate>Sat, 11 Aug 2012 02:39:45 GMT</pubDate>
<guid>http://snipplr.com/view/66649/separating-url-params/</guid>
</item>
<item>
<title>(JavaScript) Count with setTimeout</title>
<link>http://snipplr.com/view/66644/count-with-settimeout/</link>
<description><![CDATA[ <p>Just a counter</p> ]]></description>
<pubDate>Sat, 11 Aug 2012 00:33:59 GMT</pubDate>
<guid>http://snipplr.com/view/66644/count-with-settimeout/</guid>
</item>
</channel>
</rss>