Jakob's personal thoughts
-
My first application for the Openmoko Neo Freerunner
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
A little story about what I experienced during the first steps towards writing an application for the Freerunner by myself. You will find a download link and a demonstration video inside. Read more…
-
My Openmoko Neo Freeruner has arrived
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
Finally I got the Openmoko Neo Freerunner in my hands Read more…
-
PHP@FrOSCon 2008 - Call for papers
by Jakob Westhoff on Wed, 11 Feb 2009 23:54:20 +0100
The php@froscon team will organize it's an official subconference at the FrOSCon this year. We want to encourage you to propose a talk to be held during this conference. Read more…
-
Using Vim Unicode macros to create math formulas at ease
by Jakob Westhoff on Wed, 11 Feb 2009 23:54:20 +0100
Did you ever want to note a math formula inside a vim document without using something like latex? It is just as simple as typing "pi" to get the Greek letter pi with a little script I wrote. Take a look you won't be disappointed Read more…
-
PHP Usergroup Dortmund officially turns 3 today
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
The PHP Usergroup Dortmund is celebrating its third birthday. Happy Birthday Usergroup. Live long and prosper. Read more…
-
Imageutil - My first tool for the UFS-910
by Jakob Westhoff on Wed, 04 Feb 2009 23:44:26 +0100
I just released my first tool for the Kathrein UFS-910 hdtv satellite receiver, which is capable of reading and writing the flashrom contents over the integrated ethernet interface. Read more…
-
It's alive - Image 3D live browser rendering
by Jakob Westhoff on Tue, 03 Apr 2007 13:54:00 +0200
Take a look at my live 3d renderer for your browser. It is entirely implemented in javascript und runs on top of Image_3D, which can be used to generate a javascript applet for any object which can be rendered with this great php library. You should definitely check this one out. Read more…
-
Multiple wlan configurations made easy
by Jakob Westhoff on Sun, 04 Feb 2007 21:17:00 +0100
Another wlan configuration toolkit made by me. This one it does not depend on gentoo or any specific distribution. It consists of plain shell script and should work nearly everywhere without a hassle. Read more…
-
Class dependency graph generation - Update
by Jakob Westhoff on Fri, 17 Nov 2006 16:29:00 +0100
Just a little update to the class dependency generation script to fix some incompatabilities. Now everything should work flawlessly Read more…
-
Class dependency graph generation
by Jakob Westhoff on Thu, 16 Nov 2006 20:33:00 +0100
Generate a graphical representation of any given php class structure including the class hirachy and every interface it implements just by calling this single utility script. Read more…