mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-02-07 07:22:02 +00:00
Merge pull request #355 from luminousspice/ja
[JA] Add 3 Clojure books and an Android book
This commit is contained in:
commit
52e9382272
@ -15,6 +15,7 @@
|
|||||||
* [Bash](#bash)
|
* [Bash](#bash)
|
||||||
* [C](#c)
|
* [C](#c)
|
||||||
* [C++](#c-1)
|
* [C++](#c-1)
|
||||||
|
* [Clojure](#clojure)
|
||||||
* [CoffeeScript](#coffeescript)
|
* [CoffeeScript](#coffeescript)
|
||||||
* [Common Lisp](#common-lisp)
|
* [Common Lisp](#common-lisp)
|
||||||
* [Emacs Lisp](#emacs-lisp)
|
* [Emacs Lisp](#emacs-lisp)
|
||||||
@ -146,6 +147,7 @@
|
|||||||
|
|
||||||
* [Android アプリ開発のための Java 入門](https://gist.github.com/nobuoka/6546813) - id:nobuoka
|
* [Android アプリ開発のための Java 入門](https://gist.github.com/nobuoka/6546813) - id:nobuoka
|
||||||
* [コントリビュータのためのAndroidコードスタイルガイドライン 日本語訳](http://www.textdrop.net/android/code-style-ja.html) - Android Open Source Project, Takashi Sasai(翻訳)
|
* [コントリビュータのためのAndroidコードスタイルガイドライン 日本語訳](http://www.textdrop.net/android/code-style-ja.html) - Android Open Source Project, Takashi Sasai(翻訳)
|
||||||
|
* [Androidアプリのセキュア設計・セキュアコーディングガイド](http://www.jssec.org/report/securecoding.html) - 一般社団法人日本スマートフォンセキュリティ協会(JSSEC)
|
||||||
|
|
||||||
|
|
||||||
###AWK
|
###AWK
|
||||||
@ -181,12 +183,19 @@
|
|||||||
|
|
||||||
###CoffeeScript
|
###CoffeeScript
|
||||||
|
|
||||||
* [The Little Book on CoffeeScript](http://minghai.github.io/library/coffeescript/index.html) - Alex MacCaw
|
* [The Little Book on CoffeeScript](http://minghai.github.io/library/coffeescript/index.html) - Alex MacCaw, Narumi Katoh(翻訳)
|
||||||
* [CoffeeScript 言語リファレンス](http://memo.sappari.org/coffeescript/coffeescript-langref)
|
* [CoffeeScript 言語リファレンス](http://memo.sappari.org/coffeescript/coffeescript-langref)
|
||||||
* [基本操作逆引きリファレンス(CoffeeScript)](http://kyu-mu.net/coffeescript/revref/) - 飯塚直
|
* [基本操作逆引きリファレンス(CoffeeScript)](http://kyu-mu.net/coffeescript/revref/) - 飯塚直
|
||||||
* [正規表現リファレンス(CoffeeScript)](http://kyu-mu.net/coffeescript/regexp/) - 飯塚直
|
* [正規表現リファレンス(CoffeeScript)](http://kyu-mu.net/coffeescript/regexp/) - 飯塚直
|
||||||
|
|
||||||
|
|
||||||
|
###Clojure
|
||||||
|
|
||||||
|
* [Clojureスタイルガイド](https://github.com/totakke/clojure-style-guide) - Bozhidar Batsov, Toshiki TAKEUCHI(翻訳)
|
||||||
|
* [Modern cljs(翻訳中)](https://github.com/TranslateBabelJapan/modern-cljs) - Mimmo Cosenza, @esehara(翻訳)
|
||||||
|
* [逆引きClojure](http://rd.clojure-users.org/) - Toshiaki Maki
|
||||||
|
|
||||||
|
|
||||||
###Common Lisp
|
###Common Lisp
|
||||||
|
|
||||||
* [Common Lisp 入門](http://www.geocities.jp/m_hiroi/xyzzy_lisp.html) - 広井誠
|
* [Common Lisp 入門](http://www.geocities.jp/m_hiroi/xyzzy_lisp.html) - 広井誠
|
||||||
@ -263,7 +272,7 @@
|
|||||||
|
|
||||||
####Backbone.js
|
####Backbone.js
|
||||||
|
|
||||||
* [Backboneドキュメント日本語訳](https://github.com/enja-oss/Backbone) (GitHub)
|
* [Backboneドキュメント日本語訳](https://github.com/enja-oss/Backbone) - Jeremy Ashkenas, @studiomohawk(監訳)
|
||||||
|
|
||||||
|
|
||||||
####D3.js
|
####D3.js
|
||||||
|
Loading…
Reference in New Issue
Block a user