Urpkg

Urpkg 1.9

Urpkg is a tool that can be used to install programs in a safe and undoable way. It is especially useful to install program from source when no package from your distribution is available. It is then very easy to uninstall the programs you don't want...

makeutil is a set of portable public domain programs designed to support C/C++ projects. It provides tools for build operations outside of the normal compile/link pipeline.It is designed to be unobtrusively included directly in your own software...

scanmem

scanmem 0.07

scanmem is a debugging utility used to isolate the position of a variable in an executing program.The project is similar to 'pokefinders' used to cheat at games.What's New in This...

Fortress is a new programming language designed for high-performance computing (HPC) with high programmability.The Fortress reference interpreter is released under a BSD License. Other software included in the distribution bears various open source...

GTKO

GTKO 2.34

GTKO is a GTK+ 2 Oracle development tool. Its features include a schema browser, multiple SQL work areas, SQL syntax highlighting, bind variable entry widgets in the command window, tracing facility, and SQL*Plus-style command scripting.For SQL statement...

VimPdb

VimPdb 0.4.5

VimPdb is a module that provides an integration of the Python debugger pdb into the VIM editor. Usage:Python codeUsing vimpdb is easy -- just insert a call to set_trace in your code almost as usual:import vimpdb; vimpdb.set_trace()Then start your python...

lizpop

lizpop 0.4.0

lizpop is a scheme interpreter for Python.Installation Simply run python setup.py install. e.g.  tar zxvf lizpop-0.3.1.tar.gz  cd lizpop-0.3.1  sudo python setup.py installUsageTo run interactively: python -O -m lizpop.runTo...

coded4

coded4 0.3.3

Ever wondered how much time have you spent on a project?...coded4 is a Python tool that calculates approximate time that one has spent coding particular project. It uses commit timestamps to reconstruct coding sessions for every commiter in given Git...