Tag: github

  • Weekend project: ShairPort menulet

    Update: New version built around a native Cocoa port of ShairPort, MacShairport: ShairPort-v0.2.1.zip) Recently an open source emulator for AirPort Express / AirTunes was released by James Laird. I’ve been waiting for something like this for a long while to enable remote music playback on my media center from my laptop and iPhone. However, I lack the […]

  • Mobile Logger – GPX extensions

    Rolling the extra logged sensor data into the GPX export took more effort that it should have…but I uncovered and fixed a latent bug in the export feature, so that’s a win right? Regardless, it’s was nice to use the new issue tracker at bugs.robertcarlsen.net for real(z) for the first time. I’m looking to get several […]

  • Mobile Logger GPX + GoogleEarth

    GPX export seems to be working, and imports fine into Google Earth. This is just a basic implementation of the essentials for a route; I’d really like to include other recorded sensors somehow into the track – maybe it could be a layer in Google Earth? Looking at the ride data here reveals just how […]

  • Mobile Logger – GPX

    Basic GPX export has been added to the github repo. That is all. http://github.com/rcarlsen/Mobile-Logger/commit/9e1dc73304de562c30e64fa9a9b61840e69963c3

  • OCR for iPhone source

    The source code for the Tesseract OCR for iPhone project has been published. It’s really simple – more of a skeleton, proof-of-concept project than anything else. Still, though, it’s neat to have nearly point-and-shoot text conversion in your pocket. The project page is: Pocket OCR The source code is available at github: http://github.com/rcarlsen/Pocket-OCR There is […]