RSS 282 projects tagged "Linux"

Download Website Updated 02 Jun 2013 The Sound of Sorting

Screenshot
Pop 108.66
Vit 1.00

The "Sound of Sorting" is a demo program containing many integer sorting algorithms. The algorithms are visualized in real time and augmented with sound effects, which are based on the values being compared. Animation speed and sound sustain can be customized while the algorithm is running. The visualization also highlights the algorithm's internal workings, which makes the demo program very useful for teaching sorting algorithms in an undergraduate computer science course. The program also counts the number of comparisons done by an algorithm, which can then be compared to the analytically derived value. The demo is implemented using the cross-platform toolkits wxWidgets and SDL, and can be executed on Windows, Linux, and Mac.

Download Website Updated 30 May 2013 GTKMathplot

Screenshot
Pop 34.91
Vit 4.64

GTKMathplot is an interactive plotting program based on GTK+ and the Cairo graphics library. It can display bidimensional curves, tridimensional curves, and surfaces from Cartesian or parametric equations describing the mathematical objects you would like to visualize. It is designed to be intuitive for high school students with good mathematical knowledge. University students of engineering, physics, mathematics, or natural sciences should need no explanation at all to start using it proficiently.

No download Website Updated 29 Mar 2013 3Depict

Screenshot
Pop 39.18
Vit 9.34

3Depict helps you visualize and analyze 3D point clouds with an associated real value in a fast and flexible fashion. The primary use is in Atom Probe Tomography, an atomic imaging technique, but the program may also be useful in other areas, such as geospatial data, lidar, etc.

Download No website Updated 22 Apr 2013 CodeQuery

Screenshot
Pop 200.66
Vit 3.50

CodeQuery is a tool for indexing and then querying or searching C, C++, Java, and Python source code. It builds upon the databases of cscope and ctags, which are processed by the cqmakedb tool to generate a CodeQuery database file. This can be viewed and queried with a GUI tool. The features include auto-completion of search terms and visualization of function call graphs and class inheritance. The following queries can be made: Symbol, Function or macro, Class or struct, Functions calling this function, Functions called by this function, Class which owns this member or method, Members and methods of this class, Parent of this class (inheritance), Children of this class (inheritance), Files including this file, and Full path for file.

No download Website Updated 29 Dec 2012 timeplotters

Screenshot
Pop 29.63
Vit 13.16

timeplotters is a collection of command line tools for visualizing temporal data. It is especially useful for visualizing data from ad-hoc program logs, helping you to spot patterns and anomalies that you would not otherwise see by just watching how the program works or by looking at the logs with the naked eye. Its input format is tailored to event types typically seen in program logs, and the visualization methods are tailored to the questions typically asked about program performance (e.g. distribution of activity durations).

Download No website Updated 19 Nov 2012 Mind Map Architect

Screenshot
Pop 56.44
Vit 1.09

Mind Map Architect is a mind mapping and brainstorming tool for both single people and teams. It can be used for to do lists, notes, or work planning.

Download Website Updated 05 Jun 2013 Hypercube

Screenshot
Pop 236.62
Vit 10.18

Hypercube is a graph visualization tool for drawing DOT (graphviz), GML, GraphML, GXL and simple text-based graph representations as SVG and EPS images. It comes with a Qt-based GUI application and a Qt-independent commandline tool. Hypercube uses a simulated annealing algorithm to lay out the graph, which can be easily parameterized to achieve the desired look.

No download Website Updated 12 Nov 2012 ECM

Screenshot
Pop 46.96
Vit 2.35

ECM is demo software for planetary-scale terrain rendering. It implements Ellipsoidal Cube Maps (ECMs), as described in M. Lambers and A. Kolb, Ellipsoidal Cube Maps for Accurate Rendering of Planetary-Scale Terrain Data, Proc. Pacific Graphics (Short Papers), Sep. 2012. It consists of three parts: libecmdb, which implements the basic model and projection; ecmdb, which builds ECM databases from remote sensing data; and ecmview, which renders ECM databases interactively.

Download Website Updated 06 May 2013 CoFlo

Screenshot
Pop 106.39
Vit 2.07

CoFlo is a source code analysis tool that generates and analyzes control flow graphs from C and C++ sources. Control flow graphs can be output in graphical or textual format.

No download Website Updated 12 May 2011 x11vis

Screenshot
Pop 19.29
Vit 27.73

x11vis is a visual and interactive tool for debugging X11 clients. Unlike other tools such as xtrace, it displays human readable IDs on all requests, no matter at which point in time the information becomes available. To help you cope with large amounts of data, it displays only the most important information by default, automatically folds sequences of boring requests, allows you to filter by packet type or client, and provides markers for navigation. Instead of assigning a number to each connection, it displays the command line with which that client was started.

Screenshot

Project Spotlight

LimeSurvey

A survey tool.

Screenshot

Project Spotlight

Janus Multiagent Platform

A general purpose multi-agent platform.