RSS 271 projects tagged "English"

Download Website Updated 16 May 2013 STMX

Screenshot
Pop 59.14
Vit 1.63

STMX is a high-performance Common Lisp library for composable Software Transactional Memory (STM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it is committed. If it signals an error, it is rolled back. Transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until committed. This gives freedom from deadlocks, automatic rollback on failure, and aims to resolve the tension between granularity and concurrency.

Download No website Updated 28 Jan 2013 LifeV

Screenshot
Pop 39.06
Vit 11.16

LifeV is a finite element (FE) library providing implementations of state of the art mathematical and numerical methods. It serves both as a research and production library. It has already been used in medical and industrial contexts to simulate fluid structure interaction and mass transport. LifeV is the joint collaboration between four institutions: École Polytechnique Fédérale de Lausanne (CMCS) in Switzerland, Politecnico di Milano (MOX) in Italy, INRIA (REO, ESTIME) in France, and Emory University (Sc. Comp) in the U.S.A.

Download Website Updated 08 Oct 2012 libnetfilter_cthelper

Screenshot
Pop 62.05
Vit 1.21

libnetfilter_cthelper is a library which allows user-space programs to interface the kernel connection tracking helpers of the Netfilter subsystem in the Linux kernel.

Download Website Updated 25 Jun 2012 libnetfilter_cttimeout

Screenshot
Pop 40.74
Vit 1.00

libnetfilter_cttimeout is an interface to Netfilter Connection Tracking timeouts. It provides a userspace library which provides a programming interface to the fine-grained connection tracking timeout infrastructure. With this library, you can create, update, and delete timeout policies which can be attached to traffic flows.

Download Website Updated 04 Mar 2013 libnetfilter_acct

Screenshot
Pop 121.46
Vit 3.95

libnetfilter_acct is a library that provides the programming interface to the Netfilter Extended Accounting subsystem in the Linux kernel.

Download Website Updated 08 Mar 2012 tkhelp

Screenshot
Pop 25.14
Vit 20.92

tkhelp is a tkinter assistance module. It includes utility functions for finding and inspecting widgets, viewing the widget hierarchy, and working around the .bind and .unbind bug, and otherwise makes programming with tkinter much more fun.

Download Website Updated 13 Feb 2012 Erasm++

Screenshot
Pop 43.01
Vit 2.06

Erasm++, the Embedded Runtime Assembler in C++, is an Embedded Domain Specific Language (EDSL) in C++ for runtime code generation on Intel 64/IA-32 architectures. It supports complete compile-time syntax checking, and its code generators run very quickly because necessary data are computed statically. Also included are GenericDsm, a fast and generic instruction decoder library which supports "pattern matching" against the decoded instructions, and MetaPrelude, a Haskell-like lazy metaprogramming library that helps implementing EDSLs in C++.

Download Website Updated 28 Mar 2012 jPDFSecure

Screenshot
Pop 25.50
Vit 22.37

jPDFSecure is a Java library which can digitally sign PDF documents and change security settings on PDF Documents. With jPDFSecure, your application or Java applet can encrypt PDF documents, set permissions and passwords, and create and apply digital signatures. jPDFSecure is optimized for performance and is built on top of Qoppa's proprietary PDF technology, so there is no need for any third party software or drivers. jPDFSecure has a simple interface to load PDF documents from files, network drives, URLs, and even input streams, which can be generated at runtime or come directly from a database. After changing security settings, jPDFSecure can save the document to a file, a java.io.OutputStream, or a javax.servlet.ServletOutputStream when running in a J2EE application server to output the file directly to a browser. jPDFSecure is platform-independent and can be used in any environment which supports Java.

Download Website Updated 26 May 2012 libmnl

Screenshot
Pop 39.15
Vit 1.67

libmnl is a minimalistic user-space library for Netlink developers. There are a lot of common tasks involved in parsing, validating, and constructing both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allow you to re-use code and avoid re-inventing the wheel.

Download Website Updated 28 Mar 2012 jPDFFields

Screenshot
Pop 19.44
Vit 22.37

jPDFFields is a Java library for working with interactive PDF forms in both AcroForm and XFA formats. It allows your application to get and set field values, and can import and export to the FDF, XFDF, and XDP formats. It can also "flatten" fields in a document. (Flattening is the process of merging the fields into the PDF content layer so the information is retained, but as static PDF content.) jPDFFields is built on top of Qoppa's proprietary PDF technology, so it is 100% Java and does not require any third party software or drivers.

Screenshot

Project Spotlight

PacketFence ZEN

A network access control system.

Screenshot

Project Spotlight

Adagios

A Web-based Nagios configuration interface.