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 33 public repositories matching this topic...

The Americans with Disabilities Act (ADA) applies to websites. A digital divide occurs when websites deny access, isolate and deprive users who live in rural areas, have older computers, are sick, visually impaired, with temporary or permanent physical limitations such as - broken bones, cancer, lymphedema, cataracts, strokes, and palsy.

  • Updated Mar 6, 2019
  • HTML
Road-Networking-System

This project uses Dijkstra’s algorithm to find the shortest path among the 10 cities Which can be implemented among any number of cities in the real world.Folium package is used to display the map for better understanding of the path from source to destination.Also, Tkinter GUI is used for user interface and to create a better interaction betwee…

  • Updated May 10, 2021
  • HTML