Liste des projets simples Logiciel Télécharger Carte

102 projects in result set
Dernière Mise à Jour: 2021-04-12 03:54

MinGW - Minimalist GNU for Windows

This is the official download site for the latest packages originating from the MinGW.OSDN Project, (formerly the MinGW.org Project; however, that domain is no longer associated with this project).

MinGW is a native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. Although (currently) offering only a 32-bit compiler suite, all of MinGW's software will execute on the 64bit Windows platforms.

MinGW is a registered trademark of Software in the Public Interest Inc., registration number 86017856; this trademark has been registered on behalf of the MinGW.OSDN Project, and its use by any other project is unauthorized.

Statut de développement: 6 - Mature
Utilisateurs cibles: Développeurs
Langage naturel: English
Système d'exploitation: Windows
Langage de programmation: Ada, C, C++
Interface utilisateur: Win32 (MS Windows)
Register Date: 2008-11-28 19:42
Dernière Mise à Jour: 2011-04-05 03:33

ncurses

The ncurses (new curses) library is a freeware emulation of System V Release 4.0 curses. It uses terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD curses. The distribution includes the library and support utilities, including a terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo. Full manual pages are provided for the library and tools.

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-07-25 00:20

Natural Docs

Natural Docs is a documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it.

Dernière Mise à Jour: 2010-07-18 21:03

TIA

TIA is an ncurses-based console IDE for GCC, G++, Java, Perl, PHP, BASH, BUSH, HTML, and GNAT (Ada 95). It has integrated support for CVS, SVN, and ncurses compatible mice. Features include a ddd-style console debugger, automatic spelling correction, keyword hilighting, project statistics, automatic backups, and keyboard macros. The project window controls optimization and debug settings all in one place. TIA supports make, cook, and gnatmake project builders. For large projects, each user has a separate preference file.

Dernière Mise à Jour: 2004-08-01 13:18

SLOCCount

SLOCCount is a suite of programs for counting physical source lines of code (SLOC) in possibly large software systems. It can count physical SLOC for a wide number of languages. It can take a large set of files and automatically categorize their types using a number of different heuristics, and also comes with analysis tools.

Dernière Mise à Jour: 2014-03-22 23:27

Ada EL

Ada EL is a library which implements an expression language similar to the JSP and JSF Unified Expression Languages (EL). The expression language is the foundation used by Java Server Faces and Ada Server Faces to make the necessary binding between presentation pages in XML/HTML and the application code written in Java or Ada.

(Traduction automatique)
Système d'exploitation: POSIX (Linux,BSD,Solaris etc..), Windows
Langage de programmation: Ada
Sujet: Freecode.com
Dernière Mise à Jour: 2012-04-04 12:15

Strings edit

Strings edit is a library that provides I/O facilities for integers, floating-point numbers, Roman numerals, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding. Numeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported, including wildcard pattern matching, sets and maps of code points, upper/lowercase, and other Unicode categorizations.

Dernière Mise à Jour: 2013-09-22 17:04

Zip-Ada

Zip-Ada is an Ada library for .zip archives. Its sources are unconditionally portable. Input and output can be any stream (such as a file or buffer) for archive creation as well as data extraction. It is task safe and endian-neutral.

Système d'exploitation: OS Independent
Langage de programmation: Ada, Ada
Interface utilisateur: Toolkits/Libraries
Dernière Mise à Jour: 2004-07-10 22:01

Fenris

Fenris is a multipurpose tracer, debugger, and code analysis tool that detects and documents high-level language constructions, can recover symbols, graph program execution flow, detect internal functions, recover symbol tables, and deal with anti-debugging protection. It features a command-line interface as well as a SoftICE-alike GUI and Web frontend.

Dernière Mise à Jour: 2007-08-05 13:42

ImgSvr

ImgSvr is a Web image server, which allows users to browse digital images. It is a simple, efficient, and full HTTP server specifically designed for image publishing. It is completely dynamic with efficient thumbnail generation.

Dernière Mise à Jour: 2001-04-27 01:21

AdaCGI

AdaCGI is an Ada95 interface to the "Common Gateway Interface" (CGI). AdaCGI makes it easier to create Ada95 programs that can be invoked by World Wide Web (WWW) HTTP servers using the standard CGI interface. Using it, you can create Web applications using Ada95 to perform queries or other processing by request from a WWW user.

Dernière Mise à Jour: 2013-08-04 11:15

AdaSockets

AdaSockets is a library that lets you use sockets in Ada 95. It supports unicast and multicast sockets, and uses object oriented structures to ease sockets manipulation.

Dernière Mise à Jour: 2014-06-07 03:16

Tables for Ada

This library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key- insensitive tables are supported.

Dernière Mise à Jour: 2021-05-26 09:59

TDM-GCC MinGW Compiler

GCCの新しいリリースが出た時に、MinGWの公式gccパッケージを置き換えとしてのMinGW環境を使用したバイナリパッケージ(TDM)を提供しています。