Liste des projets simples Logiciel Télécharger Carte

1549 projects in result set
Dernière Mise à Jour: 2010-02-18 22:49

tnote

tnote is a small note taking program for the terminal. It aims to be small, quick, and easy to use, and is similar to sticky style GUI note taking apps such as Tomboy notes.

(Traduction automatique)
Dernière Mise à Jour: 2014-04-14 20:49

Centipede

Centipede is a simple framework for writing command line application in Java. It uses classpath scanning and the Spring framework to automatically discover classes that fit a certain pattern to automatically expose classes as command line applications.

(Traduction automatique)
Langage de programmation: Java, Java
Interface utilisateur: Command-line
Dernière Mise à Jour: 2012-11-04 01:50

tesseract-ocr

tesseract-ocr is an OCR engine originally developed by Hewlett Packard and now sponsored by Google. It is highly accurate and will read a binary, gray, or color image and output text.

Système d'exploitation: MacOSX, Linux, Windows
Langage de programmation: C++
Interface utilisateur: Command-line
Dernière Mise à Jour: 2020-07-11 21:36

UPnP PortMapper

UPnPはportmapperが簡単にローカルネットワーク内のUPnP対応インターネットゲートウェイ/ルータのポートマッピング/ポートフォワーディングを管理するために使用することができます。

Statut de développement: 5 - Production / écurie
Langage naturel: English, German
Système d'exploitation: OS Independent
Langage de programmation: Java
Interface utilisateur: Java Swing, Command-line
Dernière Mise à Jour: 2007-04-13 22:14

MiniShare - Minimal HTTP Server

高速で簡単なファイル共有のためのもの、シンプルな GUI で最小限の web サーバー。強力になることを目的と使いやすい。

(Traduction automatique)
Statut de développement: 5 - Production / écurie
Utilisateurs cibles: End Users/Desktop
Langage naturel: Dutch, English, Finnish, Hungarian
Langage de programmation: C, C++
Interface utilisateur: Command-line, Win32 (MS Windows)
Dernière Mise à Jour: 2016-02-14 18:05

SNMP library for Python

SNMP v1、v2c、v3 エンジンと純粋な Python で記述されたアプリ。

(Traduction automatique)
Statut de développement: 5 - Production / écurie
Utilisateurs cibles: Développeurs, System Administrators
Langage naturel: English
Système d'exploitation: OS Independent
Langage de programmation: Python
Interface utilisateur: No Input/Output (Daemon), Command-line
Dernière Mise à Jour: 2014-04-18 20:48

wdscript

WDScript プロジェクトの WDScript と Linux の移植。WDScript は、php のような CGI の母国語は PCSoft から W Langage (英語およびフランス語)。データベースにアクセスする Hyperfile web サーバーから使用できます。ヘルプ: http://wdscript.sf.net/wiki/

(Traduction automatique)
Dernière Mise à Jour: 2014-02-12 15:00

mdp

mdp wraps GnuPG, your favorite editor, a password generator, and a custom temporary fullscreen pager to let you manage your password library securely with the bare minimum. The pager is used to avoid passwords lingering on screen.

(Traduction automatique)
Dernière Mise à Jour: 2022-01-25 12:33

dlib C++ Library

ネットワーク、スレッド(メッセージパッシング、futures, 他)、グラフィカルインターフェイス、データ構造、線形代数、機械学習、XMLとテキスト解析、数値最適化、ベイズネット等を扱う移植可能なアプリケーションを開発するためのライブラリ。

Dernière Mise à Jour: 2011-12-24 09:29

MD5-utils

Utils の MD5 は MD5 ハッシュ関数操作のスクリプトです。クリプト オンライン サーバーを使用する 1 つまたは複数の hash(es) をクラックしようと 1 つまたは複数の単語をことができます。

(Traduction automatique)
Statut de développement: 5 - Production / écurie
Langage naturel: English, French
Système d'exploitation: OS Independent
Langage de programmation: Perl
Interface utilisateur: Command-line, Console/Terminal
Dernière Mise à Jour: 2009-12-28 13:07

Audiopreview

audiopreview is a command-line tool that plays
previews of many audio file types (Ogg, MP3, etc.),
video file types (AVI, MPEG, Real, etc.), and Internet
streams. It can also be used as a regular command-line media file player (i.e. play the files entirely like yauap or mpc123 would).

(Traduction automatique)
Langage naturel: English
Système d'exploitation: Linux
Langage de programmation: C
Sujet: Freecode.com, MP3
Interface utilisateur: Command-line, Command-line
Dernière Mise à Jour: 2010-06-29 11:29

envstore

envstore allows you to save environment variables into a separate store, list them, and reload them into the shell again.

(Traduction automatique)
Système d'exploitation: POSIX (Linux,BSD,Solaris etc..)
Langage de programmation: Perl, Coque Unix
Sujet: Freecode.com
Interface utilisateur: Command-line
Dernière Mise à Jour: 2014-02-02 15:33

vmm

vmm is an easy-to-use and configurable commandline tool for administrators and postmasters, used to manage domains, alias-domains, accounts, and relocated mail users. It allows fast and easy management of mail servers. It's designed for installations using Dovecot and Postfix with a PostgreSQL backend.

(Traduction automatique)
Environnement de base de données: PostgreSQL (pgsql)
Utilisateurs cibles: System Administrators
Langage naturel: Dutch, English, Finnish, French, German, Vietnamese
Système d'exploitation: BSD, Linux
Langage de programmation: Python
Interface utilisateur: Command-line
Dernière Mise à Jour: 2021-06-10 09:17

GPT fdisk

GPT fdisk は Linuxの fdiskに似た、マスターブートレコード(MBR)パーティションテーブルではなくGUIDパーティションテーブル(GPT)ディスクを操作するために使うディスクのパーティショニングツールです。

Statut de développement: 4 - Beta
Utilisateurs cibles: System Administrators
Système d'exploitation: MacOSX, FreeBSD, Linux, Windows 7, Windows Vista
Langage de programmation: C++
Interface utilisateur: Command-line, Console/Terminal
Dernière Mise à Jour: 2020-10-30 09:50

Use planner hints on PostgreSQL

PostgreSQL executes queries using cost-based optimizer, and sometimes fails to choose most optimized execution plan or some types of queries. In such cases, pg_hint_plan helps users to guide the planner to choose the plans they want by putting some nstructions - call them hints - in the comments prefixed to the SQL statement body. No need to rewrite statement tself nor change some GUC parameters elsewhere.

Environnement de base de données: PostgreSQL (pgsql)
Langage naturel: English, Japanese
Système d'exploitation: BSD
Langage de programmation: C
Interface utilisateur: Command-line
Register Date: 2012-12-27 17:34