Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bacafe5

Browse files
committed
Fix formatting
1 parent 499260f commit bacafe5

29 files changed

+573
-573
lines changed

‎CONTRIBUTING.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Like this example:
3838
* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/)
3939

4040

41-
###DTrace
41+
###DTrace
4242
* [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
4343
* [Some Other Book](http://so.me/other/book.html)
4444

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#List of Free Learning Resources
2-
##Intro
1+
#List of Free Learning Resources
2+
##Intro
33
If you want to find a learning resource, you should definitely check out our site, [Free Learning Resources](http://resrc.io).
44
And for those who want to learn a computer language, you should check out these books on [reSRC.io](http://resrc.io/list/10/list-of-free-programming-books/) or on [github](/free-programming-books.md).
55
This list initially was a clone of [stackoverflow - List of Freely Available Programming Books](http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books/392926#392926) by George Stocker. Now updated, with dead links gone and new content.

‎free-courses-en.md‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###Index
1+
###Index
22
* [Assembly](#assembly)
33
* [C++](#c)
44
* [Databases](#databases)
@@ -13,63 +13,63 @@
1313
* [Ruby](#ruby)
1414

1515

16-
###Assembly
16+
###Assembly
1717
* [Introduction To Reverse Engineering Software](http://opensecuritytraining.info/IntroductionToReverseEngineering.html)
1818
* [Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration](http://opensecuritytraining.info/IntroX86.html)
1919

2020

21-
###C++
21+
###C++
2222
* [Google's C++ Course](https://developers.google.com/edu/c++/)
2323
* [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)
2424
* [LearnCpp.com C++ Tutorial](http://www.learncpp.com/)
2525

2626

27-
###Databases
27+
###Databases
2828
* [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware)
2929
* [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University)
3030

3131

32-
###Haskell
32+
###Haskell
3333
* [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey
3434
* [CS240h: Functional Systems in Haskell](http://www.scs.stanford.edu/11au-cs240h/notes/) - Bryan O'Sullivan
3535
* [C9 : Functional Programming Fundamentals](http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals) - Erik Meijer
3636

37-
###HTML / CSS
37+
###HTML / CSS
3838
* [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page)
3939
* [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/)
4040

4141

42-
###iOS
42+
###iOS
4343
* [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/)
4444
* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550)
4545

4646

47-
###Java
47+
###Java
4848
* [Central Connecticut State University, Introduction to CS Using Java](http://chortle.ccsu.edu/CS151/cs151java.html)
4949
* [Introduction to Java](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-092-introduction-to-programming-in-java-january-iap-2010/)
5050
* [Princeton Algorithms, Part 1](https://www.coursera.org/course/algs4partI)
5151
* [Princeton Algorithms, Part 2](https://www.coursera.org/course/algs4partII)
5252
* [Problem Solving With Java](https://www.udacity.com/course/cs046)
5353

5454

55-
###JS
55+
###JS
5656
* [Egghead.io](https://egghead.io/)
5757
* [LearnStreet Walkthrough](https://www.learnstreet.com/lessons/study/javascript)
5858

5959

60-
###OCaml
60+
###OCaml
6161
* [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/)
6262

6363

64-
###Oracle PL/SQL
64+
###Oracle PL/SQL
6565
* [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession.aspx)
6666

6767

68-
###Python
68+
###Python
6969
* [Berkeley's Structure and Interpretation of Computer Programs](http://www-inst.eecs.berkeley.edu/~cs61a/)
7070
* [Google's Python Course](https://developers.google.com/edu/python/)
7171
* [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) (MIT's opencourseware)
7272

7373

74-
###Ruby
74+
###Ruby
7575
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)

‎free-podcasts-screencasts-cs.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###Podcasty
1+
###Podcasty
22

33
* [CZpodcast](http://java.cz/article/czpodcast)
44
* [DevMinutes](http://devminutes.cz/)

‎free-podcasts-screencasts-en.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
###Index
1+
###Index
22
* [Ruby](#ruby)
33

44

5-
###Ruby
5+
###Ruby
66
* [Podcast] - [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails)
77
* [Podcast] - [ENVY LABS - Ruby5](http://ruby5.envylabs.com/)
88
* [Podcast] - [Ruby Rogues](http://rubyrogues.com/)

‎free-programming-books-az.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###Index
1+
###Index
22
* [Linux](#Linux)
33
* [C](#c)
44
* [JavaScript](#javascript)
@@ -7,20 +7,20 @@
77
* [CSS](#css)
88

99

10-
###Linux
10+
###Linux
1111
* [Linux](http://ilkaddimlar.com/Linux/Linux/18/Linux)
1212

13-
###C
13+
###C
1414
* [C Proqramlaşdırma Dilinə Giriş](http://ilkaddimlar.com/C-Proqramlasdirma-dili/428/Giris)
1515

16-
###JavaScript
16+
###JavaScript
1717
* [JavaScript Garden](http://ilkaddimlar.com/JavaScript/182/Obyekt-anlayisi)
1818

19-
###HTML
19+
###HTML
2020
* [HTML](http://ilkaddimlar.com/HTML/36/Esas-aletler-El-ile-islemeyi-oyrenirik)
2121

22-
###PHP
22+
###PHP
2323
* [PHP](http://ilkaddimlar.com/PHP/PHP/17/PHP)
2424

25-
###CSS
25+
###CSS
2626
* [CSS](http://ilkaddimlar.com/kateqoriya12/CSS)

‎free-programming-books-bg.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
###Index
1+
###Index
22
* [Въведение в програмирането, алгоритми](#Въведение в програмирането, алгоритми)
33

44

5-
###Въведение в програмирането, алгоритми
5+
###Въведение в програмирането, алгоритми
66
* [Въведение в програмирането със С#](http://www.introprogramming.info/wp-content/uploads/2011/07/Intro-CSharp-Book-1.00.pdf) - С. Наков
77
* [Програмиране = ++ Алгоритми](http://www.programirane.org/2013/02/free-download-algo-book-nakov-dobrikov/) - Преслав Наков и Панайот Добриков
88
* [Въведение в програмирането с Java](http://www.introprogramming.info/intro-java-book/read-online/) - С. Наков

‎free-programming-books-cs.md‎

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###Index
1+
###Index
22
* [Bash](#bash)
33
* [Git](#git)
44
* [Java](#java)
@@ -20,82 +20,82 @@
2020
* [XML](#xml)
2121

2222

23-
###Bash
23+
###Bash
2424
* [Bash očima Bohdana Milara](http://www.root.cz/knihy/bash-ocima-bohdana-milara/stahnout/980/) (PDF)
2525

2626

27-
###Java
27+
###Java
2828
* [Java 5.0, novinky jazyka a upgrade aplikací](http://www.root.cz/knihy/java-5-0-novinky-jazyka-a-upgrade-aplikaci/stahnout/1037/) (PDF)
2929

3030

31-
###Git
31+
###Git
3232
* [Pro Git](http://www.root.cz/knihy/pro-git/stahnout/1001/) (PDF)
3333

3434

35-
###Language Agnostic
36-
####Algoritmy a datové struktury
35+
###Language Agnostic
36+
####Algoritmy a datové struktury
3737
* [Základy algoritmizace](http://www.root.cz/knihy/zaklady-algoritmizace/stahnout/950/) (PDF)
3838

3939

40-
####Bezpečnost
40+
####Bezpečnost
4141
* [Báječný svět elektronického podpisu](http://www.root.cz/knihy/bajecny-svet-elektronickeho-podpisu/) (PDF)
4242

4343

44-
####Matematika
44+
####Matematika
4545
* [Diskrétní matematika](http://math.feld.cvut.cz/habala/teaching/dma.htm) - Petr Habala (PDFs)
4646
* [Lineární algebra](ftp://math.feld.cvut.cz/pub/olsak/linal/linal.pdf) - Petr Olšák (PDF)
4747
* [Matematika SŠ](http://www.realisticky.cz/ucebnice.php?id=3) - Martin Krynický (PDFs)
4848

4949

50-
####Právo
50+
####Právo
5151
* [Internet jako objekt práva](http://www.root.cz/knihy/internet-jako-objekt-prava/) (PDF)
5252

5353

54-
####Regulární výrazy
54+
####Regulární výrazy
5555
* [Regulární výrazy](http://www.root.cz/knihy/regularni-vyrazy/) (PDF)
5656

5757

58-
####Sítě
58+
####Sítě
5959
* [Internetový protokol IPv6](http://www.root.cz/knihy/internetovy-protokol-ipv6-treti-vydani/) (PDF)
6060

6161

62-
###LaTeX
62+
###LaTeX
6363
* [Ne příliš stručný úvod do systému LaTeX 2e](http://www.root.cz/knihy/ne-prilis-strucny-uvod-do-systemu-latex-2e/) (PDF)
6464

6565

66-
###Linux
66+
###Linux
6767
* [Linux: Dokumentační projekt](http://www.root.cz/knihy/linux-dokumentacni-projekt/) (PDF)
6868
* [Učebnice ABCLinuxu](http://www.root.cz/knihy/ucebnice-abclinuxu/) (PDF)
6969

7070

71-
####Distribuce
71+
####Distribuce
7272
* [Mandriva Linux 2008 CZ](http://www.root.cz/knihy/mandriva-linux-2008-cz/) (PDF)
7373
* [Gentoo Handbook česky](http://www.root.cz/knihy/gentoo-handbook-cesky/) (PDF)
7474
* [Instalace a konfigurace Debian Linuxu](http://www.root.cz/knihy/instalace-a-konfigurace-debian-linuxu/) (PDF)
7575
* [SUSE Linux: uživatelská příručka](http://www.root.cz/knihy/suse-linux-uzivatelska-prirucka/) (PDF)
7676
* [Příručka uživatele Fedora 17](http://www.root.cz/knihy/prirucka-uzivatele-fedora-17/) (PDF)
7777

7878

79-
###OpenSource
79+
###OpenSource
8080
* [Tvorba open source softwaru](http://www.root.cz/knihy/tvorba-open-source-softwaru/stahnout/1303/) (PDF)
8181
* [Katedrála a tržiště](http://www.root.cz/knihy/katedrala-a-trziste/) (PDF)
8282

83-
###PHP
83+
###PHP
8484
* [PHP Tvorba interaktivních internetových aplikací](http://www.kosek.cz/php/php-tvorba-interaktivnich-internetovych-aplikaci.pdf)
8585

86-
###Python
86+
###Python
8787
* [Ponořme se do Pythonu 3](http://www.root.cz/knihy/ponorme-se-do-pythonu-3/stahnout/1025/) (PDF)
8888
* [Učebnice jazyka Python](http://www.root.cz/knihy/ucebnice-jazyka-python/stahnout/920/) (PDF)
8989

9090

91-
###Ruby
91+
###Ruby
9292
* [Ruby Tutoriál](http://www.root.cz/knihy/ruby-tutorial/stahnout/924/) (PDF)
9393

9494

95-
###TeX
95+
###TeX
9696
* [TeXbook naruby](http://www.root.cz/knihy/texbook-naruby/) (PDF)
9797
* [První setkání s TeXem](http://www.root.cz/knihy/prvni-setkani-s-texem/) (PDF)
9898

9999

100-
###XML
100+
###XML
101101
* [XML pro každého](http://www.root.cz/knihy/xml-pro-kazdeho/) (PDF)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /