RSS 19 projects tagged "Programming"

Download Website Updated 11 Jun 2009 The Amazing Awk Assembler

Screenshot
Pop 43.36
Vit 42.32

The Amazing Awk Assembler (aaa) is a primitive assembler written entirely in awk and sed. It is quite slow, the input syntax is eccentric and rather restricted, and error checking is virtually nonexistent, but it does work. Furthermore it's very easy to adapt to a new machine, provided the machine falls into the generic "8-bit-micro" category.

Download Website Updated 06 Sep 2012 libfiu

Screenshot
Pop 82.85
Vit 6.40

libfiu is a C library for fault injection. It provides functions to mark "points of failure" inside your code (the "core API"), and functions to enable/disable the failure of those points (the "control API"). The core API is used inside the code on which you want to perform failure injection. The control API is used inside the testing code in order to control the injection of failures.

No download Website Updated 07 Jun 2009 scspell

Screenshot
Pop 38.92
Vit 1.00

scspell is an interactive spell checker for source code. When applied to code written in most popular programming languages while using typical naming conventions, scspell will usually catch many errors without an annoying false positive rate.

Download Website Updated 20 Jul 2009 openocd

Screenshot
Pop 53.24
Vit 37.47

The Open On-Chip Debugger (OpenOCD) package provides programming and debugging of embedded systems, with support for numerous JTAG interfaces, target chips and boards, and types of flash.

No download No website Updated 21 Nov 2009 eLua

Screenshot
Pop 40.88
Vit 35.95

eLua (Embedded Lua) aims to introduce the programming language Lua to the embedded software development world. Lua is the perfect example of a minimal yet fully functional language. The aim of the project is to have a fully functional Lua development environment on a microcontroller (Lua interpreter, modules appropriate for microcontroller environments, and editor) without the need to install a specific toolchain on the PC side.

Download Website Updated 09 Dec 2012 FastFlow

Screenshot
Pop 121.19
Vit 6.22

FastFlow is a pattern-based programming framework targeting streaming applications. It implements pipeline, farm, divide and conquer, and their composition, as well as generic streaming networks. It is specifically designed to support the development and the seamless porting of existing applications on multi-core. The layered template-based C++ design ensures flexibility and extendibility. Its lock-free/fence-free run-time support minimizes cache invalidation traffic and enforces the development of high-performance (high-throughput, low-latency) scalable applications. It has been proven faster than TBB, OpenMP, and Cilk on several micro-benchmarcks and real-world applications, especially when dealing with fine-grained parallelism and high-throughput applications.

No download No website Updated 01 Apr 2010 JaQLib

Screenshot
Pop 17.61
Vit 33.89

JaqLib is a compact Java library that supports programmers in querying all sorts of collections and databases in a compact and intuitive manner. For example: List<MyItem> result = Jaqlib.List.selectFrom(myCollection).where(myCondition).asList().

Download No website Updated 19 Apr 2010 LogicBoxes API Kit

Screenshot
Pop 21.63
Vit 33.62

The LogicBoxes API is a full-control set of programming interfaces that allow you and your resellers to develop your own Website and control panels and integrate them into LogicBoxes OrderBox. Every function of LogicBoxes OrderBox is exposed via the OrderBox API. You can duplicate any or all of the functionality at your end by integrating into the API. The API comes with a specification, client side kits, sample forms, sample code, and complete documentation. Integrating with the API is a breeze. The API is based on SOAP/WSDL. Client side kits are available in PHP, Perl, ASP.NET, and Java. Additionally, since the protocol is standards-based, the API is truly platform independent. Monitoring systems prevent API abuse and any denial of service attacks on the API servers. The API is scalable and secure.

Download Website Updated 07 Apr 2011 JHeatChart

Screenshot
Pop 75.42
Vit 1.94

JHeatChart is a one class Java API for generating heat map charts that was created because very few charting APIs seem to contain the facility to create heat maps. It is not a full featured charting API and cannot be used to other charts. The generated charts are created as Java Image objects, which can be incorporated into a GUI or saved to a file.

No download No website Updated 20 May 2010 frey

Screenshot
Pop 14.93
Vit 33.16

Frey is a high-level library intended to write end-user applications, such as embedded applications, drivers, etc. It's written in ANSI C++, and comes with almost no dependencies whatsoever.

Screenshot

Project Spotlight

BalanceNG

A modern software IP load balancer.

Screenshot

Project Spotlight

Redstart Templating

A PHP5 OO template engine which supports template inheritance.