C-Language Presentation

A presentation on C-Language. Beginners should learn a thing or two from this.

Types of Softwares

The classification of various types of softwares according to wikipedia and many other text books.

Preparing For Exams

Since my exams are about to begin, I think its best time to share this article. Taking exams is like being in the range of fire. To help you get organized for them here are a few tips.

Windows Shortcuts

Using shortcuts is a good idea if you want your work to be done with ease and lightening fast. People don’t usually utilise shortcuts and keep cursing the computer for being slow. Instead use shortcuts and stay ahead and work like a professional.

JavaScript Encryption Tool

This Tool lets you encrypt and compress your JavaScript source files so that its becomes almost impossible for humans to read it though it works the same way as the original code and makes no change in the output of the script.

Don’t Click Me !!!

Whenever we see any tag like “Don’t Do It” we generally have tendency to do that forgetting what consequences may be. Here is one more such hidden surprise waiting for you but please remember, it says, “Don’t Click Me !!!”.

HTML Stripper

You can use this tool to write the html tags in a webpage that is not possible directly if you write it the way you want it to appear. This Utility is for handy for web developers who use to share their codes. Its better than using the <pre> tag.

PhotoFunia: Professional Like Image Masking Tool

When you are a novice and still want to create professional quality masked images of your friends, what will you do? My answer would be to start using PhotoFunia. Here’s a gallery I created using it.

Love Calculator

I know this is not a new service but as a part of experimenting with AJAX, I made made this code from a C++ source file of Love Calculator that I made while I was learning C++.

Email Finder

This is a utility to find emails in long texts. I just wanted to collect all the email ids that were present in a text file but didn’t wanted to do it manually as the list was so long and it would take days to find emails in it. So I made this automated PHP program to do the job which only took half an hour.