pull/11624/merge
MrCyGuy 2024-10-21 13:51:31 +00:00 committed by GitHub
commit f9d05eb640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 2 deletions

View File

@ -42,6 +42,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Cool](#cool)
* [Coq](#coq)
* [Crystal](#crystal)
* [CSS](#CSS)
* [CUDA](#cuda)
* [D](#d)
* [Dart](#dart)
@ -295,6 +296,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Arduino-docs : A beginner's guide](https://arduino-doc.readthedocs.io/en/latest/) - Paramesh Chandra (HTML)
* [Arduino Programming Notebook](https://unglue.it/work/152452) - Brian Evans (PDF) (:card_file_box: *archived at unglue.it*)
* [Arduino Projects Book](https://www.eitkw.com/wp-content/uploads/2020/03/Arduino_Projects_Book.pdf) - Scott Fitzgerald and Michael Shiloh (PDF)
* [Arduino Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/arduino) - Marko Švaljek
* [Arduino Tips, Tricks, and Techniques](https://cdn-learn.adafruit.com/downloads/pdf/arduino-tips-tricks-and-techniques.pdf) - lady ada (PDF)
* [Getting started with Arduino A Beginners Guide](http://manuals.makeuseof.com.s3.amazonaws.com/for-mobile/Arduino_-_MakeUseOf.com.pdf) - Brad Kendall (PDF)
* [Getting Started with Arduino products](https://www.arduino.cc/en/Guide) - Official Arduino Documentation *(:construction: in process)*
@ -418,6 +420,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [10 PRINT CHR$(205.5+RND(1)); : GOTO 10](http://10print.org) - Nick Montfort, Patsy Baudoin, John Bell, Ian Bogost, Jeremy Douglass, Mark C. Marino, Michael Mateas, Casey Reas, Mark Sample, Noah Vawter
* [A beginner's guide to Gambas](http://distro.ibiblio.org/vectorlinux/Uelsk8s/GAMBAS/gambas-beginner-guide.pdf) - John W. Rittinghouse (PDF)
* [Pick/Basic: A Programmer's Guide](http://www.jes.com/pb/) - Jonathan E. Sisk
* [Visual Basic 2017 Made Easy](http://projanco.com/Library/Professional%20Visual%20Studio%202017.pdf) - Liew V. Kiong (PDF)
### BeanShell
@ -458,6 +461,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) - Nick Parlante (PDF)
* [Essential C](https://www.programming-books.io/essential/c/) - Krzysztof Kowalczyk, StackOverflow Contributors
* [Everything you need to know about pointers in C - Peter Hosey](http://boredzo.org/pointers/)
* [Expert C Programming: Deep C Secrets](https://vdoc.pub/download/expert-c-programming-deep-c-secrets-13orlq6en7to) - Peter Van Der Linden (PDF)
* [Functional C (1997)](https://research.utwente.nl/files/5128727/book.pdf) - Pieter H. Hartel, Henk Muller (PDF)
* [Hashing](https://www.smashwords.com/books/view/737188) - Prakash Hegade
* [Introduction to Programming and Data Structures in C](https://codeahoy.com/learn/cprogramming/toc/) - CodeAhoy (HTML)
@ -645,6 +649,11 @@ Books on general-purpose programming that don't focus on a specific language are
* [Crystal for Rubyists](http://www.crystalforrubyists.com)
### CSS
* [Enduring CSS](https://ecss.benfrain.com/preface.html) - Ben Frain (HTML)
### CUDA
* [CUDA C Best Practices Guide](https://web.archive.org/web/20170517050133/https://docs.nvidia.com/pdf/CUDA_C_Best_Practices_Guide.pdf) - Nvidia (PDF) *(:card_file_box: archived)*
@ -1047,6 +1056,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [3D Programming in Java](http://www.mat.uniroma2.it/~picard/SMC/didattica/materiali_did/Java/Java_3D/Java_3D_Programming.pdf) - Daniel Selman (PDF)
* [A Practical Introduction to Data Structures and Algorithm Analysis Third Edition (Java Version)](https://people.cs.vt.edu/shaffer/Book/Java3e20100119.pdf) - Clifford A. Shaffer (PDF)
* [An Introduction to the USA Computing Olympiad, Java Edition](https://darrenyao.com/usacobook/java.pdf) - Darren Yao (PDF)
* [Advanced Java Programming](https://vdoc.pub/download/advanced-java-1fmo5etqh808) - Andriy Redko, Jitendra Patel, et al. (PDF)
* [Apache Jakarta Commons: Reusable Java Components](http://ptgmedia.pearsoncmg.com/images/0131478303/downloads/Iverson_book.pdf) - Will Iverson (PDF)
* [Artificial Intelligence - Foundations of Computational Agents, Second Edition](https://artint.info/2e/html/ArtInt2e.html) - David L. Poole, Alan K. Mackworth
* [Building Back-End Web Apps with Java, JPA and JSF](https://web-engineering.info/tech/JavaJpaJsf/book/) - Mircea Diaconescu, Gerd Wagner (HTML,PDF)