RSS 131 projects tagged "Other Scripting Engines"

Download Website Updated 12 Dec 2012 Advanced Bash Scripting Guide

Screenshot
Pop 1,546.35
Vit 33.76

The Advanced Bash Scripting Guide is both a reference and a tutorial on shell scripting. This comprehensive book, the equivalent of 1,032 print pages, covers almost every aspect of shell scripting. It contains 382 profusely commented illustrative examples, a number of tables, and a cross-linked index/glossary. Not just a shell scripting tutorial, this book also provides an introduction to basic programming techniques, such as sorting and recursion. Included scripts are the Game of Life, a Perquackey variant, a Morse code trainer, and an implementation of the Gronsfeld Cipher. This book is suited for both individual study and classroom use. It covers Bash, up to and including version 4.2. Note that users of miniaturized single-board computers running Linux, such as the Raspberry Pi and the Beagle Bone, would find this Guide useful for learning and running Bash scripts to explore and expand the capabilities of these small, but powerful machines.

Download Website Updated 08 Jan 2007 bayonne

Screenshot
Pop 291.71
Vit 13.05

Bayonne is the telephony server of the GNU project. It offers a script-driven threaded multi-line state event telephony service on GNU/Linux, xBSD, and Microsoft Windows for building voice response systems, and uses telephony plugins for runtime driver configuration. It also features "TGI" for making Perl applications "telephony aware". It may be used to build telephony-based system administration, home automation, automated attendant, v-commerce, and voice messaging systems.

Download Website Updated 01 Apr 1999 ccsh

Screenshot
Pop 24.08
Vit 1.47

ccsh is a scripting language that is intended to be powerful and easy to use for people already familiar with the C language.

No download Website Updated 30 Jan 2001 Ftwalk

Screenshot
Pop 32.12
Vit 1.47

Ftwalk is a high level script programming language, very similar to awk, but greatly extended to include a richer type system, object-oriented features, 300+ built-in functions, extensibility through dynamic libraries, etc., which makes it roughly comparable to languages like Perl. It does file tree searches, and was originally used to implement selective redundant copy backup stores. It can be run interactively as a calculator.

Download Website Updated 30 Jan 2001 Half-life Admin MOD

Screenshot
Pop 41.67
Vit 4.18

Half-Life Admin MOD is a plugin module to any Half-life mod that adds admin commands and user levels. You no longer have to risk giving out rcon access. It is very flexible to configure, supports reserving nicknames/playerslots on servers, and offers public kick and map voting.

Download Website Updated 21 Nov 2009 ivtools

Screenshot
Pop 130.72
Vit 12.97

ivtools is a collection of drawing editors for PostScript, TeX, and Web graphics with both direct-manipulation and scriptable user interfaces.

Download Website Updated 30 Jan 2001 Jacal

Screenshot
Pop 21.49
Vit 1.00

The JACAL Project is a suite of programs, scripts, guidelines, protocols, documentation, and diskettes that assist in quick, network based loads/builds of machines. It has been used to build 70 University lab machines from scratch (No OS) in two hours. This includes NT service packs and 80+ applications on the NT side.

Download Website Updated 30 Jan 2001 JavaScript

Screenshot
Pop 116.89
Vit 1.00

JavaScript is the Netscape-developed object scripting language used in millions of Web pages and server applications worldwide. It is a superset of the ECMA-262 Revision 3 (ECMAScript) standard scripting language, with only mild differences from the published standard. This source is capable of creating the core JavaScript engine as both a static and dynamic library, and a cross platform (Unix, Windows, and Mac [MPW Tool & console window]) JavaScript command line shell. JavaScript is covered by a dual MPL/GPL license.

Download Website Updated 04 Apr 2000 junkfilter

Screenshot
Pop 38.57
Vit 69.45

junkfilter is a procmail-based spam filtering system that is both configurable and customizable.

Download Website Updated 16 Jun 2012 Lua

Screenshot
Pop 363.93
Vit 16.24

Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. It is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. It is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. It has been used on games such as World of Warcraft, FarCry and Angry Birds, among others.

Screenshot

Project Spotlight

ncdc

An NCurses-based Direct Connect client.

Screenshot

Project Spotlight

Meson

An experiment to determine optimal syntax and structure for a build system.