Friday, December 16, 2011

Portfolio


MiniIM is messaging client for jabber/xmpp protocol. (Java2mobile edition) Try it here at desktop.
Get source here,
svn co https://miniim.svn.sourceforge.net/svnroot/miniim/trunk miniim_trunk
It renders xml(some that is used to minimize gui coding like qml) to gui on fly .

MiniIM is messaging client for jabber/xmpp protocol(rewritten in C, Qt).(UNFINISHED)
Get source here,
git clone git@github.com:kamanashisroy/miniim.git
The development platform is now debian linux. It uses Qt to render GUI . It includes a small memory manager that I call object pool plus. This memory library includes a lock-free queue (tested in production) . And It uses the Object Oriented notion in C .