GATE Application Forms Available

November 3 Last Date to submit form by post

Hi All.. I am adding a post after a long break. This post is really important for all the GATE aspirants. The forms for GATE 2010 are out and are available at Bank Branches in the respective IITs and IISc zones. There in total 8 zones as [...]

GATE – 2010 Syllabus for CSE and IT

Hi Friends… The Application Forms for GATE 2010 are available.. For more details check this link
Syllabus For GATE-2010 (CSE & IT)
Engineering Mathematics
Mathematical Logic: Proportional Logic and First Order Logic
Probability: Conditional probability; Mean, median, mode and Standard Deviation; Random Variables; Distribution; Uniform, normal, exponential, Poisson, Binomial.
Set Theory and Algebra: Sets; Relations; Functions; Groups; Partial orders; Lattice; [...]

Compiler Design- BootStrapping

Bootstrapping (Compilers)
We got an assignment to find out about bootstrapping in our very first class. I found about it and thought of sharing the same with you all.
We all know that the Java Compiler is written in C. Generally the compiler is not written in the same programming language it has to compile. But if [...]

Twitter on the Terminal: Now tweet from Command Line

Hi Folks,
Recently I came across a special feature ot Twitter that enables you to access it from the terminal. To use this feature we need “curl”. Ubuntu users can download curl using apt-get by the command
sudo apt-get install curl
Once you have it, open your text editor and paste the following shell script

#!/bin/bash
#http://anshumanpandey.wordpress.com
echo “TWITTER ON YOUR [...]

Keryxproject.org: Get Your Packages offline

Hello Friends,
I was surfing through the net and came across this great site http://keryxproject.orgĀ . So what is Keryx, Keryx is a portable, cross-platform package manager for APT-based (Ubuntu, Debian) systems. It provides a graphical interface for gathering updates, packages, and dependencies for offline computers. Keryx is free and open source.
I found this important because many [...]

Configuring Evolution Mail For GMail using IMAP

Evolution Client Mail configuration for GMail using IMAP
In this tutorial I am going to show you how to configure the Evolution Client Mail for GMail using IMAP.
For those of you who do not know about IMAP. It stands for Internet Message Access Protocol and hence as you’ll see be used to configure the reception [...]

Installing OpenOffice.org in Ubuntu 8.10

Installing OpenOffice.org 3.0 in Ubuntu Intrepid Ibex (8.10)
Hi Guys,
Recently I had used Ubuntu 9.04 and I found OpenOffice.org 3.0 as the default office software provided in it, but as we know it is not
the same in the case of Intrepid Ibex. So I thought of installing the same in 8.10. In this tutorial I’ll be [...]

Is Human Brain a Quantum Computer?

There has been a vast spectrum of attempts to understand the Human thinking in the due course of which there has been a galore of analogies with familiar technologies like clockworks, telephone switchboards to digital computers and the list never ends.
In this era where the quantum computation is definitely one of the most exciting [...]

Quantum Computers

I am really interested in Quantum Mechanics and being a student of Computer Science I got interested in the field of Quantum Computers and Computing. For those who are not familiar with Quantum Computers and the underlying principles I am giving some level 0 (the most basic) information regarding the topic.
Quantum Computer & Quantum Computing [...]

How to Export Data from OpenOffice.org Base

After an overwhelming response of the esteemed readers to my post about How to Import Data From Spreadsheet into OpenOffice.org Database, I decided to add a post about exporting the data out of OpenOffice.org Base to a word processor or a spreadsheet application.

What is the need to export the data?
If you are just concerned with [...]