22 projects tagged "OS Independent"
Ficl (Forth inspired command language) is an ANS Forth interpreter written in C. Unlike traditional Forths, this interpreter is designed to be embedded into other systems as a command/macro/development prototype language. Ficl provides object extensions that can be used to wrap methods and structures of the host system without altering them.
Mod_auth_kerb is an Apache module designed to provide Kerberos user authentication to the Apache web server. Using the Basic Auth mechanism, it retrieves a username/password pair from the browser and checks them against a Kerberos server as set up by your particular organization. It also supports mutual ticket authentication, although most browsers do not support that natively.
polcnv is designed to convert files between different encoding methods used for Polish texts. It can be also used to covert plain text documents in any language using supported character encoding methods. The program uses ISO-10646 UCS-4 (equivalent to Unicode UTF-32) as internal representation.
elastiC is a portable, high-level, object-oriented, interpreted language with a C-like syntax. It features dynamic typing, very fast Garbage Collection, lexically scoped closures, namespaces, and a rich set of fundamental types. It is extensible through an easy and robust API. Its very light footprint also makes it ideal in embedded systems.