didiwiki

simple wiki implementation with built-in webserver

CiWiki is aimed at those who need a quick and lightweight wiki for personal use, such as notes, "to do" lists, etc. It is written in C, and has very low system requirements (binary size of ~25k stripped). This makes it particularly useful for handhelds. CiWiki does not require installation of a separate webserver, scripting language, or database.

libbloom2

simple and small bloom filter implementation in C

It implements bloom filters: http://en.wikipedia.org/wiki/Bloom_filter

libstd-rust-1.80

Rust standard libraries

Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency.

ruby-sidekiq

Simple, efficient background processing for Ruby

Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple.

ser2net

Serial port to network proxy

This daemon allows telnet and tcp sessions to be established with a host's serial ports. Combined with a terminal emulator, this can be a very simple means to configure network devices or other equipment with a serial port. This is remarkably similar to the reverse telnet feature of some Cisco routers.

libcommons-lang3-java

Apache Commons Lang utility classes

Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.