Archive

Posts Tagged ‘Software’

Software wars

July 12th, 2008 No comments

Below picture gives us the detailed view of Software war. Though it is bit out dated, the information is still quire interesting.

Click on the image to zoom.

Computer Age

July 12th, 2008 1 comment

Amazing illustration on different type of ages. The Bang in computer image is due to frustration.

[singlepic=28,600,450,,center]

Categories: Fun, Photo Tags: , , ,

SDLC in one minute

July 5th, 2008 No comments

Software Development Life Cycle in less than a minute.
[singlepic=22,600,450,,center]

Categories: Fun, Photo Tags: , , ,

Hello World

May 8th, 2008 No comments

Hello World

“Hello World” is the first program one usually writes when learning a new programming language.

The first Hello World program appeared in chapter 1.1 of the first edition of Kernighan & Ritchie’s original book about C, “The C Programming Language”, in 1978 and read like this:

main() {

    printf("hello, world");

}

Since then, Hello World has been implemented in just about every programming language on the planet.

Here are some links which has the Hello World programs in various programming languages as well as human languages.

http://en.wikibooks.org/wiki/List_of_hello_world_programs
http://www.roesler-ac.de/wolfram/hello.htm