RSS 302 projects tagged "English"

Download Website Updated 16 May 2013 STMX

Screenshot
Pop 63.04
Vit 1.60

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 38.73
Vit 11.25

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 61.42
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.50
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 22 May 2012 exceptions4c

Screenshot
Pop 29.50
Vit 19.08

exceptions4c is a tiny, portable framework that brings the power of exceptions to your C applications. It provides a simple set of keywords (macros, actually) which map the semantics of exception handling you're probably already used to: try, catch, finally, throw. You can write try/catch/finally blocks just as if you were coding in Java. This way you will never have to deal again with boring error codes, or check return values every time you call a function.

Download Website Updated 04 Mar 2013 libnetfilter_acct

Screenshot
Pop 121.69
Vit 3.91

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.06
Vit 20.97

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.53
Vit 22.41

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 28 Mar 2012 jPDFImages

Screenshot
Pop 21.07
Vit 22.41

jPDFImages is a Java library to export images from PDF files and import images into PDF files. It can create images from pages in a PDF document and export them as JPEG, TIFF, or PNG images. It can return the image of any page in the document to the host Java application as a BufferedImage for further processing or to save in different formats. It can create documents or add pages to existing documents by importing TIFF, JPEG, and PNG images. After creating or modifying a document, it can save to the local filesystem or to an output stream to be able to serve the document directly to a client browser when working within a J2EE server. jPDFImages is built on top of Qoppa's proprietary PDF technology, so you do not have to install any third party software or drivers. It is also 100% Java, so it is completely platform-independent.

Screenshot

Project Spotlight

TOMUSS

An interactive Web spreadsheet allowing concurrent table editing.

Screenshot

Project Spotlight

myBill

A money flow management application.