Einfache Projektliste Software-Karte

MIT/X Consortium License
2381 Projekte im Ergebnis
Letztes Update: 2014-03-09 01:56

dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm, to the console. As a console window manager, it tries to make it easy to work with multiple console based programs like vim, mutt, cmus, or irssi. dvtm is intended to be used where X11 isn't available or over SSH. In conjunction with dtach, it can be seen as a lightweight alternative to GNU screen.

Letztes Update: 2011-01-20 14:46

bmon

bmon is a portable bandwidth monitor and rate
estimator. It supports various input methods for
different architectures. Various output modes
exist, including an interactive curses interface,
lightweight HTML output, and simple ASCII output.
Statistics may be distributed over a network using
multicast or unicast and collected at some point
to generate a summary of statistics for a set of
nodes.

(Machine Translation)
Letztes Update: 2013-05-09 20:22

NCurses Disk Usage

ncdu (NCurses Disk Usage) is a curses-based version of the well-known "du", and provides a fast way to see what directories are using your disk space.

Letztes Update: 2012-10-11 21:29

GDAL

The Geospatial Data Abstraction Library (GDAL) is a unifying C/C++ API for accessing raster geospatial data, and currently includes formats like GeoTIFF, Erdas Imagine, Arc/Info Binary, CEOS, DTED, GXF, and SDTS. It is intended to provide efficient access, suitable for use in viewer applications, and also attempts to preserve coordinate systems and metadata. Python, C, and C++ interfaces are available.

Letztes Update: 2004-12-07 01:15

Python Desktop Server

The Python Desktop Server is a combined
Weblog authoring tool, XMLRPC/SOAP server,
and news aggregator. It allows one to read
RSS news feeds, publish a Web site to a community server (such as Radio Community Server or Python Community Server installations) or FTP server, and includes tools for Weblog and homepage management. It features a Web interface, a built-in Web server, a multithreading architecture, and a simple database. It is extensible through scripts that connect via XML-RPC, HTML templates, macros, and a plugin architecture.

(Machine Translation)
Letztes Update: 2014-03-27 21:36

WeatherLog

WeatherLog is an application for keeping track of the weather and getting information about past trends.

(Machine Translation)
Natürliche Sprache: English
Betriebssystem: Linux, Windows
Programmiersprache: Python
Themen: Freecode.com, System
Benutzerschnittstelle: GTK+
Letztes Update: 2008-04-06 07:08

popt

Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules.

Letztes Update: 2007-08-08 04:32

OMake

OMake is a build system and scripting language with a similar style and syntax to GNU make but with many additional features, including support for large projects spanning multiple directories, default configuration files simplifying the standard compilation tasks, fast, reliable, automated, scriptable dependency analysis using MD5 digests, built-in support for defining and running autoconfiguration tests, portability, and built-in functions that provide the most common features of programs like grep, sed, and awk. It also provides active filesystem monitoring that restarts builds automatically when source files are modified. A companion command interpreter that can be used interactively is included.

(Machine Translation)
Letztes Update: 2013-11-18 22:39

ZShaolin

ZShaolin installs a powerful terminal on your Android device, without requiring root. It comes with applications to edit text, images, audio, and video using shell scripts and programs like FFMpeg, ImageMagick, Sox, Oggz, Lua, awk, sed, vim, emacs, git, SSH, and rsync. A zsh command line environment comes pre-configured with colors, smart completion, error correction, and all man pages, making ZShaolin also suitable for those who would like to learn shell scripting and Unix system administration via a remote session.

(Machine Translation)
Letztes Update: 2014-04-24 14:05

Frosted

Frosted is a passive Python syntax checker. It is a fork of pyflakes which aims at more open contribution from the outside public, a smaller more maintainable code base, and a better Python checker for all.

(Machine Translation)
Natürliche Sprache: English
Betriebssystem: Linux, Windows
Programmiersprache: Python, Python
Themen: Freecode.com
Letztes Update: 2014-05-19 23:18

Freecell Solver

Freecell Solver is a library that automatically solves games of Freecell, and several similar Solitaire variants, as well as games of Simple Simon. The distribution also contains some stand-alone command line programs.

Letztes Update: 2011-11-17 02:03

jQuery

jQuery is a fast, concise, JavaScript library that simplifies how you traverse HTML documents, handle events, perform animations, and add AJAX interactions to your Web pages.

Letztes Update: 2014-02-13 01:26

Mahotas

Mahotas is an image processing library for Python. It includes a couple of algorithms implemented in C++ for speed while operating in numpy arrays. The main algorithms are watershed and Otsu thresholding.

(Machine Translation)
Programmiersprache: C, C++, Python
Letztes Update: 2014-06-07 17:55

husk-scheme

Husk is an implementation of the Scheme programming language for the Haskell Platform. Advanced R5RS features are provided, including continuations, hygienic macros, and a full numeric tower.

Betriebssystem: Linux
Programmiersprache: Haskell, Scheme
Benutzerschnittstelle: Toolkits/Libraries
Letztes Update: 2013-07-28 13:42

MXE (M cross environment)

MXE (M cross environment) is a Makefile that compiles a cross compiler and cross compiles many free libraries such as SDL and Qt. Thus, it provides a nice cross compiling environment for various target platforms.