Browse Source

Add bash (#2129)

With the new additions, I think there are enough videos to start a free-podcasts-screencasts-pl list and move them. But I'll merge these and create an issue, if polish readers agree then hopefully they'll contribute a PR.
* Add bash

and site from which I learned about webdev

* fix and add service similar to codecademy

* added high quality course on video

* alphabetize, delint

* more delinting
kompowiec2 8 years ago
parent
commit
d7e87f6352
1 changed files with 24 additions and 0 deletions
  1. 24 0
      free-programming-books-pl.md

+ 24 - 0
free-programming-books-pl.md

@@ -2,6 +2,7 @@
 
 * [0 - Niezależne od języka programowania](#0---niezale%C5%BCne-od-j%C4%99zyka-programowania)
 * [Android](#android)
+* [Bash](#bash)
 * [C](#c)
 * [C++](#c-1)
 * [Common Lisp](#common-lisp)
@@ -12,6 +13,7 @@
 * [Java](#java)
 * [JavaScript](#javascript)
 * [LaTeX](#latex)
+* [MySQL](#mysql)
 * [Perl](#perl)
 * [PHP](#php)
 * [Prolog](#prolog)
@@ -24,10 +26,13 @@
 ### 0 - Niezależne od języka programowania
 
 * [Git](https://pl.wikibooks.org/wiki/Git)
+* [Interaktywna platforma do nauki programowania](http://apki.org)
 * [Pisanie OS](https://pl.wikibooks.org/wiki/Pisanie_OS)
 * [Pro Git](http://git-scm.com/book/pl/)
+* [Programowanie webowe E14](https://www.youtube.com/playlist?list=PLOYHgt8dIdoxOp0wtNk9Sle5WUsBZc6kq)
 * [SVN](https://pl.wikibooks.org/wiki/Subversion)
 * [System kontroli wersji Subversion](http://www.gajdaw.pl/varia/subversion-system-kontroli-wersji-tutorial/)
+* [W obronie wolności](http://stallman.helion.pl)
 
 
 ### Android
@@ -36,6 +41,11 @@
 * [Przybornik pragmatycznego programisty Android](http://soldiersofmobile.com/przybornik/przybornik_8_02.pdf) (PDF)
 
 
+### Bash
+
+* [Kurs Bash'a](http://dief.republika.pl/kursbasha.tar.gz) (tar.gz)
+
+
 ### C
 
 * [Podstawy programowania Unixa/Linuxa](http://www.opcode.eu.org/programing/c_cpp/)
@@ -47,6 +57,8 @@
 
 * [Kurs C++](http://cpp0x.pl/kursy/Kurs-C++/1)
 * [Megatutorial "Od zera do gier kodera"](http://xion.org.pl/productions/texts/coding/megatutorial/)
+* [Podejście obiektowe dla znających już podstawy C++ (VIDEO)](https://www.youtube.com/watch?v=aDXjubGK0jU&list=PLOYHgt8dIdozvOVheSRb_qPVU-4ZJA7uB)
+* [PROGRAMOWANIE W C++. KURS OD PODSTAW, DLA KAŻDEGO (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdoxx0Y5wzs7CFpmBzb40PaDo)
 * [Zaawansowane C++](http://wazniak.mimuw.edu.pl/index.php?title=Zaawansowane_CPP)
 
 
@@ -62,6 +74,8 @@
 
 ### CSS
 
+* [Kaskadowe Arkusze Stylów](http://www.kurshtml.edu.pl/css/index.html)
+* [Kurs CSS. Wygląd strony www - kaskadowe arkusze stylów - Pasja informatyki (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdow6b2Qm3aTJbKT2BPo5iybv)
 * [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/)
 
 
@@ -72,6 +86,7 @@
 
 ### HTML
 
+* [HTML dla zielonych](http://www.kurshtml.edu.pl/html/zielony.html)
 * [KURS HTML](http://www.kurshtml.edu.pl)
 * [Moja pierwsza strona internetowa w HTML5 i CSS3](http://ferrante.pl/books/html/)
 
@@ -85,14 +100,22 @@
 
 * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/pl)
 * [JavaScript. I wszystko jasne](http://shebang.pl/kursy/wszystko-jasne/)
+* [Kurs JavaScript. Programowanie frontendowe (VIDEO)](https://www.youtube.com/playlist?list=PLOYHgt8dIdoxTUYuHS9ZYNlcJq5R3jBsC)
+* [Wstęp - JavaScript](http://www.kurshtml.edu.pl/js/index.html)
 
 
 ### LaTeX
 
+* [LaTeX kurs](http://www.latex-kurs.x25.pl)
 * [LaTeX. Książka kucharska](http://www.ptm.org.pl/latex-ksiazka-kucharska), Marcin Borkowski, Bartłomiej Przybylski
 * [Nie za krótkie wprowadzeniedo systemu LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/polish)
 
 
+### MySQL
+
+* [Kurs MySQL. Bazy danych, język zapytań SQL](https://www.youtube.com/playlist?list=PLOYHgt8dIdoymv-Wzvs8M-OsKFD31VTVZ)
+
+
 ### Perl
 
 * [Wikibooks Perl](https://pl.wikibooks.org/wiki/Perl)
@@ -101,6 +124,7 @@
 ### PHP
 
 * [Kurs PHP](http://phpkurs.pl)
+* [Kurs PHP. Programowanie backendowe](https://www.youtube.com/playlist?list=PLOYHgt8dIdox81dbm1JWXQbm2geG1V2uh)
 * [PHP](https://pl.wikibooks.org/wiki/PHP)
 * [PHP: The Right Way](http://pl.phptherightway.com)