Simple Project List Software Map

102 projects in result set
LastUpdate: 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.

LastUpdate: 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.

LastUpdate: 2013-01-24 02:27

Ahven

Ahven is a simple unit test library for the Ada 95 programming language. It is loosely modeled after JUnit, and some ideas are taken from AUnit.

LastUpdate: 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.

LastUpdate: 2021-05-26 09:59

TDM-GCC MinGW Compiler

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

LastUpdate: 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.

LastUpdate: 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.

LastUpdate: 2014-03-13 14:16

Ada Util

Ada Util is a collection of utility packages for Ada 2005. Several packages are inspired from Java packages and libraries (Java properties, log4j, listeners, streams). The library provides a logging framework, a serialization/deserialization framework for XML, JSON, CSV, an Ada beans framework, a composition stream framework (raw, files, buffers, pipes, sockets), several concurrency tools (reference counters, counters, pools, fifos, arrays), a REST client framework, and more.

(Machine Translation)
LastUpdate: 2006-06-12 02:22

Ivy software bus

Ivy is a simple protocol and a set of libraries that allows applications to broadcast information through text messages, with a subscription mechanism based on regular expressions.

LastUpdate: 2010-10-07 04:43

Business Shell

BUSH (Business Shell) combines the capabilities of BASH, PHP, GCC, and databases into a uniform design for rapidly building secure, reliable Web sites. Based on an ISO standard, it promotes code reuse: scripts and templates can be compiled with GCC or ported to JVM or .Net using third party tools with only minor changes. It can also replace BASH as an interactive command shell with SQL support, and is a general purpose scripting language.

LastUpdate: 2014-06-14 10:09

aicwl

aicwl is an Ada library that is intended for designing high-quality industrial control widgets for Ada applications. The widgets are composed of transparent layers drawn by cairo. The widgets are fully scalable graphics. A time controlled refresh policy is supported for real-time and heavy-duty applications. The library supports caching graphical operations and stream I/O for serialization and deserialization. Ready-to-use gauge and meter widgets are provided as samples as well as an editor widget for WYSIWYG design of complex dashboards. The software is based on GtkAda and cairoada, the Ada bindings to GTK+ and cairo.

LastUpdate: 2014-06-09 21:27

Units of measurement for Ada

The library provides an implementation of dimensioned values for Ada. Unit checks are made at run-time, if not optimized out by the compiler. SI and irregular measurement units are supported. Shifted units like degrees Celsius are supported too. Conversions from and back to strings are provided for all various irregular units. An extensive set of GTK widgets for dealing with dimensioned values is included, though use of GTK is not mandatory for the rest of the library.

운영 체제: OS Independent
프로그래밍 언어: Ada
LastUpdate: 2009-10-01 21:19

blackboxmaster

BlackBox Masterは推理のゲームです。プレイヤーは「ブラックボックス」に向かって電子を発射し、電子が出てくる場所を元に原子がどこにあるかを推理します。

LastUpdate: 2019-06-02 08:39

PLplot

PLplotは科学技術のグラフをプロットするライブラリで、複数の言語をサポートしています。

LastUpdate: 2022-01-29 22:27

Fuzzy sets for Ada

Fuzzy sets for Ada is a library providing implementations of confidence factors with the operations not, and, or, xor, +, and *, classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory, intuitionistic fuzzy sets with the operations on them, fuzzy logic based on the intuitionistic fuzzy sets and the possibility theory; fuzzy numbers, both integer and floating-point with conventional arithmetical operations, and linguistic variables and sets of linguistic variables with operations on them. String-oriented I/O is supported. A rich set of GTK+ GUI widgets is provided.