Hum Tum

July 28, 2006

hum-tum1.JPG

hum-tum2.JPG

hum-tum3.JPG


void fLife()

July 24, 2006

flife.jpg 

Can anybody give me implementation for ‘void fLife()’ function?

- Hardik Tank


MysticalBall.com

July 22, 2006

Check the game at,

http://www.mysticalball.com/

How does it work?

1. Guess any two digit number
  
   Say,
      xy (where x and y can be from 0,1,2…9)
   So, number will be
      (10x + y)   ………(i)

2. Add two digits and subtract total from the original number
  
   Add two digits,
      (x + y)
   Subtract total from the original number
      (10x + y) – (x + y)
      = 9x
  
  
   So, considering x values 0,1,2….9
   solution can be any number of,
      0, 9, 18….81
     
In symbols, above numbers have same symbol, which comes in the ball!

- Hardik Tank


ScriptLance

July 21, 2006

Interesting website!!!

What is ScriptLance?

ScriptLance is a service that connects programmers with webmasters that need custom programming done for their websites. Much like an auction, programming projects are posted and interested programmers bid on them.

http://www.scriptlance.com/

- Hardik Tank


thebigview.com

July 20, 2006

Interesting website!!!

This website is about philosophy in the widest sense. It includes science, religion, mythology and other fields of thought that are not within the traditional scope of philosophy.

thebigview.com was established in October 1999 with the idea of rendering a bird’s eye perspective on various philosophical topics, hence, the name. The emphasis is on conciseness. Most people with Internet access are familiar with the problem of information overload. thebigview.com tries to present information succinctly, so that -hopefully- the gist of each topic is preserved, while not much else is said. It is intended for the reader who wants to get an overview of a philosophical topic in a minimum amount of time.

http://www.thebigview.com

- Hardik Tank