This blog serves as a place for me where I can occasionally dump bits of content from my brain. Feel free to browse.

‘Softwares’ Category

Cyber Chat – Artificial Intelligence Chat-bot

It’s my new project in C++.

About Cyber Chat:

Cyber Chat is an Artificial Intelligence chatter-bot that interacts with the user in simple English language and can simulate a conversation. It has a repository or knowledge-base of patterns, which are matched with the input to give the best possible reply. More generally, the technique which is used in the knowledge-base to represent the Cyber Chat knowledge is known as “Case Base Reasoning” or CBR.

It has a large database consisting of 22 files.

- Download Link
- Sample Chat-log


HA Computer Dictionary

HA Computer Dictionary is a comprehensive dictionary of about 10,000 computer related terms and abbreviations. The dictionary includes terms drawn from a wide variety of topics relevant to computer users, including software, hardware, networking and so on.

You can download this software from Download.com. Here is the link:
http://download.cnet.com/HA-Computer-Dictionary/3000-2051_4-10885269.html


Bomberman Game

Here is a very nice clone of classic old game: Bomberman. I developed this game about two years ago, but I just remembered it today so thought to post it on my blog. This is my first real application in VB.NET.

Download the Game
Download Source Code

Note: This game requires .NET Framework to be installed on your computer in order to run.