{Home} {About} {Projects} {Scripts} {Contact} {Blog} {Photos} {MySpace} {SharingStuff}


huy a.k.a zep

huy.portfolio

  • Android App - Singapore Bus Guide
    Get it from Android Market

  • pyhdfs
    A Python extension for reading and writing HDFS
    My code at GitHub

  • Dynamic Spatial Approximation Trees (DSAT) implementation based on Tokyo Cabinet
    The Dynamic Spatial Approximation Tree (dsa-tree) is a data structure for nearest neighbor searching in multi-dimensional spaces proposed by Gonzalo Navarro's group.
    This is one of the very first implementations of this algorithm.
    My code at GitHub

  • SCRIBE with HDFS Support
    A customized version of Scribe 2.01 to make it support HDFS.
    More Details
    My code at GitHub

  • JIRA PLUGIN - Issue with Alternative Assignee
    JIRA is a J2EE-based issue tracking and project management application built to make development easier for your team.
    JIRA is used for bug tracking and project management by over 9,000 organisations in more than 100 countries around the globe - across Fortune 1000, public enterprise, science and technology sectors.
    JIRA is openned for user to develop their own plugins in order to suit particular requirements.
    More Details
    Download latest version

  • FIREFOX EXTENSION - ScreenGrab with online upload to ImageBam
    With this extension, you can save anything that you can see in a browser window - from a small selection, to a complete page not only to your desktop but directly to Imagebam.com for instant online sharing and storage.
    More Details
    Download latest version

  • FIREFOX EXTENSION - RegexHTML::Regular Expression live testing for Web Developer
    Allow RegExp developer to test regular expression on the live HTML content. Now you don't have to do a lot of actions like view source and copy to a Regex testing tool then test. With this extension, everything can be done right after the page is loaded. Useful for those who work on crawling website data.
    More Details and Download

  • NGINX MODULE - Authentication using Memcached
    This module helps to authenticate user to access a location in Nginx server.
    It checks the value of parameter sent in GET request and compare to the one stored in memcached server.
    More Details
    Download