RSS 37 projects tagged "BSD Three-Clause"

Download Website Updated 11 May 2013 reposurgeon

Screenshot
Pop 627.95
Vit 70.46

reposurgeon is a tool for editing version control repository history. It enables risky operations that version control systems don't want to let you do, such as editing past comments and metadata and removing commits. It works with any version control system that can export and import git fast-import streams, including git, hg, bzr, CVS, and RCS. It can also read Subversion dump files directly and can thus be used to script production of very high-quality conversions from Subversion to any supported DVCS.

Download Website Updated 19 Mar 2013 doclifter

Screenshot
Pop 313.54
Vit 35.23

doclifter helps with lifting documents with nroff markup to XML-DocBook. Lifting documents from presentation level to semantic level is hard, and a really good job requires human polishing. This tool aims to do everything that can be mechanized, and to preserve any troff-level information that might have structural implications in XML comments. TBL tables are translated into DocBook table markup, PIC into SVG, and EQN into MathML (relying on pic2svg and GNU eqn for the last two).

Download Website Updated 06 May 2013 opendkim

Screenshot
Pop 296.75
Vit 58.35

OpenDKIM is a DKIM implementation with both a C library for writing your own applications and a milter-aware filter for use with recent MTAs.

Download Website Updated 08 Feb 2013 dateutils

Screenshot
Pop 170.78
Vit 9.00

Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line, with a strong focus on use cases that arise when dealing with large amounts of financial data. Their target market is shell scripts that need date calculations or calendar conversions, and as such they are highly pipe-able and modeled after their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).

Download Website Updated 23 Jan 2013 deheader

Screenshot
Pop 166.37
Vit 6.76

deheader analyzes C and C++ files to determine which header inclusions can be removed while still allowing them to compile. This may result in substantial improvements in compilation time, especially on large C++ projects. It also sometimes exposes dependencies and cohesions of which developers were unaware.

No download Website Updated 22 Mar 2013 Plgen

Screenshot
Pop 132.92
Vit 2.01

Plgen (Playlist Generator) is a tool that sorts files for MP3 players in a user defined order. Cheap MP3 players often come with no playlist capabilities. In addition these players often make use of the FAT16/32 file system, leading to confusion when the playing order is not alphabetical on the device even though it is shown as alphabetical in the file explorer.

Download Website Updated 24 Nov 2012 comparator

Screenshot
Pop 132.57
Vit 10.79

comparator and filterator are a pair of tools for rapidly finding common code segments in large source trees. They can be useful as tools for detecting copyright infringement.

Download Website Updated 20 Oct 2010 ctopy

Screenshot
Pop 107.39
Vit 2.26

ctopy automates the parts of translating C source code to Python source code that are difficult for a human but easy for a machine. This allows a human programmer to concentrate on the nontrivial parts of the translation.

Download No website Updated 21 Mar 2013 unserding

Screenshot
Pop 100.94
Vit 1.82

unserding is a simple pub-sub messaging library, much like 0mq or nanomsg, without all the transports they support and without the reliability promise, made for heavy-duty realtime delivery of time series.

Download No website Updated 30 Apr 2013 uterus

Screenshot
Pop 99.65
Vit 9.05

uterus is a codec library for financial tick data with an emphasis on market data integrity and maintainability. It comes with a set of tools to convert (mux) and print (demux) data from some sources, and to perform standard tasks like selecting instruments, creating snapshots and candles from tick data, etc. Special care is taken to provide longevity and consistence. All timestamps are internally converted to coordinated time, and price and quantity quotes are converted to a monetary datatype which doesn't suffer from rounding errors. Most importantly, meta data is stored along with the payload data in an inseparable unit, to provide self-contained and self-documenting files or network streams.

Screenshot

Project Spotlight

storebackup

A tool for making disk space optimized snapshot backups onto another disk.

Screenshot

Project Spotlight

kramdown

A fast pure Ruby Markdown-superset converter.