Saturday, 8 January 2011

AnkSteer (formerly Flypad)

Wanted to use your phone as a driving wheel? Finally, a fully working beta of Flypad!

 

Saturday, 18 December 2010

Next project: Flypad!

Ever wanted to use that mobile as a driving wheel? Or a keyboard? Touchpad? Well, why not?

There you are. Flypad. Using your touchscreen and bluetooth connection, it would be possible to use your Java Mobile phone as:
  1. Wireless mini keyboard
  2. Wireless mini touchpad
  3. Wireless driving wheel (if the phone's got an accelerometer)
Have a look at those prototype images of the 'keyboard' and 'touchpad' modes. The code for the 'driving wheel' is also almost ready, though there's nothing to show at the moment.

The driving wheel will be available only for Windows through a virtual joystick driver: PPJoy. I've tried that and the driver was working just perfectly (even under Vista).

Albite READER for Java Mobile

The Albite Project is finally ready!

Albite READER is an ebook reader for Java Mobile that supports ePub e-books and more.

Albite BOOKS is the home of the reader where one could also find more than 2000 free ebooks from the public domain that have been specially processed to be read on mobile devices. It's got a mobile-friendly version, too.

Tuesday, 14 December 2010

CAE



Here are my results from the CAE exam I took in 2007. Put here for public reference.

Statistics

This is the project I made for my exam on statistics. It is about the financial result of some Bulgarian businesses. The work consists of two parts:
  1. Regression analysis by which I try to find a dependency for the financial result.
  2. Factor analysis by which I try to find which factors contribute most to the financial result, i.e. I am trying to group the previously found dependencies into sensible groups.

Numerical Methods for Differential Equations

Here are two of my projects that I made as homework for the Numerical Methods for Differential Equations classes at the university.

Sunday, 12 December 2010

Planetarium



As a task for my course on Programming with Java at the university (back in 2007), I wrote a simple simulation of the Solar system using Java's Graphics2D. I am not proud of the implementation, but that was first serious Java project at the university.

The sources are available at GitHub.