RSS 17 projects tagged "Linux"

Download Website Updated 06 Dec 2009 CreEPS

Screenshot
Pop 91.10
Vit 3.90

CreEPS is a collection of C++ classes that provide an easy-to-use interface for generating vector plots from within code. The drawings are stored as Encapsulated Postscript (EPS) files. It features all basic drawing elements, user-configurable fill types, and printf-style text output. Extensive documentation with many examples is included.

Download No website Updated 19 Dec 2011 Thread Safe Template Library

Screenshot
Pop 281.52
Vit 10.48

Thread Safe Template Library (TSTL) is a C++ library that provides thread-safe containers with high grade of locking. It includes classes for multimaps based on a B-tree and a hash table. It also includes classes for a queue, a priority queue, a pipe, an alloccache, a timercache, a limitcache without global locking, and a fast shared mutual exclusion locker (also known as "rwlock" or "wmrg"). It's useful for writing multi-threaded applications, network services, and operating system components with high requirements for interactivity level.

Download No website Updated 11 Apr 2009 PEGTL

Screenshot
Pop 24.84
Vit 38.72

The Parsing Expression Grammar Template Library (PEGTL) is a C++0x library for creating parsers according to a Parsing Expression Grammar (PEG). Grammars are embedded as regular C++ code, created with template programming (not template meta programming). These hierarchies naturally correspond to the inductive definition of PEGs. The library extends on the subject of PEGs with new expression types, actions that can be attached to grammar rules, and mechanisms to ensure helpful diagnostics in case of parsing errors. PEGs are superficially similar to Context-Free Grammars (CFGs).

Download Website Updated 17 Apr 2009 hMUD

Screenshot
Pop 31.65
Vit 38.62

hMUD is a classic Telnet MUD client that runs in major Web browsers (IE, Firefox, and Chrome). Internally it's a Flash client, but you do not interact directly with Flash; it just does a bridge between the HTML and the MUD server. For the user, it's just an HTML page using Javascript (like most Web sites). So it is largely accessible by modern computers. It works on any Telnet MUD, and it parses ANSI colors, transforming the output to HTML. It has basic features like command history, logging output in HTML (so that you can save a log with the same output currently in your screen), and other conveniences.

No download Website Updated 13 May 2009 siwapp

Screenshot
Pop 38.81
Vit 38.29

siwapp is a Web application meant to help manage and create invoices in a simple, straightforward way. It can manage invoices with different serial numbers (as rectification invoices), provide printable PDF versions of the invoices with a professional look & feel, save drafts of your invoices and continue editing them later, and automatically generate invoices on a periodic basis.

Download Website Updated 22 Nov 2009 delegate.c

Screenshot
Pop 25.14
Vit 35.69

delegate.c implements an abstract function pointer by capturing a user-specified callback signature -- delegate() -- and exposing it through a simple interface -- invoke(). It provides something loosely approximating lambda expressions; or even more analogous, C# delegates. It includes a wrapper to support libevent callbacks to functions not matching the required libevent callback signature.

No download No website Updated 02 Jan 2010 Nagios 4 iPhone

Screenshot
Pop 38.73
Vit 35.12

Nagios 4 iPhone is a Nagios interface for the iPhone. It does not require any modifications on your Nagios servers. The server part of this software collects statistics on several Nagios servers, serves a few static files, and generates a JSON response. The client part handles the display of the data on the iPhone.

No download Website Updated 01 Jul 2010 MoCo

Screenshot
Pop 49.50
Vit 1.00

MoCo is a system that monitors and controls SCADA points, such as temperature, HVAC, power, lighting, sprinkler systems, and more. It has industrial capabilities, but is scalable from very small home systems to enterprise, world-wide ones. It works with inexpensive I/O bridges (including X10, Insteon, and 1-wire) from a number of manufacturers. It has sophisticated history logging and diverse control capabilities, as well as a 117-page implementation manual.

Download Website Updated 31 Dec 2011 nyu

Screenshot
Pop 65.52
Vit 2.46

nyu is a combination of modern academic approaches to parsing formal grammars from PEGs and expression grammars that represents the new state of the art in parser generators. nyu grammars are written in a powerful language based on PEGs (parsing expression grammars) but with modifications to allow both the AST and the parser to be specified intuitively in a single grammar. nyu outputs parsers that take advantage of the chilon::parser meta-programming library for C++. The generated parsers are almost as concise and readable as the input grammars, yet perform as well as hand-written C code. nyu ASTs are built using tuples, variant types, and lists, and allow self referential parsers and AST nodes to be manipulated. Advanced features such as hashed containers and grammar inheritance are also possible and well tested. nyu is currently powerful enough to deal with complex grammars and bootstraps its own parser.

No download Website Updated 10 Dec 2010 FindTBB

Screenshot
Pop 25.96
Vit 29.86

FindTBB is a CMake module to automatically find Intel's Threading Building Blocks (TBB) library. It defines CMake variables for all include directories and library files.

Screenshot

Project Spotlight

]project-open[

A Web-based enterprise project server with a focus on finance and collaboration.

Screenshot

Project Spotlight

malloc_count

Tools for runtime memory usage analysis and profiling.