• General

Generate Random Number in UNIX Shell Script

RANDOM is a peculiar shell variable, but useful nonetheless. Peculiar because its value changes each time it is referenced (yes,…

15 years ago
  • Java

Sending Emails in Java using GMail ID

Thought of sharing following code with you all. It is a small code snippet that uses SMTP in Java to…

15 years ago
  • News

This Message will Self-Destruct: Vanish, Self-Destruct digital data

Huge amount of data is getting posted on Internet everyday. Most of the data has no expiry date, that means…

15 years ago
  • Java

Protect Java code from decompilation using Java Obfuscator

If you are writing Java classes and distributing them over the Internet, you should know that people can reverse-engineer, disassemble,…

15 years ago
  • JavaScript
  • JQuery

Sum HTML Textbox Values using jQuery / JavaScript

Here is a small code snippet to sum the values of all textboxes in a form in JavaScript using jQuery.…

15 years ago
  • News

YouTube Experimenting with 3D videos!

A Googler has started a new project in his 20% time at Google to integrate 3D videos in YouTube. SERTable…

15 years ago
  • News

Pre-crime & Minority Report turns real through Facebook in England

I could'nt stop myself laughing when I read this ridiculous news on techcrunch today!!! The news is: Brit Andrew Poole…

15 years ago
  • JavaScript
  • JQuery

Delete Row from HTML Table by clicking it using jQuery

jQuery has became one of the most used and most loved JavaScript framework of all time. It not only does…

15 years ago
  • Featured
  • JavaScript

Object-Oriented programming with JavaScript

Object-Oriented programming is one of the widely used programming paradigm that uses abstraction to create model based on real world.…

15 years ago
  • General

Unlock your iPhone 3GS in 4 simple steps

Soon after the iPhone 3GS was launched, it was jailbreaked by a 19 year old hacker George Hotz. Jailbreaking and…

15 years ago