Simple components for Ada

By Author: dmitry-kazakov
The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, B-trees, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations of some lock-free shared data structures are provided.

Feature

  • B-trees in-memory and externally held
  • Chebyshev series
  • Doubly-linked webs and lists
  • Lock-free blackboards
  • Graphs (directed, weighted, acyclic, trees)
  • Events (plain, pulse, array of)
  • HTTP implementation, socket-select based for massive connections number
  • Lock-free FIFO
  • IEEE 754 portable encoding and decoding
  • Multiple connection TCP servers
  • Protable mutexes
  • Reference counted objects and handles to
  • ODBC bindings
  • SQLite3 bindings
  • Table-driven parsers
  • Persistency layer, supporting objects with dependencies
  • Storage pools implementations
  • Sets and maps
  • Stacks
  • Streams implementations, String-backed, in-memory streams
  • Unbounded arrays and unbounded arrays of pointers
  • Tables for Ada and Strings Edit for Ada libraries are included
  • Examples (full Ada 95 expression parser, calculator etc)
  • Ada 95, 2005, 2012 compliant
  • MQTT stack and full broker implementation

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

Similar: 13%

Phorward Foundation Toolkit

Development moved to Bitbucket: https://bitbucket.org/codepilot/phorward ------------------------------------------------------------- The Phorward Foundation Toolkit (libphorward) provides a powerful, extensional set of useful functions for C programmers. It focuses on compiler development-related .........

Similar: 12%

Occursions

Our goal is to create the world's fastest extendable, non-transactional time series database for big data (you know, for kids)! Log file indexing is our initial focus. For example append only ASCII files produced by libraries like Log4J, or containing FIX messages or JSON objects. Occursions was b.........

Similar: 12%

GeoTools, the Java GIS toolkit

GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data. GeoTools is an Open Source Geospatial Foundation project. The GeoTools library data structures are based on Open Geospatial Consortium (OGC) specifications....

Similar: 12%

JavaMutex

Freely redistributable open source 100% pure Java for mutual exclusion. Read-write and read-only reentrant lock, condition variable, atomic wraps for Boolean, Integer, Long, and Reference. Cell pool with optional locking, object exchanger, Intersect....

Similar: 9%

gSOAP Toolkit

The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use XML auto-serialization allows you to directly integrate XML data in C and C++ (C++11 compatible) applications. Includes WSDL/XSD schema binding an.........

Similar: 8%

Wave Framework

Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a co.........

Similar: 8%

JILRuntime/JewelScript

A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded .........

Similar: 8%

Happy Java Library

Helps to develop and test event-based multi-threaded Java application. Because of method called as API-Evolution the Happy Java Library is fully downward compatible. The library contains following functionality: MultiLock, Parallel loops, Collections, Controllers, Generators, Delegates, Streams....

Similar: 7%

The Ring Programming Language

The Ring is an Innovative and practical general-purpose multi-paradigm scripting language that can be embedded in C/C++ projects, extended using C/C++ code and/or used as standalone language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programmi.........

Similar: 7%