On Monday, I am giving a lightning talk at the TC Lispers meeting about my Common Lisp Growl client library.
Here are the slides with presenter notes and the accompanying sample code.
On Monday, I am giving a lightning talk at the TC Lispers meeting about my Common Lisp Growl client library.
Here are the slides with presenter notes and the accompanying sample code.
The C++ template classes that I wrote years ago have been one of the most consistent draws to my my website. Every time I check the search terms that brought someone to my site, there are always a few hits for Clifford algebras.
I just received some email today from Mijail Guillemard at the University of Hamburg saying that he extended my Clifford algebra classes and is using them to do feature separation and classification for signal processing.
Growl is a notification system for Mac OS X. You run a Growl server on your machine. Then, applications can send notifications that will be displayed on your desktop. Growl supports a thin network protocol called Growl Talk that programs can use to send notifications to the Growl server (and hence, to your desktop).
Growl is incredibly useful for any program that operates asynchronously with the user. If you want to be notified when some portion of your job completes or when there is a critical error in your web application, Growl is a great tool to have at your disposal.
I wrote an implementation for Common Lisp of the client protocol. Here is a simple example of how you might use it:
For more complete usage information and to learn how to obtain the library, see the CL-Growl web page.
A few weeks back, I described an XML Parser Generator that I was working on. At the time, it could generate the parser it used itself. Now, it’s got Objective-C support and Lisp support. (The Lisp support is slightly better than the Objective-C support right now. With the Objective-C backend, you can create arrays of structs, but not arrays of strings or integers.)
Here is the Parser Generator home page.
I just finished up some animal artwork for my iPhone Spelling Toy. I also added translations for Japanese and German (in addition to the English, French, and Spanish that were already there). After I double-check the translations, I will get it uploaded to the App Store.
If you have any expertise in Spanish, French, German, or Japanese, I’d appreciate any feedback you can give me about the words I chose in those languages. Would they be the word one would think of when shown the picture? Thanks, in advance.