20 projects tagged "Linux"
ScriptBasic is an interpreter for the old language BASIC. It runs on Win32 as well as on UNIXes as a command-line or CGI program interpreter. It includes an interpreter, a compilable, well-documented embedding and extending interface for the C programmer, and a rich set of commands and functions.
GNU/Liberty Basic Compiler Collection (GLBCC) is a suite of tools that allow Liberty Basic source code to be compiled directly to executable programs. It leverages greatly off of the GNU Compiler Collection, which allows it to run both on Windows and Linux, while also having the ability to generate both Linux and Windows executables on Linux via the Mingw cross compiler. The suite also includes a frontend program that has both a GUI and CLI to provide a simple environment to compile Liberty Basic code.
YaBasic Libraries contain routines for creating temporary files, reading values from the MS-Windows registry, retrieving proxy settings from a file or the registry, creating regular expressions for the PHP function preg_replace, conversions from/to octal numbers, recalculating colors from one colorspace to another, gamma correction (including gamma correcting of HTML pages), reading binary files, generating random numbers from the /dev/random device, string replacement, creating SQL commands (inserting binary files into a database), solving linear equations, and encryption with TEA (Tiny Encryption Algorithm).
Quarters is a strategy game for two players. Although its rules are relatively simple, it still offers some of the same opportunities for skill as in chess. This program was originally conceived in the summer of 1986 during a study of the mini-max algorithm for chess playing computers, and was thus designed to offer some of the same type of strategies. The game was originally written in BASIC, then ported to Turbo Pascal, then to C, and finally to Java. The Java version is not necessarily object oriented, since it is a crude port from the C version.