記憶の辺境 >> ソフトウェア開発
私の脳に足りない「記憶力」を補うフォルダ。俗にブックマークとも言う。(2010年1月26日開設)
Last Update: 2011-10-19 14:49
Total 91628 PV
| 計算機プログラムの構造と解釈 | |
|
翻訳の評判は悪いようですが、名著であることは疑いようがありません。 ここで全文が公開されているので、英語に自身のある方はどうぞ。 |
|
| On Lisp | |
| Lispはアルゴリズムの学習に最適な言語です。 | |
| ハッカーと画家 コンピュータ時代の創造者たち | |
| 正しい定義としてのハッカーの世界。 | |
| A Users Guide to URL Rewriting with the Apache Webserver |
|
apacheのrewriteモジュールを使用したURLリライトの実例集。 http://japache.infoscience.co.jp/rewriteguide/ Apache の mod_rewrite モジュールは必殺仕事人です。つまり、URL 操作を確実に行う最も粋なモジュールだということです。 あなたが夢にまで見た、URL のあらゆる操作を殆ど全て実行することができます。その代償としてあなたは、その複雑さを許容しなければなりません。 なぜなら mod_rewrite の最大の欠点は、初心者の理解と利用が困難な点にあるからです。 そしてまた Apache に熟練した者でさえ、mod_rewrite の新しい側面に出くわすのです。 すなわち: 初めて mod_rewrite を使ったことにより、あなたは自ら災いを招き、あなたの余生でそれを二度と使わないか、あるいはそれを愛するようになるかは、 そういう訳です。このドキュメントは既に成功した解決例を提示することによって、最初の躓きを避けるために2、3の事象を成功させようとするものです。 |
| Chrome Experiments |
|
http://www.chromeexperiments.com/ These experiments were created by designers and programmers from around the world using the latest open standards, including HTML5, Canvas, SVG, and more. Their work is making the web faster, more fun, and more open – the same spirit in which we built Google Chrome. HTML5、Canvas、SVGによる様々な実験的デモ。 ミームメモのHTML5版UIも、そろそろ本気で考えないとなあ。 |
| Google App Engineを使って無料でサイトを立ち上げる方法 - EC studio 技術ブログ |
|
http://techblog.ecstudio.jp/tech-tips/freewebsite-with-google-app-engine.html 「App Engine は無料で始めることができます。最大 500 MB の永続性ストレージに加え、月間約 500 万ページ ビューに対応できる十分な CPU と帯域幅を、すべてのアプリケーションで完全に無料で利用できます。」 - Google App Engine公式ドキュメントより 月間500万PVというと、相当な人気サイトでも余裕でさばけるようなスペックです。 これが無料というのはスゴイ・・・。 |
| Google App Engine for Javaを使って無料でサイトを立ち上げる方法 - DISってHONEY♪ |
|
http://d.hatena.ne.jp/gungnir_odin/20100208/1265632166 Google App Engineを使って無料でサイトを立ち上げる方法 - EC studio 技術ブログでは、Pythonの開発環境セットアップを紹介されていたので、ここではJavaの開発環境セットアップを紹介します。 |
| Google APP Engine Python入門(2010年2月版) - TechTalkManiacs |
| http://d.hatena.ne.jp/kagigotonet/20100209/1265726225 |
| newLISP® for Mac OS X, GNU Linux, Unix and Win32 |
|
http://www.newlisp.org/ newLISP is a Lisp-like, general-purpose scripting language. It has all the magic of traditional Lisp but is easier to learn and use. newLISP is friendly, fast, and small. Most of the functions you will ever need are already built in. newLISP runs on most operating systems. |
| 25 of the Best Blogging and Social Media Icon Sets – DesignM.ag |
|
http://designm.ag/resources/blogging-social-media-icons/ Icons are a favorite free resource of designers and bloggers. There are tons of quality, free icon sets out there and in this post we’ll feature 25 that are great for blog design. These icons sets include the those that are great for use with blogs and social media. |
| Cheat Sheet and Quick Reference Card Directory | devcheatsheet.com - Cheat Sheets for Developers. |
| http://devcheatsheet.com/ |
| 量子コンピューターのシミュレーター各種 |
|
RT de_pon (ぽん) 量子コンピュータのシミュレータだけでこんなにある。言語別http://www.quantiki.org/wiki/index.php/List_of_QC_simulators 2010-04-22 19:52:41 |
| key-valueストアの基礎知識 |
|
http://www.shudo.net/article/Software-Design-201002-KVS/ クラウド、特にPaaS向けのソフトウェア開発が現実のものとなり、 そこではリレーショナルデータベースとは違ったデータベースが 勢いを増しています。 その代表であるkey-valueストアを解説します。 |
| MongoDB |
|
http://www.mongodb.org/ MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality). |
| FILCO Majestouchテンキーレス メカニカルキーボード | |
| コストパフォーマンスの高い、素晴らしいキーボード。人気のHappy Hacking Keyboardよりも、個人的にはこちらの方が断然快適です。 | |
| jsonengine |
|
http://code.google.com/p/jsonengine/ jsonengine is a simple and ultra-scalable JSON storage that works on Google App Engine. You do not need any server-side coding with Java nor Python. Just deploy a jsonengine to App Engine cloud with your appid, and call the REST API from any HTTP client like JavaScript, Flash, iPhone/iPad/Android or etc, to store or search arbitrary JSON document. Features
|
| Android UI Design Patterns: 5 tips for converting iOS UI to Android |
|
http://www.androiduipatterns.com/2011/04/5-tips-for-converting-ios-ui-to-android.html Many companies are converting their iOS apps to Android nowadays. However, simple one-to-one conversion of the UI might cause problems to the potential users. I don't believe that inter-platform consistency between an app's different versions is as important than consistency between apps on a single platform. Not many users use multiple different phones at the same time. This post describes five simple rules how an iOS app can be made to fit into the growing Android app crowd. |
| HTML5/JavaScriptで作るAndroidアプリ開発ガイドブック | |
| jsWaffleというオープンソースのフレームワークを使い、HTML/CSS/JavaScriptという、より一般的な技術でAndroidアプリを作る方法を解説。 | |
