RSS 1633 projects tagged "Windows"

No download Website Updated 14 Jun 2013 NARS2000

Screenshot
Pop 21.28
Vit 2.26

NARS2000 is an experimental APL interpreter. The first NARS (Nested Arrays Research System) was designed and implemented in the early 1980s as a testbed for new ideas in APL, principally with nested arrays. A quarter of a century later, it's time to try again. The goal of this effort, as with the last one, is to foster new ideas about the language and its implementation. Language ideas include new functions, operators, and datatypes. Implementation ideas include algorithms to enhance code space (smaller executable), time space (faster execution times), or expressibility (clearer and more understandable code). A goal of the existing implementation is to be open and easy for others to change so new ideas may be inserted smoothly.

Download Website Updated 29 Apr 2013 libsodium

Screenshot
Pop 39.32
Vit 7.22

libsodium is an easy-to-use crypto library. Its goal is to provide all of the core operations needed to build higher-level cryptographic tools. It is a portable, cross-compilable, installable, packageable library based on NaCl, with a compatible API.

Download Website Updated 27 Apr 2013 sigrok-firmware-fx2lafw

Screenshot
Pop 54.97
Vit 1.41

sigrok-firmware-fx2lafw is firmware for Cypress FX2 USB chips which makes them usable as simple logic analyzer hardware.

Download Website Updated 07 Apr 2013 amrwb

Screenshot
Pop 64.14
Vit 1.00

amrwb is a shared library wrapper for the 3GPP AMR Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec (3GPP TS 26.204).

Download Website Updated 07 Apr 2013 amrnb

Screenshot
Pop 62.40
Vit 1.00

amrnb is a shared library wrapper for the 3GPP Adaptive Multi-Rate Floating-point (AMR) Speech Codec (3GPP TS 26.104).

No download Website Updated 02 Apr 2013 libmawk

Screenshot
Pop 67.29
Vit 1.01

libmawk is a fork of mawk 1.3.3 restructured for embedding. It allows you to embed awk interpreters in any application written in C or in a language that can interface C libraries. This allows the application to have plugins, configuration, run control, and AI written in awk. It extends the original feature set of mawk with modularity (C-style include), save/load of compiled bytecode, function calling by name-in-string (substitute for pointers/references), and accounting and limiting of memory and CPU use. While awk as a language does not offer OOP and complex data structures, it is still reasonably powerful. A major advantage is the short learning curve for new users.

Download Website Updated 14 Apr 2013 plumb

Screenshot
Pop 125.21
Vit 1.97

plumb is a shell with focus on pipes: instead of pipelines, it can build large graphs of processes (nodes) and pipes (edges). Pipes are simple unidirectional streams without side effects. Traffic can be controlled by virtual processes (which are nodes just like real processes, but are implemented in plumb for minimal overhead). Virtual processes can split, merge, regex filter/alter, and shape the streams. Timers and starting/stopping processes or even rewiring the script on the fly are also supported. It is portable (using libporty) and behaves exactly the same way on Linux, Windows, Mac OS X, many BSD variants, and older UNIX systems.

Download Website Updated 26 Mar 2013 libporty

Screenshot
Pop 73.77
Vit 1.02

Libporty provides a higher level API for some commonly used library functions such as sockets, date/time, file system access, background processes, and asynchronous DNS resolving. Libporty is configured using scconfig and the API is guaranteed to work the same way on all supported systems. An application that exclusively uses the libporty API will not require autotools/scconfig for porting. Libporty has been tested on Linux, Windows, Mac OS X, multiple BSD variants, Minix, OpenSolaris, and some ancient Unix systems.

Download Website Updated 26 Mar 2013 scconfig

Screenshot
Pop 54.66
Vit 1.02

Scconfig is a single-layer, modular autotools replacement written in ANSI-C (C89). It's been tested on a dozen different UNIX-like operating systems (including Linux, Windows and Mac OS X).

Download No website Updated 21 Mar 2013 libcpr

Screenshot
Pop 50.32
Vit 9.48

libcpr is a backport of the core data structures and algorithms from the C++11 standard library to C.

Screenshot

Project Spotlight

Lzlib

A compression library for lzip files

Screenshot

Project Spotlight

NARS2000

An experimental APL interpreter.