PostRails is a PostgreSQL database browser and application server. The project was started in the Breakpoint coding session in the beginning of July 2009. The source was published in August on Github. And now, a Screencast should finally explain what PostRails does!
Read on
There’s an extension for Firefox called Twinklefox. However it doesn’t run under FF 3.5. I’ve bumped the version in install.rdf, but twinkle won’t get called correctly none the less.
I browsed FF’s settings and … made a little wrapper script to call twinkle:
$ cat /usr/local/bin/twinkle_callto #!/bin/sh # # firefox will call twinkle_callto like this: # # twinkle_callto callto:+41812528006 number=`echo "$1" | sed 's/callto://'` exec /usr/bin/twinkle --call "$number" There you go.
Read on
The saga continues.
Nun ja,wir kennen das Muster mitlerweile: ein neues TaxMe, einen neuen Tag mit herumpröbeln verloren.
Warum schaffen es DV Informatik auch nach 4 Jahren nicht eine Version von TaxMe herauszugeben, ‘‘‘die einfach läuft’’’? Man nimmt die auf dem Desktop mit Abstand verbreitetste Linux Distribution, startet Taxme und - es tut nicht.
So sieht meine TaxMe2008 Installation aus:
# apt-get install libswt-gtk-3.4-java libswt-gtk-3.4-java-gcj libswt-gtk-3.4-jni $ cd TaxMe2008/libs $ mv linux-gtk linux-gtk.
Read on
Was: Anleitung, um TaxMe 2006 unter amd64 unter Linux, Ubuntu Jaunty 9.04 zum Laufen zu bringen.
Kurzversion: $ cd ~/TaxMeBe2006/lib/ && mv linux-gtk linux-gtk.32bit && mkdir linux-gtk && cd linux-gtk $ sudo apt-get install libswt3.2-gtk-jni libjna-java $ for i in atk awt cairo gnome "" mozilla pi ; do ln -s /usr/lib/jni/libswt-${i}-gtk-3236.so; done $ ln -s /usr/lib/java/swt.jar Herleitung: Wenn man TaxMe 2006 auf einer amd64 Platform startet, dann passiert nichts.
Read on
Our sample application using the mapping application framework Mapfish with Ruby on Rails is finally available on GitHub.
We also updated the Ruby MapFish server to the newest MapFish protocol coming in the next release and contributed additional documentation.
Read on