free-programming-books-ko.md 2.3 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2

3
* [Assembly Language](#assembly-language)
M
minsOne 已提交
4
* [GIT](#git)
5
* [Go](#go)
M
minsOne 已提交
6
* [HTML5](#html5)
M
minsOne 已提交
7
* [JavaScript](#javascript)
V
Victor Felder 已提交
8
  * [Node.js](#nodejs)
M
Mojtahedi 已提交
9
* [LaTeX](#latex)
10
* [R](#r)
11
* [Ruby](#ruby)
12
* [Python](#python)
M
minsOne 已提交
13

14

C
Christoph Uschkrat 已提交
15
### Assembly Language
16

17 18 19
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


C
Christoph Uschkrat 已提交
20
### GIT
21

M
minsOne 已提交
22
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
M
minsOne 已提交
23
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
24
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
25
* [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md)
M
minsOne 已提交
26

27

C
Christoph Uschkrat 已提交
28
### Go
29

30
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html)
J
Jongmin Kim 已提交
31
* [Go Tour 한글 번역](http://go-tour-kr.appspot.com)
32

33

C
Christoph Uschkrat 已提交
34
### HTML5
35

36 37
* [HTML5, CSS and Javascript](http://fromyou.tistory.com/581)

38

C
Christoph Uschkrat 已提交
39
### JavaScript
40

M
minsOne 已提交
41
* [Backbone.js API 한글 번역 v0.9.2](http://iwidgets.kr/document/backbonejs.html)
42
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko)
B
buo 已提交
43 44
* Meteor
  * [Discover Meteor](http://kr.discovermeteor.com)
M
minsOne 已提交
45

M
Mojtahedi 已提交
46

C
Christoph Uschkrat 已提交
47
### LaTeX
48

M
minsOne 已提交
49
* [The Not So short Introduction to LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/korean)
M
Mojtahedi 已提交
50

51

52
### Perl
53

54
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
J
JOSUNGIL 已提交
55
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
56
* [Perl : GyparkWiki](http://gypark.pe.kr/wiki/Perl)
57 58
* [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
59

60

61 62
### R

O
openingnow 已提交
63
* [R을 이용한 데이터 처리 & 분석 실무](http://r4pda.co.kr) - 서민구 (HTML, PDF - 이전 버젼)
64 65


66
### Ruby
67

68 69 70
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)


71
### Node.js
72

M
Mohammad Hossein Mojtahedi 已提交
73
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)
74 75 76


### Python
77

78 79
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)
V
Victor Felder 已提交
80
* [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF)