The Common Admission Test (CAT) is an all-India test conducted by the Indian Institutes of Management (IIMs) as an entrance exam for the management programmes of its seven business schools.
CAT result has been announced for the year 2010 Click here CAT 2010 Results
Get your Score Card Here and know what is the next step
Sunday, February 28, 2010
CAT Results 2010
Facebook's News Feed Patent
Facebook was awarded a major patent for “Dynamically providing a news feed about a user of a social network”.
On2 VP7 Codec Free Download
Achieve high quality video at low data rates as low as 20kbps, and play back 720p HD on 1.5GHz Pentium M and 1080p HD on 2.5GHz Pentium M. The Codecs have gained wide adoption in major applications like Adobe's Flash Player, Skype, Viewpoint Media Player, AIM Triton, The Sims 2 from Electronic Arts, and the Move Networks media player
- Golden Frames
- Packet loss recovery
- Video conferencing
- Golden quality
- Real Time quality
- Leave real enough alone
- Decoder complexity
- Simplified entropy logic
- Flexible decode implementation
Lenevo's IdeaPad S10-3t - A Netbook-Tablet Hybrid
The IdeaPad is a notebook computer that combines the features of the tablet computer. Some of the interesting tablet features are
- Rotating touch-screen - Turn into a tablet to its basic netbook functionality
- 10.1 inch touch-screen
- Zoom in and out of text, photos by pinching and widening the fingers
- The netbook has a built-in camera, two USB ports, runs Windows 7 and has a four-hour battery life
- Application Quick Notes allows you to take hand drawn notes on a virtual note pad, incorporating different colors and video and organizing them according to date
Hands On Video:
Saturday, February 27, 2010
Lunascape Free Download
Wednesday, February 24, 2010
How to Create jar file Using Eclipse-- Failed to load Main-Class manifest attribute from jar File
Main-Class manifest attribute from jar File problem. Following steps you need
to follow to create jar file using eclipse java IDE.
How to redirect the Shell Program output to file and Screen in Unix
Tee Unix Command to redirect the shell output to file and Screen
Monday, February 22, 2010
Summary of Unix VI Commands
VI Editor is one of the most powerful Screen-Oriented editor in Unix OS. VI Commands to do basic operations
Unix Commands to lookup system information
Unix Commands to look for system Information
Wget - Command line downloader in Linux OS
Linux command to Install, Upgrade, Freshen and Erase rpm package
Best Blog Tools
Friday, February 19, 2010
Blog Is Not Showing On Google Search
AbiWord - Open Source Word Processing Software
Single Messenger for All Your Chat Accounts
Pidgin is a chat program which allows you to login to multiple chat networks simultaneously; it means you can chat with your Google Talk, MSN, Yahoo friends from a single chat messenger.
Wednesday, February 17, 2010
Google Desktop Software for Desktop search
Google Desktop is a program allows text searches of a user's e-mails, computer files, music, photos, chats, Web pages viewed, and other "Google Gadgets" in your desktop.Google Desktop allows the user to control which types of data are indexed by the programAfter performing searches, results can also be returned in an Internet browser on the Google Desktop Home Page much like the results for Google Web searches.
How to Add/Remove Rows From JTable
JTable Non-Editable Cells
JTable table = new JTable(defaulttablemodel) {@Overridepublic boolean isCellEditable(int rowIndex, int colIndex) {return false; // Disallow the editing of any cell}};
How to add JButton in JTable ColumnHeader
Tuesday, February 16, 2010
How to Handle Concurrentmodificationexception in Java
Free XML Editor Download - XML Notepad 2007
Skype for Symbian OS Mobiles
Monday, February 15, 2010
Sony announces Vivaz™ pro
- Full QWERTY keyboard along with the touch screen
- Stay in touch through email, Twitter™, Facebook™, blogging and chat
- 3.2” 16:9 wide touchscreen
- Allows to Capture in HD resolution and upload to YouTube via Wi-Fi™
- Offers "PlayNow" for immediate online access to applications, games and music.
Sunday, February 14, 2010
Sony announces Xperia™ X10 mini and X10 mini pro
- Slide out QWERTY keyboard
- Android platform with signature applications and a customisable UX platform
- Customisable home screen’s four corners and widgets to access the most needed applications for limitless possibilities
- Users can see at a glance text messages, missed calls, and Facebook™ and Twitter updates, without having to open lots of different applications
- “infinite button” to pull together all music content from the music store and YouTube
Saturday, February 13, 2010
Tic Tac Toe on a Blackboard for kids
Have Fun!
OpenOffice.org Version 3.2 Released
How to Add Pages Gadget To Your blog
Friday, February 12, 2010
Free Java IDE and Tools Download
How to Initialize Character Array Elements to '\0' in C++
#define MAX_PATH 100
..
char arr[ MAX_PATH ] = { 0 } ;
char arr[ MAX_PATH ] ;
memset ( arr, 0, MAX_PATH );
Both the above methods would initialize all the array elements to '\0' (NULL)
But I would prefer/suggest to use Method 1 over Method 2. Because
a) Using memset would require to include an additional header file like string.h or may be some other header file depending on the compiler.
c) It is an aditional function call which can be avoided while coding in domains like embedded or networking.
b) Using memset may mislead to manual errors by mistyping the input values.
Thursday, February 11, 2010
Live Traffic Feed Widget for Your Blog
Monday, February 8, 2010
Difference between String,Stringbuffer and Stringbuilder
Sunday, February 7, 2010
How to define hostname in Solaris
Hostname is assigning a user defined name to a computer. When the computer is connected to the network, other devices in the network can easily identify and communicate with the computer using the hostname.
To define hostname,
STEP 1: Login as root user
STEP 2: Open the /etc/hosts file and add the ip address of the machine followed by hostname. Multiple host names can be added for the same ip.
Example:STEP 3: Test if the hostname works
$ ping 25.26.27.28
25.26.27.28 is alive
$ su - root
$ vi /etc/hosts
# Add the ip follwed by hostname(s)
25.26.27.28 www.techpages.org TechPages localhost
Example:
$ ping www.techpages.org
www.techpages.org is alive
$ ssh user@Techpages
password:
Saturday, February 6, 2010
How to allocate memory for structure pointer using new operator in C++
1) Lets declares a structure.
struct Example_st2) Declare a pointer of structure type Example_st, allocate memory and use it
{
int a;
string b;
};
..
/* Declare the structure pointer and assign it to NULL */
struct Example_st *struct_1 = NULL;
/* Allocate the memory using "new" */
struct_1 = new struct Example_st;
/* This statement allocates memory in the heap and assigns the starting
address to the structure pointer */
/* Access the structure members */
struct_1->a = 10;
strcpy(struct_1->b, "Allocate memory for structure pointer using new operator in C++");
PrintScreen(struct_1);
/* Remember to unallocate the memory allocated for the structure after using it */
delete struct_1;
..
Wednesday, February 3, 2010
How to Plumb an IPV6 interface in Solaris
Tuesday, February 2, 2010
How to Compare Current date year with Previous date year in Oracle
Pl/SQL Procedure to compare current year with previous year in oracle.
Free Installer for Windows Applications













