Fixed a ton of dead links, close #1179

This commit is contained in:
Victor Felder
2014-11-03 11:11:18 -05:00
parent 8ecea8b80a
commit 8741232fa5
10 changed files with 1 additions and 38 deletions

View File

@ -101,7 +101,6 @@
* [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
* [CUDA プログラミング入門](http://accc.riken.jp/secure/4467/cuda-programming_main.pdf) (PDF) - 青山幸也
* [OpenGL Programming](http://www.komoto.org/opengl/) - 小本真広
#### グラフィックユーザーインターフェイス
@ -432,7 +431,6 @@
* [Python Scientific Lecture Notes (一部翻訳)](http://turbare.net/transl/scipy-lecture-notes/) - 打田旭宏(翻訳)
* [Notes on scientific computing with python](http://japanichaos.appspot.com/) - 花田康高
* [pythonで心理実験](http://www.s12600.net/psy/python/) - 十河宏行
* [Python による日本語自然言語処理](http://nltk.googlecode.com/svn-/trunk/doc/book-jp/ch12.html) - Steven Bird, Ewan Klein, Edward Loper, 萩原正人(翻訳), 中山敬広(翻訳), 水野貴明(翻訳)
* [Pythonで音声信号処理](http://aidiary.hatenablog.com/entry/20110514/1305377659) - id:aidiary
* [Dive Into Python 3 日本語版](http://diveintopython3-ja.rdy.jp/) - Mark Pilgrim, Fukada(翻訳), Fujimoto(翻訳)
* [php プログラマのための Python チュートリアル](http://phpy.readthedocs.org/en/latest/) - INADA Naoki