Archive

Archive for the ‘Uncategorized’ Category

Simulation of a real brain?

May 1st, 2009

How far can technology go to recreate a mammalian brain? Well if its AI you are talking about, its not even .0001% of what the real brain is capable of achieving.
Read more…

Author: Aditya Categories: Uncategorized Tags:

Zoom images in Wordpress using Magic Thumb

April 28th, 2009

I came across a great tool called Magic Thumb. It is a neat way of enlarging thumbail images using a JavaScript effect similar to a lightbox.

Read more…

Author: Aditya Categories: Uncategorized Tags: ,

How to unpack a packed javascript!

April 28th, 2009

Sometimes malicious scripts float around and you are asked to run them in your browser by script kiddies. You try and have a look at the code, and find it all to be obfuscated something like function(p,a,c,k,e,d){…}. It is actually a packed version so that ‘normal’ users cannot modify it for their own purpose. But this script can be easily unpacked without using any third party tool. I will explain how can it be done in Firefox.

Read more…

Author: Aditya Categories: Uncategorized Tags: , ,