RSS 12 projects tagged "English"

Download Website Updated 03 May 2013 Wing IDE

Screenshot
Pop 644.10
Vit 178.85

Wing IDE is a development environment for Python. It provides powerful editing, code intelligence, testing, debugging, and search capabilities that reduce development and debugging time, cut down on coding errors, and make it easier to understand and navigate Python code.

Download Website Updated 21 Jan 2012 FakeTime Preload Library (libfaketime)

Screenshot
Pop 193.64
Vit 8.94

FTPL (FakeTime Preload Library, aka libfaketime) intercepts various system library calls and tricks programs of your choice into seeing a faked system time without having to change the time system-wide. This can be used for running legacy software with Y2K bugs, testing software for year-2038 compliance, debugging time-related issues such as expired SSL certificates, and using software that ceases to run outside a certain time frame. The faked time can be specified either absolutely or relative to the real current time, and optionally also affects file timestamps. The faked clock continues to run, but can optionally be frozen, slowed down, or made faster. A wrapper script "faketime" simplifies the usage, similar to tools such as fakechroot.

No download Website Updated 12 Jan 2005 MPI plugin for KDevelop

Screenshot
Pop 28.37
Vit 1.00

The goal of this project is to extend an existing open source IDE (KDevelop) with support for compiling, debugging, and executing of parallel MPI programs. Supported MPI implementations are LAM, MPICH, and MVAPICH. The current plugin version runs under Linux on KDE 3.3 with KDevelop 3.1.1. The integration of gdb in KDevelop as an MPI debugger is in progress.

No download Website Updated 14 Sep 2005 AVRsimu

Screenshot
Pop 28.28
Vit 1.00

AVRsimu is a simulator for Atmel AVR microcontrollers. It has a command line interface. AVRsimu aims to be small and portable.

Download Website Updated 18 Jun 2009 error_log feed

Screenshot
Pop 13.64
Vit 1.51

error_log feed is a PHP script that provides a feed with one alert for each line found on the error_log files of a chosen directory and its subdirectories. It's intended for webmasters that want to know, effortlessly, the warning and error messages caused by their own scripts on their Apache + PHP hosted Web sites.

No download Website Updated 07 Sep 2011 Aseba

Screenshot
Pop 62.03
Vit 3.12

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 02 Jul 2008 MCU 8051 IDE

Screenshot
Pop 49.55
Vit 1.47

MCU 8051 IDE is a fully featured integrated development enviroment for MCS-51 based microcontrollers. It consists of a compiler, an advanced text editor (with highlighting, validation, and completion), a simulator, a scientific calculator, a hex editor, and many other things. Currently, this program supports only assembly language and a few microcontrollers.

Download Website Updated 06 Mar 2008 Python Tracer

Screenshot
Pop 38.30
Vit 1.00

Python Tracer lets you see your Python program's execution as a tree of function invocations, each tree node exposing the real time and CPU time (user/sys) of that call. The project consists of two main components: a Python tracer that can run your Python programs (much like "cProfile" and friends), and a GTK+ based GUI that can show the trace results. It uses a tiny auxiliary library (graphfile) to allow append-only writing and reading static DAGs directly from a file without reading it whole into memory at any stage.

No download Website Updated 21 Jun 2008 Data Storm

Screenshot
Pop 26.65
Vit 1.00

Data Storm is a database browser that can be embedded in Java code. It is intended to be used within tests to allow you to inspect why database dependent tests are failing. It uses SWT for speed and native look and feel.

No download Website Updated 10 Sep 2012 LMDBG

Screenshot
Pop 80.25
Vit 8.05

LMDBG is a collection of small tools for collecting and analyzing the logs of malloc/realloc/memalign/free function calls. Unlike many others, LMDBG does not provide any way to detect overruns of the boundaries of malloc() memory allocations, as this is not the goal. Like most other malloc debuggers, LMDBG allows detecting memory leaks and double frees. However, unlike others, LMDBG generates full stacktraces and separates the logging process from analysis, thus allowing you to analyze an application on a per-module basis.

Screenshot

Project Spotlight

NolaPro

A Web-based accounting, inventory, POS, and business management suite.

Screenshot

Project Spotlight

libquickmail

A C library for sending email with attachments.