RSS 7 projects tagged "Programming - Tools"

Download Website Updated 09 Dec 2012 FastFlow

Screenshot
Pop 120.10
Vit 6.20

FastFlow is a pattern-based programming framework targeting streaming applications. It implements pipeline, farm, divide and conquer, and their composition, as well as generic streaming networks. It is specifically designed to support the development and the seamless porting of existing applications on multi-core. The layered template-based C++ design ensures flexibility and extendibility. Its lock-free/fence-free run-time support minimizes cache invalidation traffic and enforces the development of high-performance (high-throughput, low-latency) scalable applications. It has been proven faster than TBB, OpenMP, and Cilk on several micro-benchmarcks and real-world applications, especially when dealing with fine-grained parallelism and high-throughput applications.

No download No website Updated 06 Feb 2010 ObsidianCode

Screenshot
Pop 24.49
Vit 34.70

ObsidianCode is an application for managing your code snippets. It uses tabs and QScintilla2 with syntax highlighting for comfortable viewing of your source. Instant search and tags make it easy to access your library.

No download Website Updated 13 Oct 2010 likwid-topology

Screenshot
Pop 20.76
Vit 30.90

likwid-topology is a command line tool for showing the thread, cache, and NUMA topology of compute nodes. likwid-topology supports all x86 processors. It extracts information from the cpuid instruction. NUMA information is queried from the Linux sys filesystem.

No download Website Updated 18 Mar 2012 Anchor

Screenshot
Pop 61.26
Vit 4.69

Anchor automatically adds curly braces and semicolons to code written in various programming languages, saving typing and making programs easier to read. It lets you pretend to be coding in Python or Lua while actually writing standard C, Java, PHP, C++, .NET, C#, or D. A script may generate files in the target language and invoke the compiler. An example bash script integrates with TCC to make runnable "scripts" with the speed of C. The scripts are easily modified to target another compiler or interpreter.

Download No website Updated 13 Jan 2013 lrc

Screenshot
Pop 83.53
Vit 8.75

lrc (The Linux Resource Compiler) is a system for packing many files into a single file for installation and use in a program as its resources (such as the graphics and sounds used by a game). It consists of a command-line tool, called lrc, for compiling the resources and a library, called liblrc, to extract the resources from a file generated by the compiler.

No download Website Updated 18 Feb 2012 Linux Programming Tools

Screenshot
Pop 25.92
Vit 21.52

Linux Programming Tools is a collection of programming tools that help with debugging and performance tuning. It currently includes papi++, a C++ wrapper around PAPI that helps fine-tune C++ code for performance and measure cache misses, branch mispredictions, and so on, and mtrace, an interposition library building upon mtrace(3) that tracks memory leaks with the call stack of the allocations.

Download Website Updated 07 Jul 2012 DePlo

Screenshot
Pop 32.47
Vit 1.46

DePlo (DEpendency PLOtter) creates a graph (in the DOT format) showing the dependencies between Ada packages. The style is customizable, and it is possible to collapse hierarchies of packages and/or ignore some packages in order to get a simpler (and more useful) graph.

Screenshot

Project Spotlight

Appointmind

A Web app for scheduling appointments.

Screenshot

Project Spotlight

fix8

A modern C++ FIX framework featuring complete schema customisation, high performance, and fast development.