Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


Notepad as a Diary
2008-06-05 08:17:00
Notepad as a Diary There are several features of the simple application Notepad. Most people remain unaware of them . Some features, when used, can save our time as well as save us from irritation of doing the same thing again and again. We can use Microsoft Windows Notepad as a diary (or more precisely, a LOG book). The Notepad can ease the task of writing the date and time every time we open it.
Read more: Notepad

Anti-Jokes
2008-06-03 07:02:00
Anti-Jokes What did the blind, deaf, paraplegic boy get for Christmas?Cancer---Why did the little girl fall off the swing?Because she had no arms.---Knock-knock.Who's there?The police. Your entire family was killed in a car wreck.---So this guy walks into the doctor's and says "Doctor, it hurts when I poke my leg like this." The doctor says "Yes, you've shattered both your kneecaps. You'll never wa


Ubuntu Install Tutorials
2008-05-29 08:46:00
UBUNTU Installation Tutorials Today we will learn about installing and using UBUNTU, a very nice Linux distribution based on Debian and sponsored by Canonical.First of all, download the ISO image of UBUNTU from the ISO image in a CD and boot the computer from it.The first screen we see is the Boot Splash screen, as shown in figure 1Choose the English language and press Enter for Installation.Step
Read more: Ubuntu

Number Addition Program
2008-05-29 07:09:00
main.cpp#include <cstdlib>#include <iostream>#include "add.h"using namespace std;int main(int argc, char *argv[]){if (argc < 3){cerr << "Add \n Correct usage : add <arg1> <arg2> \n Copyright (C) Aamir Sayid" << endl;exit(1);} double ek = strtod( argv[1], 0);double dou = strtod(argv[2], 0);add testing(ek , dou);testing.sum();double teen = testing.get();cout &l
Read more: Number , Addition , Program

Books
2008-05-22 09:57:00
I've read some books whose titles are as follow:The One Minute Manager - Kenneth Blanchard and Spencer JohnsonWho Moved My Cheese - Spencer JohnsonSay Yes to Your Potential - Skip Ross and Carol C. CarlsonHarry Potter and the Philosopher's Stone - J. K. RowlingHarry Potter and the Prisoner of Azkaban - J. K. RowlingHarry Potter and the Goblet of Fire - J. K. RowlingHarry Potter and the Order of th
Read more: Books

Mastering C++
2008-05-21 02:03:00
Mastering C++Mastering C++ is a book written by K. R. Venugopal, T Ravishankar and Rajkumar. The book teaches the computer language C++ from the scratch to the professional level in a very friendly approach to the learning of the otherwise very difficult language. First published in 1997, the book is recommended by most of the programmers. Basically written with C programmers in mind, this book ca
Read more: Mastering

Sulphurous Fedora
2008-05-17 12:23:00
Sulphurous Fedora Fedora is a Linux distribution offered by Fedora Project and is based on RPM package management system. In the year 2003, Redhat Inc. decided to discontinue Redhat Linux and offered Red Hat Enterprise Linux as its only supported Linux-distribution. Since then, Fedora Project is providing the Fedora OS. Red Hat's proprietary OS RHEL is branched from Fedora OS. Fedora is a registere


A Simple Qt Program (Not authored by me)
2008-05-12 06:53:00
#include QApplication#include QPushButtonint main(int argc , char *argv[]){ QApplication app( argc , argv ); QPushButton *button = new QPushButton("Quit"); QObject::connect(button, SIGNAL(clicked()), &app, SLOT(quit())); button->show(); return app.exec();}
Read more: Program , Simple

My Wishlist
2008-05-12 04:55:00
WishlistPeople keep pestering me asking what I want for my birthday or just as a token of their appreciation. As such, I have put up a list of things I wouldn't mind receiving.BooksBooks by Michael Crichton, Agatha Christie, Stephen King and Erle Stanley Gardner.Garfield Comics.Open Source Game Development: Qt Games for KDE, PDAs, and Windows by Martin Heni and Andreas Beckermann.KDE Programming B
Read more: Wishlist

Train from Jabalpur to H. Nizamuddin via Katni
2008-02-02 06:51:00
/* Name: Train Route of Jabalpur to H. Nizamuddin via Katni Copyright: Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License. Author: Aamir Sayid Date: 17/01/08 22:09 */#include<stdio.h> using namespace std; #include<iostream>void jabalpur(); void katni(); void sagar(); void bina(); void gwalior(); void jhansi(); void agra(); void mathura(); voi


Beeper (It hangs more often than not)
2008-02-02 06:47:00
#include<iostream>#include<string.h>#include<stdlib.h>using namespace std;main(){while(1){cout << " \a " << endl;};}


Qt GUI toolkit
2008-02-02 06:39:00
Using Qt for GUI programs is a very good idea. It provides a intuitive way to build GUI applications.From next time I'll post some Qt source codes and tutorials.


Folder Creator and Remover
2008-01-24 07:20:00
/* Name: Folder Creator Copyright: Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License Author: Aamir Sayid Date: 20/01/08 10:40 Description: Creator and Remover of folders*/#include<iostream> using namespace std; #include<math.h> #include<string.h> #include<dos.h>int c_ret( int r ) // Carriage Return { int n = 0; while (n < r) { cout <<


Text Based Calculator...
2008-01-22 14:20:00
/* Name: Text Based Calculator Copyright: Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License Author: Aamir Ahmed Sayid Date: 23/01/08 23:52*/#include <cstdlib> #include <iostream> #include<string.h> #include<math.h> #include<dos.h> #include<stdlib.h>using namespace std; void newline(int repeat); int spacer(int l


RPM Package Management
2008-06-08 04:38:00
RPM Package Management A package management system is a kind of software which installs/update/removes the software packages as well as maintains the databases of them. Package Management System is an important part of an Operating System as several internal tasks of computer depend upon it.Originally termed as ‘Red Hat Package Manager’, RPM is a very popular Package Manager developed by Red Ha


The Tall Tree
2008-06-16 02:33:00
The Tall Tree by Aamir Ahmed Sayid is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License.Based on a work at aamirsayid.blogspot.com.Permissions beyond the scope of this license may be available at


Shed and Water
2008-06-16 02:19:00
Shed and Water by Aamir Ahmed Sayid is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License.Based on a work at aamirsayid.blogspot.com.Permissions beyond the scope of this license may be available at


Wooden Shed
2008-06-16 02:05:00
Wooden Shed by Aamir Ahmed Sayid is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License.Based on a work at aamirsayid.blogspot.com.Permissions beyond the scope of this license may be available at
Read more: Wooden

Scene of Old Fort from Zoological Park
2008-06-16 01:45:00
Scene of Old Fort from Zoological Park by Aamir Ahmed Sayid is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License.Based on a work at aamirsayid.blogspot.com.Permissions beyond the scope of this license may be available at


wxWidgets toolkit
2008-06-20 03:24:00
wxWidgets is a cross-platform widget toolkit, written in C++ and used for GUI application development. The official website defines it as, ”wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one code base.”Developed in the year 1992 by Julian Smart, it was named as wxWindows until the year 2004, when the project team changed its name to w


Page 1 of 1 « < 1 > »
eXTReMe Tracker