RSS 7 projects tagged "asm"

No download Website Updated 16 Oct 2009 Thread Weaver

Screenshot
Pop 25.06
Vit 36.20

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.

No download Website Updated 22 Feb 2010 eXtcos

Screenshot
Pop 20.27
Vit 34.36

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 03 May 2013 PIT

Screenshot
Pop 133.96
Vit 26.17

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 06 Jul 2011 libfastcounters

Screenshot
Pop 16.52
Vit 26.10

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.

Download Website Updated 13 Jul 2012 Long Range ZIP

Screenshot
Pop 229.78
Vit 18.42

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.

Download No website Updated 22 Nov 2012 BugOS

Screenshot
Pop 29.46
Vit 13.33

BugOS is a microkernel operating system. It has a kernel, device drivers, a file system, and an Internet module. The main concepts are that every process has its own computer with its own console, security, and modularization. If a process wants to read the file, it asks the kernel. The kernel forwards the request to the filesystem driver, which reads and writes through the partition handler, which operates over the idehdd driver. The kernel is around 20 KB. Processes are fully separated from hardware.

Download Website Updated 29 Nov 2009 Zeta

Screenshot
Pop 55.50
Vit 3.56

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.

Screenshot

Project Spotlight

SmartGit/Hg

A GUI client for Git, Mercurial, and SVN.

Screenshot

Project Spotlight

JStock - Free Stock Market Software

A stock market application.