Formatting all files according to guidelines
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
### Index
|
||||
|
||||
* [Assembly Language](#assembly-language)
|
||||
* [GIT](#git)
|
||||
* [Go](#go)
|
||||
@ -11,34 +12,41 @@
|
||||
|
||||
|
||||
### 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)
|
||||
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
|
||||
|
||||
|
||||
### 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
|
||||
|
||||
* [The Not So short Introduction to LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/korean)
|
||||
|
||||
|
||||
### Perl
|
||||
|
||||
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
|
||||
* [책벌레가 되고픈 어린이 Perl Tutorial](http://eriny.net/p/perl)
|
||||
* [Perl : GyparkWiki](http://gypark.pe.kr/wiki/Perl)
|
||||
@ -47,14 +55,17 @@
|
||||
|
||||
|
||||
### Ruby
|
||||
|
||||
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
|
||||
|
||||
|
||||
### Node.js
|
||||
|
||||
* [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)
|
||||
|
Reference in New Issue
Block a user