What is Google Chrome OS?

by Angelos on November 20, 2009

Today, on 20th November 2009, Google released the source code for its much hyped Chrome OS! Yes, the wait is almost over. During the presentation, public was given first look of how the Chrome OS will look on netbooks.

[Click to Continue Reading…]

{ 0 comments }

Panzer General moded for Real Military Path Finding

by Strider on November 17, 2009

Pathfinding is a pretty important aspect of any game. Be it a first person shooter or real time strategy. It literally means getting an AI controlled unit from point a to point b.

It is actually one of the more difficult things to get right in a game. A programmer needs to code for possible chokes in a path (units crowding into a bottle neck thereby blocking the path temporarily), danger in an area (a bad guy deciding if it’s a good idea to take the shortest path available or take a safer path in which chances of getting hit are less) and so on.

Such pathfinding problems, i.e. finding the quickest and safest path,  are faced by real military strategists as well. [Click to Continue Reading…]

{ 0 comments }

TCP/IP Protocol in Half Duplex Mode using C/C++

by Angelos on November 14, 2009

TCP/IP is the oldest and by far the most popular protocol used for communication on Internet. I implemented this protocol during my internship. It is advised to implement UDP/IP protocol first then implementing TCP/IP protocol as the former is easier to implement. The code for TCP/IP in half duplex mode is as follow.
[Click to Continue Reading…]

{ 1 comment }

UDP/IP Protocol in Half Duplex Mode using C/C++

by Angelos on November 14, 2009

UDP/IP is a famous protocol used for voice and video communication. It is easy to implement as compared to TCP/IP protocol as it doesn’t require handshaking signals for establishing communication. But it can loose data packets as you have no way to know if all the data packets have reached the destination. Code for UDP/IP protocol implemented in C/C++ working in half duplex mode is given below.
[Click to Continue Reading…]

{ 1 comment }

Processor from Sand – Intel Animation

by yasir on November 13, 2009

IntelIntel has resealed an animation showing the fabrication of an Intel Processor from sand. This small video shows how are impurities removed from, sand converted to silicon on which a Processor is grown and fabrication.

[Click to Continue Reading…]

{ 2 comments }

New Bitmap ImageGoogle is now a more safe place for children to search in. With the launch of Google safe search option you can filter adult content and sexually explicit website from the search results google returns, in image and web searches, providing a more safer search engine.

[Click to Continue Reading…]

{ 1 comment }