Uploaded two projects on Sourceforge.net

A few days ago I uplaoded two projects on Sourceforge.net (world’s largest open source programs’ repository). They are LANSim and AG’s Library Manager.

LANSim

(Update: This has now been uploaded to Github – https://github.com/applegrew/lansim. Please download or fork it from there.)

This is a network simulator. This is meant to be user friendly as well as feature rich. This field lacks software with good user interface. Even the commercial softwares in this field is quite lame. This aimed to go along Multisim(R) and Blender(R) form.

URL:-

Homepage: lansim.sourceforge.net
SF site: sourceforge.net/projects/lansim

Developers:-

1) Rohit Singh
2) Dhiraj Prakrash
3) and me.

AG’s Libray Manager

This a versatile library manager made in Java. It requires MySql at backend to store the database. This is not made to function only as a library manager but can be used in many places like CD rental shops etc. It has the feature to export the result to Microsoft Excel format. It can also import from there (but there isn’t any easy way to do so currently). The number of fields of information you want to store for your items can be customised by changing the MySQL table structure (Currently there isn’t any easy way to do so).

Url:-

Homepage: libmanager.sourceforge.net
SF site: sourceforge.net/projects/libmanager

Developer:-

Me

N-queen problem solving code in C++

To know what is this N-Queen problem is go here. My code can be complied using any ANSI complaint C++ compiler. I successfully compiled it using g++ and MS Visual C++ 6.0. I point I would like to mention is that when I ran this program for N=10 then it occupied 600kB when compiled using Visual C++ 6.0 and it took around 2300kB! I have to tried to keep memory requirement under check. It has respectable processing speed.

Get the code from applegrew.pastebin.com. For some reason the previous post of this code got deleted from pastebin. If you encounter such problem again then post a comment here. I will repost the code.

Computer Science is Great – The Proof

In our college there is a general feeling that computer science is a useless, fancy engineering branch, but I beg to disagree. Without us (programmers) the computer is a useless junk. I made this animation video as a proof for that.This video has been made in Blender and edited in Windows Movie Maker. Everything, even the ‘It is a Junk without us’ portion too has been done in Blender, but, the credits portion has been done in Windows Movie Maker.

Free Blender model released.

I held the release of this model for quite a lomg time becuase I wanted to add an armature (rig it) and material to it. Because of my diversion to other things and time limitation I couldn’t complete it. Nevertheless, below is the screenshot of this model I call – Toon Cow.


You can download this from http://www.savefile.com/files/1917654 or http://www.katorlegaz.com/index.php?a=download&c=Blender_3D_Model_Repository. (www.katorlegaz.com has a free Blender 3D Model Repository)

(UPDATE: Direct link to download ToonCow from katorlegaz.com is http://www.katorlegaz.com/downloads/Blender_3D_Model_Repository/characters/Toon-Cow.zip)

Blender is a powerfull, open source 3dModelling and animation software. For more information see this and this.