ヒュー S. マローン/ダニエル・テムキン
データベンディング、データモッシング、イメージハッキング、そしてグリッチアート、様々な名称で呼ばれる一連の手法を定義し、また理論化しようと、一年以上にわたり作家たちと断続的な議論を繰り返し以下の文章は生まれた。これらの「ノート」は完全でもないし結論的なものでもなく、復習し議論し批評し解釈を拡大させていくための、ゆるやかに描かれた一群の図を提供するものである。
(Also see [remarkable][], the markdown parser created by the author of this cheatsheet)
<?php | |
namespace DomainObjects; | |
class Account | |
{ | |
protected $balance = 0; | |
function __construct($initialBalance) { | |
$this->balance = $initialBalance; | |
} |
wiki https://github.com/koriym/BEAR.Sunday/wiki に移動しました