- An app to look up zipcodes.
- A sort of Python incubator: it would listen on a given port and there would be a program on the desktop that would upload Python scripts to it, and it would run them straight away. This is for use during development if you don't want to use scratchbox. (I may actually do this.)
- An app which knew all the feed lines and audience responses in Rocky Horror, so you could take it into showings with you and know what to call out, if you hadn't memorised them all.
Planet maemo: category "feed:4fc53fd28b16e0b9ada2e2e5e88f1d9f"


I have been porting Maemo robotfindskitten to Qt. It's been quite impressively easy. You can find the repo here and the annotated docs here.
In Maemo robotfindskitten, you can control robot either by using the hardware keys, or by tapping on the screen. However, there are three things you can do with the hardware keys you can't do with the screen:
Also, in demo mode, dialogue boxes currently self-cancel after a few seconds. Maybe this should be the rule in ordinary mode as well. What do you think?
comments
In Maemo robotfindskitten, you can control robot either by using the hardware keys, or by tapping on the screen. However, there are three things you can do with the hardware keys you can't do with the screen:
- move in a random direction (R)
- move towards something interesting (demo mode, D)
- run (Shift)
- the centre of the screen
- the two positions of the rocker switch
Also, in demo mode, dialogue boxes currently self-cancel after a few seconds. Maybe this should be the rule in ordinary mode as well. What do you think?