1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-01 22:10:48 +00:00
programming-books/free-programming-books-ko.md

61 lines
2.0 KiB
Markdown
Raw Normal View History

2014-07-27 20:16:50 +00:00
### Index
* [Assembly Language](#assembly-language)
2013-10-24 04:44:51 +00:00
* [GIT](#git)
* [Go](#go)
2013-10-30 00:09:17 +00:00
* [HTML5](#html5)
2013-10-23 08:15:09 +00:00
* [JavaScript](#javascript)
2013-10-23 08:20:55 +00:00
* [Node.js](#nodejs)
2013-12-11 09:19:21 +00:00
* [LaTeX](#latex)
2015-02-13 12:36:08 +00:00
* [Ruby](#ruby)
* [Python](#python)
2013-10-30 00:09:17 +00:00
2014-07-27 20:16:50 +00:00
### Assembly Language
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
2014-07-27 20:16:50 +00:00
### GIT
2013-10-24 04:44:51 +00:00
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
2013-10-24 13:57:49 +00:00
2014-07-27 20:16:50 +00:00
### Go
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html)
2014-01-07 02:08:42 +00:00
* [Go Tour 한글 번역](http://go-tour-kr.appspot.com)
2014-07-27 20:16:50 +00:00
### HTML5
* [HTML5, CSS and Javascript](http://fromyou.tistory.com/581)
2014-07-27 20:16:50 +00:00
### JavaScript
2013-10-30 00:09:17 +00:00
* [Backbone.js API 한글 번역 v0.9.2](http://iwidgets.kr/document/backbonejs.html)
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko)
2013-10-23 08:15:09 +00:00
2013-12-11 09:19:21 +00:00
2014-07-27 20:16:50 +00:00
### LaTeX
* [The Not So short Introduction to LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/korean)
2013-12-11 09:19:21 +00:00
2015-02-20 13:55:21 +00:00
### Perl
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
2015-02-23 00:24:24 +00:00
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
2015-02-20 14:00:47 +00:00
* [Perl : GyparkWiki](http://gypark.pe.kr/wiki/Perl)
2015-02-27 12:35:11 +00:00
* [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
2015-02-13 12:36:08 +00:00
### Ruby
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
### Node.js
2014-05-22 16:54:24 +00:00
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)
### Python
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)
* [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf)