Software

Web page invoker using java

Hi,
as a programmer there are a lot of problems to face. Fortunately, solutions exist no matter how big is the problem. In my case efficiency is not that big deal, so please ignore the algorithms complexity and other geekly stuff
The problem that made me write this article is:
We have a folder (A) [...]

CPU registers simulator (educational project)

Computer organization and assembly course was one of the best courses I took. As a computer scientist it opens the world of imagination in my mind so I started to see bits dancing in front of my eyes
3 years passed since that day, I still can remember how our doctor was explaining the [...]

Firefox Tabs Organization

are you like me opening millions of tabs in one firefox window !
well it is kind of annoying to have all these tabs unorganized inside one single window. Maybe the better way  would be saperating the tabs into different firefox windows.
But my way of doing this is a bit different
to be able to explain it [...]

Fill up Gmail in no time

Hello,
There was a bet between me and my friend Ali about weather i can fill up his 7 GB Gmail account in less than a day. It is a hard thing to do by hand so i automated the process.
Note:
This article is written with the aims of sharing knowledge. i am not responsible for [...]

setting up a proxy server for small building lan

Hello,
A month ago I and my friends joined a basic DSL plan with one of internet service providers in my country. Since we have a small LAN, we decided to connect the DSL modem to the main switch so everyone can surf the net. Initially we agree to divide the bill fees equally, but now [...]

my batch Image Converter using java imageIO

how many times you wanted to convert a batch of images from jpg/gif/png/ico to  jpg/gif/png/ico?
this happens to me very rarely, still i want to solve this problem my way.
Once i was surfing the net and i found a software called “batch image converter”. it was a simple one. really i liked it so i decided [...]

decompile wordpress mo to po

hi all,
wordpress is a very powerfull blog publishing application. it supports multilanguage. and its using (mo) and (po) files as languages files. po files are editable language file, where mo is a binary file.
normally language translation are prepared as po files. then they compiled to mo files. but today we will do the opposite thing. [...]

Install anti-virus as replacement for an existing one

Hi all,
Anti viruses are protection softwares. They keep us safe from viruss attacks. There are many famous anti-viruss like Norton, eset, macafee ,etc.  all are very good, still sometimes you need to replace one with another one.
So today I am going to disscuss anti-viruses replacement scenarios and their possible results.
Assume that we have an anti-virus [...]

Scan your system using external anti-virus

Hi,
Is your computer is full with viruses, and your anti-virus is just watching them playing around?
If so, you may consider changing it and use a better one.
The problem is when you cannot do such a thing since viruses are controlling your system. I believe you do not want to lose your data, so you [...]

Create configuration file for your application

Hi all,

Today I am going about making a configuration file for your application. Such file can enhance your product quality.

First we need the definition of a configuration file. As its name says, a configuration file is a file used to store configuration of programs. Simple example is your desktop background. Each time you start [...]