RSS 12 projects tagged "C"

Download No website Updated 22 May 2012 living realms

Screenshot
Pop 25.81
Vit 1.00

living realms is an OpenGL evolution simulator experiment. It makes for a good system stability tester as it is highly CPU intensive.

No download No website Updated 22 May 2012 lsbench2

Screenshot
Pop 30.30
Vit 1.00

lsbench2 is a command line benchmark tool containing synthetic mem/CPU, pattern search, and simulation tests.

No download Website Updated 01 Mar 2012 Safelock

Screenshot
Pop 34.16
Vit 1.00

Safelock is a file-based locking primitive that provides mutual exclusion between unrelated processes and threads. It offers advantages over POSIX and BSD file locks such as: compatibility with multi-threaded applications, support for lock attempt timeouts, detection of crashed lock holders, and detailed lock status (PID, lock age, custom data).

No download No website Updated 31 Oct 2011 ODES

Screenshot
Pop 15.07
Vit 23.79

ODES is a pthreads parallelized exact algorithm to enumerate all maximal sub-graphs of a graph that exceed a specified cutoff density of at least 1/2, even if they overlap.

Download Website Updated 22 Nov 2011 ipclassify

Screenshot
Pop 43.59
Vit 1.64

ipclassify is a Linux user space application that blocks/marks connections from/to hosts based on lists specified in a configuration file. Currently, the block lists are in the format and obtained from iblocklist.com. If you are familiar with moblock then you know, essentially, what ipclassify is. The difference is that ipclassify can have multiple NFQUEUEs and is threaded (pthreads).

Download Website Updated 14 May 2013 Concurrency Kit

Screenshot
Pop 426.58
Vit 31.70

Concurrency Kit provides a plethora of concurrency primitives and lock-less and lock-free data structures designed to aid in the design and implementation of high performance scalable concurrent systems. It was designed to minimize dependencies on operating system-specific interfaces, and most of the interface relies only on a strict subset of the standard library and more popular compiler extensions.

Download No website Updated 28 Jun 2012 Rodent filemanager

Screenshot
Pop 66.83
Vit 3.38

Rodent filemanager is a fast, small, and powerful file manager. Its emphasis is on ease of use for the advanced user, not the computer illiterate. Rodent filemanager (a.k.a. xffm >= 4.6.0) is the next step in the evolution of Xffm, now with a threaded design optimized for multicore processors.

Download No website Updated 13 May 2011 libjc

Screenshot
Pop 97.24
Vit 4.93

libjc is a framework for event-driven development in C. Programs that use it can perform an arbitrary number of operations simultaneously and in the background, and later wait for some or all of them to complete. The source package includes the core library along with a few objects, each of which is able to perform a set of related operations. This framework consumes significantly less memory than standard libraries, and it scales well to multiprocessor systems.

Download Website Updated 26 Apr 2013 tvpvrd

Screenshot
Pop 333.73
Vit 58.23

tvpvrd is a PVR daemon for Linux that offers the ability to schedule and manage TV recordings using one or multiple installed analogue TV capture cards, e.g. Hauppauge. The daemon is interfaced either through its full command language via a provided command line shell or through a basic (built-in) Web interface provided by the built in micro Web server. The goal is to provide an advanced recording and transcoding (using ffmpeg) server without the need to configure databases or a complex GUI. The server is completely self-contained and uses an XML DB in plain text format to store future recordings.

No download Website Updated 08 Nov 2009 bviplus

Screenshot
Pop 33.50
Vit 35.91

Bviplus is a console ncurses based binary file editor (hex editor) with Vim-like keys and features. It can quickly open/edit/save very large files (> 2GiB). It can perform regexp-like pattern searches in hex or ASCII windows. It features search highlighting, multiple undo/redo, a tabbed multiple file interface, visual selection, cut and paste (which works between files as well), blob coloring, and more. It can run external programs on selected data, supporting any program that reads stdin and writes stdout. It has few dependencies for easy portability.

Screenshot

Project Spotlight

Oddjob

A Java job scheduler.

Screenshot

Project Spotlight

libnode

A native implementation of Node.js.