Wednesday, November 28, 2007
Fun with JavaScript
This is a JavaScript I found while stumbling.
It works like this. Just search for an image in Google. Once it shows up images as the result of your search, enter the script (without quotes) in the address bar of your browser. It will rotate the images around. If you keep pressing enter again and again, the speed of rotation keeps increasing as well.
Subscribe to:
Posts (Atom)
Steps to install PyTorch on VMware workstation (Ubuntu guest)
The following is the list of steps to install pytorch 2.0 in VMware workstation (Ubuntu guest): $ mkdir ~/pytorch $ mkdir ~/pytorch/as...
-
Recently one of my computers' Linux partition was deleted by mistake. As the Linux partition held the multi-boot information, it made th...
-
I faced a reality check last week. I always wondered why anyone, competent and educated in the field of computers, would pursue a career in ...
-
Some C pointer fundamentals manage to fox even seasoned programmers. For example, what is wrong with the following piece of code: func() { c...