2012/01/04

github

touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:split/foo.git
git push -u origin master

2011/11/08

C# Event dll

- reference : http://programmer2004.blog119.fc2.com/blog-entry-39.html

C# MS Kinect

* (Library's) Reference
- Kinect : C:\Program Files\Microsoft Research KinectSDK\Microsoft.Research.Kinect.dll
- Speech : C:\Program Files\Microsoft Speech Platform SDK\Assembly\Microsoft.Speech.dl

2011/11/02

English Keyboard

- regedit
-- http://support.microsoft.com/kb/927824/

-- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00000411
---  Layout file : KBDJPN.DLL -> KBDUS.DLL

- reference : http://d.hatena.ne.jp/yohtani/20091021/1256132743

2011/10/24

ubuntsu linux apache2 php


* install
- sudo apt-get install php5 libapache2-mod-php5
- sudo /etc/init.d/apache2 restart

* edit & test
- sudo emacs /var/www/phpinfo.php
<?php phpinfo(); ?>

* reference : http://dqn.sakusakutto.jp/2008/08/ubuntuphp5.html