「Scheme」を含むブログ

2010-02-10

SDO L-14 Launch/ STS-130 docking yellowzyellowzはてなブックマーク - SDO L-14 Launch/ STS-130 docking

...e available to Kindle users with the help of funding from Microsoft."http://www.tgdaily.com/000/48348-british-library-releases-thousands-of-free-e-books"The library hopes to extend the digitisation scheme by scanning books out of copyright dating from the early 20th century. As yet, however, neither Microsoft nor the institution itself have set money aside for the project"http://entertainment.t... 続きを読む

SICP 問題 2.39 masibongemasibongeはてなブックマーク -  SICP 問題 2.39

reverseは,fold-left,fold-right を使うとこうなる.(define (reverse sequence) (fold-right (lambda (x y) (append y (list x))) () sequence))(define (reverse sequence) (fold-left (lambda (x y) (append (list y) x)) () sequence))実行結果gosh> reversegosh> (reverse `(1 2 3))CALL list 3RETN list (3)CALL append () (3)RETN append (3)CALL list 2RETN list (2)CALL append (3) (2)RETN append (3 2)CALL list... 続きを読む

FingerKeyBoard satoshi_kodamasatoshi_kodamaはてなブックマーク -  FingerKeyBoard

...01-actions.txtskin-02-wvga-land-01-digits.txtskin-02-wvga-land-35-jpn_W03.txtskin-02-wvga-port-01-digits.txtskin-02-wvga-port-35-jpn_W03.txtのデータを上書きコピーしてください。コピー後、FngKbdConfigを起動、MainタブのColor Schemeを「BlackBlue」に設定、「jpn_W03」にチェックを入れて「ok」を押せば設定完了です。→jpn_W03以外のチェックは外す。「Optionsタブ」で、Landscape(横画面), Portrait(縦画面)の両方でShowにする。するとこんな画面(横画面)や... 続きを読む