RSS 2465 projects tagged "BSD"

No download No website Updated 17 Jun 2013 spooky-c

Screenshot
Pop 40.00
Vit 1.44

spooky-c is a C version of Bob Jenkin's spooky hash. The only advantage over Bob's original version is that it is in C, not C++,'and comes with some test and benchmark code. This is a very competitive hash function, but is somewhat unportable (64-bit little endian only). It's more portable than some of the contenders like CityHash.

No download No website Updated 17 Jun 2013 snappy-c

Screenshot
Pop 56.87
Vit 1.44

snappy-c is a C port of the google snappy compressor (http://code.google.com/p/snappy/). The compressor is very fast with a reasonable compression ratio. It is mainly useful for projects that cannot integrate C++ code, but want snappy. It also contains a command line tool, a benchmark, random test code, and a fuzz tester. The compression code supports scather-gather and linear buffers. The scather gather code is ifdefed (-DSG) and can be removed with unifdef.

No download No website Updated 17 Jun 2013 pmu-tools

Screenshot
Pop 24.31
Vit 1.44

pmu tools is a collection of tools for profile collection and performance analysis on Intel CPUs on top of Linux perf. It has a wrapper to "perf" that provides a full core event list for common Intel CPUs. This allows you to use all the Intel events, not just the builtin events of perf. Support for Intel "offcore" events on older systems that do not have support for this in the Intel. Offcore events allow you to profile the location of a memory access outside the CPU's caches. It implements a workaround for some issues with offcore events on Sandy Bridge EP (Intel Xeon E5 first generation). This is automatically enabled for the respective events, and also available as a standalone program. Some utility programs to access pci space or msrs on the command line. A utility program to program the PMU directly from user space (pmumon.py) for counting. This is mainly useful for testing and experimental purposes. A library for self profiling with Linux since Linux 3.3 (for self-profiling on older kernels, you can use simple-pmu. An example program for address profiling on Nehalem and later Intel CPUs (addr). A program to print the currently running events (event-rmap).

Download No website Updated 13 Jun 2013 Collection Workflow Integration System

Screenshot
Pop 91.67
Vit 1.30

The Collection Workflow Integration System (CWIS) is a software package designed to help assemble, organize, and share information about resources online. The software conforms to international and academic standards for metadata while providing turnkey setup and a user-friendly interface, allowing resource collection developers (and end users) to focus on what they want to share (or find) without worrying about the technical details. It provides extensive support for cataloging resources with standardized metadata, which can then be automatically shared via an array of channels out to the larger Internet community, helping others find your work.

Download Website Updated 02 Jun 2013 CDimg|tools

Screenshot
Pop 48.48
Vit 3.97

CDimg|tools is a set of commandline tools to inspect and manipulate CD/DVD optical disc images in formats uncommon on free Unix-like systems (like GNU/Linux or BSD). It makes it possible to convert .NRG Nero images, to demultiplex RAW+96 image files containing both stream data and sub-channel data, to decrypt CSS-scrambled VOB files, and to decrypt CSS-scrambled DVD Video image files.

No download Website Updated 30 May 2013 dedup.pl

Screenshot
Pop 34.03
Vit 4.45

dedup.pl is a script that scans Unix file systems and deletes duplicates files or creates hard links between duplicates, thereby freeing up disk space.

Download Website Updated 06 May 2013 sleepuntil

Screenshot
Pop 73.89
Vit 1.00

sleepuntil is a mix of sleep(1) and at(1). It takes the same format of time as at(1), including "noon" or "teatime".

No download No website Updated 04 May 2013 pyC11

Screenshot
Pop 112.52
Vit 1.00

pyC11 is a grammar to parse programs in the C programming language following ISO/IEC 9899:2011. It is written using pyPEG, a parsing framework for Python. The grammar supports Python 2.7 and 3.x. The test bench requires py.test.

Download Website Updated 04 Jun 2013 Sanzang

Screenshot
Pop 107.47
Vit 3.29

Sanzang is a compact and simple cross-platform machine translation system. It is especially useful for translating from the CJK languages (Chinese, Japanese, and Korean), and it is very suitable for working with ancient and otherwise difficult texts. Unlike most other machine translation systems, Sanzang is small and approachable. Any user can develop his or her own translation rules, and these rules are simply stored in a text file and applied at runtime.

No download Website Updated 01 May 2013 papaya CMS

Screenshot
Pop 55.61
Vit 6.98

papaya CMS is a Web Content Management System based on open standards (including XML, XSLT, PHP, and MySQL/PostgreSQL). It is compatible with almost every operating system, is platform-independent, is multi-lingual, offers great usability, and is easy to extend via its plugin system. It is scalable and perfect for business websites.

Screenshot

Project Spotlight

ncdc

An NCurses-based Direct Connect client.

Screenshot

Project Spotlight

Meson

An experiment to determine optimal syntax and structure for a build system.