Code Snippets
Code snippets illustrate how some useful tasks can be done with very short and simple scripts written dynamic languages like Python and Javascript. Sometimes, less is more.
Unless otherwise indicated in the code, all snippets are released under the MIT/X11 license.
| HBaseload | A utility for importing/exporting between hbase and csv | Dec 2011 | java, hbase, hadoop |
| Minicrawler | An extensible queue-based web-crawler | Dec 2011 | python |
| svgworld | svgworld renders a 3d projection of a world map using svg | Dec 2010 | python, svg |
| PySparql | Simple ways to access dbpedia data using python and Sparql | Jan 2010 | python, dbpedia, sparql |
| S3 Cache | A local file cache for Amazon S3 using python and boto | Sep 2009 | Amazon S3, python, boto |
| j2js | An article with some tips about how to use GWT to generate javascript library code from java code which is not user-interface related | Jun 2009 | java, javascript, google web toolkit |
| Snapshot | Snapshot demonstrates a way to create a static, standalone copy of the dynamic content in a web page | Feb 2009 | javascript, html, data URIs |
| PPyPNG | A pure python script with limited functionality for creating portable network graphics (PNG) format files | Jul 2008 | python, png |