2013年3月 |
乱ingと。これで決定した。
カード持ったので前から欲しかった
ブラッド先生のシートミュージックを試しに1つ買ってみた。
Highway Riderの一曲、Sky Turning Grey.
耳がヘタレなので、コードもだが、ベースも取れない。
みるとやっぱり半音下降だね
http://www.artistshare.com/v4/projects/experience?artistID=114&projectID=187&langID=1&recordID=&salestypeID=6
2013年3月20日 - 15:19
フリーとは自由であります。
自由というのは、乗りこなすための技術が必要なのです。
あっちやこっちに進路が寄りすぎると事故になります。
「おっと危ない」という思いを何度もすることによって、
フリーの危険から身を守る術を身につけるのです。
⇒9時更新の「ほぼ日」フリーという働き方の話。
2013年3月20日 - 2:04
有言実行 (^^)/
Just posted a 7.68 km run with @RunKeeper.
Check it out! http://rnkpr.com/a2m39sg #RunKeeper
2013年3月18日 - 0:28
昨日暖かかったので走ろうと思ってたら酒飲んだので(家飲み)やめた分、
今日走った。3ヶ月ぶり、今年初。
昨日と打って変わって寒かった。
3ヶ月ぶりにしては、走れた気がする。
焦らずにコツコツといこう(さもないと、故障するから)
http://runkeeper.com/user/ichiki/activity/155956094
2013年3月10日 - 23:38
If you recently bought a new Mac from Apple or an Apple Authorized Reseller that doesn’t include OS X Mountain Lion, you may qualify for a free upgrade from the Mac App Store. Your completed order must be entered within 30 days of the date of your purchase of a qualifying computer (described in this offer).
誘惑に負け、新しいマック買った、15インチレティナ(mid 2012)
/店に行ったら「在庫は他店に回して、ない」と聞いて焦ったが
結局、展示品を3千円オフで手入
(よく見るとOSはまだライオンだ…)
今の機械も5年になるし、ま、いいだろう
http://kichiki.github.io/diary/diary2008_11.html#d14-mac
18:07 - 2013年3月9日
/* -- Initialize -- */ ao_initialize(); /* -- Setup for default driver -- */ int default_driver = ao_default_driver_id(); ao_sample_format format; memset(&format, 0, sizeof(format)); format.bits = 16; format.channels = 2; format.rate = 44100; format.byte_format = AO_FMT_LITTLE; /* -- Open driver -- */ ao_device *device = ao_open_live(default_driver, &format, NULL /* no options */);上の memset() の1行が、ぼくのコードには入ってなかった…。
bug fixed on ao_device initialization.
import MinGW patch provided by David Millis.
MinGW port: add Makefiles for win32 builds.見てとのおり、David Millis 氏のパッチのおかげで、ソースは修正なし。
update WaoN project page. adding Download page waon/dist/index.html. also add tar.gz files for each release and win32 binaries.
# prepare a working directory % mkdir somewhere % cd somewhere # download CVS repository from SF % rsync -av rsync://waon.cvs.sourceforge.net/cvsroot/waon/ waon # convert CVS to GIT # prepare authors.txt if you want % mkdir repo % cd repo % git cvsimport -v -A ../authors.txt -d ../waon -C waon waon # create a repository on GitHub (as WaoN.git) # push to GitHub # in repo directory % git remote add origin https://github.com/kichiki/WaoN.git % git push -u origin master
Copyright (C) 1997-2018, Kengo Ichiki
twitter: @ichiki_k facebook: Kengo Ichiki |