RSS 2232 projects tagged "Linux"

Download No website Updated 26 May 2013 Memview

Screenshot
Pop 51.94
Vit 5.05

Memview is a realtime visualization program which shows the memory state of another running program as a graphical image. Memory addresses correspond to pixels in the image, and as memory is accessed, the display will animate to show which parts of the address space are currently being referenced by the program.

No download Website Updated 26 Apr 2013 ENet for C#

Screenshot
Pop 36.44
Vit 7.38

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.73
Vit 1.29

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 28 Jan 2013 LifeV

Screenshot
Pop 35.41
Vit 12.51

LifeV is a finite element (FE) library providing implementations of state of the art mathematical and numerical methods. It serves both as a research and production library. It has already been used in medical and industrial contexts to simulate fluid structure interaction and mass transport. LifeV is the joint collaboration between four institutions: École Polytechnique Fédérale de Lausanne (CMCS) in Switzerland, Politecnico di Milano (MOX) in Italy, INRIA (REO, ESTIME) in France, and Emory University (Sc. Comp) in the U.S.A.

Download Website Updated 08 Dec 2012 Obix programming language

Screenshot
Pop 29.50
Vit 13.96

Obix is an object-oriented programming language designed to make it easy to quickly write reliable code. More reliability is achieved through language features which consistently support the "Fail fast!" principle (every coding error should be detected as early as possible, preferably at compile-time, or else as early as possible at run-time). The Obix compiler generates Java binaries which can be executed on any Java virtual machine.

Download Website Updated 27 May 2013 QSMM

Screenshot
Pop 38.92
Vit 5.16

QSMM, the "QSMM State Machine Model", is a framework for development of non-deterministic intelligent state models and systems with spur-driven behavior. It includes low-level functions for generating optimal actions by the system and high-level functions for building multinode models. In a multinode model, nodes represent components of a system you develop which choose optimal actions using the framework and can correspond to entities external to the system and which behavior is to be learnt. A node can choose optimal actions based on a current node state which is either set manually by your program or is identified automatically by the framework. Probability profiles for a state transition matrix and an action emission matrix of the node can be specified using an assembler program with a user-defined instruction set.

Download Website Updated 13 Mar 2013 Fresh IDE

Screenshot
Pop 188.59
Vit 5.45

Fresh IDE is a visual assembly language IDE with a built-in Flat assembler (FASM) compiler. It is written in Fresh IDE and is a self-compilable application. It is fully compatible with FASM and can be compiled with every version of FASM, as well. The main goal of Fresh is to make programming in assembly as fast and efficient as in high-level languages, without sacrificing the small application size and raw power of assembly language. It is a Windows application, but it runs in Wine very well and can create, compile, debug, and run applications for Windows and Linux on both Windows and Linux host machines.

Download Website Updated 08 Oct 2012 libnetfilter_cthelper

Screenshot
Pop 60.79
Vit 1.19

libnetfilter_cthelper is a library which allows user-space programs to interface the kernel connection tracking helpers of the Netfilter subsystem in the Linux kernel.

Download Website Updated 10 Jan 2013 dwarves

Screenshot
Pop 36.58
Vit 1.00

dwarves is a set of tools to inspect the DWARF debugging information inserted in ELF binaries by compilers such as GCC, and which are used by well-known debuggers such as GDB and more recent ones such as systemtap. With pahole, the struct packing and cacheline efficiency can be inspected.

Download Website Updated 25 Jun 2012 libnetfilter_cttimeout

Screenshot
Pop 38.94
Vit 1.00

libnetfilter_cttimeout is an interface to Netfilter Connection Tracking timeouts. It provides a userspace library which provides a programming interface to the fine-grained connection tracking timeout infrastructure. With this library, you can create, update, and delete timeout policies which can be attached to traffic flows.

Screenshot

Project Spotlight

Disk Based HashTables

Hash tables on hard disk.

Screenshot

Project Spotlight

Expect-lite

An automation tool for non-experts.