Simple Project List 軟體列表

348 projects in result set
最後更新: 2012-06-09 19:15

Python Call Graph

pycallgraph is a Python library that creates call
graphs for Python programs.

(Machine Translation)
最後更新: 2013-02-25 22:58

GNU MIX Development Kit

MDK (MIX Development Kit) provides tools for developing and executing, in a MIX virtual machine, MIXAL programs. The MIX is Donald Knuth's mythical computer, described in the first volume of The Art of Computer Programming, which is programmed using MIXAL, the MIX assembly language. MDK includes a MIXAL assembler (mixasm), a MIX virtual machine (mixvm) with a command line interface, a Guile-based virtual machine (mixguile), a GTK+ based GUI (gmixvm), and a mixvm-Emacs interface (mixvm.el). MDK utilities are extensible using Scheme.

最後更新: 2001-08-08 15:58

Jlint

Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis on the code and building the lock graph. Jlint is fast, easy to learn, and requires no changes in the class files to be checked.

最後更新: 2002-08-30 04:15

PHP Error Handler

Error Handler provides a custom interface to error
handling in PHP. Several report formats can be
used to reveal what circumstances led to a certain
error. One for logging, one for display, and one
for redirection. It captures the errors and
captures (to a customized level) the context and
variables surrounding the source of the error and
neatly organizes them as a series of reports.

(Machine Translation)
最後更新: 2009-04-11 06:14

Extended Python Debugger

Extended Python Debugger is a more
complete debugger for Python than the stock pdb.py
debugger. It supports, among numerous other things, debugging threads, non-interactive POSIX-like line tracing, command options, disassembly of instructions, and stack traces that give better information for exec statements. Stepping/nexting by default skips over method/function "defs". It tries to follow gdb's command set unless there is good reason not to.

(Machine Translation)
最後更新: 2010-01-21 03:51

WinAVR

!WinAVRは、WindowsプラットホームでホストをつとめられるRISCマイクロプロセッサーのAtmel AVRシリーズのためのオープンソースソフトウェアの開発スイートです。CとC++のためにGNU GCCコンパイラを含みます。

最後更新: 2012-01-24 11:37

Bokken

Bokken is a GUI for the Pyew and Radare2 projects. It provides an interface to almost all the features of Pyew, and many in radare2. It's intended to be a multi-architecture disassembler and binary analysis tool, and maybe some day an alternative for commercial alternatives as IDA Pro. Currently, Bokken is neither a hexadecimal editor nor a full featured disassembler, so it should not be used for deep code analysis or for modifying files.

(Machine Translation)
最後更新: 2006-03-08 00:49

Visual REGEXP

Visual REGEXP lets you easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice.

(Machine Translation)
最後更新: 2012-10-04 01:01

remake

remake is a patched and modernized version of GNU make utility that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger. The debugger lets you set breakpoints on targets, show and set variables in expanded or unexpanded form, inspect target descriptions, see the target call stack, and even execute arbitrary GNU make fragments (e.g. add a dependency to an existing target).

最後更新: 2007-02-05 00:09

Cameleon for OCaml

Cameleon is an integrated development environment for Objective Caml and eventually other languages. Its features include a graphical user interface, configuration management based on CVS, easy access to and browsing of documentation, various editors, customizable file types, a plug-in architecture, and a highly customizable interface.

(Machine Translation)
最後更新: 2013-05-18 03:37

ELFIO

ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.

最後更新: 2008-10-07 17:54

TDA

TDA (Thread Dump Analyzer) is a small Swing GUI
for analyzing thread dumps generated by the Sun
Java VM. It has been tested with 1.4.2_x, 1.5.0_x,
and 1.6.0_x releases. It provides statistics,
gives information about locked monitors and
waiting threads, can diff between threads to look
for similarities, and has "long running thread"
detection.

(Machine Translation)
最後更新: 2010-01-03 23:12

cgdb

cgdb is a lightweight, but fully functional curses frontend to gdb. The goal of cgdb is to be lightweight and responsive, not encumbered with unnecessary features. The interface retains the familiar GDB text-based interface with 100% of the original functionality. The interfaces also provide additional features, such as a source code window, shortcut keys, visual setting of breakpoints, regex searching capabilities, and more.

最後更新: 2014-03-23 14:29

validator.php

validator.php is a script that can be placed in
Web pages that are generated with PHP to validate
the SGML code without checking the page for
conformity. If the code is correct, a W3C icon
will appear in the page.

(Machine Translation)
最後更新: 2013-09-12 07:39

Aseba

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.