RSS 39 projects tagged "Linux"

No download Website Updated 26 Apr 2013 ENet for C#

Screenshot
Pop 36.33
Vit 7.24

ENet for C# wraps the C-language ENet networking library. For games and other realtime applications, if you use TCP, old data can hold up newer data, even if it is no longer relevant (old positions, etc.). Your players will perceive any lost packet as a "lag burst". ENet supports multiple in-order streams of data, and allows you to decide on reliability on a per-packet basis. The library is useful for both client-server and peer-to-peer architectures.

No download Website Updated 18 May 2013 HIDSharp

Screenshot
Pop 89.15
Vit 1.31

HIDSharp is a multiplatform .NET library for USB HID devices. It is COM-enabled to allow use in VB6 and MS Office.

Download No website Updated 03 May 2013 Pidgeon

Screenshot
Pop 64.12
Vit 3.75

Pidgeon is an IRC client which supports various bouncers, including its own bouncer which is able to synchronize timestamps (pidgeon sv), supports the quassel core, and supports the tcl scripting engine.

Download No website Updated 08 Jun 2012 System#

Screenshot
Pop 26.53
Vit 19.38

System# is a .NET library intended for the description of real-time embedded systems. It comes with a built-in simulator kernel and a code transformation engine that converts a design into synthesizable VHDL. The main focus is currently the development of FPGA designs. System# not only supports register-transfer-level (RTL) descriptions whose translation to VHDL is straightforward, but is also capable of converting clocked threads with wait statements to a synthesizable VHDL state machine. Furthermore, System# introduces synthesizable transaction-level modeling features. From a technological point of view, it uses reflection and assembly code (CIL) decompilation to reconstruct an abstract syntax tree (AST) from the system design. The AST conforms to SysDOM, a document object model for describing component-based reactive systems. An unparsing stage converts the AST to VHDL. The decompilation process can be instrumented in various ways by attribute-based programming. Furthermore, transformations of the AST itself are possible. This enables implementation of advanced features such as converting clocked threads to finite state machines.

No download Website Updated 21 Feb 2012 IronMeta

Screenshot
Pop 19.26
Vit 21.96

The IronMeta parser generator provides a programming language and application for generating pattern matchers on arbitrary streams of objects. It is an implementation of Alessandro Warth's OMeta system for C#.

Download Website Updated 29 Sep 2012 SourceAFIS

Screenshot
Pop 123.91
Vit 2.74

SourceAFIS is a fingerprint recognition/matching SDK (library), or more generally an Automated Fingerprint Identification System (AFIS). It essentially compares two fingerprints and decides whether they belong to the same person. It can quickly search a large database of registered fingerprints. It comes with an easy-to-use API (pure .NET and Java) plus assorted applications and tools.

Download Website Updated 19 Dec 2012 Union D Image Tools

Screenshot
Pop 81.61
Vit 4.46

Image Tools is a screen capture and file sharing tool. It features multi-threaded batch image resizing, conversion, cropping, flipping/rotating, watermarks, decolorizing (grayscale, negative, sepia), and optimizing. The BMP, GIF, TIFF, JPEG, PNG, and EMF image types are supported. It is compatible with MONO (only for GNOME). Multicore processing is supported to increase performance. The quality for output when optimizing is variable. Color channels can be filtered. An internal benchmarking tool is available. Indexed pixel format images can be processed.

No download No website Updated 13 Apr 2011 nametrans

Screenshot
Pop 29.34
Vit 28.22

Renaming a file works well when there is just one. But when you have a directory full of them, it gets tedious quickly. With nametrans, you can use search and replace on your list of files as you would on text in a document. And with regular expressions, you have even more power to transform file names (and whole file paths) systematically. With useful presets for common fixes like lowercasing or capitalization, you can keep your filenames nice and tidy, whether 10 or 10,000 of them, in one go.

Download No website Updated 22 Feb 2011 Dextop

Screenshot
Pop 21.24
Vit 29.09

The Dextop application framework allows you to create Rich Internet Applications based on .NET/Mono and Sencha Ext JS. It has proven to be useful for online business applications. It features a desktop-like Ext JS frontend, simplified client-server communication, a stateful programming model, real-time updates and notifications from the server, automatic column model generation, automatic store model generation, and automatic form generation.

Download No website Updated 21 Dec 2010 Conqueror Browser

Screenshot
Pop 19.62
Vit 30.18

Conqueror Browser is a small and easy-to-use application that allows you to browse Internet Web sites. The application features a clean and minimalistic interface and is powered by IE's Trident Engine.

Screenshot

Project Spotlight

Binary Puzzle Solver in Ruby

An automated solver for binarypuzzle.com.

Screenshot

Project Spotlight

HIDSharp

A .NET library for USB HID devices.