SMSMorse v0.1.0 – Morse code SMS vibration for Android

SMSMorseSMSMorse is an Android application which will intercept incoming SMS messages and vibrate their contents in morse code.

Version 0.1.0 is a rudimentary proof-of-concept version but does provide some simple settings to customize the notification. The single dot length, the basis for the length of all timing (dash, letter space, word space, etc.), can be adjusted from 50ms to 250ms. You can also optionally choose to include the sender’s number before or after the message contents.

Future versions will include features such as cancelling a current vibration, vibrating sender number only, and automatic starting of the service on device boot.

The application is available in the Android Market for $0.99. Feature requests and bug reports can be submitted by going to the project page below.

Useful links:

Continue reading » · Rating: · Written on: 02-25-09 · 1 Comment »

PyCache, a Python port of PHPCache

If you write web pages in Python and find your complex database queries are slowing down you page load times then you might want to consider a caching solution. While most advanced frameworks (like Django) provide their own internal caching solution, basic frameworks and barebone sites are left to dry. Continue reading…

Continue reading » · Rating: · Written on: 02-05-09 · No Comments »