Saturday, September 27, 2008

DBS Beta 1.0

DBS is something like a "Database Content Management System" or like the Browse menu under phpMyAdmin. It's a little extensible PHP framework to help you create easy to use admin pages for your homepage very easily. You get a nice UI based on jQuery and AJAX. Watch my screencast for more details. It's free and licensed under GNU GPL.

System Requirements

  • PHP 5 or up
  • MySQL 4 or up
  • CGI (for uploads)

Download

DBSBeta1.0.zip

Screencast



or watch full size (1280x800): http://www.screencast.com/t/unOG68Ap

Sunday, September 21, 2008

Inversion 1.2

I've updated Inversion to version 1.2.

Download

Inversion1.2.dmg

Download source

Inversion1.2source.zip (Xcode Project)

System requirements:

  • Mac OS 10.5 Leopard (Universal)
  • 1.8 MB of free disk space

Changes

  • Added help
  • Added new menu items
  • Changed "Shapes" to "Objects"
  • Now licensed under GNU GPL

Monday, September 8, 2008

Inversion

Inversion Icon

I had to make an app that solves the problem of Apollonius about half a year ago, so I'm publishing it here in case someone needs it.

Now for those of you who don't know what the problem of Apollonius is: It's about geometry, or more precisely Euclidean plain geometry. The task is to construct all circles (or lines) that are tangent to ("touch") three circles (or a point / line).

Now this may sound easy, but try to do this with three points, which is the most easy one (as much as I remember). You'll soon find out it isn't that easy. But if you use something called "inversion" (not the app), it's very easy. Inversion is sometimes also called "mirroring in a circle" (at least in German), which explains the concept very well (google for it if you want).

This is my first app (other than web apps), so don't expect too much of it. But still it's fun to play around. It's free and I'll give you the source code if you want (I'm not good at choosing copyleft licenses, so I'd appreciate advise).

Download:

Inversion1.1.dmg

How to use:

Add shapes with the plus button on the bottom left of the window. You can change the properties of the shapes using the inspector. If you have 3 shapes, the solution of the problem of Apollonius will be drawn in red.

System requirements:

  • Mac OS 10.5 Leopard (Universal)
  • 1 MB of free disk space

Screenshot:

Friday, September 5, 2008

My first post!

Hello! My name is Lukas Berns, and I'm living in Japan.