free-programming-books/books/free-programming-books-subjects.md
David Ordás 5324b9e3cf
fix: homogenize markdown across files using markdownlint rules (#6988)
* chore: homogenize C# table of content anchor (`#c-sharp` to `#csharp`)

* format: homogenize c# category title

right markdown escape instead of use HTML entities

* lint: fix `MD012/no-multiple-blanks` rule

Multiple consecutive blank lines [Expected: 2; Actual: 3]

* lint: fix `MD039/no-space-in-links`

Spaces inside link text

* lint: fix `MD009/no-trailing-spaces` rule

Trailing spaces [Expected: 0 or 4; Actual: 1]
Trailing spaces [Expected: 0 or 4; Actual: 2]

* lint: fix `MD006/ul-start-left` rule

* format: remove extra spaces between note tokens

* spell: fix lint `MD044/proper-names` rule

- HTML
- JavaScript
- YouTube

* spell: normalize to the most common `Index` heading

* lint: fix `MD007/ul-indent` rule

Unordered list indentation [Expected: 4; Actual: 2]

* format: escape pipes `|` from resources text

addresses #5176

* add Hesham Asem courses about machine and deep learning and nlp

* Expand the name of nlp section

* Change the order

* Revert "spell: normalize to the most common `Index` heading"

This reverts commit 4d6a74e7d7.

Co-authored-by: AhmedElTabarani <eltabaraniahmed@gmail.com>
2022-08-12 15:14:00 +02:00

80 KiB
Raw Blame History

BY SUBJECT

This list, organized by subject, is for books that cover a programming-related subject in a programming-language agnostic way.
Books that cover a specific programming language can be found in the BY PROGRAMMING LANGUAGE list.

Index

0 - Meta-Lists

Algorithms & Data Structures

Artificial Intelligence

Blockchain

Cellular Automata

Cloud Computing

Competitive Programming

Compiler Design

Computer Organization and Architecture

Computer Science

Computer Vision

Containers

Database

Datamining

Game Development

Graphics Programming

Graphical User Interfaces

Information Retrieval

Licensing

Machine Learning

Mathematics

Mathematics For Computer Science

Misc

Networking

Open Source Ecosystem

Operating Systems

Parallel Programming

Partial Evaluation

Professional Development

Programming Paradigms

Quantum Computing

Regular Expressions

Reverse Engineering

Search Engines

Security

Software Architecture

Standards

Theoretical Computer Science

Version Control Systems

Web Performance

Web Services

Workflow