RSS 9622 projects tagged "Software Development"

No download Website Updated 06 May 2013 unifdef

Screenshot
Pop 219.02
Vit 73.09

Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #en­dif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.

Download Website Updated 06 May 2013 GNU libmicrohttpd

Screenshot
Pop 693.12
Vit 80.35

GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.

Download No website Updated 04 May 2013 OpenTBS

Screenshot
Pop 332.67
Vit 31.34

OpenTBS is a PHP tool that helps you to make OpenOffice and MS Office documents using templates. You first design your template using OpenOffice or MS Office, and then OpenTBS merges it with data that you supply from PHP code and databases. It has facilities to manage pictures. The resulting documents are saved to file, served for download, or returned as a string. In fact, OpenTBS can merge any OpenDocument files, any OpenXML files, and any XML files compressed in a Zip archive. No extra exe file is required and it makes no temporary files, since all work is done in memory. OpenTBS is based on the TinyButStrong template engine.

Download Website Updated 03 May 2013 pyPEG

Screenshot
Pop 280.67
Vit 54.92

pyPEG is a quick and easy solution for creating a parser in Python programs. pyPEG uses a PEG language in Python data structures to parse, so it can be used dynamically to parse nearly every context free language. The output is a plain Python data structure called pyAST, or, as an alternative, XML.

Download Website Updated 03 May 2013 Wing IDE

Screenshot
Pop 645.10
Vit 173.90

Wing IDE is a development environment for Python. It provides powerful editing, code intelligence, testing, debugging, and search capabilities that reduce development and debugging time, cut down on coding errors, and make it easier to understand and navigate Python code.

Download Website Updated 03 May 2013 OpenSAF

Screenshot
Pop 260.64
Vit 31.83

The Open Service Availability Framework (OpenSAF) is designed to work in a loosely coupled computer system with fast interconnections between the nodes. An application using OpenSAF could provide “five nines” (99.999 %) availability without re-inventing availability techniques. It provides mechanisms to replicate data between nodes, so that in case of failure the services can be started on a different node with the same state. It monitors itself for hardware and software failures, can keep several service instances running (with different availability models), and can automatically restart and migrate services to satisfy the availability requirements. It is based on the standard defined at saforum.org. It includes an availability management framework, a message service, a lock service, an event service, a checkpoint service, and much more.

No download Website Updated 03 May 2013 RText

Screenshot
Pop 261.48
Vit 88.03

RText is a fully customizable programmer's text editor. Some of its features include syntax highlighting, editing multiple documents at once, printing and print preview, find/replace/find in files dialogs, undo/redo, and online help.

Download Website Updated 02 May 2013 rxtx

Screenshot
Pop 103.75
Vit 2.81

rxtx is a native library for serial and parallel communication in Java. It provides a portable implementation of Sun's JavaCOMM standard, and runs on various Unixes, Mac OS X, BeOS, Microsoft Windows and others.

No download Website Updated 01 May 2013 PMD

Screenshot
Pop 618.82
Vit 73.54

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

Download Website Updated 30 Apr 2013 Excelsior JET

Screenshot
Pop 375.82
Vit 81.42

Excelsior JET is a Java VM enhanced with an Ahead-Of-Time (AOT) compiler and deployment toolkit. It is certified Java Compatible on Windows and Linux on Intel x86 hardware. The 64-bit version is in the works. Excelsior JET Optimizer transforms your classes and JARs into high-performance binary executables. Excelsior JET Runtime includes a licensed Sun implementation of the Java API and Excelsior's proprietary JVM, which is responsible for Java memory management, threading, synchronization, security, and JIT compilation of classes that could not be precompiled. The Excelsior JET Installation Toolkit makes it possible to prepare your optimized application for deployment to end-user systems.

Screenshot

Project Spotlight

Redstart Templating

A PHP5 OO template engine which supports template inheritance.

Screenshot

Project Spotlight

Knotter

An interactive designer for Celtic knots.