Best Developer Tools for Linux
Hibernate Pojo Generator is a program that generates all the Java code necessary to access a database via Hibernate Annotations (+ Spring) including JUnit tests (1 per table) that are able to run immediately without further customizations.What does it...
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 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 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 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 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...
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...
testosterone is a manly Python testing interface.INSTALLATIONmakesudo make installThis installs the testosterone Python package, the testosterone executable, and the testosterone man page. Please consult the Makefile to confirm and/or change installation...