Pinned Repositories
ajaxit
jQuery plugin which simplifies usage of ajax requests and asynchronous upload.
django-autoroutes
Module to automate routes for django projects
ezjson
Ezjson (means easy json) is a simple python module to encode and decode json. The reason why I did this module, it's because I dont like the way as another modules works. There is some python objects (like datetime.date) that aren't JSON serializable and it often generates errors. Encode and decode JSON should be a simple task.
Flask-Nytro
Nytro is an extension to help the developers providing a set of useful tools giving even more facility to development apps with Flask
Flask-SQLAlchemy-Helpers
Helpers classes and functions to make work with SQLAlchemy and Flask easier and less repetitive (DRY).
Javascript-K-means
Implemention of clustering algorithm k-means in javascript
Mask-It
Lightweight and simple, jQuery plugin to mask fields that need to format
Tweet-Command-Line-Tool
Simple python script to send tweets. It can be ease integrated to another app, such as media player, to send Now Playing status.
tonykamillo's Repositories
tonykamillo/ajaxit
jQuery plugin which simplifies usage of ajax requests and asynchronous upload.
tonykamillo/Tweet-Command-Line-Tool
Simple python script to send tweets. It can be ease integrated to another app, such as media player, to send Now Playing status.
tonykamillo/django-autoroutes
Module to automate routes for django projects
tonykamillo/ezjson
Ezjson (means easy json) is a simple python module to encode and decode json. The reason why I did this module, it's because I dont like the way as another modules works. There is some python objects (like datetime.date) that aren't JSON serializable and it often generates errors. Encode and decode JSON should be a simple task.
tonykamillo/Javascript-K-means
Implemention of clustering algorithm k-means in javascript
tonykamillo/Mask-It
Lightweight and simple, jQuery plugin to mask fields that need to format
tonykamillo/Flask-Nytro
Nytro is an extension to help the developers providing a set of useful tools giving even more facility to development apps with Flask
tonykamillo/Flask-SQLAlchemy-Helpers
Helpers classes and functions to make work with SQLAlchemy and Flask easier and less repetitive (DRY).
tonykamillo/raffle
Toy app to help making raffles on internet.
tonykamillo/sure
utility belt for automated testing in python (inspired by @visionmedia's should.js)