RSS 82 projects tagged "Mac OS X"

Download Website Updated 16 Apr 2013 4tH compiler

Screenshot
Pop 301.30
Vit 31.06

4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler. 4tH is a very small compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports about 95% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, enumerations, structures, suspended execution, recursion, include files, etc. It comes with an RPN calculator, line editor, preprocessor, compiler, decompiler, C-source generator, a virtual machine, and a multitasking environment.

No download Website Updated 07 Sep 2011 Aseba

Screenshot
Pop 59.79
Vit 3.07

Aseba is an event-based architecture for distributed control of mobile robots. It targets integrated multi-processor robots or groups of single-processor units, real or simulated. The core of aseba is a lightweight virtual machine tiny enough to run even on microcontrollers. Robots are programmed in a user-friendly scripting language using a cozy integrated development environment.

Download Website Updated 14 Mar 2007 AspectC++

Screenshot
Pop 57.62
Vit 3.99

The AspectC++ project realizes an AspectJ-like approach for aspect oriented programming with C/C++. It provides an AspectC++ translator to weave AspectC++ code with C/C++ code.

No download Website Updated 12 Sep 2007 Axiomatic Multi-Platform C

Screenshot
Pop 156.44
Vit 12.83

AMPC compiles C programs directly into Java bytecode to run on any platform where a Java runtime is available. AMPC can also be used to integrate C and Java programs since AMPC's C functions can directly call numerous Java methods and vice versa. AMPC supports ANSI C 1989 (ISO C 1990). A JNI (JVM Native Interface) feature is available for calling native C or C++ functions. AMPC supports the C standard library as well as TCP/IP, ODBC, and graphics libraries. J2ME CDC 1.1 for mobile devices is also supported.

Download Website Updated 22 Aug 2010 B-Prolog

Screenshot
Pop 37.31
Vit 2.70

B-Prolog is a compact and complete CLP system that runs Prolog and CLP(FD) programs. It is emulator-based, features comparable performance to SICStus-Prolog, is robust and portable, and has been tested extensively in commercial environments.

Download Website Updated 31 Oct 2012 Berkeley Unified Parallel C

Screenshot
Pop 115.30
Vit 11.45

Unified Parallel C (UPC) is an extension of the C programming language designed for high performance computing on large-scale parallel machines. The language provides a uniform programming model for both shared and distributed memory hardware. The programmer is presented with a single shared, partitioned address space, where variables may be directly read and written by any processor, but each variable is physically associated with a single processor. UPC uses a Single Program Multiple Data (SPMD) model of computation in which the amount of parallelism is fixed at program startup time, typically with a single thread of execution per processor. Berkeley UPC provides a portable, high-performance compiler for developing UPC software on systems ranging from clusters to custom supercomputers and even laptop-grade systems.

Download Website Updated 31 Jan 2004 Brook for GPUs

Screenshot
Pop 55.20
Vit 1.00

Brook for GPUs is a compiler and runtime implementation of the Brook stream programming language for modern graphics hardware. The goals for this project are to demonstrate general purpose programing on GPUs, to provide a useful tool for developers who want to run applications on GPUs, and to research the stream language programming model, streaming applications, and system implementations.

Download Website Updated 17 Dec 2008 C Cod

Screenshot
Pop 56.83
Vit 3.44

C Cod is an application that allows for a C/C++/Objective-C source file to be "Compiled on Demand" prior to being executed. This allows C to be used like a scripting language. Also included is the CSP library, which provides C Cod source files with a CGI scripting interface.

Download Website Updated 08 May 2009 CeGCC

Screenshot
Pop 35.28
Vit 2.59

CeGCC implements cross-development tools for Windows CE (PocketPC) by using an ARM (Xscale) processor. This is a bundle of other free software projects, specifically combined and configured for this goal. You can create applications for PocketPC from your PC using these tools.

Download Website Updated 25 Sep 2012 Chicken

Screenshot
Pop 138.97
Vit 16.12

Chicken is a Scheme compiler that translates most of R5RS Scheme into relatively portable C. It supports fully general tail-call recursion, first-class continuations, and has a very flexible and efficient interface to C and C++. Chicken implements several extensions to the Scheme language: lightweight threads, pattern matching macros, dynamic loading of compiled code, and various object-oriented paradigms, such as TinyCLOS, and others. The library system includes hundreds of convenient modules for practical use.

Screenshot

Project Spotlight

Verbiste

A French conjugation system.

Screenshot

Project Spotlight

pgBadger

A tool that parses PostgreSQL log files and generates fully detailed reports with charts.