mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 01:46:12 +00:00
5324b9e3cf
* 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>
67 lines
1.8 KiB
Markdown
67 lines
1.8 KiB
Markdown
### Index
|
||
|
||
* [ClosureScript](#clojurescript)
|
||
* [Haskell](#haskell)
|
||
* [HTML and CSS](#html-and-css)
|
||
* [Bootstrap](#bootstrap)
|
||
* [Java](#java)
|
||
* [JavaScript](#javascript)
|
||
* [Language Agnostic](#language-agnostic)
|
||
* [PHP](#php)
|
||
* [Python](#python)
|
||
* [Django](#django)
|
||
* [Ruby](#ruby)
|
||
|
||
|
||
### ClojureScript
|
||
|
||
* [Розплутаний ClojureScript](https://lambdabooks.github.io/clojurescript-unraveled) - Роман Лютіков (LambdaBooks)
|
||
|
||
|
||
### Haskell
|
||
|
||
* [Вивчити собі Хаскель на велике щастя!](http://haskell.trygub.com) - Міран Ліповача
|
||
|
||
|
||
### HTML and CSS
|
||
|
||
#### Bootstrap
|
||
|
||
* [Ознайомлення Bootstrap 3.3.2](http://twbs.docs.org.ua)
|
||
|
||
|
||
### Java
|
||
|
||
* [Програмування на Java для дітей, батьків, дідусів та бабусь](http://myflex.org/books/java4kids/java4kids.htm) - Яків Файн
|
||
|
||
|
||
### JavaScript
|
||
|
||
* [Розуміння ECMAScript 6](http://understandinges6.denysdovhan.com) - Денис Довгань (LambdaBooks)
|
||
|
||
|
||
### Language Agnostic
|
||
|
||
* [Дизайн патерни - просто, як двері](http://designpatterns.andriybuday.com) - А. Будай
|
||
|
||
|
||
### PHP
|
||
|
||
* [Symfony. Швидкий старт](https://symfony.com/doc/current/the-fast-track/uk/index.html) - Symfony SAS
|
||
* [Документація Laravel 8.x](https://www.docs-laravel.site/docs/8.x/) - Laravel.su
|
||
|
||
|
||
### Python
|
||
|
||
* [Пориньте у Python 3](https://uk.wikibooks.org/wiki/Пориньте_у_Python_3) - Марк Пілігрим
|
||
|
||
|
||
#### Django
|
||
|
||
* [Навчальний посібник Django Girls](https://tutorial.djangogirls.org/uk/) (1.11) (HTML)
|
||
|
||
|
||
### Ruby
|
||
|
||
* [Маленька книга про Ruby](https://lambdabooks.github.io/thelittlebookofruby) - Сергій Гіба (LambdaBooks)
|