Perl Module Mechanics
The “Installing in non-standard places” section is why I am posting this. Always good to keep handy when working on shared servers.
Category: Development
PHP Library for encoding and decoding MMS messages
Hellkvist.org – Software
From the site:
mslib is a PHP library for encoding and decoding MMS:es. MMS is short for Multimedia Messaging Service. In short it is the successor of SMS (Short Message Service) with the enhancements that you can not only send text but basically any content type your phone can handle such as images, text, videos, ring signals and audio clips.
With this library you can create messages and add multimedia parts such as JPEG, GIF, AMR, MIDI and so on. Messages received from phones can also be unpacked and attachments can be extracted. The library also contains a limited MMS sending functionality that uses a HTTP service to send SMS:es. You would probably have to change the actual implementation of the SMS sending to fit your way of sending SMS:es (if it is over serial port, to a real SMSC or through some other type of HTTP service). This is all done with the three classes MMSDecoder, MMSEncoder and MMSNotifyer.
Various Code Signing Authorities
Chapter 3 of J2ME Application Development
MIDP Programming with J2ME
A good/useful chapter, looks to be a good book for cell phone development.
Shell scripting with Bash
Advanced Bash-Scripting Guide
Very useful…
Audio programming language with on the fly program changes
ChucK : Concurrent, On-the-fly Audio Programming Language
Watching a demo of ChucK, a nice open source programming language and environment developed by a group at Princeton.
From the site:
ChucK is a new audio programming language for real-time synthesis, composition, and performance, which runs on commodity operating systems. ChucK presents a new time-based concurrent programming model, which supports multiple, simultaneous, dynamic control rates, and the ability to add, remove, and modify code, on-the-fly, while the program is running, without stopping or restarting. It offers composers, researchers, and performers a powerful and flexible programming tool for building and experimenting with complex audio synthesis programs, and real-time interactive control.
Visual Component Development for Multimedia
iglue.org
Not sure where this fits in the world with PD and Max but it is interesting none-the-less. Uses a circuit board and microcontroller metaphor.
Video grabbing with Java on Linx
Java Video4Linux 0.7
Alpha right now, hope it keeps going and makes some headway.
Open Source SMS Gateway
Kannel 1.2.1 User’s Guide
A snippet from the Kannel (open source WAP and SMS gateway) User guide:
If you do not have such access, you can still use Kannel as an SMS gateway via phone-as-SMSC feature, by using a GSM phone as a virtual SMS center.
Very nice!