15 projects tagged "OS Independent"
L2J is an alternate game server for Lineage2. The L2 protocol is reimplemented in the server, so you can play with this server without any modifications to the client (except changing the server IP address). The latest USA live client version is always supported, so don't expect this server to work with the PTS/Korean client.
Frankenwall is a bash shell script intended to create a highly secure IPTables based Linux firewall/router with QOS/traffic shaping/bandwidth management. Be certain you know exactly what your network needs before using it. The primary focus of this project is security through an intimate understanding of your networking requirements. All configuration is done by editing text files.
Boule is a user chat Web application. It is based on a modular design to be easily pluggable to other systems. It provides real time interaction by using a Java applet that produces data that feeds the response from an HTTP request running in the background of a separate window. The response is then placed into the Web page through JavaScript.
RefSense is a set of command line tools for accessing PubMed. They allow you to search PubMed from a terminal (such as xterm), retrieve Web pages or PDFs, find related articles, convert to BibTeX, and much more by only using a keyboard. It also provides convenient word completion on titles, author names, etc.
Oracle online (hot) backup script is a multi-platform, storage independent, safe, and flexible online physical backup script for Oracle databases (of any version). It features database checks before backup; dynamic backup of instance datafiles, archives, and configuration files; extensive error detection over all steps involved in the process; a clean and easy-to-read log with timestamps for each step; detailed error messages for troubleshooting; and more.
Vee is a command-line blog tool that is very portable across Unix systems. It provides an interactive as well as a batch interface to maintain a log of entries. Formatting is done using a module architecture that allows a high degree of customization. There are minimal flags and no set up is required.
Boolean Expression Solver is a commandline utility that generates a truth table for a given Boolean expression. It is written in Java, so it will run on any platform that has the Java runtime environment installed, but the makefile and shell-script included for convenience generally require *nix.
envbot is an advanced modular IRC bot coded in bash. Features include SSL, IPv6, modularity (with several good modules already), transport modules (including OpenSSL, GnuTLS, netcat, etc.), loading/unloading/reloading of modules at runtime, rehashing configuration at runtime, advanced access control, and much more.
Shell Flags (shFlags) is a library written to greatly simplify the handling of command-line flags in Bourne based Unix shell scripts (such as those run with bash, dash, ksh, sh, and zsh). Most shell scripts use getopt for flag processing, but the different versions of getopt on various OSes make writing portable shell scripts difficult. shflags instead provides an API that doesn't change across shell and OS versions, so the script writer can be confident that the script will work.