RSS 7 projects tagged "asm"

Download Website Updated 21 Jan 2013 FFmpeg

Screenshot
Pop 267.74
Vit 10.92

FFmpeg is a tool for converting audio, video, and subtitles. It includes libavcodec, the leading open source codec library. It also includes libavformat (implementing muxers and demuxers), libswscale (for very fast video scaling), and libavfilter (an advanced video filter system supporting arbitrary filter graphs), and libavutil (a utility library intended to supplement libc). A simple multimedia player is included too. An experimental streaming server for live broadcasts is also included.

Download Website Updated 13 Jul 2012 Long Range ZIP

Screenshot
Pop 230.62
Vit 18.27

LRZIP is a compression program and library that can achieve very high compression ratios and speed when used with large files using unlimited sized compression windows. It uses the combined compression algorithms of zpaq and lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip. It is designed to scale with increases with RAM size, improving compression further. A choice of either size or speed optimizations allows for either better compression than even lzma can provide, or better speed than gzip, but with bzip2 sized compression levels. It also has high grade password protected encryption and full STDIN/STDOUT support.

No download Website Updated 03 May 2013 PIT

Screenshot
Pop 136.99
Vit 21.78

PIT is a fast bytecode based mutation testing system for Java that makes it possible to test the effectiveness of your unit tests. You can think of mutation testing as either as an automated test of your tests or as a much more in-depth form of code coverage. Unlike traditional line and branch coverage tools, PIT does not just confirm that your tests execute your code, it confirms that your tests are actually able to detect faults in it.

No download Website Updated 16 Oct 2009 Thread Weaver

Screenshot
Pop 25.22
Vit 36.29

Thread Weaver is a framework for writing multithreaded unit tests for Java classes. It lets you create breakpoints inside your code and to stop individual threads when they reach a breakpoint. This allows you to produce controlled repeatable tests that can help to verify thread safety and detect race conditions.

Download Website Updated 29 Nov 2009 Zeta

Screenshot
Pop 54.95
Vit 3.55

Zeta is a virtual platform or architecture. It is implemented in a software emulator, and it was created for the sole purpose of having a new target to which the Linux kernel, GNU bintutils, and GNU gcc can be ported.

No download Website Updated 22 Feb 2010 eXtcos

Screenshot
Pop 19.60
Vit 34.46

eXtcos is an extensible JVM component scanner, similar to the component scanning feature of Spring. It is a small library solely focused on the task of class path scanning. It provides an easy-to-use query language for requesting the classes. This is a refreshing change to the boiler plate code you need to use the Spring classes for your own needs. You can get several different kinds of classes with just one query. You can use eXtcos for finding plug-ins for your application, classes meant to be run inside your container or framework, and the like. eXtcos is basically a base library on which other applications, containers, and frameworks can depend on.

No download Website Updated 06 Jul 2011 libfastcounters

Screenshot
Pop 16.28
Vit 26.24

Libfastcounters is a C library to maintain counters. It makes it convenient for a server program to count many kinds of events. Incrementing is fast, on the order of nanoseconds. Incrementing is atomic. Counters are shared across processes. Counters are persistent. You can address counters by number or by name. Libfastcounters includes a command line tool to create, modify, and read the persistent counters file.

Screenshot

Project Spotlight

Blender

A 3D animation studio for modeling, texturing, compositing, and video editing.

Screenshot

Project Spotlight

git-info-bar

A ksh, bash, gitbash, and Git shell plugin providing a highly visible 'info bar' with current git attributes.