Skip to content
#

Ada

ada logo

Ada is a structured, statically typed, imperative, and object-oriented high-level programming language. It has built-in language support for design by contract, strong typing, explicit concurrency, tasks, synchronous message passing, and protected objects. Ada improves code safety and maintainability by using the compiler to find errors in favor of runtime errors. Ada is an international technical standard, jointly defined by the International Organization for Standardization (ISO), and the International Electrotechnical Commission (IEC) as ISO/IEC 8652:2012.

Here are 23 public repositories matching this topic...

Derivation, entirely by probability theory, of the correlation coefficient for a two-channel Bell test, with simulation in Ada and other languages. The Nobel Committee for Physics has banned this program. (Mirrored at https://eprb-signal-correlations.sf.net)

  • Updated Nov 6, 2023
  • Python
cardano_account_pandas_dumper

Create a ledger spreadsheet for a set of Cardano staking addresses, with the owned amount of any Cardano asset at the end of a specific block, and a record of the transactions that affected it. Can also create a graphical representation of the asset balance over time for the specified staking addresses.

  • Updated Jul 21, 2024
  • Python