Archive for October, 2005

Locating commands with a simple Python script

Thursday, October 27th, 2005

This script is pretty simple. It lets you find commands by entering a string. Any commands which contain that string will be displayed. For example, running python cmdfind.py find returns:
./cmdfind.py
/sbin/findfs
/usr/X11R6/bin/find
/usr/X11R6/bin/find2perl
/usr/X11R6/bin/findsmb
/usr/X11R6/bin/gst-typefind-0.8
/usr/X11R6/bin/xfindproxy
/usr/bin/find
/usr/bin/find2perl
/usr/bin/findsmb
/usr/bin/gst-typefind-0.8
/usr/bin/xfindproxy
/usr/kde/3.3/bin/dcopfind
/usr/kde/3.3/bin/kappfinder
/usr/kde/3.3/bin/kfind
/usr/qt/3/bin/findtr
Here is the script itself:
#!/usr/bin/python2.3
“””
This script does a partial search for a command name in your path.
Usage:
cmdfind
[…]

Palm and Treo Hacks Released

Sunday, October 23rd, 2005

I got my first copy of Palm and Treo Hacks in the mail on Friday.

I like the way the book came out. Hopefully, I will get to do some talks or demos around town. The book should be in stores within 1-2 weeks. You can also preorder it from Amazon or Powell’s.

Palm Robots

Wednesday, October 5th, 2005

There are a couple of ways that you can make a robot with a Palm OS device. There is the Palm Pilot Robot Kit, which converts an older Palm device into a robot. You can buy commercial kits from Acroname. This gives you a small little robot that you can control by […]

Palm Music Hack

Monday, October 3rd, 2005

So, a Palm device isn’t an iPod, but it can still play music. One nice iPod feature that is missing from Palm music players is the ability to rate the music. Music that is more highly rated is played slightly more often than music that isn’t.
There is an easy hack to get a […]