1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-07 16:50:49 +00:00

Create free-courses-pl.md (#2854)

This commit is contained in:
Daniel Krupiński 2018-05-24 15:53:10 +02:00 committed by eshellman
parent ab5c85c4a2
commit 2d450c62da
3 changed files with 11 additions and 3 deletions

View File

@ -57,6 +57,7 @@ Please read [CONTRIBUTING](/CONTRIBUTING.md). If you're new to Github, [welcome]
+ [English](/free-courses-en.md)
+ [German](/free-courses-de.md)
+ [Italian](/free-courses-it.md)
+ [Polish](/free-courses-pl.md)
+ [Russian](/free-courses-ru.md)
+ [Spanish](/free-courses-es.md)
+ [Vietnamese](/free-courses-vi.md)

9
free-courses-pl.md Normal file
View File

@ -0,0 +1,9 @@
### Index
* [C++](#c-1)
### C++
* [Podejście obiektowe dla znających już podstawy C++ (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdozvOVheSRb_qPVU-4ZJA7uB) - Mirosław Zelent, Damian Stelmach
* [PROGRAMOWANIE W C++. KURS OD PODSTAW, DLA KAŻDEGO (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdoxx0Y5wzs7CFpmBzb40PaDo) - Mirosław Zelent, Damian Stelmach

View File

@ -68,8 +68,6 @@
* [Kurs C++](http://cpp0x.pl/kursy/Kurs-C++/1) - Piotr Szawdyński
* [Megatutorial "Od zera do gier kodera"](http://xion.org.pl/productions/texts/coding/megatutorial/) - Karol Kuczmarski
* [Podejście obiektowe dla znających już podstawy C++ (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdozvOVheSRb_qPVU-4ZJA7uB) - Mirosław Zelent, Damian Stelmach
* [PROGRAMOWANIE W C++. KURS OD PODSTAW, DLA KAŻDEGO (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdoxx0Y5wzs7CFpmBzb40PaDo) - Mirosław Zelent, Damian Stelmach
### Common Lisp