Simple Project List Software Map

4849 projects in result set
LastUpdate: 2012-06-09 19:14

The XSLT C library for GNOME

Libxslt is a C library for GNOME which allows developers to work with XSLT. It is based on libxml for XML parsing, tree manipulation, and XPath support. Also included is 'xsltproc', a command line XSLT processor. The library is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for easy embedding. It should work on Linux, Unix, and Windows. Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor. It also include full support for the EXSLT set of extension functions as well as some common extensions present in other XSLT engines.

LastUpdate: 2011-06-02 13:06

eric4

Eric4 is a Python IDE written using PyQt4 and
QScintilla2. It has integrated project management
capabilities with class browsing functions, gives
developers an unlimited number of editors with
syntax highlighting and code folding, an
integrated Python shell, an integrated Python
debugger, a file system browser with class
browsing capabilities for Python files, and more.
Eric4 is the successor of the well known eric3
development environment.

(Machine Translation)
LastUpdate: 2014-05-15 11:48

Performance Co-Pilot

Performance Co-Pilot (PCP) is a framework and set of services for supporting system-level performance monitoring and performance management. It provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data using a single API. A client-server architecture allows multiple clients to monitor the same host, and a single client to monitor multiple hosts. Archive logging and replay are integrated so that a client application can use the same API to process real-time data from a host or historical data from an archive.

(Machine Translation)
LastUpdate: 2009-01-16 12:21

distcc

distcc is a parallel build system that distributes compilation of C/C++/ObjC code across machines on a network. It can be set up in just a few minutes and makes builds up to ten times faster. It does not require machines to share a filesystem or have the same libraries or header files, and installation does not need superuser privileges.

LastUpdate: 2014-03-19 20:40

MathGL

MathGL is a library for making high-quality scientific graphics under Linux and Windows, fast data plotting and handling of large data arrays, working in window and console modes, and easily embedding into other programs. It has more than 40 general types of graphics for 1d, 2d, and 3d data arrays. It can export graphics to raster and vector (EPS or SVG) formats. It has an OpenGL interface and can be used from console programs. It has functions for data handling and MGL language scripting for simplification of data plotting. It has several types of transparency and smoothed lightning, vector fonts and TeX-like formula drawing, an arbitrary curvilinear coordinate system, and many other useful things.

LastUpdate: 2014-05-12 22:24

Mandos

The Mandos system allows computers to have encrypted root file systems and at the same time be capable of remote or unattended reboots. The computers run a small client program in the initial RAM disk environment which will communicate with a server over a network. All network communication is encrypted using TLS. The clients are identified by the server using an OpenPGP key that is unique to each client. The server sends the clients an encrypted password. The encrypted password is decrypted by the clients using the same OpenPGP key, and the password is then used to unlock the root file system.

LastUpdate: 2014-06-07 03:07

shipper

shipper is a power distribution tool for developers with multiple projects who do frequent releases. It automates the tedious process of shipping a software release and (if desired) templating a project Web page. It can deliver releases in correct form to SourceForge, Berlios, and Savannah, and knows how to post a release announcement to freecode.com via freecode-submit.

(Machine Translation)
LastUpdate: 2010-08-24 22:35

GNOME Terminator

Terminator is an application that provides lots of
terminals in a single window, saving valuable
screen space otherwise wasted on window
decorations and not quite being able to fill the
screen with terminals.

(Machine Translation)
LastUpdate: 2014-06-07 03:05

relax

relax is a program designed for the study of the dynamics of proteins and other macromolecules though the analysis of experimental NMR data. It supports exponential curve fitting for the calculation of the R1 and R2 relaxation rates, calculation of the NOE, reduced spectral density mapping, the Lipari and Szabo model-free analysis, study of domain motions via the N-state model (or ensemble analysis) and frame order dynamics theories using anisotropic NMR parameters such as RDCs and PCSs, the investigation of stereochemistry in dynamic ensembles, and the analysis of relaxation dispersion.

LastUpdate: 2012-04-06 22:22

OpenWFE

OpenWFE is a workflow engine. It is robust, extensible, and scalable. Access libraries for Python, Perl, and .NET make it easy to write custom interfaces or agents (automatic participants) for a workflow-enabled system.

(Machine Translation)
LastUpdate: 2014-06-02 01:00

Adonthell

Adonthell is a role playing game in development that aims to combine the best features of the Final Fantasy and Ultima series with an epic plot. It is set in a detailed virtual world. With the current engine, a small demo game (Waste's Edge) is available.

LastUpdate: 2014-01-21 03:43

Endian Firewall

Endian Firewall is an all-in-on Linux security distribution that turns any system into a full-featured security appliance. It features a stateful packet inspection firewall, application-level proxies for various protocols (HTTP, POP3, SMTP), anti-virus support, virus and spam filtering for email traffic (POP and SMTP), content filtering of Web traffic, and a "hassle free" VPN system based on OpenVPN.

LastUpdate: 2010-11-06 19:31

txt2tags

Txt2tags converts a text file with minimal markup to HTML, XHTML, SGML, DocBook, LaTeX, Lout, Man page, Creole, Wikipedia, Google Code Wiki, PmWiki, DokuWiki, MoinMoin, MagicPoint, PageMaker, AsciiDoc, or ASCII Art. It is simple and fast and features automatic TOC, macros, filters, include, tools, GUI, CLI, and Web interfaces, translations, and extensive documentation.

(Machine Translation)
LastUpdate: 2014-03-09 01:50

TreeLine

TreeLine is used to organize and store text data in a tree structure. It is well suited to keeping track of many different types of information. Each node of the tree can contain several defined fields, forming a mini-database. The format of each node can be defined, and the output can be shown on the screen, printed, or exported to HTML. The tree structure is navigated and edited in the left pane of the window, while various views of the child data are shown and editable in the right pane. The data is stored in XML text files. TreeLine is based on the PyQt library.

LastUpdate: 2013-03-19 12:52

getmail

getmail is intended as a simple, secure, and reliable replacement for fetchmail. It retrieves email (either all messages, or only unread messages) from one or more POP3, SPDS, or IMAP4 servers (with or without SSL) for one or more email accounts, and reliably delivers into qmail-style Maildirs, mboxrd files, or through external MDAs (command deliveries) specified on a per-account basis. getmail also has excellent support for domain (multidrop) mailboxes, including delivering messages to different users or destinations based on the envelope recipient address.