Compare commits

...

4 Commits

Author SHA1 Message Date
anita-that-chiq 824605694e
Merge f92b82fcc8 into 9bd33204fa 2024-11-13 02:15:34 +00:00
anita-that-chiq f92b82fcc8 Remove format options 2024-10-21 12:54:02 +03:00
anita-that-chiq d419cb44f6 Remove format options 2024-10-21 01:51:38 +03:00
anita-that-chiq 73fa89797d Add license to three books 2024-10-21 01:39:16 +03:00
1 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Ada Reference Manual - ISO/IEC 8652:2012(E) Language and Standard Libraries](http://www.ada-auth.org/standards/12rm/RM-Final.pdf) (PDF)
* [Introduction To Ada](https://learn.adacore.com/courses/intro-to-ada/index.html)
* [Introduction To SPARK](https://learn.adacore.com/courses/SPARK_for_the_MISRA_C_Developer/index.html)
* [The Big Online Book of Linux Ada Programming](http://www.pegasoft.ca/resources/boblap/book.html)
* [The Big Online Book of Linux Ada Programming](http://www.pegasoft.ca/resources/boblap/book.html) (LGPL)
### Agda
@ -372,7 +372,7 @@ Books on general-purpose programming that don't focus on a specific language are
### Autotools
* [Autotools Mythbuster](https://autotools.io/index.html)
* [Autotools Mythbuster](https://autotools.io/index.html)- Diego Elio “Flameeyes” Pettenò (CC BY-NC-SA)
* [GNU Autoconf, Automake and Libtool](http://sourceware.org/autobook/)