1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-28 04:19:00 +00:00

add materials about swift (#4106)

* add materials about swift

* fix spaces

* add new material

* fix build

* fix build

* fix build

* fix
This commit is contained in:
Eugene Lezov 2020-10-15 20:30:26 +02:00 committed by GitHub
parent 9918fed90d
commit 6d2ae14db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -64,6 +64,7 @@
* [Smalltalk](#smalltalk) * [Smalltalk](#smalltalk)
* [SQL](#sql) * [SQL](#sql)
* [PostgreSQL](#postgresql) * [PostgreSQL](#postgresql)
* [Swift](#swift)
* [TypeScript](#typescript) * [TypeScript](#typescript)
* [Unix](#unix) * [Unix](#unix)
* [Vim](#vim) * [Vim](#vim)
@ -518,6 +519,12 @@
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua) - А. Ю. Васильев * [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua) - А. Ю. Васильев
### Swift
* [Documentation](https://swift.org/documentation)
* [Документация и туториалы](https://swiftbook.ru)
### TypeScript ### TypeScript
* [Перевод официальной документации Typescript](http://typescript-lang.ru/docs/index.html) * [Перевод официальной документации Typescript](http://typescript-lang.ru/docs/index.html)