Thursday, July 30, 2009

Welcomed Nanne Baars(nb76) As Our New Developer

Quality contribution from community, is a key factor to ensure healthy growth of an open source project.

I am very happy to announce that, Nanne Baars(nb76) will become the developer of JStock. Nanne Baars has provided a high quality patch for feature "Auto detect proxy server - ID: 1771740".

nb76, welcomed on board ;)

Thursday, July 23, 2009

Opening Positions For JStock

JStock is looking for good people like you! We are having two positions, in order to accelerate the growth momentum of JStock project.

Here are the two positions :


If you are interested, feel free to apply. We are looking forward your contribution!

Thank you!

Tuesday, July 21, 2009

New 1.0.4f Release - Free SMS Alert

Yes. JStock now come with Free SMS Alert feature. Yes! It's free!

Check it out from http://jstock.sourceforge.net

Saturday, July 18, 2009

New 1.0.4e Release - Bug fixed on Portfolio

I would like to apologize for any inconvenient. In version 1.0.4d, we are having a bug in portfolio, which causes incorrect result in dividend and cash deposit.

We had fixed this bug in the latest version 1.0.4e.

Please get the latest version from http://jstock.sourceforge.net/download.html

Thank you for your support.

Thursday, July 09, 2009

Mind Map In Software Development

After a few days of brainstorming + paper + pencil, I still fail to generate a concrete idea on the overall implementation of upcoming JStock's feature.

I realize that there is a technique, to organize and stimulus your idea. It is called Mind Map.

It seems weird at first look, to organize your idea in such a way. However, I do give it a try by using FreeMind.

Just after one and a half hour, I am able to draft out a big picture of the feature.


It seems that as you trying to break down your ideas into smaller chunks and document them down, more new ideas will be stimulus.

Great! Isn't it?

Setup OpenGL + Visual C++ Express Edition 2008

Good reference on how to setup OpenGL + Visual C++ Express Edition 2008
http://sites.google.com/site/yanchengcheok/Home/howto.pdf

Sunday, July 05, 2009

Configure TortoiseCVS to Access Sourceforge through SSH In Windows Vista

All the while, I have been using SmartCVS to access sourceforge CVS repository. SmartCVS is really a nice piece of CVS GUI client software. It serves all my need for my day to day CVS operation. However, I am using free edition (please forgive a poor free software developer), and free edition comes with the following limitation :
  1. No conflict solver feature.
  2. No branch merging.
Since I start to apply branching in my sourceforge project, free edition SmartCVS no longer serve me well. Another free alternative, TortoiseCVS came to my mind. I had tried to use this software few years ago in my Windows XP, and I am happy with it too.

Now, I am using Windows Vista. I thought TortoiseCVS shall able to work well in Vista too. However, I get the following problem while using TortoiseCVS :

TortoisePlink.exe keeps on crashing

After several hours of configuring, I was finally success to perform the following task :

Use TortoiseCVS to Access Sourceforge through SSH in Windows Vista

I would like to share my experience, in case anyone of you need to perform similar stuff as me.

  1. Download pageant.exe, plink.exe, putty.exe and puttygen.exe from here. When the time I download, it was version 0.60. I locate all the 4 exe files in c:\putty
  2. Launch putty.exe. You will see the following screen. Click on "Generate"
  3. Keep moving your mouse randomly as instructed by putty.exe. After a while, you shall see the following screen.
  4. Click "Save private key". I save it in c:\putty, as file name "C:\putty\SourceForge-Shell.ppk".
  5. Then select all, and copy text under "Public key for pasting into OpenSSH authorized_keys file". The public key information will be later used to submit to sourceforge server.
  6. Go to "Control Panel" -> "Adminstrative Tools" -> "Task Scheduler", add the following new task. This is to make your Vista auto load private key through pageant.exe, each time you log on to Vista. We want the following command to be executed. "C:\putty\pageant.exe C:\putty\SourceForge-Shell.ppk"
  7. After you restart your computer, you shall able to see the following spy agent liked icon in your system tray. (OK, I know you are trying to figure out what Anti-Virus I am using, who cares?)
  8. Now, we want to send the public key information in step (7) to sourceforge. Go to your personal page in sourceforge.
  9. Go to "Account Options", then scroll down until you see "Host Access Information". Paste the public key information and save. Note that, the entire public key information shall be in 1 line.
  10. Right click on your desktop, go to CVS-> Preferences. Change your SSH application to c:\putty\plink.exe and SSH parameters to -l "%u" "%h"
  11. Now you may check out your sourceforge project, and start to hack on it :)

Followers