Extended C Library
Why Is libxc needed? There doesn't exist a library for ANSI C99 for common data containers, such as vectors, trees, etc. There also also doesn't exist a library for common functionality, such as error reporting/logging, string functions, configuration management (reading config files), etc... The programmer working in C doesn't have anything analogous to the Boost C++ library. The extended C library is intended to make some headway into providing this functionality. To ensure unrestricted usage the libxc project is provided under the very permissive BSD license. If you need a different license then please send me a request (lelanthran at gmail) and I'll do my best to satisfy your request. What's completed? As of writing, the following libraries have been written and tested: 1. Memory accounting/tracking 2. String operations 3. Vectors 4. Trees 5. Dictionary arrays 6. Configuration management See the wiki page for more information
CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible. Interpreter, compiler, debugger, CLOS, MOP, FFI, Unicode, sockets, CLX. UI in English, German, French, Spanish, Dutch, Russian, and Danish.
Pioneers - The Settlers of Catan
Pioneers is an emulation of the board game The Settlers of Catan, which can be played over the internet.
Read, write and edit metadata
Perl library and command-line application for reading, writing and editing meta information (EXIF, IPTC, XMP, and more) in a wide variety of file formats (JPEG, TIFF, PNG, PDF, RAW, and more).
A Tool Box with tools written or managed by Jörg Schilling
The "Schily" Tool Box is a set of tools written or managed by Jörg Schilling. It includes programs like: cdrecord, cdda2wav, readcd, mkisofs, smake, bsh, btcflash, calc, calltree, change, compare, count, devdump, hdump, isodebug, isodump, isoinfo, isovfy, label, mt, od, p, POSIX patch, sccs, scgcheck, scpio, sdd, sfind, sformat, smake, Bourne sh, star, star_sym, suntar, gnutar, tartest, termcap, and ved.
For full, incremental, compressed and encrypted backups or archives
DAR is a command-line backup and archiving tool that uses selective compression (not compressing already compressed files), strong encryption, may split an archive in different files of given size and provides on-fly hashing. DAR knows how to perform full, differential, incremental and decremental backups. It provides testing, diffing, merging, listing and of course data extracting from existing archives. Archive internal's catalog, allows very quick restoration of a even a single file from a very large, eventually sliced, compressed and encrypted archive. Dar saves *all* UNIX inode types, takes care of hard links, sparse files as well as Extended Attributes (MacOS X file forks, Linux ACL, SELinux tags, user attributes), it has support for ssh and is suitable for tapes and disks (floppy, CD, DVD, hard disks, ...) more details at: http://dar.linux.free.fr/doc/Features.html
Wcd is another Norton Change Directory (NCD) clone. Wcd is a command-line program to change directory fast. It includes a full screen interactive directory tree browser with speed search and a fast way to choose between multiple matches.
A MUD client for Windows, Linux, Android, and Mac OS X.
TinTin++ is a console mud client for any type of text mud or bbs. The mud client's main assets are an easy to learn scripting language, triggers that can contain perl compatible regular expressions, a powerful automapper, and a split screen interface to separate mud output from client input. Installation instructions for several operating systems are available on the website.
Cscope is a text screen based source browser
ZX Second-Emulator And Released for UniX
ZEsarUX - ZX Second-Emulator And Released for UniX WARNING: This is an OLD repository. It has been moved to: https://github.com/chernandezba/zesarux It's a ZX Machines Emulator for Unix, including all the Sinclair computers: -MK14 -ZX80 -ZX81 -ZX Spectrum -QL -Z88 And also: -Timex TS 2068 -Sam Coupe -Pentagon -Chloe 140 SE, 280 SE -Chrome -Prism -ZX-Uno -ZX-Evolution TS-Conf -TBBlue/ZX Spectrum Next -Jupiter Ace -Amstrad CPC 464 ZEsarUX source code and binaries are distributed under GNU GPL license. ZEsarUX also includes third-party roms, media, programs and games NOT covered by this license This is my second ZX Spectrum emulator after ZXSpectr http://sourceforge.net/projects/zxspectr/ Available versions for download here: -Source code -Binary compiled versions: --Linux 32/64 Bits --Mac OS X --Windows --Raspberry pi (raspbian) Other by 3rd party: -Arch Linux: -Retropie/EmulationStation -Open Pandora -PocketCHIP -MorhpOS
a CLI generator and and SW library
CLIck allows you to create flat or hierarchical CLI (command line interfaces) in an extremely easy and quick way, supporting very popular features like history with command recalling, context-based auto-completion, tab-based command list, automatic command-line help, special characters, automatic structure builder, and much more. CLIck is written in ANSI C and tested on C and C++ applications on several architectures. It doesn't depend on any external library and uses only a very small subset of POSIX APIs. Despite the project name, you won't need your mouse at all!
This project provides binary packages for the Ada front end of GNU compiler collection. The project also provides various Ada libraries like the Ada Web Server and Ada aware Integrated Development Environments (gps and vim).
the intelligent predictive text entry platform
Presage (formerly Soothsayer) is an intelligent predictive text entry system. Presage generates predictions by modelling natural language as a combination of redundant information sources. Presage computes probabilities for words which are most likely to be entered next by merging predictions generated by the different predictive algorithms. Presage's modular and extensible architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic predictive algorithms. Presage's predictive capabilities are implemented by predictive plugins. Predictive plugins use services provided by the platform to implement multiple prediction techniques.
This is the fast and Free (LGPL license) real time MPEG Audio Layer 1, 2 and 3 decoding library and console player. It uses floating point or integer math, along with several special optimizations (3DNow, SSE, ARM, ...) to make it most efficient.
Postprocessor for ELF files allowing custom relocation types.
This tool consists of a file format specification and a post-processor for ELF binary files allowing the use of custom relocation types in object files. This allows using "standard" object file formats (e.g. elf_i386) to be used for special CPUs or special use cases (e.g. non-CPU).
Chat bot and free roaming AI in batch
Included in this project is a simple chat bot, a battle AI, and a swarm based free roaming AI.
The Cogitant library is a set of C++ classes enabling to easily build applications based on the Conceptual Graph model.
C++ library for OpenCL, parsers etc.
This project contains various C++ classes I wrote. Actually it starts with OpenCL support classes, later on I will add parser, storage i/o and network classes. The focus lies on clean interfaces and good documentation and the deliberate use of C++11.
Duply is a shell front end for the duplicity backup tool http://duplicity.nongnu.org/. It simplifies the usage by implementing backup job profiles, batch commands and more. Secure backup to non-trusted file spaces made easy.
A whole-program optimizing compiler for Standard ML
MLton is a whole-program optimizing compiler for Standard ML. MLton generates small executables with excellent runtime performance, utilizing untagged and unboxed native integers, reals, and words, unboxed native arrays, fast arbitrary-precision arithmetic based on GnuMP, and multiple code generation and garbage collection strategies. In addition, MLton provides a feature rich Standard ML programming environment, with full support for SML97 as given in The Definition of Standard ML (Revised), a number of useful language extensions, a complete implementation of the Standard ML Basis Library, various useful libraries, a simple and fast C foreign function interface, the ML Basis system for programming with source libraries, and tools such as a lexer generator, a parser generator, and a profiler.
RSS Newsreader written in PHP
A lightweight CLI, RSS-XML newsreader written for my personal use, whose output is a lightweight html aggregation of a few thousand news stories. For the most part, it makes no assumptions about what's in the news and this is deliberate. It is my attempt to keep abreast of the world.
Conquest is a Unix/C port of a real-time, multi-player space warfare game that was originally written in RATFOR for the VAX/VMS platform by Jef Poskanzer and Craig Leres. Conquest development is now being done on GitHub at https://github.com/jtrulson/conquest/ No further commits will be made to the sourceforge repo.
Pipe Viewer for cygwin
Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. Additional support is available for multiple instances working in tandem, to given a visual indicator of relative throughput in a complex pipeline The README explains how to compile and install pv for cygwin. Know issues: pv can't lock mintty terminal. However it works when running pv from cmd.exe
Probabilistic Risk Assessment Tool
SCRAM is a free and open source probabilistic risk analysis tool. The tool is under development to include fault tree, event tree, common cause, and other standard analyses.
A framework for modular scripting
Shell Script Loader is a framework for shell scripts that provides functions that can be used to load, include or call module shell scripts. It supports most shells including Bash, Zsh, Ksh, and other shells based on sh. A compiler can also be used. Please check the website for detailed info.