RSS 7 projects tagged "Programming - Tools"

No download No website Updated 06 Feb 2010 ObsidianCode

Screenshot
Pop 24.49
Vit 34.67

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 05 Oct 2010 Charm++

Screenshot
Pop 24.52
Vit 1.00

Charm++ is a portable adaptive runtime system for parallel applications. Application developers create an object-based decomposition of the problem of interest, and the runtime system manages issues of communication, mapping, load balancing, fault tolerance, and more. Sequential code implementing the methods of these parallel objects is written in C++. Calls to libraries in C++, C, and Fortran are common and straightforward. Charm++ is portable across individual workstations, clusters, accelerators (Cell SPEs and GPUs), and supercomputers such as those sold by IBM (Blue Gene, POWER) and Cray (XT3/4/5/6). Applications based on Charm++ are used on at least 5 of the 20 most powerful computers in the world.

No download Website Updated 13 Oct 2010 likwid-topology

Screenshot
Pop 20.74
Vit 30.86

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.19
Vit 4.70

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 84.18
Vit 8.80

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.47

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.53
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

Lziprecover

A recovery tool for lzip files.

Screenshot

Project Spotlight

Exponent CMS

A content management system for Web sites.