RSS 2329 projects tagged "Linux"

Download Website Updated 21 Dec 2012 The HT Editor

Screenshot
Pop 197.04
Vit 22.12

HT is a file editor/viewer/analyzer for executables. The goal is to combine the low-level functionality of a debugger and the usability of IDEs.

Download No website Updated 12 Dec 2012 ODABA

Screenshot
Pop 114.64
Vit 7.27

The OODBMS/DBMS ODABA is an terminology-oriented database management system (TODBMS) on a high conceptual level. This is an extension of the ODBMS concept according to ODMG 3. It provides a number of enhanced features based on natural language analysis. Beside the database kernel, a number of tools are provided for database design, documentation, and fast development. ODABA provides a powerful interface (C++, .NET) and an ODABA Script Interface (OSI), a C++/JAVA like scripting language, which provides easy access to the database.

Download Website Updated 12 Dec 2012 Advanced Bash Scripting Guide

Screenshot
Pop 1,599.56
Vit 36.16

The Advanced Bash Scripting Guide is both a reference and a tutorial on shell scripting. This comprehensive book, the equivalent of 1,032 print pages, covers almost every aspect of shell scripting. It contains 382 profusely commented illustrative examples, a number of tables, and a cross-linked index/glossary. Not just a shell scripting tutorial, this book also provides an introduction to basic programming techniques, such as sorting and recursion. Included scripts are the Game of Life, a Perquackey variant, a Morse code trainer, and an implementation of the Gronsfeld Cipher. This book is suited for both individual study and classroom use. It covers Bash, up to and including version 4.2. Note that users of miniaturized single-board computers running Linux, such as the Raspberry Pi and the Beagle Bone, would find this Guide useful for learning and running Bash scripts to explore and expand the capabilities of these small, but powerful machines.

Download Website Updated 12 Dec 2012 Free Electron

Screenshot
Pop 94.07
Vit 4.65

Free Electron is a C++ framework facilitating reuse and integration for R&D projects such as simulation, AI, and visual effects. The core systems include dynamic plugins, a strong component model, and a fast runtime database. All these systems are highly extensible. Integration has been demonstrated with Armadillo, Boost, DevIL, GraphViz, Houdini, JSON, Lua, Maya, ODE, OpenAL, OpenGL, OSG, PCRE, RakNet, SDL (image and joy), and X11/GDI. General operators built with this framework can be used in Houdini and Maya (etc.) without any direct dependencies on those environments (each has a custom meta-plugin which interfaces the APIs). Builds are done with Python scripts (simple at the module level, like Jam, but in Python), and supports distcc, ccache, and gch files.

Download Website Updated 08 Dec 2012 ltrace

Screenshot
Pop 228.55
Vit 16.99

ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy. You should install ltrace if you need a sysadmin tool for tracking the execution of processes.

Download Website Updated 08 Dec 2012 Obix programming language

Screenshot
Pop 31.65
Vit 12.88

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 30 Nov 2012 FBUI Library & programs

Screenshot
Pop 66.88
Vit 1.00

A C library for interacting with FBUI, which is an in-kernel windowing system for Linux. The library provides window management, drawing, event management, image manipulation, and a PCF font facility. Included with libfbui is a set of programs that use the library, including a clock, load monitor, terminal, JPEG/TIFF image viewer, MPEG2 player, two window managers, a benchmark program, etc. Both FBUI and libfbui are defunct projects, but the code contained in libfbui may prove useful for other projects.

Download No website Updated 27 Nov 2012 fcppt

Screenshot
Pop 125.86
Vit 9.92

fcppt (short for "Freundlich's C++ toolkit") is a C++ library with various classes and functions to make C++ development easier. It tries to fill in some gaps left by the Boost library and even implements some replacements for a few Boost components.

Download Website Updated 22 Nov 2012 SeaMonkey

Screenshot
Pop 1,092.86
Vit 45.22

The SeaMonkey project is a community effort to develop an all-in-one Internet application suite. It contains an Internet browser, email and newsgroup client with an included Web feed reader, HTML editor, IRC chat, and Web development tools, and is sure to appeal to advanced users, Web developers, and corporate users. It uses much of the Mozilla source code powering such successful siblings as Firefox, Thunderbird, Camino, Sunbird, and Miro.

Download Website Updated 19 Nov 2012 InDefero

Screenshot
Pop 160.90
Vit 14.24

InDefero is a simple software forge. It can be used to save you and your team time. It tracks bugs and provides downloads, documentation, and an easy overview of your Git, Subversion, or Mercurial managed code base.

Screenshot

Project Spotlight

Ultimate Boot CD

A tool to run floppy-based diagnostic tools on a bootable CD.

Screenshot

Project Spotlight

Passwd

A password management application.