1632 projects tagged "Linux"
qore-openldap-module is an OpenLDAP module for the Qore Programming Language. It provides an easy-to-use API that supports searching, comparing, renaming, adding, modifying, and deleting elements and attributes and changing the LDAP password. Example programs are included as well as documentation.
Derrick is a simple tool for recording data streams of TCP and UDP traffic. It shares similarities with other network recorders, such as tcpflow and wireshark, though it is more advanced than the first and clearly inferior to the latter. It has been specifically designed to monitor application-layer communication. In contrast to other tools, the application data is logged in a line-based ASCII format. Common Unix tools, such as grep, sed, and awk, can be directly applied. Even replay of recorded communication is straightforward using netcat. Derrick supports on-the-fly compression and rotation of log files.
LIME is a dynamic programming language with a LISP-like syntax. It features partial function application, eager and lazy evaluation, call-by-value and call-by-reference, macros, reading/writing LIME code as data, a standard library including infinite streams, and an interactive mode with auto-indentation.
libstream is a fast I/O stream library written in C. It supports common stringstream operations such as read(), write(), and peak(). Instead of using one large buffer, libstream splits its internal buffer into a linked list of fixed-size chunks, thus featuring a more efficient memory footprint. There are no external dependencies.
Speedpad is a small and portable ncurses-powered tool to test, train, and increase typing speed on arbitrary text input. It is designed for intermediate-to-advanced level typists and assumes that you have already learned how to touch type. It does not use lessons, single words, or other synthetic stuff. It supports tab expansion, auto indentation, and syntax to train on code. It features a reference speed robot and supports CPS, CPM, WPM, PPM, and CPH/KPH metrics. It shows detailed statistics about speed and helps find and eliminate frequent typos. Stats are dumped to standard output in a machine-readable format after completion, and can be piped into gnuplot.
Fossil is a distributed software configuration management/version control system built with reliability and ease of use on mind. It comes with integrated bug tracking and a wiki. It is distributed as a single static binary for easy installation and the ability to run in a chrooted environment. Other highlights include a Web interface, autosync, simple networking, and CGI support.