District-level Nepal Map PHP API. Generates variable-sized map of Nepal with user defined colors for districts.
Source and example:
https://github.com/jwalanta/NepalMapAPI
Demo (with maphilight jQuery plugin):
http://diyaalo.com/nepalmapapi/
Thanx a lot to Jitendra for providing the GIS map of Nepal.
Saturday, March 19, 2011
Nepal Map API
Posted by
Jwalanta Shrestha
at
5:50 PM
1 comments
Tuesday, December 21, 2010
Tiny Issue Tracker
I find most issue trackers bloated for most of my requirements. I usually need a simple issue tracker to communicate between couple of persons but most issue trackers available have plethora of features, usually with full blown database.
So here's my solution: Tiny Issue Tracker. A PHP/SQLite based, single-file issue tracker.
Source: https://github.com/jwalanta/tit
Features
- Super Lightweight (currently ~17KB, ~500 lines of code)
- Multi-user
- Email Notifications
- Auto DB creation on first run
- Issue Priority (High, Medium, Low)
- Comment on issues
- Throw and run!
Installation is as simple as it can get:
- Modify configurations in the file (tit.php)
- Upload to webserver (rename if necessary) & load from browser
Demo
http://diyaalo.com/tit
username, password = demo, demo123
Check email notifications at http://demo123.mailinator.com/
PS: The acronym is a complete coincidence though :P
Posted by
Jwalanta Shrestha
at
7:37 PM
2
comments
Labels: bug tracker, issue tracker, lightweight, php, sqlite