[[PageOutline]] [[TitleIndex(Dev,format=group)]] * [http://semver.org/ Semantic Versioning] * [http://stackoverflow.com/ Stack Overflow] * Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required. * [http://esolangs.org/wiki/Language_list Language list - Esolang] * [http://www.mwsoft.jp/column/program_top10.html プログラミング言語人気TOP10の簡易解説] > 【参考URL】各言語の実行速度はこの辺を見るとわかりやすい http://shootout.alioth.debian.org/ * [http://wiki.liris.org/article/bittorrent BitTorrentのファイル配信メカニズム - Emerge Technology] * via twitter:suma90h/status/7399039460 * [http://anlyznews.blogspot.com/2011/02/objective-c.html Objective-Cの『遅さ』を計測したら、JavaやC++の5倍も遅かった: ニュースの社会科学的な裏側] * via twitter:Flast_RO/status/40657392437829632 > ベンチマーク方法は簡単に、1変数、1メソッドのオブジェクトを作成し、ループして2,147,483,647回、同一のメソッドを呼び出した。メソッドはint引数が一つあり、int値を戻す。AMD機でUbuntu LinuxのGCC 4.4.3でコンパイルをし、実行を行った。 * 代表的なスクリプト言語も比較に入っている * wikipetan:竹内関数 * [http://caca.zoy.org/wiki/PWNtcha PWNtcha - captcha decoder] * [http://msdn.microsoft.com/ja-jp/library/aa515822.aspx 3D 座標系とジオメトリ] * via twitter:santarh/status/132423516854296577 * [http://www.w3.org/TR/2008/WD-jlreq-20081015/ja/ 日本語組版処理の要件(日本語版)] * [http://www.nminoru.jp/~nminoru/programming/ プログラミングに関係すること] = C/C++ = * [http://d.hatena.ne.jp/yohei-a/20101110/1289410003 ファイルがページキャッシュに乗っているかどうかを調べる - ablog] * [http://www.pushaa.jp/~hizuki/soft/wiki.cgi?cygwin%A4%C7Windows%A5%A2%A5%D7%A5%EA%A4%F2%BA%EE%A4%EB%A4%BF%A4%E1%A4%CE%A5%E1%A5%E2 cygwinでWindowsアプリを作るためのメモ - cygwinを使って、] * [http://research.preferred.jp/2010/12/wat-array/ wat-array : wavelet木を利用した高速配列処理ライブラリ : Preferred Research Blog] * via twitter:iwiwi/status/15788763305222144 * [http://d.hatena.ne.jp/bsdhouse/20090720/1248085754 そろそろvolatileについて一言いっておくか - yamasaのネタ帳] * via twitter:Flast_RO/status/16853894420238336 * [http://funini.com/kei/mmap/ mmap (メモリマップトファイル) : kei@sodan] * via twitter:nooyosh/status/36771691048730624 * [http://ufcpp.net/study/csharp/sp2_microthread.html (サンプル) イテレータとマイクロスレッド (C# によるプログラミング入門)] * [http://yasu2.prosou.nu/blog/2010/01/mmap-howto.html mmap() HOWTO - Debuggin' Everyday] == build 32bit object on x64 == * [http://ankyo.blog.so-net.ne.jp/2010-06-19 【Ubuntu】 Ubuntu 64bit版 で 32bitのライブラリやアプリをコンパイルする環境設定(覚書):なんでもかんでもコンピュータ:So-netブログ] {{{ sudo apt-get install ia32-libs lib32gcc1 lib32stdc++6 libc6-dev-i386 gcc-multilib gcc -m32 -o hello32 hello.c }}} = GeSHi = * [http://qbnz.com/highlighter/ GeSHi - Generic Syntax Highlighter :: Home] * aptitude show php-geshi * lucid => http://packages.ubuntu.com/lucid/php-geshi {{{ Version: 1.0.8.4-1 Depends: php5 | php5-cli }}} * [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579080 #579080 - php-geshi: Can't render Scheme code - Debian Bug report logs] * source:/trunk/Dev/geshi/ = Malbolge = * [http://ja.wikipedia.org/wiki/Malbolge Malbolge - Wikipedia] * 次のMalbolgeプログラムは"Hello, world"を出力する。 {{{ (=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk** hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O< }}} * human readableどころかwritableですらない。 * [http://d.hatena.ne.jp/Robe/20060824 最凶言語 Malbolge - ロベールの小部屋] = Grass = * [http://www.blue.sky.or.jp/grass/ Grass the grass-planting programming language] = Python = * [https://gist.github.com/737366 gist: 737366 - GitHub] * twitter:hktechno/status/13583915394531330 Twitpic の特定のユーザーの画像 ID を全部取得してくるスクリプト。 * [http://www.python.jp/doc/release/tutorial/ Python チュートリアル — Python v2.6.2 documentation] = OCaml = * [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Pervasives.html Module Pervasives] OCaml > The initially opened module. > > This module provides the basic operations over the built-in types (numbers, booleans, strings, exceptions, references, lists, arrays, input-output channels, ...). > > This module is automatically opened at the beginning of each compilation. All components of this module can therefore be referred by their short name, without prefixing them by Pervasives. * [http://www.i.kyushu-u.ac.jp/~bannai/ocaml-intro/install.html OCaml プログラミング入門 (インストール)] > ==== ledit ==== > OCaml の対話的環境を提供するコマンド: ocaml は ライセンス上の問題から、 C-a で行頭に戻ったりする事や、ヒストリ機能、 などと言った GNU の readline ライブラリを使った便利な機能がありません。 emacs から対話的環境を使うのが一つには考えられます が、どうしてもターミナルから実行したい人は、 ledit と言うコマンドを使えば大丈夫です。 ledit ocaml と起動するだけです。 * リンクが死んでいるので、 http://pauillac.inria.fr/~ddr/ledit/ へ * http://pauillac.inria.fr/~ddr/camlp5/ も必要 = Makefile = * [http://www.unix.com/shell-programming-scripting/96486-makefile-debug-target.html Makefile debug target - The UNIX and Linux Forums] > Call the same makefile recursively in the debug target including the required flags. Don't set $(DEBUG) as a macro, but pass it in on the recursive call. Something like... > {{{ > (snip) > > debug: > $(MAKE) $(MAKEFILE) DEBUG="-g -D DEBUG" > }}} * [http://stackoverflow.com/questions/1079832/how-can-i-configure-my-makefile-for-debug-and-release-builds make - How can I configure my makefile for debug and release builds? - Stack Overflow] > You can use [http://www.gnu.org/software/make/manual/make.html#Target%5F002dspecific Target-specific Variable Values]. Example: > {{{ > (snip) > debug: CXX += -DDEBUG -g > debug: CC += -DDEBUG -g > debug: executable > }}}