RSS 26 projects tagged "BSD Revised"

Download Website Updated 14 May 2013 Concurrency Kit

Screenshot
Pop 423.70
Vit 28.07

Concurrency Kit provides a plethora of concurrency primitives and lock-less and lock-free data structures designed to aid in the design and implementation of high performance scalable concurrent systems. It was designed to minimize dependencies on operating system-specific interfaces, and most of the interface relies only on a strict subset of the standard library and more popular compiler extensions.

No download No website Updated 02 May 2013 Objeck Programming Language

Screenshot
Pop 278.77
Vit 49.60

The Objeck computer language is an object-oriented computing language with functional features that has ties with Java, C#, and Pascal. In this language, all data types are treated as objects. The language consists of a compiler and VM with an accompanying memory management and JIT compiler.

Download Website Updated 03 Jul 2009 libposix

Screenshot
Pop 35.54
Vit 38.06

libposix is an impementation of the core functionality of all Unix systems. It is a full, cross-platform implementation of the POSIX 2008 standard. It is meant to replace existing implementations of a Unix system's core libraries. It is an exact implementation of POSIX 2008 and nothing else (no extensions, no previous POSIX versions). However, it works well with possible extensions to the core system functionallity (for example, GNU or BSD).

Download Website Updated 12 Mar 2010 FECpp

Screenshot
Pop 53.94
Vit 1.65

FECpp is a C++ library implementing a fast forward error correction code, sometimes also called an erasure code. These codes are used to split input data into a set of n shares, with the property that if any subset of at least k shares survives, the original data can be recovered by the decoder. The number of share losses the code will tolerate can be parameterized during encoding, allowing the code to be adapted to to a variety of loss scenarios. FECpp is bit-for-bit compatible with several other FEC libraries.

Download Website Updated 28 Feb 2009 TomOS

Screenshot
Pop 30.50
Vit 1.76

TomOS is a simple 16-bit operating system for x86. It is based on MikeOS version 2.0.0. It is entirely written in assembly language. TomOS is an educational project. It features mouse support, 8KB RAM available for applications, FAT 12 support, and approximately 70 system calls.

Download Website Updated 05 Jan 2012 dyncall

Screenshot
Pop 69.74
Vit 5.19

The dyncall library project provides a clean and portable C interface to dynamically issue foreign function calls using small call kernels written in assembly. Instead of providing code for every bridged function call, which unnecessarily results in code bloat, only a modest number of instructions are used to invoke all calls.

Download Website Updated 09 Aug 2007 6502asm

Screenshot
Pop 48.64
Vit 1.42

6502asm is a simple 2-pass assembler capable of producing binary files for the 6502, a CPU with a simple and orthogonal instruction set.

No download Website Updated 24 Apr 2008 nwbintools

Screenshot
Pop 35.79
Vit 1.90

nwbintools is a machine code tool-chain containing an assembler and various related development tools. It will thus be similar to GNU's binutils, but no attempts are made to duplicate its functionality, organization, or interfaces. The assembler works on x86 ELF-based Linux and FreeBSD systems.

Download Website Updated 29 Apr 2013 NuttX

Screenshot
Pop 521.77
Vit 82.68

Nuttx is a real-time embedded operating system (RTOS). It has a small footprint that is usable in micro-controller environments. It is fully scalable from tiny (8-bit) to moderate embedded (32-bit) systems. It also aims to be fully compliant to standards, to be fully real time, and to be totally open.

Download Website Updated 11 Nov 2012 AsmXml

Screenshot
Pop 82.63
Vit 11.94

AsmXml is a very fast XML parser and decoder for x86 platforms. It is written in pure assembler and supports only a subset of the XML 1.0 specification.

Screenshot

Project Spotlight

Q4Wine

A GUI for Wine.

Screenshot

Project Spotlight

jOOQ

Java-based object oriented querying.