Thursday, July 31, 2008

Factorial calculation

Hello everyone!
Yesterday, I have implemented program that calculates 2347!.
That is the same as 1*2*...*2347
It is  really big number that holds 10000 digits
I will publish it in the next posts. One thing I observed is: I like creating really compact programs...

Tuesday, July 22, 2008

User activity

I'd like to create a user activity driver

It will have two modes:

  • in the first mode, it collects data from the user (mouse and keyboard) and store them to a local file
  • in the second mode, it reproduces data from the file so we could have a very small sized video demonstration.

Thursday, July 17, 2008

Folder monitor

I'd like to implement folder monitor. I think it should be easy because there is a Win32 API to do this.

Also, I could do this via driver...

Wednesday, July 16, 2008

Internet browser

I am going to use internet Browser in
my own application

In this case I'll have different GUI with minor changes in the code

Thursday, July 10, 2008

TimerLogger

I'd like to implement TimeLogger. It's a program to log your working time

Compiler for STOLL

Actually now I can explain only expression analyzer but I am working to understand whole compilation process