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
weblog about netsketch
I'm learning English, Marketing and Hacking :)
2012/01/04
2011/11/18
2011/11/08
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
- 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/06
install node.js in cygwin
* Prepare
- git clone git://github.com/joyent/node.git
- Caution !!
-- gcc4-g++ [Builds v0.4.2 and earlier use gcc-g++]
* Step
- ./configure
- make
- make install
* Memo
- C:\Cygwin\bin\ash.exe
- /bin/rebaseall -v
* reference
- https://github.com/joyent/node/wiki/Building-node.js-on-Cygwin-(Windows)
is true :-)
- http://kshigeru.blogspot.com/2010/10/realtime-web-hack-thon.html
- http://d.hatena.ne.jp/bellbind/20101022/1287765064
- http://www.simple-play.com/javascript/windows7%E3%81%A7node-js%E3%82%92%E4%BD%BF%E3%81%8A%E3%81%86/
- git clone git://github.com/joyent/node.git
- Caution !!
-- gcc4-g++ [Builds v0.4.2 and earlier use gcc-g++]
* Step
- ./configure
- make
- make install
* Memo
- C:\Cygwin\bin\ash.exe
- /bin/rebaseall -v
* reference
- https://github.com/joyent/node/wiki/Building-node.js-on-Cygwin-(Windows)
is true :-)
- http://kshigeru.blogspot.com/2010/10/realtime-web-hack-thon.html
- http://d.hatena.ne.jp/bellbind/20101022/1287765064
- http://www.simple-play.com/javascript/windows7%E3%81%A7node-js%E3%82%92%E4%BD%BF%E3%81%8A%E3%81%86/
2011/11/04
2011/11/03
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
-- 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/27
Kinect + WebBrowser
* kinect_flash
kinect側のコードが参考になる
http://www.sd-tech-blog.com/2010/12/kinectopennif
* by WebSocket
-- http://d.hatena.ne.jp/ndruger/20110108/1294452757
-- http://d.hatena.ne.jp/scalar/20110123/1295756813
-- Mr. ndruger
--- http://www.slideshare.net/ndruger/ss-8134571
--- https://github.com/ndruger/kinect-network-game
* Depthjs
- http://depthjs.media.mit.edu/#
* node.js
http://www.publickey1.jp/blog/11/javascriptnodejschaskell.html
* canvas + websocket
- http://blog.asial.co.jp/744
kinect側のコードが参考になる
http://www.sd-tech-blog.com/2010/12/kinectopennif
* by WebSocket
-- http://d.hatena.ne.jp/ndruger/20110108/1294452757
-- http://d.hatena.ne.jp/scalar/20110123/1295756813
-- Mr. ndruger
--- http://www.slideshare.net/ndruger/ss-8134571
--- https://github.com/ndruger/kinect-network-game
* Depthjs
- http://depthjs.media.mit.edu/#
* node.js
http://www.publickey1.jp/blog/11/javascriptnodejschaskell.html
* canvas + websocket
- http://blog.asial.co.jp/744
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
登録:
投稿 (Atom)