SMOP

SMOP 0.22

SMOP stands for Open-Source Matlab/Octave to Python compiler and is written in Python, using Fossil for project management. SMOP is platform-independent, but is tested only on Ubuntu Linux and Windows-xp.SMOP is work in progress. My current goal is...

vcs

vcs 0.4.0

vcs is abstraction layer over various version control systems, designed as feature-rich Python library with clean API.Note:Currently only Mercurial backend is being developed. Git is going to be second backend.Incoming: * Django app for mercurial...

Sonar

Sonar 2.11

Sonar is an open platform to manage code quality. As such, it covers in its core version the 7 axes of code quality.Sonar has got a very efficient way of navigating, a balance between high-level view, TimeMachine, dashboard and defect hunting...

hglock

hglock 0.5.3

While Mercurial is all about being decentralized, it is sometimes very useful to work in a centralized fashion: if the files you work on cannot be merged (binary files such as Word documents, Photoshop images, etc) then it is better to communicate upfront...

Giggle

Giggle 0.6.1

Giggle is a graphical frontend for the git directory tracker (think of gitk on GTK+).Giggle is the result of a Hackathon we had at Imendio in the weekend 12th-14th of January 2007. The hackers participating were Carlos Garnacho, Mikael Hallendal and...

xtrace

xtrace 0.4

xtrace is a Python module that prints function trace to stdout from the moment it is called:import xtracextrace.start()...xtrace.stop()The output format is that of Xdebug http://xdebug.org/docs/execution_trace But frankly, I didn't have time to polish it...

Orabbix

Orabbix 1.2.3

orabbix is a free and easy to use daemon to enquiry oracle database and send item to zabbix server.orabbix is written in the Java programming language.Features:can run on Linux, Windows and Mac use Apache common dbcp connection pool to connect to...

debug

debug 0.2.0

debug is a fancy debugger in a single statement.People debug with print. It's great in simple cases. Another debugging tool, pdb, is less popular as it requires more effort: one has to do a Google search, skim through documentation, type some long...