RSS 566 projects tagged "Software Development"

Download Website Updated 11 Feb 2013 ANTLR

Screenshot
Pop 310.74
Vit 6.85

ANTLR (ANother Tool for Language Recognition) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++, Java, or Sather actions. It is similar to the popular compiler generator YACC, however ANTLR is much more powerful and easy to use. ANTLR-produced parsers are not only highly efficient, but are both human-readable and human-debuggable (especially with the interactive ParseView debugging tool). ANTLR can generate parsers, lexers, and tree-parsers in either C++, Java, or Sather. ANTLR is currently written in Java.

Download Website Updated 08 Aug 2012 BRL-CAD

Screenshot
Pop 523.28
Vit 23.32

BRL-CAD is a powerful constructive solid geometry solid modeling system that includes an interactive geometry editor, ray-tracing support for rendering and geometric analysis, path-tracing for realistic image synthesis, network distributed framebuffer support, and image and signal-processing tools.

Download No website Updated 11 Aug 2010 Crypto++

Screenshot
Pop 201.57
Vit 3.98

Crypto++ is a C++ cryptographic class library which includes block and stream ciphers, hash functions, MACs, random number generators, public key cryptography (including elliptic curves), compression, and an easy-to-use filter interface.

Download Website Updated 05 Aug 2012 Fast Lexical Analyzer Generator

Screenshot
Pop 624.48
Vit 9.78

Flex is a tool for generating programs that recognize lexical patterns in text. There are many applications for Flex, including writing compilers in conjunction with GNU Bison. Flex is a free implementation of the well known Lex program. It features a Lex compatibility mode, and also provides several new features such as exclusive start conditions.

Download Website Updated 29 Dec 2003 Format

Screenshot
Pop 145.99
Vit 3.44

Format is a C++ format string library that supports printf-compatible format strings by preserving the typesafety of C++.

No download Website Updated 10 Jan 2013 HTML Forms generation and validation

Screenshot
Pop 604.14
Vit 57.46

HTML Forms generation and validation is a PHP class that generates HTML forms supporting many built-in validation types on server and client sides. It prevents security attacks by discarding spoofed values, has multiple submit protection, outputs HTML for fields displayed as fully accessible or in read-only mode, and has field value filtering and reformatting. It can be extended with custom control plug-ins. AJAX based form submission, upload monitor progress bar, auto-complete text input, automatic layout renderer, calendar date, CAPTCHA, Google Maps world location selection, linked select, and animation effects plug-ins are available.

Download Website Updated 23 Feb 2012 JZlib

Screenshot
Pop 124.42
Vit 13.81

JZlib is a re-implementation of zlib in pure Java. The first and final aim for hacking this was to add packet compression support to pure Java SSH systems.

Download Website Updated 10 Mar 2004 LeoArg

Screenshot
Pop 25.14
Vit 2.33

LeoArg is a simple C++ command line parser library.

Download Website Updated 18 Apr 2009 libevent

Screenshot
Pop 240.95
Vit 10.20

The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It is meant to replace the asynchronous event loop found in event-driven network servers.

Download Website Updated 01 Oct 2009 MersenneTwister

Screenshot
Pop 46.51
Vit 5.64

MersenneTwister is a C++ class for generating 32-bit random numbers as integers or floating-point. Seeds can be obtained automatically from /dev/urandom or system time, and the generator state may be saved and restored. It includes an example program and performance tests.

Screenshot

Project Spotlight

RemoteViewing

An embeddable .NET-native VNC client and server library.

Screenshot

Project Spotlight

The Aime Interpreter

An application extension programming language interpreter.