Sunday, March 05, 2006

 

Stuggling with Rails

I had 10 hours to just get all things right with ruby on rails,I am making a clone of Basecamp while Ruby is very productive but something always was missing,
I'm now know how it works.

Tuesday, February 28, 2006

 

Discrete Event Simulation

Making a simultion program with discrete event I've found this page

I'll dicsuus this more later.

Thursday, February 23, 2006

 

Get Exponential RV from Uniform one

I was required to get a Exponential RV from Uniform One and I have found this equation

E=-log(U)*lamda

where U is the uniform RV and E is the Exponential RV,and lamda is the 1/(mean of the exponential rv) to get more info about Exponential RV check here.

For the C code
#include < stdlib.h >
#include < math.h >
float exp(float lamda)
{
return (-log10(Rand())*lamda);
}


Monday, April 25, 2005

 

Pdf Parse

I have tody finsih a big project with wonderful person ,the project simply extract info from pdf file and add them to a dataset.
the parsing of pdf file is not as simple as I first considered this took me a lot of work and time but the buyer on rac was a good preson and have appricate that.

Tuesday, April 12, 2005

 

Customized web

The web have been increased exponesaisy in the last decade.the storge cost is much lesser now (one can now get 2 GB mail for free thanks to gmail).
However with all this recourses one want to see the web from his point of view.I think that is a google alerts ,RSS feeds and symmentic web is on this direction.

 

Arimaa

Arimaa is a play that is designed to be diffcult to be played by computers and there is some competion to make this become true.
A freind of mine introduce me with this game for more info about the game visit http://arimaa.com/arimaa/.

 

First post

This is my first ever blog I have just start it now,I think it will focus on my work as a software developper and software development and technoology.
then have fun.

This page is powered by Blogger. Isn't yours?