free-programming-books-ko.md 1.9 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2
* [Assembly Language](#assembly-language)
M
minsOne 已提交
3
* [GIT](#git)
4
* [Go](#go)
M
minsOne 已提交
5
* [HTML5](#html5)
M
minsOne 已提交
6
* [JavaScript](#javascript)
M
minsOne 已提交
7
    * [Node.js](#nodejs)
M
Mojtahedi 已提交
8
* [LaTeX](#latex)
9
* [Ruby](#ruby)
10
* [Python](#python)
M
minsOne 已提交
11

12

C
Christoph Uschkrat 已提交
13
### Assembly Language
14 15 16
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


C
Christoph Uschkrat 已提交
17
### GIT
M
minsOne 已提交
18
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
M
minsOne 已提交
19
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
20
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
M
minsOne 已提交
21

22

C
Christoph Uschkrat 已提交
23
### Go
24
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html)
J
Jongmin Kim 已提交
25
* [Go Tour 한글 번역](http://go-tour-kr.appspot.com)
26

27

C
Christoph Uschkrat 已提交
28
### HTML5
29 30
* [HTML5, CSS and Javascript](http://fromyou.tistory.com/581)

31

C
Christoph Uschkrat 已提交
32
### JavaScript
M
minsOne 已提交
33
* [Backbone.js API 한글 번역 v0.9.2](http://iwidgets.kr/document/backbonejs.html)
34
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko)
M
minsOne 已提交
35

M
Mojtahedi 已提交
36

C
Christoph Uschkrat 已提交
37
### LaTeX
M
minsOne 已提交
38
* [The Not So short Introduction to LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/korean)
M
Mojtahedi 已提交
39

40

41 42
### Perl
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
J
JOSUNGIL 已提交
43
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
44
* [Perl : GyparkWiki](http://gypark.pe.kr/wiki/Perl)
45 46
* [Seoul.pm 펄 크리스마스 달력 #2014 | Seoul.pm Perl Advent Calendar 2014](http://advent.perl.kr/2014/)
* [Perl 객체지향프로그래밍(OOP)](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero
47

48

49 50 51 52
### Ruby
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)


53
### Node.js
M
Mohammad Hossein Mojtahedi 已提交
54
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)
55 56 57 58 59


### Python
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)