Liste des projets simples Logiciel Télécharger Carte

MIT/X Consortium License
2381 projects in result set
Dernière Mise à Jour: 2006-05-11 07:52

XFree86

XFree86 is a freely redistributable implementation of the X Window System that runs on UNIX(R) and UNIX-like operating systems.

openwrt-passwall-build

CI scripts to build https://github.com/xiaorouji/openwrt-passwall built with official OpenWRT SDK.

Register Date: 2021-10-04 10:50
Dernière Mise à Jour: 2021-10-20 00:00

DTXMania is drums traning software that can easily enjoy playing for electronic drums "DTX" series.

About detailed usages, please see FrontPage in documents.

Sister projects:

Statut de développement: 6 - Mature
Langage naturel: English, Japanese
Système d'exploitation: Windows
Langage de programmation: C#
Sujet: Simulation
Interface utilisateur: .NET/Mono, DirectX, Win32 (MS Windows)
Register Date: 2010-10-21 19:06
Dernière Mise à Jour: 2014-03-18 12:42

srm

srm (secure rm) is a command-line compatible rm(1) which overwrites file contents before unlinking. The goal is to provide drop in security for users who wish to prevent recovery of deleted information, even if the machine is compromised.

Dernière Mise à Jour: 2013-10-28 03:31

IMAPFilter

IMAPFilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends searching queries to the server, and processes mailboxes based on the results.

Dernière Mise à Jour: 2006-04-07 01:25

Logwatch

Logwatch analyzes and reports on system logs. It is a customizable and pluggable log-monitoring system and will go through the logs for a given period of time and make a customizable report. It should work right out of the package on most systems.

(Traduction automatique)
Dernière Mise à Jour: 2012-06-16 07:37

Lua

Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. It is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. It is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. It has been used on games such as World of Warcraft, FarCry and Angry Birds, among others.

Dernière Mise à Jour: 2013-03-27 22:08

Dropbear SSH

Dropbear is an SSH 2 server and client that is designed to be small enough to be used in low-memory embedded environments, while still being functional and secure for general use.

(Traduction automatique)
Dernière Mise à Jour: 2014-04-15 22:06

isl

isl is a library for manipulating sets and relations of integer points bounded by linear constraints.
Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction and operations geared towards polyhedral compilation such as dependence analysis, scheduling, and AST generation.

(Traduction automatique)
Dernière Mise à Jour: 2014-02-16 18:40

Gow

Gow (GNU On Windows) is a lightweight alternative to Cygwin. It uses a convenient Windows installer that installs about 130 extremely useful open source Unix applications compiled as native Win32 binaries. It is designed to be as small as possible, about 10 MB, as opposed to Cygwin which can run well over 100 MB depending upon options.

(Traduction automatique)
Dernière Mise à Jour: 2013-02-01 22:04

Cairo

Cairo is a vector graphics library with cross-device output support. It currently supports the X Window System and in-memory image buffers as output targets. It is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). It provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model and provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering.

Dernière Mise à Jour: 2014-06-11 11:30

isort

isort automatically sorts and sections Python imports. It can turn even the most messy import structure into nice clean sections without duplicates. It provides a command line utility, Python library, and Kate plugin for convenient use.

(Traduction automatique)
Langage naturel: English
Système d'exploitation: Linux, Windows
Langage de programmation: Clean, Python, Python
Dernière Mise à Jour: 2013-07-18 02:39

XMLStarlet

XMLStarlet is a set of command line XML utilities which can be used to transform, query, validate, and edit XML documents and files using a simple set of shell commands, similar to the way it is done for plain text files using grep/sed/awk/tr/diff/patch.

Dernière Mise à Jour: 2014-04-14 20:50

Excel Writer

Excel Writer is a package for easily writing Excel files with basic formatting. It allows for the automatic production of reports. It uses totally portable code that builds for every system without any specific piece of code. It does not interact with Excel.

Dernière Mise à Jour: 2010-08-20 07:04

SCons

SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses

MD5 signatures to detect changed file contents

reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily

extensible through user-defined builder and

scanner objects.