RSS 499 projects tagged "Mac OS X"

Download No website Updated 05 Jun 2013 code2flow

Screenshot
Pop 31.97
Vit 3.81

code2flow is an experimental script which sweeps through your project source code, looking for function definitions, then does another sweep, looking for where those functions are called. It connects the dots and presents you with a flowchart estimating the functional structure of your program. It is especially useful for untangling spaghetti code and getting new developers up to speed. code2flow is experimental and meant to provide a rough overview of the structure of simple projects. Source code which is just a little esoteric will break this. Even with normal code, there are many known limitations and many outright bugs.

No download Website Updated 28 May 2013 PyGreen

Screenshot
Pop 38.67
Vit 4.95

PyGreen is a simple and hackish static website generator for Python programmers.

Download Website Updated 19 May 2013 wger Workout Manager

Screenshot
Pop 94.41
Vit 1.05

wger Workout Manager is a Web application that can manage your workouts, group them into schedules (A>B>C), and print them as PDFs. It helps you keep a log of the weights lifted in the different exercises as well as your own body weight and can also create and manage your diet plans.

Download No website Updated 24 May 2013 cartman

Screenshot
Pop 89.39
Vit 1.88

cartman allows you to create and manage your Trac tickets from the commandline, without the need to set up physical access to the Trac installation/database. All you need is a Trac account.

Download No website Updated 01 May 2013 MetaPath

Screenshot
Pop 71.21
Vit 1.73

MetaPath is a tool for the analysis of metabolic pathways and associated visualization of experimental data. Built on the MetaCyc database, it provides an interactive map in which multiple pathways can be simultaneously visualized. Multiple annotations from the MetaCyc database are available, including synonyms, associated reactions and pathways, and database unification links. Metabolomics change data can be imported via simple CSV formats for visualization on targeted pathways. Pathways can be mined and removed algorithmically to identify key regulated pathways within a given dataset, providing a simper route to metabolic functions.

Download Website Updated 10 Apr 2013 DEVSIM

Screenshot
Pop 55.41
Vit 9.66

DEVSIM is semiconductor device simulation software which uses the finite volume method. It solves partial differential equations on a mesh. The Python interface allows users to specify their own equations.

Download Website Updated 20 Mar 2013 Gimp Simulate HDR

Screenshot
Pop 101.92
Vit 1.78

Simulate HDR is a plugin for The GIMP that creates two layers from a single image simulating an underexposed and an overexposed shot, creating a High Dynamic Range image. It can create a tone mapping layer to compress the color range of the image.

No download Website Updated 12 Mar 2013 SQLet

Screenshot
Pop 110.59
Vit 1.01

SQLet allows you to directly execute SQL on multiple text files, right from the Linux commandline. In one single command, you can read in text files (with or without header lines) and perform arbitrary select statements, including joins over several files. SQLet can thus replace awk or grep in some instances.

Download No website Updated 24 Feb 2013 check_pycurl

Screenshot
Pop 27.09
Vit 10.69

check_pycurl is a Nagios/Icinga/Shinken plugin to check HTTP requests. It can test for success based on an HTTP code or by applying a regex to the output.

Download No website Updated 11 Feb 2013 Flawless

Screenshot
Pop 32.62
Vit 1.41

Flawless traps exceptions and then uses git blame to send an email to the developer who wrote the buggy code. Even if a particular line of code causes thousands of exceptions, only one email will be sent. It uses git-blame to figure out which developer is responsible for a particular exception, and will only email that developer. If you set report_only_after_minimum_date, then Flawless will only report exceptions caused by code modified after report_only_after_minimum_date. You can mark certain files/functions as library code, and when an exception originates in those files/functions, the caller will be blamed for the error instead of the library code.

Screenshot

Project Spotlight

Corn Exception

A module which helps with writing exception handling code.

Screenshot

Project Spotlight

cpuid 2

A tool that dumps CPUID information about the CPU(s).