27c3 Android App
Update: see below
Github: https://github.com/repat/27c3-Android-App
So this is my version of the 27c3 Android Fahrplan App. At the moment it only links to the fahrplan website, depending on which day/event you click. The advantage is, it's always uptodate;)
Please note the following:
- I'm not a Java programmer, I just had a look at Android again after quite a while
- This is a very alpha version
- If I find some time, I'm gonna extend it to a real app
- But I don't think so, so feel free to download the sourcecode and extend it yourself
- I really don't know why it's able to access the SD card and telephone status...don't worry about it;)(see comment)
- It's quite late at night right now...:P
Screenshots (click to enlarge)

update:
- added TabView for events and speakers
- can't fix the Requirements(SD/Telephone status) because you need API Level 4 for targetSdkVersion. Otherwise all the people with Android <1.5 would not be able to use my app
mapstraceroute – graphical traceroute with google maps
German/Deutsch
Wird mal wieder Zeit für ein neues Projekt von mir. Ich hatte ja schonmal irgendwann über Gtrace/Geotrace/xtraceroute etc geschrieben, aber diese Programme sind alle schon knapp 10 Jahre alt. Teilweise funktionieren sie noch aber in Zeiten von google maps und APIs kam mir die Idee ein neues Programm zu schreiben, in Python. Ich hab wirklich einfach mal drauf losgeschrieben, ohne einen Plan. Der Code sieht nicht besonders schön aus(grade nicht für python), das weiss ich.
Das Programm bekommt also vom Programm traceroute die IP-Adressen, holt sich dann von hostip.info die entsprechenden Koordinaten und mithilfe des python wrappers für die google maps API pymaps wird dann eine HTML-Seite erstellt. Diese wird direkt im Anschluss über das python modul python-gtkmozembed angezeigt. Sie enthält allerdings bis jetzt nur Punkte. Demnächst werd ich mich nochmal damit beschäftigen, dass zwischen den Punkten dann in der richtigen Reihenfolge auch Linien gezogen werden. So sieht das Ganze bis jetzt aus:
English
Time for another one of my projects. I blogged about GTrace/Geotrace/xtraceroute a while ago, but these applications are nearly 10 years old. They partly work but in times of google maps and APIs my idea was to write a new app, this time in python. I really didn't have any plans how to do it, I just started writing. It's not very code(especially for python), I know.
My application gets the IP adresses from the (system) traceroute command, then receives the coordinates from hostip.info and with the python wrapper for the google maps API - pymaps - a HTML page is genereated. This HTML page if opened by the python module python-gtkmozembed. Until now there are only points, but if I've got some free time in the next couple of months, I'm trying to draw lines too. This is what it looks like until now:
Requirements:
- python
- traceroute
- python-gtkmozembed
How-To:
- Download
- unpack and cd in the folder
- run install.sh as root or with sudo
- try it out: mapstraceroute <host>
There's heaps of things to do though(Thats why it's only o.1a;)):
- rewrite the whole code more modular/write it a bit more elegant;)
- draw lines between the points
- include own traceroute in python(?)
tar.gz entpacken
Ich vergess jedes mal wieder die Reihenfolge, wenn ichs nich alle paar Tage benutz, warum auch immer...-.-
tar -xzvf foobar.tar.gz
So.
//edit: Ich hab mir mal ein kleines Programm dafür geschrieben: Download tarhelp
repat@laptop:~$ gcc -o tarhelp tarhelp.c repat@laptop:~$ sudo mv tarhelp /usr/bin [sudo] password for repat: repat@laptop:~$ tarhelp You lamer, you will never learn it. Its tar -xzvf repat@laptop:~$
xplanetbatch
Vorweg: Das Script für Linux befindet sich etwas weiter unten...
Ich hab ein Programm für xplanet geschrieben, das regelmässig die batch-Datei aufruft, die das Bild aktualisiert. In der restlichen Zeit versteckt es sich im Tray. Das Intervall ist natürlich einstel- und speicherbar. Die Dateien müssen im selben Ordner wie xplanet.exe und xplanet.bat sein. Sicherheitshalber hab ich nochmal eine default xplanet.bat hinzugefügt.

Vll gibt es schon solche Programme, aber hat Spass gemacht, es zu programmieren:)
Download





