Merge branch 'master' of https://github.com/vhf/free-programming-books
commit
61a3a7a24c
27 changed files with 2047 additions and 722 deletions
@ -0,0 +1,56 @@ |
||||
# Contribute to the lists |
||||
Hello dear friend, welcome! |
||||
This guide details how to contribute to this repository. |
||||
|
||||
|
||||
## Contributor license agreement |
||||
By submitting code you agree to the [LICENSE](https://github.com/vhf/free-programming-books/blob/master/LICENSE) of this repository. |
||||
|
||||
|
||||
## All the steps you need |
||||
1. First of all, what you want to add should be actually 'Free'. Don't mistake "An easy link to Download a book" with "Free". |
||||
2. If you don't know how to work with git or github, just simply go to [Wiki: Contribution](https://github.com/vhf/free-programming-books/wiki/Contribution) and read the rest. |
||||
3. We have 3 kinds of lists. Make sure you know where you're adding the link: |
||||
|
||||
+ **Books** : PDF, HTML, DJVU, ePub, a gitBook.io based site, a Git repo, etc. |
||||
+ **Courses** : A course is a well designed learning material which was made by an organized group and is availabe for a long time where there is no interactive tool embeded in the site. e.g.: [OpenCourseWare](http://ocw.mit.edu/), [PHPAcademy](https://phpacademy.org), etc. |
||||
+ **Interactive Tutorials** : An application which helps you learn, by actually typing syntax. e.g.: [Codecademy](http://www.codecademy.com/), [Try Github](http://try.github.io/), etc. |
||||
|
||||
4. We prefer small commits rather than one large commit in a pull request. If you don't have the time to make small commit, add an issue with all the links included and we'll add them for you. |
||||
5. Use our standard for formatting the .md file. Check it out: [Formatting](#formatting) |
||||
6. Please try to use alphabetic order. |
||||
|
||||
|
||||
### Formatting |
||||
+ All lists are ```.md``` files. Try to learn Github's Markdown syntax. It's simple! |
||||
+ All the lists start with an Index, the idea is to show all of sections and subsections there, so it's important to have an index for each section. Right now it's alphabetized, so please use alphabetic order. |
||||
+ Sections are using level 3 heading (in HTML is ```<h3>```, in Markdown is ```###```), and subsections are using level 4 (in HTML is ```<h4>```, in Markdown is ```####```). |
||||
|
||||
The idea is to have |
||||
+ ```2``` empty lines between last suggested book & new header |
||||
+ ```0``` empty line between header & first book of that very section. |
||||
+ ```0``` empty line between each book in 1 section. |
||||
+ ```1``` empty line at the end of each ```.md``` file. |
||||
|
||||
Like this example: |
||||
``` |
||||
[...] |
||||
* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/) |
||||
|
||||
|
||||
###DTrace |
||||
* [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) |
||||
* [Some Other Book](http://so.me/other/book.html) |
||||
|
||||
BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)(PDF) |
||||
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF) |
||||
|
||||
BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)- Robert |
||||
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) - Robert |
||||
|
||||
``` |
||||
|
||||
|
||||
And that's it! Simple, easy and lovely... |
||||
|
||||
We hope you contribute to this great repository. :+1: |
@ -1,60 +1,57 @@ |
||||
List of Free Learning Resources |
||||
=== |
||||
|
||||
Intro |
||||
--- |
||||
|
||||
If you want to find a Learning Resource, you should definitely check out our site, [Free Learning Resources](http://resrc.io). |
||||
#List of Free Learning Resources |
||||
##Intro |
||||
If you want to find a learning resource, you should definitely check out our site, [Free Learning Resources](http://resrc.io). |
||||
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). |
||||
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. |
||||
|
||||
Moved to GitHub for collaborative updating and for the purpose of reSRC.io : [List of Free Programming Books](http://resrc.io/list/10/list-of-free-programming-books/). |
||||
Moved to GitHub for collaborative updating and for the site mentioned above. |
||||
|
||||
|
||||
### How To Contribute |
||||
It's [easy](https://github.com/vhf/free-programming-books/wiki/Contribution). |
||||
It's [easy](https://github.com/vhf/free-programming-books/wiki/Contribution). Please read [CONTRIBUTING](/CONTRIBUTING.md). |
||||
- [Fork](https://help.github.com/articles/fork-a-repo) |
||||
- Edit |
||||
- Read the [TODO](/TODO.md) file(Adding new books is our #1 priority, but things like Alphabetizing are important, too.) |
||||
- [Edit](https://github.com/vhf/free-programming-books/edit/master/free-programming-books.md) (we prefer multiple small commits rather than one large change) |
||||
- [Send a PR](https://help.github.com/articles/using-pull-requests) |
||||
- be a Part of a job which over 13,000 people considered watching in less than 2 months. ;) |
||||
- be part of a project that over 25,000 people starred in 7 months. ;) |
||||
|
||||
**Again, unlike other projects, we prefer multiple small commits rather than one large change in a pull request - it's fine to have one PR, but please make sure your title reflects what you're changing**, thanks. |
||||
|
||||
### How to Share |
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://github.com/vhf/free-programming-books" data-size="large">Tweet</a> |
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> |
||||
|
||||
### How to Share |
||||
+ [Share on Twitter](http://twitter.com/home?status=https://github.com/vhf/free-programming-books%0AFree%20Programming%20Books) |
||||
+ [Share on Facebook](http://www.facebook.com/sharer/sharer.php?s=100&p[url]=https://github.com/vhf/free-programming-books&p[images][0]=&p[title]=Free%20Programming%20Books&p[summary]=) |
||||
+ [Share on Google Plus](https://plus.google.com/share?url=https://github.com/vhf/free-programming-books) |
||||
+ [Share on LinkedIn](http://www.linkedin.com/shareArticle?mini=true&url=https://github.com/vhf/free-programming-books&title=Free%20Programming%20Books&summary=&source=) |
||||
|
||||
### In Other Speaking Languages |
||||
|
||||
### In Other Spoken Languages |
||||
+ Bulgarian: [github](/free-programming-books-bg.md) |
||||
+ Chinese: [github](/free-programming-books-zh.md) |
||||
+ Czech: [github](/free-programming-books-cs.md) |
||||
+ French: [github](/free-programming-books-fr.md) or [site](http://resrc.io/list/33/livres-gratuits-sur-la-programmation/). |
||||
|
||||
The French list was based on <http://progdupeu.pl/forums/sujet/43/une-banque-de-liens>. |
||||
The French list was based on [this](http://progdupeu.pl/forums/sujet/43/une-banque-de-liens) page. |
||||
+ German: [github](/free-programming-books-de.md) |
||||
|
||||
+ Greek: [github](/free-programming-books-gr.md) |
||||
+ Hungarian: [github](/free-programming-books-hu.md) |
||||
+ Indonesian : [github](/free-programming-books-id.md) |
||||
+ Italian: [github](/free-programming-books-it.md) |
||||
|
||||
+ Japanese: [github](/free-programming-books-ja.md) |
||||
|
||||
+ Russian: [github](/free-programming-books-ru.md) |
||||
|
||||
+ Turkish: [github](/free-programming-books-tr.md) |
||||
|
||||
+ Chinese: [github](/free-programming-books-zh.md) |
||||
|
||||
+ Korean: [github](/free-programming-books-ko.md) |
||||
+ Persian/Farsi (Iran): [github](/free-programming-books-fa_IR.md) |
||||
+ Polish: [github](/free-programming-books-pl.md) |
||||
|
||||
+ Portuguese (Portugal): [github](/free-programming-books-pt_PT.md) |
||||
|
||||
+ Portuguese (Brazil): [github](/free-programming-books-pt_BR.md) |
||||
|
||||
+ Persian/Farsi (Iran): [github](/free-programming-books-fa_IR.md) |
||||
|
||||
+ Portuguese (Portugal): [github](/free-programming-books-pt_PT.md) |
||||
+ Romanian (Romania): [github](/free-programming-books-ro.md) |
||||
+ Russian: [github](/free-programming-books-ru.md) |
||||
+ Turkish: [github](/free-programming-books-tr.md) |
||||
+ Spanish: [github](/free-programming-books-es.md) |
||||
+ Ukrainian: [github](/free-programming-books-ua.md) |
||||
|
||||
+ Korean: [github](/free-programming-books-ko.md) |
||||
|
||||
+ Bulgarian: [github](/free-programming-books-bg.md) |
||||
### Noticeable lists from [reSRC](http://resrc.io/) |
||||
+ Free JavaScript frameworks resources and tutorials: [github](/javascript-frameworks-resources.md) or [site](http://resrc.io/list/18/javascript-frameworks/) |
||||
|
||||
### Noticable lists from [reSRC](http://resrc.io/) |
||||
|
||||
+ Free JavaScript frameworks resources and tutorials: [github](/javascript-frameworks-resources.md) or [site](http://resrc.io/list/18/javascript-frameworks/) |
||||
### Interactive Programming Resources |
||||
+ Free interactive programming tutorials: [github](/free-programming-interactive-tutorials-en.md) or [site](http://resrc.io/list/217/programming-interactive-tutorials/) |
||||
|
@ -0,0 +1,51 @@ |
||||
###Index |
||||
* [C++](#c) |
||||
* [Databases](#databases) |
||||
* [Haskell](#haskell) |
||||
* [HTML / CSS](#html--css) |
||||
* [JS](#js) |
||||
* [iOS](#ios) |
||||
* [Oracle PL/SQL](#oracle-plsql) |
||||
* [Python](#python) |
||||
* [Ruby](#ruby) |
||||
|
||||
###C++ |
||||
* [Google's C++ Course](https://developers.google.com/edu/c++/) |
||||
* [Introduction to C++] (http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware) |
||||
* [LearnCpp.com C++ Tutorial] (http://www.learncpp.com/) |
||||
|
||||
|
||||
|
||||
###Databases |
||||
* [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware) |
||||
* [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University) |
||||
|
||||
|
||||
###Haskell |
||||
* [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey |
||||
* [CS240h: Functional Systems in Haskell](http://www.scs.stanford.edu/11au-cs240h/notes/) - Bryan O'Sullivan |
||||
|
||||
|
||||
###HTML / CSS |
||||
* [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page) |
||||
* [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/) |
||||
|
||||
|
||||
###JS |
||||
* [Egghead.io](https://egghead.io/) |
||||
|
||||
|
||||
###iOS |
||||
* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) (slides and videos) - Stanford University |
||||
|
||||
|
||||
###Oracle PL/SQL |
||||
* [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession.aspx) |
||||
|
||||
|
||||
###Python |
||||
* [Google's Python Course](https://developers.google.com/edu/python/) |
||||
|
||||
|
||||
###Ruby |
||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) |
@ -1,10 +1,11 @@ |
||||
###Index |
||||
|
||||
* [Въведение в програмирането, алгоритми](#Въведение в програмирането, алгоритми) |
||||
|
||||
###Въведение в програмирането, алгоритми |
||||
|
||||
###Въведение в програмирането, алгоритми |
||||
* [Въведение в програмирането със С#](http://www.introprogramming.info/wp-content/uploads/2011/07/Intro-CSharp-Book-1.00.pdf) - С. Наков |
||||
* [Програмиране = ++ Алгоритми](http://www.programirane.org/2013/02/free-download-algo-book-nakov-dobrikov/) - Преслав Наков и Панайот Добриков |
||||
* [Въведение в програмирането с Java](http://www.introprogramming.info/intro-java-book/read-online/) - С. Наков |
||||
* [Немногократко въведениев LaTeX2ε](http://www.ctan.org/tex-archive/info/lshort/bulgarian) |
||||
* [Програмиране за .NET Framework](http://www.devbg.org/dotnetbook/) - С. Наков и колектив |
||||
* [Интернет програмиране с Java](http://www.nakov.com/books/inetjava/index.html) - С. Наков |
||||
|
@ -0,0 +1,101 @@ |
||||
###Index |
||||
* [Bash](#bash) |
||||
* [Git](#git) |
||||
* [Java](#java) |
||||
* [Language Agnostic](#language-agnostic) |
||||
* [Algoritmy a datové struktury](#algoritmy-a-datove-struktury) |
||||
* [Bezpečnost](#bezpecnost) |
||||
* [Matematika](#matematika) |
||||
* [Právo](#pravo) |
||||
* [Regulární výrazy](#regularni-vyrazy) |
||||
* [Sítě](#site) |
||||
* [LaTeX](#latex) |
||||
* [Linux](#linux) |
||||
* [Distribuce](#distribuce) |
||||
* [OpenSource](#opensource) |
||||
* [PHP](#php) |
||||
* [Python](#python) |
||||
* [Ruby](#ruby) |
||||
* [TeX](#tex) |
||||
* [XML](#xml) |
||||
|
||||
|
||||
###Bash |
||||
* [Bash očima Bohdana Milara](http://www.root.cz/knihy/bash-ocima-bohdana-milara/stahnout/980/) (PDF) |
||||
|
||||
|
||||
###Java |
||||
* [Java 5.0, novinky jazyka a upgrade aplikací](http://www.root.cz/knihy/java-5-0-novinky-jazyka-a-upgrade-aplikaci/stahnout/1037/) (PDF) |
||||
|
||||
|
||||
###Git |
||||
* [Pro Git](http://www.root.cz/knihy/pro-git/stahnout/1001/) (PDF) |
||||
|
||||
|
||||
###Language Agnostic |
||||
####Algoritmy a datové struktury |
||||
* [Základy algoritmizace](http://www.root.cz/knihy/zaklady-algoritmizace/stahnout/950/) (PDF) |
||||
|
||||
|
||||
####Bezpečnost |
||||
* [Báječný svět elektronického podpisu](http://www.root.cz/knihy/bajecny-svet-elektronickeho-podpisu/) (PDF) |
||||
|
||||
|
||||
####Matematika |
||||
* [Diskrétní matematika](http://math.feld.cvut.cz/habala/teaching/dma.htm) - Petr Habala (PDFs) |
||||
* [Lineární algebra](ftp://math.feld.cvut.cz/pub/olsak/linal/linal.pdf) - Petr Olšák (PDF) |
||||
* [Matematika SŠ](http://www.realisticky.cz/ucebnice.php?id=3) - Martin Krynický (PDFs) |
||||
|
||||
|
||||
####Právo |
||||
* [Internet jako objekt práva](http://www.root.cz/knihy/internet-jako-objekt-prava/) (PDF) |
||||
|
||||
|
||||
####Regulární výrazy |
||||
* [Regulární výrazy](http://www.root.cz/knihy/regularni-vyrazy/) (PDF) |
||||
|
||||
|
||||
####Sítě |
||||
* [Internetový protokol IPv6](http://www.root.cz/knihy/internetovy-protokol-ipv6-treti-vydani/) (PDF) |
||||
|
||||
|
||||
###LaTeX |
||||
* [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) |
||||
|
||||
|
||||
###Linux |
||||
* [Linux: Dokumentační projekt](http://www.root.cz/knihy/linux-dokumentacni-projekt/) (PDF) |
||||
* [Učebnice ABCLinuxu](http://www.root.cz/knihy/ucebnice-abclinuxu/) (PDF) |
||||
|
||||
|
||||
####Distribuce |
||||
* [Mandriva Linux 2008 CZ](http://www.root.cz/knihy/mandriva-linux-2008-cz/) (PDF) |
||||
* [Gentoo Handbook česky](http://www.root.cz/knihy/gentoo-handbook-cesky/) (PDF) |
||||
* [Instalace a konfigurace Debian Linuxu](http://www.root.cz/knihy/instalace-a-konfigurace-debian-linuxu/) (PDF) |
||||
* [SUSE Linux: uživatelská příručka](http://www.root.cz/knihy/suse-linux-uzivatelska-prirucka/) (PDF) |
||||
* [Příručka uživatele Fedora 17](http://www.root.cz/knihy/prirucka-uzivatele-fedora-17/) (PDF) |
||||
|
||||
|
||||
###OpenSource |
||||
* [Tvorba open source softwaru](http://www.root.cz/knihy/tvorba-open-source-softwaru/stahnout/1303/) (PDF) |
||||
* [Katedrála a tržiště](http://www.root.cz/knihy/katedrala-a-trziste/) (PDF) |
||||
|
||||
###PHP |
||||
* [PHP Tvorba interaktivních internetových aplikací](http://www.kosek.cz/php/php-tvorba-interaktivnich-internetovych-aplikaci.pdf) |
||||
|
||||
###Python |
||||
* [Ponořme se do Pythonu 3](http://www.root.cz/knihy/ponorme-se-do-pythonu-3/stahnout/1025/) (PDF) |
||||
* [Učebnice jazyka Python](http://www.root.cz/knihy/ucebnice-jazyka-python/stahnout/920/) (PDF) |
||||
|
||||
|
||||
###Ruby |
||||
* [Ruby Tutoriál](http://www.root.cz/knihy/ruby-tutorial/stahnout/924/) (PDF) |
||||
|
||||
|
||||
###TeX |
||||
* [TeXbook naruby](http://www.root.cz/knihy/texbook-naruby/) (PDF) |
||||
* [První setkání s TeXem](http://www.root.cz/knihy/prvni-setkani-s-texem/) (PDF) |
||||
|
||||
|
||||
###XML |
||||
* [XML pro každého](http://www.root.cz/knihy/xml-pro-kazdeho/) (PDF) |
@ -0,0 +1,14 @@ |
||||
###Index |
||||
* [C++](#c++) |
||||
* [Java](#java) |
||||
|
||||
|
||||
###C++ |
||||
* [Εισαγωγή στη C++](http://www.ebooks4greeks.gr/2011.Download_free-ebooks/Pliroforikis/glossa_programmatismoy_C++__eBooks4Greeks.gr.pdf) |
||||
|
||||
|
||||
###Java |
||||
* [Ηλεκτρονικό εγχειρίδιο της JAVA](http://www.ebooks4greeks.gr/wp-content/uploads/2013/04/java-2012-eBooks4Greeks.gr_.pdf) |
||||
* [Εισαγωγή στη Java](http://www.ebooks4greeks.gr/wp-content/uploads/2013/03/Java-free-book.pdf) |
||||
* [Σημειώσεις Java](http://www.ebooks4greeks.gr/wp-content/uploads/2013/03/shmeiwseis-Java-eBooks4Greeks.gr_.pdf) |
||||
* [Εισαγωγή στη γλώσσα προγραμματισμού JAVA](http://www.ebooks4greeks.gr/dowloads/Pliroforiki/Glosses.program./Java__Downloaded_from_eBooks4Greeks.gr.pdf) |
@ -0,0 +1,91 @@ |
||||
###Index |
||||
* [Programozási nyelv független](#programozasi-nyelv-fuggetlen) |
||||
* [Ada](#ada) |
||||
* [Arduino](#arduino) |
||||
* [C++](#c) |
||||
* [HTML / CSS](#html-css) |
||||
* [Java](#java) |
||||
* [LISP](#lisp) |
||||
* [.NET](#net) |
||||
* [PHP](#php) |
||||
* [PowerShell](#powershell) |
||||
* [Python](#python) |
||||
* [Windows Phone](#windows-phone) |
||||
|
||||
|
||||
###Programozási nyelv független |
||||
* [Adatmodellezés](http://mek.oszk.hu/11100/11144/index.phtml) - Halassy Béla (Word, PDF) |
||||
* [A hitelesítés-szolgáltatókkal szembeni bizalom erősítése](http://mek.oszk.hu/03900/03943/index.phtml) - Várnai Róbert (PDF) |
||||
* [Az adatbázistervezés alapjai és titkai](http://mek.oszk.hu/11100/11123/index.phtml) - Halassy Béla (Word, PDF) |
||||
* [Ember, információ, rendszer](http://mek.oszk.hu/11100/11122/index.phtml) - Halassy Béla (Word, PDF) |
||||
* [Formális nyelvek](http://mek.oszk.hu/05000/05099/index.phtml) - Bach Iván (PDF) |
||||
* [Kanban és Scrum mindkettőből a legjobbat](http://www.adaptiveconsulting.hu/dokumentumok) - Henrik Kniberg, Mattias Skarin, ford.: Csutorás Zoltán és Marhefka István (PDF) |
||||
* [Prognyelvek portál](http://nyelvek.inf.elte.hu/index.php) - Felelős oktató: Nyékyné Gaizler Judit (HTML) |
||||
* [Mese a felhasználó központú tervezőről](http://mek.oszk.hu/11700/11748/index.phtml) - David Travis, ford.: Favorit Fordító Iroda (PDF) |
||||
|
||||
|
||||
###Ada |
||||
* [Az Ada programozási nyelv](http://mek.oszk.hu/01200/01256/index.phtml) - Kozics Sándor (PDF) |
||||
|
||||
|
||||
###Arduino |
||||
* [Arduino programozási kézikönyv](http://avr.tavir.hu/) - Brian W. Evans írása alapján fordította, kiegészítette és frissítette Cseh Róbert (PDF - regisztráció szükséges) |
||||
|
||||
|
||||
###C++ |
||||
* [Fejlett programozási technikák](http://www.ms.sapientia.ro/~manyi/teaching/c++/cpp.pdf) - Antal Margit (PDF) |
||||
|
||||
|
||||
###HTML / CSS |
||||
* [CSS alapjai](http://weblabor.hu/cikkek/cssalapjai1) - Bártházi András (HTML) |
||||
* [Webes szabványok](http://nagygusztav.hu/webes-szabvanyok) - Chris Mills, Ben Buchanan, Tom Hughes-Croucher, Mark Norman "Norm" Francis, Linda Goin, Paul Haine, Jen Hanen, Benjamin Hawkes-Lewis, Ben Henick, Christian Heilmann, Roger Johansson, Peter-Paul Koch, Jonathan Lane, Tommy Olsson, Nicole Sullivan és Mike West, ford.: Nagy Gusztáv (PDF) |
||||
|
||||
|
||||
###Java |
||||
* [CORBA-alapú elosztott alkalmazások](http://mek.oszk.hu/01400/01404/index.phtml) - Csizmazia Balázs (PDF) |
||||
* [Fantasztikus programozás](http://mek.oszk.hu/00800/00889/index.phtml) - Bátfai Mária Erika, Bátfai Norbert (PDF) |
||||
* [Hálózati alkalmazások Java nyelven](http://mek.oszk.hu/01300/01304/index.phtml) - Csizmazia Anikó, Csizmazia Balázs (PDF) |
||||
* [Hálózati alkalmazások készítése: CORBA, Java, WWW](http://mek.oszk.hu/01700/01750/index.phtml) - Csizmazia Balázs (PS) |
||||
* [Java alapú webtechnológiák](http://www.ms.sapientia.ro/~manyi/index_java_techn.html) - Antal Margit (PDF) |
||||
* [Java programozás](http://nagygusztav.hu/java-programozas) - Nagy Gusztáv (PDF) |
||||
* [Objektumorientált programozás](http://www.ms.sapientia.ro/~manyi/teaching/oop/oop.pdf) - Antal Margit (PDF) |
||||
* [Programozás III.](http://www.sze.hu/~varjasin/oktat.html) - Varjasi Norbert (PDF) |
||||
* [RMI](http://mek.oszk.hu/01200/01263/index.phtml) - Dékány Dániel (PDF) |
||||
|
||||
|
||||
###LISP |
||||
* [A LISP programozási nyelv](http://mek.oszk.hu/07200/07258/index.phtml) - Zimányi Magdolna, Kálmán László, Fadgyas Tibor (PDF) |
||||
|
||||
|
||||
###Linux |
||||
* [A GNU/Linux programozása grafikus felületen](http://mek.oszk.hu/05500/05528/index.phtml) - Pere László (PDF) |
||||
* [GNU/Linux segédprogramok használata](http://mek.oszk.hu/08700/08742/index.phtml) - Terék Zsolt (PDF) |
||||
|
||||
|
||||
###.NET |
||||
* [C#](http://mek.oszk.hu/10300/10384/index.phtml) - Reiter István (PDF) |
||||
* [C# programozás lépésről lépésre](http://devportal.hu) - Reiter István (PDF) |
||||
* [Honlapépítés a XXI. században](http://mek.oszk.hu/10300/10392/index.phtml) - A WebMatrix csapat és Balássy György (PDF) |
||||
* [Silverlight 4](http://mek.oszk.hu/10300/10382/index.phtml) - Árvai Zoltán, Csala Péter, Fár Attila Gergő, Kopacz Botond, Reiter István, Tóth László (PDF) |
||||
|
||||
|
||||
###PHP |
||||
* [Drupal 7 alapismeretek](http://nagygusztav.hu/drupal-7-alapismeretek) - Nagy Gusztáv (PDF) |
||||
* [Drupal 6 alapismeretek](http://nagygusztav.hu/drupal-6-alapismeretek) - Nagy Gusztáv (PDF) |
||||
* [Webadatbázis-programozás](http://ade.web.elte.hu/wabp/index.html) - Horváth Győző, Tarcsi Ádám (HTML) |
||||
* [Web programozás alapismeretek](http://nagygusztav.hu/web-programozas) - Nagy Gusztáv (PDF) |
||||
|
||||
|
||||
###PowerShell |
||||
* [Microsoft PowerShell 2.0](http://mek.oszk.hu/10400/10402/index.phtml) - Soós Tibor (PDF) |
||||
|
||||
|
||||
###Python |
||||
* [Bevezetés a Pythonba példákkal](http://mek.oszk.hu/08400/08436/index.phtml) - Raphaël Marvie, ford.: Daróczy Péter (PDF) |
||||
* [Bevezetés a wxPythonba](http://mek.oszk.hu/08400/08446/index.phtml) - Jeremy Berthet, Gilles Doge, ford.: Daróczy Péter (PDF) |
||||
* [Python-programozás](http://blog.molnardenes.hu/python-programozas-1-alapfogalmak/) - Molnár Dénes (HTML) |
||||
* [Tanuljunk meg programozni Python nyelven](http://mek.oszk.hu/08400/08435/index.phtml) - Gérard Swinnen, ford.: Daróczy Péter (PDF, ODT) |
||||
|
||||
|
||||
###Windows Phone |
||||
* [Windows Phone fejlesztés lépésről lépésre](http://mek.oszk.hu/10300/10393) - Árvai Zoltán, Fár Attila Gergő, Farkas Bálint, Fülöp Dávid, Komjáthy Szabolcs, Turóczi Attila, Velvárt András (PDF) |
@ -0,0 +1,16 @@ |
||||
###Index |
||||
|
||||
* [HTML & CSS](#html-css) |
||||
* [Javascript](#javascript) |
||||
* [PHP](#php) |
||||
|
||||
###html-css |
||||
* [Belajar HTML dan CSS](http://www.ariona.net/ebook-belajar-html-dan-css/) |
||||
|
||||
###javascript |
||||
* [Mengenal Javascript](http://masputih.com/2013/01/ebook-gratis-mengenal-javascript) |
||||
|
||||
###php |
||||
* [Tutorial Ebook PHP](http://adf.ly/1847642/http://www.4shared.com/rar/CtmMQ24E/Ebook_Tutorial_PHP.html) |
||||
|
||||
|
@ -1,23 +1,39 @@ |
||||
###Index |
||||
* [Assembly Language](#assembly-language) |
||||
* [GIT](#git) |
||||
* [Go](#go) |
||||
* [HTML5](#html5) |
||||
* [JavaScript](#javascript) |
||||
* [Node.js](#nodejs) |
||||
* [LaTeX](#latex) |
||||
|
||||
|
||||
###Assembly Language |
||||
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter |
||||
|
||||
|
||||
###GIT |
||||
* [Pro Git 한글 번역](http://git-scm.com/book/ko/) |
||||
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) |
||||
|
||||
|
||||
###Go |
||||
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html) |
||||
* [Go Tour 한글 번역](http://go-tour-kr.appspot.com) |
||||
|
||||
|
||||
###HTML5 |
||||
* [HTML5, CSS and Javascript](http://fromyou.tistory.com/581) |
||||
|
||||
|
||||
###JavaScript |
||||
* [Backbone.js API 한글 번역 v0.9.2](http://iwidgets.kr/document/backbonejs.html) |
||||
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko) |
||||
|
||||
###LaTeX |
||||
|
||||
###LaTeX |
||||
* [The Not So short Introduction to LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/korean) |
||||
|
||||
|
||||
####Node.js |
||||
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/) |
@ -0,0 +1,42 @@ |
||||
###Index |
||||
* [Ajaxa](#ajax) |
||||
* [CSS](#css) |
||||
* [HTML](#hmtl) |
||||
* [Java](#java) |
||||
* [JavaScript](#javascript) |
||||
* [MySQL](#mysql) |
||||
* [PHP](#php) |
||||
* [XHTML](#xhtml) |
||||
|
||||
|
||||
###Ajax |
||||
* [Ajax](http://etutoriale.ro/articles/1483/1/Tutorial-Ajax/) |
||||
|
||||
|
||||
###CSS |
||||
* [CSS](http://www.tutorialeweb.net/css/) |
||||
|
||||
|
||||
###HMTL |
||||
* [HTML](http://tutorialehtml.com/htmlt) |
||||
|
||||
|
||||
###Java |
||||
* [Curs practic de Java](http://web.info.uvt.ro/~iordan/PIII/Cristian_Frasinaru-Curs_practic_de_Java.pdf) - Cristian Frasinaru [PDF] |
||||
|
||||
|
||||
###JavaScript |
||||
* [JavaScript](http://www.tutorialeweb.net/javascript/) |
||||
|
||||
|
||||
###MySQL |
||||
* [MySQL](http://profs.info.uaic.ro/~busaco/teach/courses/net/docs/mysql-ro.pdf) |
||||
|
||||
|
||||
###PHP |
||||
* [PHP](http://www.tutorialeweb.net/php/) |
||||
* [PHP](http://php.punctsivirgula.ro) |
||||
|
||||
|
||||
###XHTML |
||||
* [XHTML](http://www.tutorialeweb.net/xhtml/) |
@ -1,107 +1,214 @@ |
||||
###Index |
||||
* [Списки книг](#meta-lists) |
||||
* [Language Agnostic](#language-agnostic) |
||||
* [Cloud Computing](#cloud-computing) |
||||
* [Networking](#networking) |
||||
* [Open Source Ecosystem](#open-source-ecosystem) |
||||
* [Programming Paradigms](#programming-paradigms) |
||||
* [Assembly](#assembly) |
||||
* [Bash](#bash) |
||||
* [C](#c) |
||||
* [C++](#c-1) |
||||
* [CoffeeScript](#coffeescript) |
||||
* [Git](#git) |
||||
* [Erlang](#erlang) |
||||
* [Haskell](#haskell) |
||||
* [Java](#java) |
||||
* [JavaScript](#javascript) |
||||
* [Node.js](#nodejs) |
||||
* [LaTeX](#latex) |
||||
* [Lisp](#lisp) |
||||
* [MetaPost](#metapost) |
||||
* [Node.js](#node.js) |
||||
* [Misc](#misc) |
||||
* [NoSQL](#nosql) |
||||
* [Perl](#perl) |
||||
* [PHP](#php) |
||||
* [Python](#python) |
||||
* [PostgreSQL](#postgresql) |
||||
* [R](#r) |
||||
* [Reverse engineering](#reverse-engineering) |
||||
* [Ruby](#ruby) |
||||
* [RSpec](#rspec) |
||||
* [Ruby on Rails](#ruby-on-rails) |
||||
* [Scala](#scala) |
||||
* [Scilab](#scilab) |
||||
* [SQL](#sql) |
||||
* [Smalltalk](#smalltalk) |
||||
* [Unix](#unix) |
||||
* [Vim](#vim) |
||||
* [Параллельные технологии](#parallel) |
||||
|
||||
###Language Agnostic |
||||
|
||||
###Language Agnostic |
||||
* [Scrum и XP: заметки с передовой](http://scrum.org.ua/wp-content/uploads/2008/12/scrum_xp-from-the-trenches-rus-final.pdf) |
||||
* [Эффективные алгоритмы и сложность вычислений](http://discopal.ispras.ru/Ru.book-advanced-algorithms.htm) - Н. Н. Кузюрин, С. А. Фомин |
||||
* [E-maxx.ru: Сборник алгоритмов с примерами на C++](http://e-maxx.ru/upload/e-maxx_algo.pdf) |
||||
* [Занимательное программирование. Самоучитель](http://padabum.com/x.php?id=35055) - Мозговой М.В. |
||||
|
||||
###Bash |
||||
|
||||
####Networking |
||||
* [TCP/IP Крупным планом](http://www.soslan.ru/tcp/) |
||||
|
||||
|
||||
####Open Source Ecosytem |
||||
* [Архитектура приложений с открытым исходным кодом](http://rus-linux.net/MyLDP/BOOKS/Architecture-Open-Source-Applications/index.html) |
||||
|
||||
|
||||
####Cloud Computing |
||||
* [Разработка мультитенантных приложений для облака, издание 3-е](http://www.microsoft.com/ru-ru/download/details.aspx?id=29263) |
||||
|
||||
|
||||
####Programming Paradigms |
||||
* [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison |
||||
* [Практика функционального программирования](http://fprog.ru) - журнал |
||||
|
||||
|
||||
###Assembly |
||||
* [Программирование на языке ассемблера NASM для ОС Unix](http://www.stolyarov.info/books/pdf/nasm_unix.pdf) |
||||
* [Ассемблер для чайников](http://av-assembler.ru/asm/afd/assembler-for-dummy.htm) |
||||
* [Ассемблер в Linux для программистов C](http://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C) |
||||
|
||||
|
||||
###Bash |
||||
* [Advanced Bash-Scripting Guide](http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html) |
||||
|
||||
|
||||
###CoffeeScript |
||||
###C |
||||
* [Особенности языка C. Учебное пособие](http://younglinux.info/sites/default/files/programmingC.pdf) |
||||
* [Си/Си++. От дилетанта до профессионала](http://ermak.cs.nstu.ru/cprog/html/) - Романов Е.Л. |
||||
* [Язык Си в примерах](http://ru.wikibooks.org/wiki/Язык_Си_в_примерах) |
||||
|
||||
|
||||
###C++ |
||||
|
||||
* [Введение в язык программирования С++](http://lib.ru/CPPHB/cpptut.txt_with-big-pictures.html) - Бьерн Страуструп |
||||
* [Справочное руководство по C++](http://lib.ru/CPPHB/cppref.txt_with-big-pictures.html) - Бьерн Страуструп |
||||
* [Вводный курс по объектно-ориентированному программированию на языке Си++](http://ru.wikibooks.org/wiki/Си-плюс-плюс) |
||||
|
||||
|
||||
###CoffeeScript |
||||
* [Документация CoffeeScript](http://cidocs.ru/coffeescript/) |
||||
|
||||
|
||||
###Java |
||||
* [Java Programming for Kids, Parents and Grandparents](http://myflex.org/books/java4kids/java4kids.htm) - Yakov Fain |
||||
|
||||
|
||||
###JavaScript |
||||
* [Современный учебник JavaScript](http://learn.javascript.ru) |
||||
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) - Иво Ветцель |
||||
* [Паттерны для масштабируемых JavaScript-приложений](http://largescalejs.ru) - Эдди Османи |
||||
|
||||
* [Современный учебник JavaScript](http://learn.javascript.ru/) |
||||
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) |
||||
|
||||
###Git |
||||
####Node.js |
||||
* [Node.js для начинающих](http://nodebeginner.ru) |
||||
|
||||
|
||||
###Git |
||||
* [Простое руководство по работе с Git](http://rogerdudler.github.io/git-guide/index.ru.html) |
||||
* [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/) |
||||
* [Pro Git](http://git-scm.com/book/ru) |
||||
|
||||
|
||||
###LaTeX |
||||
###Erlang |
||||
* [Программирование на Эрланге](https://github.com/dyp2000/Russian-Armstrong-Erlang) - Джо Армстронг |
||||
|
||||
|
||||
###Haskell |
||||
* [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен |
||||
* [О Haskell по-человечески](http://ohaskell.ru/) - Денис Шевченко |
||||
|
||||
|
||||
###LaTeX |
||||
* [LaTeX, GNU/Linux и русский стиль (сборник статей)](http://www.inp.nsk.su/~baldin/LaTeX/index.html) |
||||
|
||||
|
||||
###Lisp |
||||
|
||||
* [Lisp In Small Pieces (translation)](https://github.com/ilammy/lisp) |
||||
|
||||
|
||||
###MetaPost |
||||
|
||||
* [Создание иллюстраций в MetaPost](http://www.inp.nsk.su/~baldin/mpost/index.html) |
||||
|
||||
|
||||
###Node.js |
||||
|
||||
* [Node.js для начинающих](http://nodebeginner.ru) |
||||
|
||||
###Misc |
||||
* [Не мешайте мне работать!](http://motivateme.ru/book/) - Стас Давыдов |
||||
|
||||
###NoSQL |
||||
|
||||
* [Маленькая книга о MongoDB](http://jsman.ru/mongo-book/index.html) |
||||
* [Маленькая книга о Redis](https://github.com/kondratovich/the-little-redis-book/blob/master/ru/redis.md) |
||||
|
||||
|
||||
###Perl |
||||
* [Введение в Perl](http://www.opennet.ru/docs/RUS/perl-maslov/) - Маслов Владимир Викторович |
||||
* [Краткий экскурс в Perl-программирование](http://www.opennet.ru/docs/RUS/perl_help/) - Докучаев Дмитрий |
||||
* [Pragmatic Perl](http://pragmaticperl.com) - журнал |
||||
|
||||
* [Pragmatic Perl (журнал)](http://pragmaticperl.com/) |
||||
|
||||
###PHP |
||||
* [Руководство по PHP](http://docs.php.net/manual/ru/) |
||||
* [PHP: Правильный Путь](http://getjump.github.io/ru-php-the-right-way/) |
||||
* [Самоучитель (учебник) по PHP](http://www.php-s.ru/self-teacher/) |
||||
|
||||
###R |
||||
|
||||
###Python |
||||
* [Вглубь языка Python](http://ru.diveintopython.net/toc.html) |
||||
* [Укус Питона](http://wombat.org.ua/AByteOfPython/) - Swaroop C H |
||||
* [Учебник Python 2.6](http://ru.wikibooks.org/wiki/Учебник_Python_2.6) |
||||
|
||||
|
||||
###PostgreSQL |
||||
* [Работа с PostgreSQL - настройка и масштабирование](http://postgresql.leopard.in.ua) |
||||
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) |
||||
|
||||
|
||||
###R |
||||
* [Анализ данных с R](http://www.inp.nsk.su/~baldin/DataAnalysis/index.html) |
||||
* [Рандомизация и бутстреп: статистический анализ в биологии и экологии с использованием R.](http://www.ievbras.ru/ecostat/Kiril/Article/A32/Starb.pdf) (PDF) |
||||
|
||||
|
||||
###Reverse engineering |
||||
* [Введение в reverse engineering для начинающих](https://github.com/dennis714/RE-for-beginners) |
||||
|
||||
|
||||
###Ruby |
||||
* [Ruby за двадцать минут](https://www.ruby-lang.org/ru/documentation/quickstart/) |
||||
* [Ruby](https://github.com/Krugloff/rus_ruby_book) - Круглов А. |
||||
* [Ruby](http://ru.wikibooks.org/wiki/Ruby) - Викиучебник |
||||
* [Учись программировать](http://www.shokhirev.com/mikhail/ruby/ltp/title.html) - Крис Пайн |
||||
|
||||
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book) |
||||
|
||||
###RSpec |
||||
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru) |
||||
|
||||
|
||||
###Ruby on Rails |
||||
* [Ruby on Rails Tutorial. Изучение Rails на Примерах](http://railstutorial.ru/chapters/4_0/beginning) Майкл Хартл |
||||
* [Ruby on Rails по-русски](http://rusrails.ru) |
||||
|
||||
* [Ruby on Rails Guides](http://rusrails.ru) |
||||
* [Ruby on Rails Tutorial](http://railstutorial.ru/) |
||||
|
||||
###Scilab |
||||
###Scala |
||||
* [Effective Scala](http://twitter.github.io/effectivescala/index-ru.html) - Marius Eriksen |
||||
* [Scala Школа!](http://twitter.github.io/scala_school/ru/) - Twitter |
||||
|
||||
|
||||
###Scilab |
||||
* [Введение в Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) |
||||
* [Программирование в Scilab](http://forge.scilab.org/index.php/p/docprogscilab/downloads/) |
||||
|
||||
###SQL |
||||
|
||||
* [Работа с PostgreSQL: настройка и масштабирование](http://postgresql.leopard.in.ua/) |
||||
* [История о PostgreSQL](http://www.inp.nsk.su/~baldin/PostgreSQL/index.html) |
||||
###Smalltalk |
||||
* [Смолток: Язык и его реализация](https://sites.google.com/site/polyglotsqueak/) - Адэль Голдберг, Дэвид Робсон |
||||
|
||||
###Parallel |
||||
|
||||
###Unix |
||||
* [Архитектура операционной системы Unix](http://lib.ru/BACH/) |
||||
* [Введение в системное администрирование UNIX](http://lib.ru/unixhelp/) - Мошков. М |
||||
* [Linux From Scratch (version 6.8)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html) |
||||
* [Beyond Linux From Scratch (version 2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html) |
||||
|
||||
|
||||
###Vim |
||||
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf) |
||||
* [Поваренная Книга Vim](http://www.opennet.ru/docs/RUS/vim_cookbook/) - Steve Oualline |
||||
|
||||
###Parallel |
||||
* [Параллельные технологии](http://www.inp.nsk.su/~baldin/Parallel/index.html) |
||||
|
@ -1,12 +1,60 @@ |
||||
###Index |
||||
* [C](#c) |
||||
* [D](#d) |
||||
* [Fortran](#fortran) |
||||
* [Git](#git) |
||||
* [Go](#go) |
||||
* [Java](#java) |
||||
* [JavaScript](#javascript) |
||||
* [LaTeX](#latex) |
||||
* [Linux](#linux) |
||||
* [Matlab](#matlab) |
||||
* [PHP](#php) |
||||
* [Python](#python) |
||||
* [Rust](#rust) |
||||
|
||||
###C |
||||
* [C Programlama Diline Giris](http://www1.gantep.edu.tr/~bingul/c/index.php) |
||||
* [Sistem Programlama ve İleri C Uygulamaları Kurs Notları](http://www.kaanaslan.com/resource/course_note/download_file.php?file_id=16) |
||||
|
||||
###D |
||||
|
||||
###D |
||||
* [D Programlama Dili](http://ddili.org/ders/d/D_Programlama_Dili.pdf) |
||||
|
||||
### |
||||
|
||||
###Fortran |
||||
* [Fortran Programlama Dili](http://www1.gantep.edu.tr/~bingul/f95/index.php) |
||||
|
||||
|
||||
###Git |
||||
* [git - basit rehber](http://rogerdudler.github.io/git-guide/index.tr.html) |
||||
|
||||
###Go |
||||
* [Go Turu](http://tur.a.golang.org.tr) |
||||
|
||||
###Java |
||||
* [Java Yazılım Tasarımı](http://tdsoftware.net/2011/09/23/java-yazalim-tasarimi-kitabi-pdf/) |
||||
|
||||
###JavaScript |
||||
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/tr) |
||||
|
||||
|
||||
###LaTeX |
||||
* [İnce bir LaTeX2ε Elkitabı](http://www.ctan.org/tex-archive/info/lshort/turkish) |
||||
|
||||
###Linux |
||||
* [UNIX/Linux Sistem Programlama Kurs Notları](http://www.kaanaslan.com/resource/course_note/course_note.php) |
||||
|
||||
###Matlab |
||||
* [Matlab Programlamaya Giris](http://ismailari.com/blog/matlab-programlamaya-giris/) |
||||
|
||||
###PHP |
||||
* [PHP - Laravel 4 Türkçe Dokumantasyon](https://leanpub.com/laravel4-tr) |
||||
|
||||
|
||||
###Python |
||||
* [Python ile Programlama](http://belgeler.istihza.com/py3/) |
||||
* [Bilgisayar Bilimcisi Gibi Düşünmek](http://yzgrafik.ege.edu.tr/~tekrei/dersler/bbgd_p/BBGD_PIO.pdf) |
||||
|
||||
###Rust |
||||
* [Rust'a Giriş](http://bit.ly/rustagiris) |
||||
|
@ -0,0 +1,6 @@ |
||||
###Index |
||||
* [Language Agnostic](#language-agnostic) |
||||
|
||||
|
||||
###Language Agnostic |
||||
* [Дизайн патерни - просто, як двері](http://designpatterns.andriybuday.com/) - А. Будай |
@ -1,30 +1,96 @@ |
||||
###目录 |
||||
* [在线教育](#在线教育) |
||||
* [软件开发方法](#%e8%bd%af%e4%bb%b6%e5%bc%80%e5%8f%91%e6%96%b9%e6%b3%95) |
||||
* [操作系统](#操作系统) |
||||
* [HTML / CSS](#html--css) |
||||
* [Git](#git) |
||||
* [版本控制](#版本控制) |
||||
* [Ruby](#ruby) |
||||
* [JavaScript](#javascript) |
||||
* [LaTeX](#latex) |
||||
* [LISP](#lisp) |
||||
* [Haskell](#haskell) |
||||
* [Scala](#scala) |
||||
* [Shell](#shell) |
||||
* [Database](#database) |
||||
* [Golang](#golang) |
||||
* [Python](#python) |
||||
* [Visual Prolog](#visual-prolog) |
||||
|
||||
|
||||
###在线教育 |
||||
* [MIT OCW -- 麻省理工学院“开放式课程网页”](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/) |
||||
* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh) |
||||
* [Udacity](https://www.udacity.com/) |
||||
* [xuetangX](https://www.xuetangx.com/) |
||||
* [Codecademy](http://www.codecademy.com/?locale_code=zh) |
||||
* [CodeSchool](https://www.codeschool.com/) |
||||
|
||||
|
||||
###软件开发方法 |
||||
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches) |
||||
* [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) |
||||
|
||||
###操作系统 |
||||
* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml) |
||||
|
||||
###HTML / CSS |
||||
* [学习CSS布局](http://zh.learnlayout.com/) |
||||
|
||||
###Git |
||||
|
||||
###版本控制 |
||||
* [Pro Git](http://git-scm.com/book/zh) |
||||
* [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) |
||||
* [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html) |
||||
* [Git 参考手册](http://gitref.justjavac.com/) |
||||
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html) |
||||
|
||||
|
||||
### Ruby |
||||
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md) |
||||
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md) |
||||
* [笨方法学 Ruby](http://lrthw.github.io/) |
||||
* [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org/) |
||||
|
||||
|
||||
###Javascript |
||||
* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/) |
||||
* [Javascript 原理](http://typeof.net/s/jsmech/), by Belleve Invis. |
||||
|
||||
|
||||
###LaTeX |
||||
* [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn) |
||||
|
||||
|
||||
### LISP |
||||
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/) |
||||
|
||||
|
||||
### Haskell |
||||
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/) |
||||
* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/) |
||||
|
||||
|
||||
### Scala |
||||
* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html) - Marius Eriksen |
||||
* [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程) |
||||
|
||||
|
||||
### Shell |
||||
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md) |
||||
|
||||
|
||||
### Database |
||||
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn) |
||||
* [Redis 设计与实现](http://www.redisbook.com) |
||||
|
||||
### Golang |
||||
* [Go Web编程](https://github.com/astaxie/build-web-application-with-golang) |
||||
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) |
||||
|
||||
### Python |
||||
* [深入Python](http://woodpecker.org.cn/diveintopython/) |
||||
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/) |
||||
|
||||
### Visual Prolog |
||||
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese) |
||||
* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese) |
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,107 @@ |
||||
###Bash |
||||
* [Learn Shell Programming](http://www.learnshell.org) |
||||
|
||||
|
||||
###C |
||||
* [Learn C](http://www.learn-c.org/) |
||||
|
||||
|
||||
###C# |
||||
* [Learn C#](http://www.learncs.org/) |
||||
|
||||
|
||||
###Clojure |
||||
* [Clojure Koans](http://clojurekoans.com/) |
||||
* [ClojureScript Koans](http://clojurescriptkoans.com/) |
||||
* [Try Clojure](http://tryclj.com/) |
||||
|
||||
|
||||
###CoffeeScript |
||||
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html) |
||||
|
||||
|
||||
###Erlang |
||||
* [Try Erlang](http://www.tryerlang.org/) |
||||
|
||||
|
||||
###F# |
||||
* [Try F#](http://www.tryfsharp.org/) |
||||
|
||||
|
||||
###Git |
||||
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell) |
||||
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/) |
||||
* [Try Git](http://try.github.io) |
||||
|
||||
|
||||
###Go |
||||
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html) |
||||
|
||||
|
||||
###Haskell |
||||
* [Try Haskell!](http://tryhaskell.org/) |
||||
|
||||
|
||||
###Java |
||||
* [Learn Java](http://www.learnjavaonline.org/) |
||||
|
||||
|
||||
###JavaScript |
||||
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/) |
||||
* [Learn JavaScript](http://www.learn-js.org/) |
||||
* [Learn knockout.js](http://learn.knockoutjs.com) |
||||
* [Try jQuery](http://try.jquery.com/) |
||||
|
||||
|
||||
###Lisp |
||||
* [Lisp Koans](https://github.com/google/lisp-koans) |
||||
|
||||
|
||||
###MATLAB |
||||
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials) |
||||
|
||||
|
||||
###Node |
||||
* [Node School](http://nodeschool.io/) |
||||
|
||||
|
||||
###NoSQL |
||||
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans) |
||||
* [Try Redis](http://try.redis.io/) |
||||
|
||||
|
||||
###Objective-C |
||||
* [Try Objective-C](http://tryobjectivec.codeschool.com) |
||||
|
||||
|
||||
###Ocaml |
||||
* [Try Ocaml](http://try.ocamlpro.com/) |
||||
|
||||
|
||||
###PHP |
||||
* [Learn PHP](http://www.learn-php.org/) |
||||
|
||||
|
||||
###Python |
||||
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) |
||||
* [Learn Python](http://www.learnpython.org/) |
||||
* [Python Koans](https://github.com/gregmalcolm/python_koans) |
||||
|
||||
|
||||
###R |
||||
* [Try R](http://tryr.codeschool.com) |
||||
|
||||
|
||||
###Ruby |
||||
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby) |
||||
* [Ruby Koans](http://www.rubykoans.com/) |
||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) |
||||
* [Try Ruby](http://tryruby.org/) |
||||
|
||||
|
||||
###Scala |
||||
* [Scala Tour](http://www.scala-tour.com/) |
||||
|
||||
|
||||
###Vim |
||||
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html) |
Loading…
Reference in new issue