* adding a brazilian portuguese book
Linguagem Assembly: Introdução ao padrão Intel 8086
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* adding a brazilian portuguese book
Programação de Computadores com Linguagem Julia
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* adding a brazilian portuguese book
Linguagem LISP - Primeiros passos com Common LISP (CL)
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* adding a brazilian portuguese book
Academia da Tartaruga
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* adding a brazilian portuguese book
Linguagem Logo: Introdução com UCBLogo 6.2.2
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* adding a brazilian portuguese book
Programação de computadores para iniciantes com Small Basic
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* changing the url of the lisp book
from github to novo.manzano.pro.br
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* changing the small basic location
to under basic title
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* fixing julia title level
from 4 to 3
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* fixing number of blank lines
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* fixing the basic headings
removing small basic section
Co-Authored-By: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
---------
Co-authored-by: Augusto Manzano <81631170+J-AugustoManzano@users.noreply.github.com>
* Updating links and adding a resource for R
Added Tidy modelling with R and updating links to latest versions
* Remove trailing slash
* Apply suggestions from code review
Co-authored-by: Eric Hellman <eric@hellman.net>
---------
Co-authored-by: Eric Hellman <eric@hellman.net>
* Fix link symfony 5 and add link symfony 6
* Update books/free-programming-books-fr.md
Co-authored-by: Eric Hellman <eric@hellman.net>
---------
Co-authored-by: Eric Hellman <eric@hellman.net>
The old counter says the repository has 243,000+ stars, about 9,700 watchers, more than 7,100 commits, 1,900+ contributors, and 50,000+ forks. I updated this with the new statistics. Which is "271,000+ stars, about 9,700 watchers, more than 8,300 commits, 2,400+ contributors, and 54,000+ forks."
Hakush Pakush is a free, Kids, and beginner-friendly HTML ebook to start programming with Python. The author has described all the fundamental programming topics easily so the children can understand and have fun reading them.
* security: `set-output` cmd deprecated. Use `$GITHUB_OUTPUT` env file
To avoid untrusted logged data to use `save-state` and `set-output` workflow commands without the intention of the workflow author we have introduced a new set of environment files to manage state and output.
Starting 1st June 2023 workflows using `save-state` or `set-output` commands via stdout will fail with an error.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* chore: apply fix found at actions/stale#859
* test: fixing report escapes
* test: fixing report escapes
* test: fixing report escapes
* test: fixing report escapes
* test: fixing report escapes
* Update free-programming-books-subjects.md
I am the author of a new language-agnostic introduction-to-programming textbook, discovered this site, and would like to add my book. The use case I am thinking of is this:
A kid wants to learn to program, doesn't know which in language, and comes to this:
BY PROGRAMMING LANGUAGE
Originally, this list included a section called "Language Agnostic" for books about
programming subjects not restricted to a specific programming language. That
section got so big, we decided to split it into its own file, the BY SUBJECT file.
The kid in intrigued by the idea of learning programming in a language-agnostic manner, goes to BY SUBJECT, and but finds there a list of specialized and advanced-sounding topics. The kid just wants to learn to program, and not finding a suitable category in which to look, is encouraged thereby to return to BY PROGRAMMING LANGUAGE, pick a specific language, and go down that path.
Little did the kid suspect that there are language-agnostic introductory-programming texts in Theoretical Computer Science. It took Eric Hellman to point out to me that this is where such great language-agnostic introductory-programming texts as SICP/Ableson&Sussman are catalogued (Yes, SICP uses Scheme, but it isn't really about "How to Program in Scheme"). But the kid will never find SICP, because "Theoretic Computer Science" is an intimidating misnomer. (And furthermore, the category does include highly-theoretical books.) The kid has lost an opportunity, and has been led to believe that programming is all about learning one of the standard programming languages.
I am proposing to:
1. Rename the category "Language-Agnostic Introductory Programming / Theoretical Computer Science".
2. Move into alphabetical order in the list of subjects.
3. Insert my own book there.
My preference (frankly) would be to separate introductory programming textbooks from highly theoretical books, but (certainly, as a newcomer to the site) I don't propose such a step.
* New subject: "Programming"
Split "Theoretical Computer Science" into "Programming" and (the residual list) "Theoretical Computer Science".
Add my book to "Programming".
* Clarify where Language-Agnostic books went.
Add one sentence to the preamble clarifying where Language-Agnostic books went.
* Add an extra line
Added an extra line to fix a lint error
Added books "Algoritmos para Grafos (via Sedgewick)", "Uma Introdução Sucinta à Teoria dos Grafos", "Exercícios de Teoria dos Grafos", "Análise de Algoritmos", and "Minicurso de Análise de Algoritmos".
Added author name to "Projeto de Algoritmos".