144 projects tagged "Other Scripting Engines"
Haserl is a small CGI program that parses POST and GET data from Web clients and provides a PHP-like syntax for writing dynamic Web content. A Unix shell is used for the scripting language. Lua is also supported as an embedded scripting language. It is intended for environments where something like PHP is too big, and compiles to around 20KB.
Set-cd-rom-speed is an application for setting CD-ROM and DVD-ROM drive speed, written with KDE Kommander. Fast CD-ROM and DVD-ROM drives have one big disadvantage over older and slower models in that they are often quite loud because of the disk spinning very fast in the drive. Using set-cd-rom-speed, you can decrease the drive's speed and thus reduce the annoying noise.
Auto-Responder is a PHP class that implements an email auto-response system. It accesses mailboxes via POP3 or IMAP protocols and sends out automatic responses emails to the messages found in the inbox folder. After the auto- response is sent, the mails are marked read or can be deleted. This class is meant to be used from tasks run periodically for instance as cron jobs.
PySL is a package that makes S-Lang functions and variables accessible via Python. It allows any S-Lang data type to move from S-Lang to Python scope and back. It also lets the user call any intrinsic or user-defined S-Lang function (including those defined by imported modules) from Python. All of this can be accomplished using a simple, module-like interface.
Amber for Parrot is an object-oriented scripting language for the Parrot virtual machine. It combines the traditional advantages of scripting languages with support for software correctness and large-scale software engineering. Amber for Parrot has syntax and semantics somewhere between those of Eiffel and Ruby.