Open source code by AJ:
Contributions for Zencart
-
GoodSearchZen
Zencart contribution to allow for relevance based search results.
A simple observer class (very easy to install, no need to edit any file) that adds support for mysql fulltext search, thus allowing search results ordered by relevance.
-
ZenXMLExports: Make customm XMLs with a store's products.
Specially indicated to publish XML feeds with the store's products for comparison websites and the like (Ciao, Bueni, Ebay, Nextag, ...) I am still working on small improvements, but it does work fine.
Python + Django
-
TumblrBlog Django App
I have a blog at tumblr, but I would prefer to show it here on my website instead of linking the users to the tumblr site.
This is the solution. This small Django App retrieves the posts from tumblr, caches them on a sqlite db, formats the output and, in the future, will also allow searching, layout settings, tags, etc. Right now, it is simple but it works beautifully.
Katas: Collaborative programming exercises
-
June 2011: Simple Lists.
Single and double linked lists implementations in Python.
-
July 2011: Prime Factors.
Python implementation of a prime factor calculator.
-
December 2011: Pomodoro.
Implement a Pomodoro in a Pomodoro (this is based on the Pomodoro technique). Python.
Wordpress plugins
-
MateMyLogin: Login against a different wordpress installation
Not yet available for downloading
Joomla Components
Various/Experimental
-
Ruby web scrapper: Save items from website to csv
Crawls all pages in a website (following all links or just the ones we specify), searching for items identified by css or xpath.