Simple Project List Software Map

611 projects in result set
LastUpdate: 2003-01-22 02:24

asfpga

asfpga is an assembler written for use in FPGA design. It can be easily modified for a particular instruction set. The ultimate goal of this software is to allow a FPGA designer to easily write assembly code for a custom instruction set. The current version allows you to create a listing file, a memory dump file which can be used in debugging HDL code using $readmemh() or equivalent routine, and a binary file which can be used to program an EPROM.

(Machine Translation)
LastUpdate: 2002-05-08 08:03

EV-OS

EV-OS is an operating system which runs in real mode on the x86 platform. The system must be booted and run from floppy disk. The user interface is command-line based. Application programs must be prepared for operating system. EV-OS application programs can be developed under the Windows operating system, and a special tool is used to transfer files from Windows to EV-OS. EV-OS is written in assembly and the transfer program is written in C. The downloadable package contains an executable image file, the source code of the operating system, and some installation documentation.

(Machine Translation)
LastUpdate: 2001-01-30 06:13

PPCForth

PPCForth is a minimal version of FORTH targetted for embedded PowerPC systems. It currently supports the IBM 40x series, although the Motorola 8xx series is a future possibility. It may be used to boot boards, load S records, and of course, write programs in FORTH.

(Machine Translation)
LastUpdate: 2003-09-22 17:20

Java Binary Enhancement Tool

The Java Binary Enhancement Tool (JBET) is a
general Java program analysis and manipulation
tool. Existing class files can be disassembled,
eassembled, or edited programmatically through the
JBET API. JBET can also be used to create new Java
class files from scratch. It uses a convenient
internal representation of all the contents of
Java binary (.class) files, allowing the user to
edit the classes easily, in a structured manner.

(Machine Translation)
LastUpdate: 2014-02-05 23:34

exolu

Exolu is a separation of the Linux kernel into two parts: an exokernel and a library. The exokernel consists only of the implementations for basic hardware resource access and drivers, but no abstractions. The library implements the abstractions and interfaces that are used by programs to interact with the kernel.

(Machine Translation)
LastUpdate: 2008-07-19 23:34

xhelper

xhelper is a tool to automate and control the
desktop. It can resize windows, move windows, feed
keystrokes to windows, run programs, and automate
a group of programs.

(Machine Translation)
LastUpdate: 2008-10-09 18:08

pichart

pichart is a GUI for pigrammar, an assembler and
programmer for picloader-programmed devices.
pichart offers a user-friendly interface, making
programming PIC chips easy. It looks like a flow
chart designer and permits operations like reading
from the device's serial port, writing on it,
setting ports' value, and setting timers. It also
permits programming directly during execution.

(Machine Translation)
LastUpdate: 2010-03-12 23:19

FECpp

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.

(Machine Translation)
LastUpdate: 2002-02-01 10:04

MakeNG: The Superior Build System

MakeNG is a system of makefiles that, in
conjuncture with a patch to GNU Make, provides a
concise, extensible, logically organized and easily
modified system of makefiles to build any source
tree or combination of components you can
envision. MakeNG sports a fully documented
extensible API on top of the classic GNU Make
syntax (which is great for backwards
compatibility).

(Machine Translation)
LastUpdate: 2006-02-27 07:20

DSLinux

DSLinux is a port of Linux to the Nintendo DS game
console. DSLinux includes drivers for the WiFi
hardware in the DS, allowing the use of telnet and
the retawq Web browser.

(Machine Translation)
LastUpdate: 2001-09-30 15:37

Z80-ASM

Z80-ASM is a compiler for the Z80 CPU assembler and interactive terminal debugger.

LastUpdate: 2001-02-02 08:33

as64

as64 is a cross-assembler for the MOS 6510 CPU found in the Commodore 64 computer.

LastUpdate: 2002-12-19 11:01

Magnus Project

Magnus Project is an attempt to create a fully functional desktop framework, running as a native operating system. The main goal is to reach state-of-the art security through a bug-free environment.

(Machine Translation)
LastUpdate: 2005-02-18 00:05

sr-convert

sr-convert is a sample-rate conversion utility for
WAV files. It supports a wide variety of sampling
rates and can convert from any of the supported
rates to any other. It runs under either x86 Linux
or Windows and uses SSE instructions if they are
available. Great pains have been taken to make
sure that the sound quality of the conversion is
excellent.

(Machine Translation)
LastUpdate: 2006-12-31 08:34

Jet Set Willy X

Jet Set Willy X is a game for Sinclair ZX Spectrum
computer, playable on emulators. It is heavily
inspired by Jet Set Willy. There are no guardians
and ropes, but the animation is twice as fast,
absolutely smooth, and there is a 2-channel
background tune. The rooms are 20 characters high
instead of 16, and can have a more complicated
combination of graphics characters. There are 69
rooms and over 390 items to collect.

(Machine Translation)