<?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/utility</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 07:15:36 GMT</pubDate>
<item>
<title>(C#) .NET - C# - Interop - Excel  - Utility/Wrapper Class - denakitan</title>
<link>http://snipplr.com/view/67825/net--c--interop--excel---utilitywrapper-class/</link>
<description><![CDATA[ <p>Utility class that abstracts the creation of a Excel spreadsheet through Interop, and helps on adding and format its contents.</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 04:21:00 GMT</pubDate>
<guid>http://snipplr.com/view/67825/net--c--interop--excel---utilitywrapper-class/</guid>
</item>
<item>
<title>(ActionScript 3) Convert values within a range to values within another range - vamapaull</title>
<link>http://snipplr.com/view/63543/convert-values-within-a-range-to-values-within-another-range/</link>
<description><![CDATA[ <p>I’m sharing with you a little utility that I find myself using a lot lately. This utility is a value convertor that you can use in those times when you need to make a volume slider or something similar where you’ll need to change a value and a value range.</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 23:40:18 GMT</pubDate>
<guid>http://snipplr.com/view/63543/convert-values-within-a-range-to-values-within-another-range/</guid>
</item>
<item>
<title>(PHP) Config Class - mladoux</title>
<link>http://snipplr.com/view/62233/config-class/</link>
<description><![CDATA[ <p>Simple class to manage configuration data stored in scripts or in a database.</p> ]]></description>
<pubDate>Tue, 03 Jan 2012 07:47:48 GMT</pubDate>
<guid>http://snipplr.com/view/62233/config-class/</guid>
</item>
<item>
<title>(PHP) get ip - priteshloke</title>
<link>http://snipplr.com/view/62165/get-ip/</link>
<description><![CDATA[ <p>getip server and command code</p> ]]></description>
<pubDate>Thu, 29 Dec 2011 21:49:40 GMT</pubDate>
<guid>http://snipplr.com/view/62165/get-ip/</guid>
</item>
<item>
<title>(Bash) Puppet/.bashrc: Set up module quickly - wizonesolutions</title>
<link>http://snipplr.com/view/62012/puppetbashrc-set-up-module-quickly/</link>
<description><![CDATA[ <p>Useful.</p> ]]></description>
<pubDate>Tue, 20 Dec 2011 16:22:40 GMT</pubDate>
<guid>http://snipplr.com/view/62012/puppetbashrc-set-up-module-quickly/</guid>
</item>
<item>
<title>(ActionScript 3) Timecode Utility - vamapaull</title>
<link>http://snipplr.com/view/61933/timecode-utility/</link>
<description><![CDATA[ <p>It's very useful if you build a FLV player for example, and want to convert the time into minutes:seconds (example: 6:13)

//apply it to your project like this (and don't forget to import the class):
time.text = TimeUtil.getTimecode(timeValue);</p> ]]></description>
<pubDate>Sat, 17 Dec 2011 00:46:38 GMT</pubDate>
<guid>http://snipplr.com/view/61933/timecode-utility/</guid>
</item>
<item>
<title>(PHP) PHP equivalent of MySQL password() - karmacode</title>
<link>http://snipplr.com/view/57813/php-equivalent-of-mysql-password/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 14 Aug 2011 00:59:23 GMT</pubDate>
<guid>http://snipplr.com/view/57813/php-equivalent-of-mysql-password/</guid>
</item>
<item>
<title>(Bash) Apple Compressor Command Line Batch Submission - sq1labs</title>
<link>http://snipplr.com/view/57782/apple-compressor-command-line-batch-submission/</link>
<description><![CDATA[ <p>cd into sourcepath directory and then run command. destpath must have same tree structure as sourcepath
 
Crawls a directory and submits all .mov files encountered to Compressor command line, needs same tree structure at destination (Compressor 4) - example is prores hq setting</p> ]]></description>
<pubDate>Fri, 12 Aug 2011 12:43:24 GMT</pubDate>
<guid>http://snipplr.com/view/57782/apple-compressor-command-line-batch-submission/</guid>
</item>
<item>
<title>(Bash) Skeleton Directory Tree sync - sq1labs</title>
<link>http://snipplr.com/view/57781/skeleton-directory-tree-sync/</link>
<description><![CDATA[ <p>mirrors a tree without files on local file system</p> ]]></description>
<pubDate>Fri, 12 Aug 2011 12:35:54 GMT</pubDate>
<guid>http://snipplr.com/view/57781/skeleton-directory-tree-sync/</guid>
</item>
<item>
<title>(Awk) ls octal chmod out - mladoux</title>
<link>http://snipplr.com/view/55181/ls-octal-chmod-out/</link>
<description><![CDATA[ <p>Simple script to output chmod permissions in octal. Good for learning environments, and security troubleshooting. I didn't write this one, I picked up from a friend and he didn't write it either.</p> ]]></description>
<pubDate>Sun, 12 Jun 2011 19:41:51 GMT</pubDate>
<guid>http://snipplr.com/view/55181/ls-octal-chmod-out/</guid>
</item>
<item>
<title>(PHP) Hash Algorithms - mladoux</title>
<link>http://snipplr.com/view/55153/hash-algorithms/</link>
<description><![CDATA[ <p>Quick and dirty script to check what kind of hash algorithms a server supports.</p> ]]></description>
<pubDate>Sat, 11 Jun 2011 07:32:52 GMT</pubDate>
<guid>http://snipplr.com/view/55153/hash-algorithms/</guid>
</item>
<item>
<title>(CSS) CSS Clear Fix - sethetter</title>
<link>http://snipplr.com/view/51884/css-clear-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 10 Apr 2011 11:07:19 GMT</pubDate>
<guid>http://snipplr.com/view/51884/css-clear-fix/</guid>
</item>
<item>
<title>(ActionScript 3) Twitter Tweet String Encode Entity Utility - ninjaparade</title>
<link>http://snipplr.com/view/50732/twitter-tweet-string-encode-entity-utility/</link>
<description><![CDATA[ <p>Encode a Tweet from a Twitter search query wrapping all hash tags, user names and urls with herf entities with one function call</p> ]]></description>
<pubDate>Wed, 16 Mar 2011 15:40:59 GMT</pubDate>
<guid>http://snipplr.com/view/50732/twitter-tweet-string-encode-entity-utility/</guid>
</item>
<item>
<title>(CSS) CSS text replacement - shodan_uk</title>
<link>http://snipplr.com/view/46869/css-text-replacement/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 22:29:25 GMT</pubDate>
<guid>http://snipplr.com/view/46869/css-text-replacement/</guid>
</item>
<item>
<title>(CSS) Clearfix - shodan_uk</title>
<link>http://snipplr.com/view/46867/clearfix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 22:11:05 GMT</pubDate>
<guid>http://snipplr.com/view/46867/clearfix/</guid>
</item>
<item>
<title>(PHP) Simple Hash - builtnoble</title>
<link>http://snipplr.com/view/41532/simple-hash/</link>
<description><![CDATA[ <p>A simple hash function I use from time to time</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:51:55 GMT</pubDate>
<guid>http://snipplr.com/view/41532/simple-hash/</guid>
</item>
<item>
<title>(PHP) get_ip - mladoux</title>
<link>http://snipplr.com/view/40870/getip/</link>
<description><![CDATA[ <p>A simple IP address utility that first attempts to get the users IP via X\_FORWARDED\_FOR headers, and if they are not available, then resorts to the TCP/IP stack.</p> ]]></description>
<pubDate>Wed, 22 Sep 2010 00:25:12 GMT</pubDate>
<guid>http://snipplr.com/view/40870/getip/</guid>
</item>
<item>
<title>(Bash) IP Tables Start/Stop Script - mladoux</title>
<link>http://snipplr.com/view/40848/ip-tables-startstop-script/</link>
<description><![CDATA[ <p>Simple RC script for starting and stopping IP Tables, place it in your init.d</p> ]]></description>
<pubDate>Tue, 21 Sep 2010 18:48:25 GMT</pubDate>
<guid>http://snipplr.com/view/40848/ip-tables-startstop-script/</guid>
</item>
<item>
<title>(PHP) past_date - mladoux</title>
<link>http://snipplr.com/view/40847/pastdate/</link>
<description><![CDATA[ <p>A simple utility function to determine if today\\\'s date is newer than then a given date. Good for checking expiration dates on data.</p> ]]></description>
<pubDate>Tue, 21 Sep 2010 18:46:00 GMT</pubDate>
<guid>http://snipplr.com/view/40847/pastdate/</guid>
</item>
<item>
<title>(PHP) Simple Random Pass Generator - mladoux</title>
<link>http://snipplr.com/view/40846/simple-random-pass-generator/</link>
<description><![CDATA[ <p>A simple php function to generate random passwords between 8-14 characters long. Good for temporary passwords for use with a password recovery system as reset passwords.</p> ]]></description>
<pubDate>Tue, 21 Sep 2010 18:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/40846/simple-random-pass-generator/</guid>
</item>
</channel>
</rss>