Monday, January 29, 2007

Macbook Freeware

Matthew Hirsch provided an extensive compilation of essentials of macbook software. Recently, Jake came up with a concise collection of free software for Mac users.

Alternative Windows applications

How nice would it be if someone gave you a list of applications that are not only free but also exert less load on your already famished Windows Operating System.
Matt compiled a list of applications that are "lighter or lighter weight" for Windows Operating System. It is a very concise list.

Sunday, January 28, 2007

iTunes and Video

I had trouble playing some video files on iTunes. I followed tips from this website and disabled Direct3D video acceleration in QuickTime and restarted iTunes.
Now, it plays fine.

Monday, December 18, 2006

Uninstall Linux in a Windows XP– Linux Dual Boot Machine

I followed the following steps while uninstalling Ubuntu Linux on my laptop.

1. Use Windows XP installation CD to boot.
2. Go to recovery console and enter fixmbr
3. Restart the system. Now it should boot in Windows
4. Remove Linux partition by using the disk management utility of Windows XP.

Wednesday, December 13, 2006

Values of Environment Variables

To display value of environment variables in command prompt in windows use the following command

echo %variable_name%

For example to display the value of CLASSPATH variable type
echo %CLASSPATH%

Sunday, December 10, 2006

Way to learn Algorithms

Excerpts from The Art of Computer Programming-Fundamental Algorithms by Knuth, Page No. 4

“...the reader should not expect to read an algorithm as if it were part of a novel; such an attempt would make it pretty difficult to understand what is going on. An algorithm must be seen to be believed, and the best way to learn what an algorithm is all about is to try it. The reader should always take pencil and paper and work through an example of each algorithm immediately upon encountering it in the text.”

Sunday, November 26, 2006

Fuzzy Systems

If Approximating Nonlinear Areas, then Consider Fuzzy Systems
is an interesting read. According to the authors, based upon antecedent-consequent part of the rules, fuzzy systems can be broadly classified as follows:

  • Linguistic fuzzy models
  • Fuzzy relational models
  • Takagi-Sugeno (TS) models

Saturday, November 25, 2006

System Dynamics and Agent based toolkits


According to this article, Swarm and Repast “deploy unsophisticated agents”, whereas Zeus “deploys sophisticated” agents. I agree with the author’s view point that software agents can model humans as well as other technological components. The author uses the term “dumb” agents to represent the technological components.

Friday, November 24, 2006

Parameterized Unit Testing

I am looking for a demonstration of Parameterized Unit Testing. This is an interesting topic. Parameterized Unit Testing with Symbolic Execution is an interesting read. But, I am looking for some free software or prototype to work on my code.

Thursday, November 23, 2006

Google SketchUp

Today, I played with this 3D modeling software. I am totally falling in love with Google SketchUp. Both Windows XP and Mac OSX versions are available for download. I hope my knowledge in introductory mechanical engineering is helpful to create 3D models.

Wednesday, November 22, 2006

Insilico

Biology, never interested me, when I was in school.
The article, Combatting Disease with Computer-Aided Drug Design, by A S Nair interests me in Computer-Aided Drug Design.

He stresses that biology is migrating from natural science to information science.

Tuesday, November 21, 2006

Hamachi VPN

Hamachi seems to be a very good vpn lan setup system.

Monday, November 20, 2006

Microsoft to Macromedia

I had some pictures and wanted to send tiff files to a publisher. I created the pictures using Microsoft Office products (PowerPoint and Excel, predominantly). I had trouble converting those images to tiff files directly from PowerPoint or Excel. So, I followed the following steps:

  1. Open Macromedia Fireworks
  2. Copy the object from the Microsoft Office application
  3. Create a new document in Macromedia Fireworks
  4. Choose appropriate canvas color in the new document window
  5. Now paste the object into Macromedia Fireworks
  6. Change the image size or resolution by clicking on image size button
  7. Open Export Wizard (File-> Export Wizard)
  8. Choose appropriate purpose and finally the tiff file is created

Sunday, November 19, 2006

Alternative Keyboards

I wish I had known that alternative keyboards existed when I was learning typewriting in my high school.

Today, I learned that QWERTY is not the only type of keyboards available. Dave Child compares DVORAK and QWERTY layouts.

Saturday, November 18, 2006

Paste Special

Instead of using "Paste" option in Microsoft Office programs, try to explore "Paste Special" for pasting different kinds of objects, images, text.

Friday, November 17, 2006

Monthly Statistics

For the past one year so far, November month has had the highest number of visitors. This is proportional with the number of posts (November being the month with highest number of posts). But, the surprising fact is that the second highest is in March, where the number of posts is just only 3.

Thursday, November 16, 2006

Wireless Cracking

I was looking for wireless tools that available for Windows platform.
Stumbverter
Cain Password Recovery Tool
I will evaluate these tools over the weekend and write about them.

Wednesday, November 15, 2006

Tuesday, November 14, 2006

Blender

Here is a free and cool software for 3D modeling and animation.

Monday, November 13, 2006

Happy Birthday Eclipse

Belated though!
The actual birthday is on Nov 7th.
Eclipse is absolutely helpful and easy to use. One of the best IDEs I have ever used. It was the reason many IDE developers opted out of competition.