1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-31 05:20:48 +00:00

Merge pull request #1715 from openingnow/master

ko : Add R section, ˝Github cheat sheet Korean ver.
This commit is contained in:
victor felder 2015-11-23 14:24:00 +01:00
commit 58aa729d15

View File

@ -7,6 +7,7 @@
* [JavaScript](#javascript)
* [Node.js](#nodejs)
* [LaTeX](#latex)
* [R](#r)
* [Ruby](#ruby)
* [Python](#python)
@ -21,6 +22,7 @@
* [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)
* [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md)
### Go
@ -56,6 +58,11 @@
* [Perl 객체지향프로그래밍(OOP)](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero
### R
* [R을 이용한 데이터 처리 & 분석 실무](http://r4pda.co.kr) - 서민구 (HTML, PDF - 이전 버젼)
### Ruby
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)