<?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/data</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 08 Oct 2008 06:55:37 GMT</pubDate>
<item>
<title>(PHP) md5 based block cipher - fris</title>
<link>http://snipplr.com/view/8564/md5-based-block-cipher/</link>
<description><![CDATA[ <p>MD5-based block cipher (MDC-like), which works in 128bit CFB mode,useful to encrypt top secret data before transfer it over the network</p> ]]></description>
<pubDate>Wed, 24 Sep 2008 01:08:59 GMT</pubDate>
<guid>http://snipplr.com/view/8564/md5-based-block-cipher/</guid>
</item>
<item>
<title>(PHP) dataList - Listar dados - LondonWeb</title>
<link>http://snipplr.com/view/7940/datalist--listar-dados/</link>
<description><![CDATA[ <p>Simplified form to extract data through MySQL</p> ]]></description>
<pubDate>Wed, 20 Aug 2008 12:22:52 GMT</pubDate>
<guid>http://snipplr.com/view/7940/datalist--listar-dados/</guid>
</item>
<item>
<title>(PHP) Ci Controller: Print data (for testing) - plasticated</title>
<link>http://snipplr.com/view/7525/ci-controller-print-data-for-testing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Jul 2008 00:01:34 GMT</pubDate>
<guid>http://snipplr.com/view/7525/ci-controller-print-data-for-testing/</guid>
</item>
<item>
<title>(Python) Scrape twitterlocal and save to Django model - mandric</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>(JavaScript) getAge - nicolaspar</title>
<link>http://snipplr.com/view/5913/getage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Apr 2008 23:59:41 GMT</pubDate>
<guid>http://snipplr.com/view/5913/getage/</guid>
</item>
<item>
<title>(SQL) Storing an IP address in a database table - zingo</title>
<link>http://snipplr.com/view/5761/storing-an-ip-address-in-a-database-table/</link>
<description><![CDATA[ <p>You can store an IP address in an INT UNSIGNED (4 bytes) which is of course much more efficient and faster than a CHAR(15).
MySQL has two built-in functions: INET_ATON() and INET_NTOA(). These two functions are used allover the place in any TCP/IP stack implementation or even application.
The INET_ATON() function converts Internet addresses from the numbers-and-dots notation into a 32-bit unsigned integer, and INET_NTOA() does the opposite.</p> ]]></description>
<pubDate>Wed, 09 Apr 2008 20:31:52 GMT</pubDate>
<guid>http://snipplr.com/view/5761/storing-an-ip-address-in-a-database-table/</guid>
</item>
<item>
<title>(SAS) Create one response from "check all that apply" variables - webonomic</title>
<link>http://snipplr.com/view/5748/create-one-response-from-check-all-that-apply-variables/</link>
<description><![CDATA[ <p>Below is some code written for creating one response from survey questions where the respondent checks all that apply.</p> ]]></description>
<pubDate>Tue, 08 Apr 2008 03:33:17 GMT</pubDate>
<guid>http://snipplr.com/view/5748/create-one-response-from-check-all-that-apply-variables/</guid>
</item>
<item>
<title>(SAS) Reusable Data Merge Macro - webonomic</title>
<link>http://snipplr.com/view/5633/reusable-data-merge-macro/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Mar 2008 14:12:47 GMT</pubDate>
<guid>http://snipplr.com/view/5633/reusable-data-merge-macro/</guid>
</item>
<item>
<title>(Other) AS2 画像を切り抜き、新しいビットマップデータを作る - daisuke103</title>
<link>http://snipplr.com/view/5061/as2-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Feb 2008 11:44:09 GMT</pubDate>
<guid>http://snipplr.com/view/5061/as2-/</guid>
</item>
<item>
<title>(Other) AS2 BitmapData ディゾルブによりホワイトアウト - daisuke103</title>
<link>http://snipplr.com/view/5000/as2-bitmapdata-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Feb 2008 19:14:25 GMT</pubDate>
<guid>http://snipplr.com/view/5000/as2-bitmapdata-/</guid>
</item>
<item>
<title>(C#) Filter Expression for a DataTable - rengber</title>
<link>http://snipplr.com/view/4868/filter-expression-for-a-datatable/</link>
<description><![CDATA[ <p>Pretty intuitive, might be an easier/simpler way.</p> ]]></description>
<pubDate>Thu, 31 Jan 2008 20:01:11 GMT</pubDate>
<guid>http://snipplr.com/view/4868/filter-expression-for-a-datatable/</guid>
</item>
<item>
<title>(PHP) Simple Data Access Class - ecavazos</title>
<link>http://snipplr.com/view/4715/simple-data-access-class/</link>
<description><![CDATA[ <p>This is a simple class to encapsulate CURD functions. This class also includes some simple search methods.</p> ]]></description>
<pubDate>Mon, 21 Jan 2008 23:40:30 GMT</pubDate>
<guid>http://snipplr.com/view/4715/simple-data-access-class/</guid>
</item>
<item>
<title>(C#) xml handler - zvasanth</title>
<link>http://snipplr.com/view/4431/xml-handler/</link>
<description><![CDATA[ <p>Everything is either true or untrue, or both true and untrue, or neither true nor untrue</p> ]]></description>
<pubDate>Sat, 29 Dec 2007 02:02:52 GMT</pubDate>
<guid>http://snipplr.com/view/4431/xml-handler/</guid>
</item>
<item>
<title>(C#) Convert XmlNodeList To DataTable - zvasanth</title>
<link>http://snipplr.com/view/4426/convert-xmlnodelist-to-datatable/</link>
<description><![CDATA[ <p>Everything is either true or untrue, or both true and untrue, or neither true nor untrue</p> ]]></description>
<pubDate>Sat, 29 Dec 2007 01:54:27 GMT</pubDate>
<guid>http://snipplr.com/view/4426/convert-xmlnodelist-to-datatable/</guid>
</item>
<item>
<title>(JavaScript) Array Functions as Data - 1man</title>
<link>http://snipplr.com/view/4240/array-functions-as-data/</link>
<description><![CDATA[ <p>The important thing to notice is the () operator in a[2]. It is invoking the function inside a[0] with the argument a[1].</p> ]]></description>
<pubDate>Sun, 02 Dec 2007 07:59:36 GMT</pubDate>
<guid>http://snipplr.com/view/4240/array-functions-as-data/</guid>
</item>
<item>
<title>(HTML) Accessible table - natalie</title>
<link>http://snipplr.com/view/4203/accessible-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Nov 2007 08:06:00 GMT</pubDate>
<guid>http://snipplr.com/view/4203/accessible-table/</guid>
</item>
<item>
<title>(Perl) Wrap tab-delimited strings in HTML - noah</title>
<link>http://snipplr.com/view/3125/wrap-tabdelimited-strings-in-html/</link>
<description><![CDATA[ <p>A simple iterator that takes a tab-delimited file as input and prints an HTML document that contains the tabbed data.</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:21:46 GMT</pubDate>
<guid>http://snipplr.com/view/3125/wrap-tabdelimited-strings-in-html/</guid>
</item>
<item>
<title>(PHP) 基本数据结构和php内置函数 - juno</title>
<link>http://snipplr.com/view/2335/php/</link>
<description><![CDATA[ <p>sorting, searching in array, some string function</p> ]]></description>
<pubDate>Thu, 15 Mar 2007 06:53:31 GMT</pubDate>
<guid>http://snipplr.com/view/2335/php/</guid>
</item>
<item>
<title>(JavaScript) Basic JSON File - 1man</title>
<link>http://snipplr.com/view/2323/basic-json-file/</link>
<description><![CDATA[ <p>Basic layout for the data contained in a JSON file.(JavaScript Obsect Notation).</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 03:09:27 GMT</pubDate>
<guid>http://snipplr.com/view/2323/basic-json-file/</guid>
</item>
<item>
<title>(JavaScript) Ajax Parsing XML Data - 1man</title>
<link>http://snipplr.com/view/2316/ajax-parsing-xml-data/</link>
<description><![CDATA[ <p>This function allows you to parse a simple XML document(passed to it using this.href on a onclick event). Virtually the same as JSON, the things that have been changed ate labeled !Important.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 09:54:15 GMT</pubDate>
<guid>http://snipplr.com/view/2316/ajax-parsing-xml-data/</guid>
</item>
</channel>
</rss>