2013-10-20 08:39:43 +00:00
###Index
* [言語非依存 ](#%e8%a8%80%e8%aa%9e%e9%9d%9e%e4%be%9d%e5%ad%98 )
* [アクセシビリティ ](#%e3%82%a2%e3%82%af%e3%82%bb%e3%82%b7%e3%83%93%e3%83%aa%e3%83%86%e3%82%a3 )
2013-11-03 13:45:41 +00:00
* [組み込みシステム ](#%e7%b5%84%e3%81%bf%e8%be%bc%e3%81%bf%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0 )
2013-10-20 08:39:43 +00:00
* [グラフィックスプログラミング ](#%e3%82%b0%e3%83%a9%e3%83%95%e3%82%a3%e3%83%83%e3%82%af%e3%82%b9%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0 )
* [グラフィックユーザーインターフェイス ](#%e3%82%b0%e3%83%a9%e3%83%95%e3%82%a3%e3%83%83%e3%82%af%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%bc%e3%83%95%e3%82%a7%e3%82%a4%e3%82%b9 )
* [正規表現 ](#%e6%ad%a3%e8%a6%8f%e8%a1%a8%e7%8f%be )
2013-11-03 13:45:41 +00:00
* [セキュリティ ](#%e3%82%bb%e3%82%ad%e3%83%a5%e3%83%aa%e3%83%86%e3%82%a3 )
2013-10-20 08:39:43 +00:00
* [ソフトウェアアーキテクチャ ](#%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2%e3%82%a2%e3%83%bc%e3%82%ad%e3%83%86%e3%82%af%e3%83%81%e3%83%a3 )
2013-11-03 13:45:41 +00:00
* [ソフトウェア品質 ](#%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2%e5%93%81%e8%b3%aa )
2013-10-20 08:39:43 +00:00
* [その他の話題 ](#%e3%81%9d%e3%81%ae%e4%bb%96%e3%81%ae%e8%a9%b1%e9%a1%8c )
* [AppleScript ](#applescript )
2013-11-05 16:43:08 +00:00
* [Android ](#android )
2013-10-20 08:39:43 +00:00
* [AWK ](#awk )
* [Bash ](#bash )
* [C ](#c )
* [C++ ](#c-1 )
* [CoffeeScript ](#coffeescript )
* [Common Lisp ](#common-lisp )
* [Emacs Lisp ](#emacs-lisp )
* [Erlang ](#erlang )
* [Git ](#git )
* [Go ](#go )
* [Haskell ](#haskell )
* [Haxe ](#haxe )
2013-11-05 16:43:08 +00:00
* [iOS ](#ios )
2013-10-20 08:39:43 +00:00
* [Java ](#java )
* [JavaScript ](#javascript )
* [Backbone.js ](#backbonejs )
* [D3.js ](#d3js )
* [jQuery ](#jquery )
* [Node.js ](#nodejs )
* [LaTeX ](#latex )
2013-11-09 14:45:53 +00:00
* [Linux ](#linux )
2013-10-20 08:39:43 +00:00
* [Lua ](#lua )
2013-11-09 14:45:53 +00:00
* [Maven ](#maven )
* [Mercurial ](#mercurial )
2013-10-20 08:39:43 +00:00
* [NoSQL ](#nosql )
* [Objective-C ](#objective_c )
* [OCaml ](#ocaml )
* [Perl ](#perl )
* [PHP ](#php )
* [PowerShell ](#powershell )
2013-11-08 01:04:30 +00:00
* [Processing ](#processing )
2013-10-20 08:39:43 +00:00
* [Prolog ](#prolog )
* [Python ](#python )
* [R ](#r )
* [Ruby ](#ruby )
2013-11-08 05:26:56 +00:00
* [Sather ](#sather )
2013-10-20 08:39:43 +00:00
* [Scheme ](#scheme )
2013-11-08 05:26:56 +00:00
* [sed ](#sed )
* [Smalltalk ](#smalltalk )
2013-11-09 14:45:53 +00:00
* [SQL(実装非依存) ](#sql%e5%ae%9f%e8%a3%85%e9%9d%9e%e4%be%9d%e5%ad%98 )
* [Standard ML ](#standard-ml )
2013-10-20 08:39:43 +00:00
* [Tcl/Tk ](#tcl-ftk )
* [VBA ](#vba )
* [Vim ](#vim )
###言語非依存
####アクセシビリティ
* [iOS アクセシビリティ プログラミング ガイド ](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhoneAccessibility.pdf ) (PDF) - Apple Developer
* [Accessible Rich Internet Applications ](https://developer.mozilla.org/ja/docs/ARIA/Accessible_Rich_Internet_Applications ) - MDN
* [アクセシビリティのための設計 ](http://msdn.microsoft.com/ja-jp/library/windows/apps/hh700407.aspx ) - MSDN Library
2013-11-03 13:45:41 +00:00
####組み込みシステム
* [【改訂版】組込みソフトウェア開発向け コーディング作法ガイド[ C言語版] ](http://www.ipa.go.jp/files/000005123.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア開発向け コーディング作法ガイド[ C++言語版] ](http://www.ipa.go.jp/files/000005142.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [【改訂版】 組込みソフトウェア開発向け 品質作り込みガイド ](http://www.ipa.go.jp/files/000005146.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [【改訂版】 組込みソフトウェア向け 開発プロセスガイド ](http://www.ipa.go.jp/files/000005126.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア向け プロジェクトマネジメントガイド[計画書編] ](http://www.ipa.go.jp/files/000005116.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア向け 設計ガイド ESDR[ 事例編] ](http://www.ipa.go.jp/files/000005148.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア向け プロジェクト計画立案トレーニングガイド ](http://www.ipa.go.jp/files/000005145.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
2013-10-20 08:39:43 +00:00
####グラフィックスプログラミング
2013-11-03 13:45:41 +00:00
* [GLUTによる「手抜き」OpenGL入門 ](http://www.wakayama-u.ac.jp/~tokoi/opengl/libglut.html ) - 床井浩平 (和歌山大学システム工学部デザイン情報学科)
* [仮想物理実験室構築のためのOpenGL, WebGL, GLSL入門 ](http://www.natural-science.or.jp/laboratory/opengl_intro.php ) - 遠藤理平 (特定非営利活動法人 natural science)
2013-10-20 08:39:43 +00:00
* [iOS OpenGL ES プログラミングガイド ](https://developer.apple.com/jp/devcenter/ios/library/documentation/OpenGLES_ProgrammingGuide.pdf ) (PDF) - Apple Developer
* [DirectX を使った初めての Windows ストア アプリの作成 ](http://msdn.microsoft.com/ja-jp/library/windows/apps/br229580.aspx ) - MSDN Library
2013-11-03 13:45:41 +00:00
* [CUDA プログラミング入門 ](http://accc.riken.jp/secure/4467/cuda-programming_main.pdf ) (PDF) - 青山幸也(独立行政法人 理化学研究所 情報基盤センター)
2013-10-20 08:39:43 +00:00
####グラフィックユーザーインターフェイス
2013-11-03 13:45:41 +00:00
* [Qtプログラミング入門 ](http://densan-labs.net/tech/qt/ ) - @nishio_dens
2013-11-08 05:26:56 +00:00
* [入門GTK+ 第3版 ](http://www.iim.ics.tut.ac.jp/~sugaya/wiki/wiki/index.php?GTK%2FGNOME%A4%CB%A4%E8%A4%EBGUI%A5%D7%A5%ED%A5%B0%A5%E9%A5%DF%A5%F3%A5%B0#s8b2472b ) - 菅谷保之 (豊橋技術科学大学情報工学系)
2013-10-20 08:39:43 +00:00
####正規表現
2013-11-03 13:45:41 +00:00
* [正規表現メモ ](http://www.kt.rim.or.jp/~kbk/regex/regex.html ) - 木村浩一
2013-10-20 08:39:43 +00:00
* [.NET Framework の正規表現 ](http://msdn.microsoft.com/ja-jp/library/vstudio/hs600312.aspx ) - MSDN Library
2013-11-03 13:45:41 +00:00
####セキュリティ
* [セキュア・プログラミング講座 ](http://www.ipa.go.jp/security/awareness/vendor/programmingv2/index.html ) - 独立行政法人情報処理推進機構(IPA)
* [安全なウェブサイトの作り方 ](http://www.ipa.go.jp/files/000017316.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [安全なSQLの呼び出し方 ](http://www.ipa.go.jp/files/000017320.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [ウェブ健康診断仕様 ](http://www.ipa.go.jp/files/000017319.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
2013-10-20 08:39:43 +00:00
####ソフトウェアアーキテクチャ
2013-11-03 13:45:41 +00:00
* [Java プログラマのためのデザインパターン入門 ](http://objectclub.jp/technicaldoc/pattern/DPforJavaProgrammers ) - 平鍋健児, 山田健志 (株式会社永和システムマネジメント)
* [ギコ猫とデザインパターン ](http://www.hyuki.com/dp/cat_index.html ) - 結城浩
* [サルでもわかる 逆引きデザインパターン ](http://www.nulab.co.jp/designPatterns/designPatterns1/designPatterns1-1.html ) - Agata Toshitaka
* [チャートで解るリファクタリング ](http://objectclub.jp/technicaldoc/refactoring/u_s_r ) - 梅田政利 (株式会社永和システムマネジメント)
2013-11-09 14:45:53 +00:00
* [デザインパターン ](http://www.techscore.com/tech/DesignPattern/ ) - シナジーマーケティング株式会社
2013-11-03 13:45:41 +00:00
####ソフトウェア品質
* [組込みソフトウェア開発における品質向上の勧め [ユーザビリティ編] ](http://www.ipa.go.jp/files/000005114.pdf) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア開発における品質向上の勧め [設計モデリング編]](http://www.ipa.go.jp/files/000005113.pdf) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア開発における品質向上の勧め(コーディング編) ](http://www.ipa.go.jp/files/000005106.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア開発におけるプロジェクトマネジメント導入の勧め ](http://www.ipa.go.jp/files/000005105.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みシステムの安全性向上の勧め(機能安全編) ](http://www.ipa.go.jp/files/000005118.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア開発における品質向上の勧め[テスト編~事例集~] ](http://www.ipa.go.jp/files/000005149.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [組込みソフトウェア開発における品質向上の勧め [バグ管理手法編]](http://www.ipa.go.jp/files/000027629.pdf) (PDF) - 独立行政法人 情報処理推進機構(IPA)
* [高信頼化ソフトウェアのための開発手法ガイドブック ](http://www.ipa.go.jp/files/000005144.pdf ) (PDF) - 独立行政法人 情報処理推進機構(IPA)
2013-10-20 08:39:43 +00:00
####その他の話題
2013-11-03 13:45:41 +00:00
* [徹底解剖「G1GC」実装編 ](http://www.narihiro.info/g1gc-impl-book/ ) - 中村成洋
* [一般教養としてのGarbage Collection ](http://matsu-www.is.titech.ac.jp/~endo/gc/gc.pdf ) (PDF) - 遠藤敏夫 (東京工業大学大学院情報理工学研究科)
* [ケヴィン・ケリー著作選集 1 ](http://tatsu-zine.com/books/kk1 ) - ケヴィン・ケリー, 堺屋七左衛門(翻訳)
* [ケヴィン・ケリー著作選集 2 ](http://tatsu-zine.com/books/kk2 ) - ケヴィン・ケリー, 堺屋七左衛門(翻訳)
* [青木靖 翻訳集 ](http://www.aoky.net/ ) - 青木靖
* [川合史朗 翻訳集 ](http://practical-scheme.net/index-j.html ) - 川合史朗
2013-10-20 08:39:43 +00:00
###AppleScript
2013-11-03 13:45:41 +00:00
* [AppleScript 最速基本文法マスター ](http://mc909j.blogspot.jp/2013/03/applescript.html ) - Tsutomu
* [Applescriptのごく基本的なサンプル ](http://www.asahi-net.or.jp/~va5n-okmt/factory/applescript/sample_code/ ) - Okamoto
* [Bash でやってることを AppleScript でやろうとするとこうなる ](http://qiita.com/mattintosh4/items/353c57ba75eda20af3c4 ) - id:mattintosh4
2013-10-20 08:39:43 +00:00
* [AppleScript 言語ガイド(改訂版) ](https://sites.google.com/site/zzaatrans/home/applescriptlangguide )
2013-11-05 16:43:08 +00:00
###Android
2013-11-08 05:26:56 +00:00
* [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(翻訳)
2013-11-05 16:43:08 +00:00
2013-10-20 08:39:43 +00:00
###AWK
2013-11-03 13:45:41 +00:00
* [AWKの第一歩 ](http://lagendra.s.kanazawa-u.ac.jp/ogurisu/manuals/awk/intro/index.html ) - 小栗栖修 (金沢大学理学部計算科学科)
* [Effective AWK Programming ](http://www.kt.rim.or.jp/~kbk/gawk-30/gawk_toc.html ) - Arnold D. Robbins
2013-11-08 05:26:56 +00:00
* [AWK リファレンス ](http://shellscript.sunone.me/awk.html ) - SUNONE
2013-10-20 08:39:43 +00:00
###Bash
2013-11-03 13:45:41 +00:00
* [Bash基礎文法最速マスター ](http://d.hatena.ne.jp/nattou_curry_2/20100131/1264910483 ) - id:nattou_curry
* [UNIX & Linux コマンド・シェルスクリプト リファレンス ](http://shellscript.sunone.me/ ) - SUNONE
2013-11-09 14:45:53 +00:00
* [BASH Programming - Introduction HOW-TO ](http://linuxjf.sourceforge.jp/JFdocs/Bash-Prog-Intro-HOWTO.html ) - Mike G, 千旦裕司(翻訳)
2013-10-20 08:39:43 +00:00
###C
2013-11-03 13:45:41 +00:00
* [Cプログラミング診断室 ](http://www.pro.or.jp/~fuji/mybooks/cdiag/index.html ) - 藤原博文
* [猫でもわかるプログラミング ](http://kumei.ne.jp/c_lang/ ) - 粂井康孝
* [計算物理のためのC/C++言語入門 ](http://www-cms.phys.s.u-tokyo.ac.jp/~naoki/CIPINTRO/ ) - 渡辺尚貴
2013-10-20 08:39:43 +00:00
* [C言語 ](http://ja.wikibooks.org/wiki/C%E8%A8%80%E8%AA%9E ) - Wikibooks
###C++
2013-11-03 13:45:41 +00:00
* [C++入門 ](http://www.asahi-net.or.jp/~yf8k-kbys/newcpp0.html ) - 小林健一郎 (静岡産業大学国際情報学部)
* [ロベールのC++教室 ](http://www7b.biglobe.ne.jp/~robe/cpphtml/ ) - ロベール
2013-10-24 00:37:28 +00:00
* [cpprefjp - C++ Reference Site in Japanese ](https://sites.google.com/site/cpprefjp/ )
2013-10-26 08:38:59 +00:00
* [C++11の文法と機能(C++11: Syntax and Feature) ](https://ezoeryou.github.com/cpp-book/C++11-Syntax-and-Feature.xhtml )
2013-11-08 05:26:56 +00:00
* [Google C++スタイルガイド 日本語訳 ](http://www.textdrop.net/google-styleguide-ja/cppguide.xml ) - Benjy Weinberger, Craig Silverstein, Gregory Eitzmann, Mark Mentovai, Tashana Landray, Takashi Sasai(翻訳)
2013-10-20 08:39:43 +00:00
###CoffeeScript
2013-11-03 13:45:41 +00:00
* [The Little Book on CoffeeScript ](http://minghai.github.io/library/coffeescript/index.html ) - Alex MacCaw
2013-10-20 08:39:43 +00:00
* [CoffeeScript 言語リファレンス ](http://memo.sappari.org/coffeescript/coffeescript-langref )
2013-11-03 13:45:41 +00:00
* [基本操作逆引きリファレンス( CoffeeScript) ](http://kyu-mu.net/coffeescript/revref/ ) - 飯塚直
* [正規表現リファレンス( CoffeeScript) ](http://kyu-mu.net/coffeescript/regexp/ ) - 飯塚直
2013-10-20 08:39:43 +00:00
###Common Lisp
2013-11-03 13:45:41 +00:00
* [Common Lisp 入門 ](http://www.geocities.jp/m_hiroi/xyzzy_lisp.html ) - 広井誠
* [LISP and PROLOG ](http://home.soka.ac.jp/~unemi/LispProlog/ ) - 畝見達夫
* [マンガで分かるLisp(Manga Guide to Lisp) ](http://lambda.bugyo.tk/cdr/mwl/ ) - λ組
2013-11-08 05:26:56 +00:00
* [On Lisp (草稿) ](http://www.asahi-net.or.jp/~kc7k-nd/ ) - Paul Graham, 野田開(翻訳)
* [Google Common Lisp スタイルガイド 日本語訳 ](http://google-common-lisp-style-guide-ja.cddddr.org/ ) - Robert Brown, François-René Rideau, TOYOZUMIKouichi 他(翻訳)
2013-10-20 08:39:43 +00:00
###Emacs Lisp
2013-11-03 13:45:41 +00:00
* [Emacs Lisp基礎文法最速マスター ](http://d.hatena.ne.jp/rubikitch/20100201/elispsyntax ) - id:rubikitch
2013-10-20 08:39:43 +00:00
* [GNU Emacs Lispリファレンスマニュアル ](http://www.bookshelf.jp/texi/elisp-manual/21-2-8/jp/elisp.html )
###Erlang
2013-11-03 13:45:41 +00:00
* [お気楽 Erlang プログラミング入門 ](http://www.geocities.jp/m_hiroi/func/erlang.html ) - 広井誠
2013-11-02 13:29:08 +00:00
* [Learn you some Erlang for great good! ](http://www.ymotongpoo.com/works/lyse-ja/ )
2013-10-20 08:39:43 +00:00
###Git
2013-11-08 05:26:56 +00:00
* [Pro Git ](http://git-scm.com/book/ja/ ) ([PDF](https://raw.github.com/progit-ja/progit/master/progit.ja.pdf), [EPUB ](https://raw.github.com/progit-ja/progit/master/progit.ja.epub ), [MOBI ](https://raw.github.com/progit-ja/progit/master/progit.ja.mobi )) - Scott Chacon, 高木正弘 他(翻訳)
2013-11-03 13:45:41 +00:00
* [Git ユーザマニュアル (バージョン 1.5.3 以降用) ](http://cdn8.atwikiimg.com/git_jp/pub/git-manual-jp/Documentation/user-manual.html ) - Yasuaki Narita
2013-11-08 05:26:56 +00:00
* [デザイナのための Git ](https://github.com/hatena/Git-for-Designers ) - はてな教科書
2013-11-09 14:45:53 +00:00
* [サルでもわかるGit入門 ](http://www.backlog.jp/git-guide/ ) - 株式会社ヌーラボ
2013-11-05 16:43:08 +00:00
2013-10-20 08:39:43 +00:00
###Go
* [Goプログラミング言語のチュートリアル ](http://golang.jp/go_tutorial )
###Haskell
2013-11-03 13:45:41 +00:00
* [Haskell基礎文法最速マスター ](http://d.hatena.ne.jp/ruicc/20100131/1264905896 ) - id:ruicc
* [お気楽 Haskell プログラミング入門 ](http://www.geocities.jp/m_hiroi/func/haskell.html ) - 広井誠
2013-11-08 05:26:56 +00:00
* [Haskell のお勉強 ](http://www.shido.info/hs/index.html ) - 紫藤貴文
2013-10-20 08:39:43 +00:00
###Haxe
* [Haxe 言語リファレンス ](http://haxe.org/ref?lang=jp )
2013-11-05 16:43:08 +00:00
###iOS
* [iOSアプリケーション プログラミングガイド ](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhoneAppProgrammingGuide.pdf ) (PDF) - Apple Developer
* [初めての iOS アプリケーション ](https://developer.apple.com/jp/devcenter/ios/library/documentation/iPhone101.pdf ) (PDF) - Apple Developer
* [Cocoa Programming Tips 1001 ](http://hmdt.jp/tips/cocoa/index.html ) - 木下誠
2013-11-08 05:26:56 +00:00
* [Web API を利用する iOS アプリ作成 ](https://github.com/hatena/Hatena-Textbook/blob/master/ios-app-development-with-web-api.md ) - はてな教科書
2013-11-05 16:43:08 +00:00
2013-10-20 08:39:43 +00:00
###Java
2013-11-03 13:45:41 +00:00
* [Java基礎文法最速マスター ](http://d.hatena.ne.jp/nattou_curry_2/20100130/1264821094 ) - id:nattou_curry
* [お気楽 Java プログラミング入門 ](http://www.geocities.jp/m_hiroi/java/index.html ) - 広井誠
* [頑健なJavaプログラムの書き方 ](http://www.alles.or.jp/~torutk/oojava/codingStandard/writingrobustjavacode.html ) - Scott W. Ambler, 高橋徹(翻訳)
2013-10-20 08:39:43 +00:00
###JavaScript
2013-11-03 13:45:41 +00:00
* [JavaScript基礎文法最速マスター ](http://gifnksm.hatenablog.jp/entry/20100131/1264934942 ) - id:gifnksm
* [Mozilla Developer Network 日本語ドキュメント ](https://developer.mozilla.org/ja/docs/Web/JavaScript ) - MDN
2013-10-20 08:39:43 +00:00
* [JavaScript 言語リファレンス ](http://msdn.microsoft.com/ja-jp/library/d1et7k7c.aspx ) - MSDN Library
2013-11-03 13:45:41 +00:00
* [JavaScript Programming ](http://www.geocities.jp/m_hiroi/light/javascript.html ) - 広井誠
* [一撃必殺JavaScript日本語リファレンス ](http://www.openspc2.org/JavaScript/ ) - 古籏一浩
2013-11-08 05:26:56 +00:00
* [JavaScript によるイベントドリブン ](https://github.com/hatena/Hatena-Textbook/blob/master/javascript-event-driven.md ) - はてな教科書
* [JavaScript style guide ](https://developer.mozilla.org/ja/docs/JavaScript_style_guide ) - MDN
* [Google JavaScript スタイルガイド ](http://www38.atwiki.jp/aias-jsstyleguide2/ ) - Aaron Whyte, Bob Jervis, Dan Pupius, Erik Arvidsson, Fritz Schneider, Robby Walker, aiaswood(翻訳)
* [Airbnb JavaScript スタイルガイド ](http://mitsuruog.github.io/javacript-style-guide/ ) - Airbnb, 小川充(翻訳)
2013-10-20 08:39:43 +00:00
####Backbone.js
* [Backboneドキュメント日本語訳 ](https://github.com/enja-oss/Backbone ) (GitHub)
####D3.js
2013-11-03 13:45:41 +00:00
* [D3 チュートリアル ](http://ja.d3js.info/alignedleft/tutorials/d3/ ) - Scott Murray, h.sakai(翻訳)
2013-10-20 08:39:43 +00:00
####jQuery
2013-11-03 13:45:41 +00:00
* [jQuery日本語リファレンス ](http://semooh.jp/jquery/ ) - semooh.jp
* [jQuery UI API 1.8.4 日本語リファレンス ](http://stacktrace.jp/jquery/ui/ ) - いけまさ
2013-10-20 08:39:43 +00:00
####Node.js
2013-11-03 13:45:41 +00:00
* [Nodeビギナーズブック ](http://www.nodebeginner.org/index-jp.html ) - Manuel Kiessling, Yuki Kawashima(翻訳)
2013-11-08 05:26:56 +00:00
* [node.js 怒濤の50サンプル!! – socket.io編 ](https://github.com/omatoro/NodeSample ) - omatoro
* [Felix's Node.js Style Guide ](http://popkirby.github.io/contents/nodeguide/style.html ) - Debuggable Limited., @popkirby (翻訳)
2013-10-20 08:39:43 +00:00
###LaTeX
2013-11-03 13:45:41 +00:00
* [TeX入門 TeX Wiki ](http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?TeX%E5%85%A5%E9%96%80 ) - 奥村晴彦(三重大学教育学部)
* [TeX入門 ](http://www.comp.tmu.ac.jp/tsakai/lectures/intro_tex.html ) - 酒井高司(首都大学東京大学院理工学研究科)
2013-10-20 08:39:43 +00:00
* [TeX/LaTeX入門 ](http://ja.wikibooks.org/wiki/TeX/LaTeX%E5%85%A5%E9%96%80 ) - Wikibooks
2013-11-05 16:43:08 +00:00
2013-11-09 14:45:53 +00:00
###Linux
* [Linux Device Driver ](http://www.mech.tohoku-gakuin.ac.jp/rde/contents/linux/drivers/indexframe.html ) - 熊谷正朗(東北学院大学工学部機械知能工学科)
* [Secure Programming for Linux and Unix HOWTO ](http://linuxjf.sourceforge.jp/JFdocs/Secure-Programs-HOWTO/ ) - David A. Wheeler, 高橋聡(翻訳)
* [Linux from Scratch (Version 7.4) ](http://lfsbookja.sourceforge.jp/7.4.ja/ ) - Gerard Beekmans, 松山道夫(翻訳)
2013-10-20 08:39:43 +00:00
###Lua
2013-11-09 14:45:53 +00:00
* [Lua 5.2 リファレンスマニュアル ](http://milkpot.sakura.ne.jp/lua/lua52_manual_ja.html ) - Lua.org, PUC-Rio.
2013-11-03 13:45:41 +00:00
* [Lua Programming ](http://www.geocities.jp/m_hiroi/light/lua.html ) - 広井誠
* [Luaプログラミング入門 ](http://densan-labs.net/tech/lua/ ) - @nishio_dens
2013-10-20 08:39:43 +00:00
2013-11-09 14:45:53 +00:00
###Maven
* [Maven ](http://www.techscore.com/tech/Java/ApacheJakarta/Maven/ ) - シナジーマーケティング株式会社
* [What is Maven? ](https://github.com/eller86/what-is-maven ) - Kengo TODA
###Mercurial
* [Mercurial: The Definitive Guide ](http://foozy.bitbucket.org/hgbook-ja/index.ja.html ) - Bryan O'Sullivan, 藤原克則(翻訳)
* [Mercurial チュートリアル hginit.com の和訳 ](http://d.hatena.ne.jp/mmitou/20100501/1272680474 ) - Joel Spolsky, id:mmitou(翻訳)
2013-10-20 08:39:43 +00:00
###NoSQL
2013-11-03 13:45:41 +00:00
* [MongoDBの薄い本 ](http://www.cuspy.org/diary/2012-04-17/the-little-mongodb-book-ja.pdf ) (PDF) - Karl Seguin, 濱野司(翻訳)
2013-10-20 08:39:43 +00:00
* [Hibari アプリケーション開発者ガイド ](http://hibari.github.io/hibari-doc/hibari-app-developer-guide.ja.html )
2013-11-09 14:45:53 +00:00
* [The Little Redis Book ](https://github.com/craftgear/the-little-redis-book ) - Karl Seguin, @craftgear (翻訳)
2013-10-20 08:39:43 +00:00
###Objective-C
2013-11-03 13:45:41 +00:00
* [Objective-C 最速基礎文法マスター ](http://d.hatena.ne.jp/fn7/20100203/1265207098 ) -id:fn7
2013-10-20 08:39:43 +00:00
* [Objective-Cによるプログラミング ](https://developer.apple.com/jp/devcenter/ios/library/documentation/ProgrammingWithObjectiveC.pdf ) (PDF) - Apple Developer
* [Objective-Cプログラミング言語 ](https://developer.apple.com/jp/devcenter/ios/library/documentation/ObjC.pdf ) (PDF) - Apple Developer
* [Objective-C プログラミングの概念 ](https://developer.apple.com/jp/devcenter/ios/library/documentation/CocoaEncyclopedia.pdf ) (PDF) - Apple Developer
2013-11-08 05:26:56 +00:00
* [Google Objective-Cスタイルガイド 日本語訳 ](http://www.textdrop.net/google-styleguide-ja/objcguide.xml ) - Mike Pinkerton, Greg Miller, Dave MacLachlan, Takashi Sasai(翻訳)
2013-10-20 08:39:43 +00:00
###OCaml
2013-11-03 13:45:41 +00:00
* [Objective Caml 入門 ](http://www.fos.kuis.kyoto-u.ac.jp/~t-sekiym/classes/isle4/mltext/ocaml.html ) - 五十嵐淳(京都大学工学部情報学科)
* [お気楽 OCaml プログラミング入門 ](http://www.geocities.jp/m_hiroi/func/ocaml.html ) - 広井誠
2013-10-20 08:39:43 +00:00
###Perl
2013-11-03 13:45:41 +00:00
* [Perl基礎文法最速マスター ](http://d.hatena.ne.jp/perlcodesample/20091226/1264257759 ) - 木本裕紀
2013-11-04 09:48:56 +00:00
* [Perlのコアドキュメント ](http://perldoc.jp/index/core ) - 一般社団法人 Japan Perl Association (JPA)
2013-11-03 13:45:41 +00:00
* [2時間半で学ぶPerl ](http://qntm.org/files/perl/perl_jp.html ) - Sam Hughes, Kato Atsusi(翻訳)
2013-10-20 08:39:43 +00:00
* [Perl ](http://ja.wikibooks.org/wiki/Perl ) - Wikibooks
2013-11-08 05:26:56 +00:00
* [Perl によるオブジェクト指向プログラミング ](https://github.com/hatena/Hatena-Textbook/blob/master/oop-for-perl.md ) - はてな教科書
* [Perlでのデータベース操作 ](https://github.com/hatena/Hatena-Textbook/blob/master/db-control-by-dbi.md ) - はてな教科書
* [MVC によるウェブアプリケーション開発 (Plack を使った開発) ](https://github.com/hatena/Hatena-Textbook/blob/master/mvc-web-application-with-plack.md ) - はてな教科書
* [Perlを使ったテストの書き方 ](https://github.com/hatena/Hatena-Textbook/blob/master/test-for-perl.md ) - はてな教科書
2013-10-20 08:39:43 +00:00
###PHP
2013-11-03 13:45:41 +00:00
* [PHP基礎文法最速マスター ](http://www.1x1.jp/blog/2010/01/php-basic-syntax.html ) - 新原雅司
* [PHP マニュアル ](http://www.php.net/manual/ja/ ) - The PHP Group
2013-11-04 04:17:12 +00:00
* [PHPによるデザインパターン入門 ](http://www.doyouphp.jp/book/book_phpdp.shtml )
* [PHP4徹底攻略改訂版 ](http://net-newbie.com/support/pdf2/ )
2013-11-08 05:26:56 +00:00
* [PSR-2 – コーディングスタイルガイド ](https://github.com/maosanhioro/fig-standards/blob/master/translation/PSR-2-coding-style-guide.md ) - ono (株式会社インフィニットループ)
2013-10-20 08:39:43 +00:00
###PowerShell
2013-11-03 13:45:41 +00:00
* [PowerShell基礎文法最速マスター ](http://winscript.jp/powershell/202 ) - 牟田口大介
* [Windows PowerShell コア ](http://technet.microsoft.com/ja-jp/library/bb978525.aspx ) - Microsoft TechNet
2013-10-20 08:39:43 +00:00
2013-11-05 16:43:08 +00:00
###Processing
* [Processingクイックリファレンス ](http://www.musashinodenpa.com/p5/ ) - 株式会社武蔵野電波
* [Processing 学習ノート ](http://www.d-improvement.jp/learning/processing/ ) - @mathatelle
* [Processing入門講座 ](http://ap.kakoku.net/index.html ) - maeda
2013-10-20 08:39:43 +00:00
###Prolog
2013-11-03 13:45:41 +00:00
* [Prolog プログラミング入門 ](http://bach.istc.kobe-u.ac.jp/prolog/intro/ ) - 田村直之(神戸大学情報基盤センター)
* [お気楽 Prolog プログラミング入門 ](http://www.geocities.jp/m_hiroi/prolog/index.html ) - 広井誠
* [LISP and PROLOG ](http://home.soka.ac.jp/~unemi/LispProlog/ ) - 畝見達夫
2013-10-20 08:39:43 +00:00
###Python
2013-11-03 13:45:41 +00:00
* [Python基礎文法最速マスター ](http://d.hatena.ne.jp/dplusplus/20100126/p1 ) - id:dplusplus
* [Python 2.7.2 ドキュメント日本語訳 ](http://docs.python.jp/2.7/ ) - Python Software Foundation
* [Python の学習 ](http://skitazaki.github.io/python-school-ja/index.html ) - KITAZAKI Shigeru
2013-11-08 05:26:56 +00:00
* [Google Python スタイルガイド ](http://works.surgo.jp/translation/pyguide.html ) - Amit Patel, Antoine Picard, Eugene Jhong, Jeremy Hylton, Matt Smart, Mike Shields, Kosei Kitahara(翻訳)
2013-10-20 08:39:43 +00:00
###R
2013-11-03 13:45:41 +00:00
* [R 入門 ](http://cran.r-project.org/doc/contrib/manuals-jp/R-intro-170.jp.pdf ) (PDF) - W. N. Venables, D. M. Smith and the R Development Core Team, 間瀬茂(東京工業大学)(翻訳)
* [R 言語定義 ](http://cran.r-project.org/doc/contrib/manuals-jp/R-lang.jp.v110.pdf ) (PDF) - R Development Core Team, 間瀬茂(東京工業大学)(翻訳)
* [R 基本統計関数マニュアル ](http://cran.r-project.org/doc/contrib/manuals-jp/Mase-Rstatman.pdf ) (PDF) - 間瀬茂(東京工業大学)
* [R-Tips ](http://cse.naro.affrc.go.jp/takezawa/r-tips/r2.html ) - 舟尾暢男
* [統計解析フリーソフトRの備忘録 ](http://cse.naro.affrc.go.jp/takezawa/r-tips.pdf ) (PDF) - 竹澤邦夫(独立行政法人農業・食品産業技術総合研究機構 中央農業総合研究センター)
* [Rによる保健医療データ解析演習 ](http://minato.sip21c.org/msb/medstatbook.pdf ) (PDF) - 中澤港(群馬大学医学部)
* [Rによる統計解析の基礎 ](http://minato.sip21c.org/statlib/stat.pdf ) (PDF) - 中澤港(群馬大学医学部)
* [無料統計ソフトRで心理学 ](http://blue.zero.jp/yokumura/Rhtml/Haebera2002.html ) - 奥村泰之(一般財団法人 医療経済研究・社会保険福祉協会)
2013-11-08 05:26:56 +00:00
* [Google's R Style Guide ](http://www.okada.jp.org/RWiki/?Google%27s%20R%20Style%20Guide ) - Google, 岡田昌史(翻訳)
2013-10-20 08:39:43 +00:00
###Ruby
* [Ruby基礎文法最速マスター ](http://route477.net/d/?date=20100125 )
2013-11-03 13:45:41 +00:00
* [Ruby リファレンスマニュアル ](https://www.ruby-lang.org/ja/documentation/ ) - まつもとゆきひろ
* [Rubyソースコード完全解説 ](http://i.loveruby.net/ja/rhg/book/ ) - 青木峰郎
* [ホワイの(感動的)Rubyガイド ](http://www.aoky.net/articles/why_poignant_guide_to_ruby/ ) - why the lucky stiff, 青木靖(翻訳)
* [お気楽 Ruby プログラミング入門 ](http://www.geocities.jp/m_hiroi/light/ruby.html ) - 広井誠
2013-11-08 05:26:56 +00:00
* [Ruby on Rails チュートリアル ](http://railstutorial.jp/ ) - Michael Hartl, Shozo Hatta(監訳)
###Sather
* [Sather を試そう ](http://www.shido.info/sather/index.html ) - 紫藤貴文
2013-10-20 08:39:43 +00:00
###Scheme
2013-11-03 13:45:41 +00:00
* [Gauche ユーザリファレンス ](http://practical-scheme.net/gauche/man/gauche-refj.html ) - 川合史朗
* [お気楽 Scheme プログラミング入門 ](http://www.geocities.jp/m_hiroi/func/scheme.html ) - 広井誠
2013-10-20 08:39:43 +00:00
* [Scheme ](http://ja.wikibooks.org/wiki/Scheme ) - Wikibooks
2013-11-08 05:26:56 +00:00
* [もうひとつの Scheme 入門 ](http://www.shido.info/lisp/idx_scm.html ) - 紫藤貴文
* [入門Scheme ](http://www4.ocn.ne.jp/~inukai/scheme_primer_j.html ) - 犬飼大
* [Scheme入門 スーパービギナー編 ](https://sites.google.com/site/atponslisp/home/scheme/racket/schemenyuumon-1/schemenyuumon )
###sed
* [SED 教室 ](http://www.gcd.org/sengoku/sedlec/ ) - 仙石浩明
2013-10-20 08:39:43 +00:00
2013-11-08 05:26:56 +00:00
###Smalltalk
2013-10-20 08:39:43 +00:00
2013-11-03 13:45:41 +00:00
* [自由自在 Squeakプログラミング ](http://swikis.ddo.jp/squeak/13 ) - 梅澤真史
2013-11-08 05:26:56 +00:00
* [GNU Smalltalk Tutorial ](http://gst.plasticheart.info/tutorial-c84 ) - @PLHX
2013-10-20 08:39:43 +00:00
2013-11-09 14:45:53 +00:00
###SQL(実装非依存)
* [SQL ](http://www.techscore.com/tech/sql/ ) - シナジーマーケティング株式会社
* [SQLアタマ養成講座 ](http://www.geocities.jp/mickindex/database/WDP/WDP_44.pdf ) (PDF) - ミック WEB+DB Press Vol.44 (2008) p.47-72
* [SQLプログラミング作法 ](http://www.geocities.jp/mickindex/database/db_manner.html ) - ミック
###Standard ML
* [プログラミング言語SML#解説 ](http://www.pllab.riec.tohoku.ac.jp/smlsharp/docs/1.0/ja/manual.xhtml ) - 大堀淳, 上野 雄大(東北大学電気通信研究所)
* [お気楽 Standard ML of New Jersey 入門 ](http://www.geocities.jp/m_hiroi/func/index.html#sml ) - 広井誠
2013-10-20 08:39:43 +00:00
###Tcl/Tk
2013-11-03 13:45:41 +00:00
* [Tcl/Tk お気楽 GUI プログラミング ](http://www.geocities.jp/m_hiroi/tcl_tk_doc/tcltk_doc.html ) - 広井誠
* [Tcl/TkでWindowsプログラミング ](http://homepage3.nifty.com/kaku-chan/tcl_tk/ ) - KAKU-Chan
* [Tcl/Tk入門 ](http://aoba.cc.saga-u.ac.jp/lecture/TclTk/text.pdf ) (PDF) - 只木進一(佐賀大学理工学部)
2013-10-20 08:39:43 +00:00
###VBA
2013-11-03 13:45:41 +00:00
* [VBA基礎文法最速マスター ](http://d.hatena.ne.jp/nattou_curry_2/20100129/1264787849 ) - id:nattou_curry
2013-10-20 08:39:43 +00:00
* [Office 2013 Visual Basic for Applications 言語リファレンス ](http://msdn.microsoft.com/ja-jp/library/office/gg264383.aspx ) - MSDN Library
2013-11-03 13:45:41 +00:00
* [Excel 2013 で学ぶ Visual Basic for Applications (VBA) ](http://brain.cc.kogakuin.ac.jp/~kanamaru/lecture/vba2013/index.html ) - 金丸隆志(工学院大学)
2013-10-20 08:39:43 +00:00
2013-11-05 16:43:08 +00:00
2013-10-20 08:39:43 +00:00
###Vim
2013-11-03 13:45:41 +00:00
* [Vimスクリプト基礎文法最速マスター ](http://d.hatena.ne.jp/thinca/20100201/1265009821 ) - id:thinca
* [Vimスクリプトリファレンス ](http://nanasi.jp/code.html ) - 小見拓
2013-11-08 05:26:56 +00:00
* [Vim スクリプト書法 ](http://vim-jp.org/vimdoc-ja/usr_41.html ) - Bram Moolenaar, vimdoc-ja プロジェクト(翻訳)