Very tired. But feels good, but i dead in part7 :p
English version of http://codnote.net/ . But my english is usually strange.
Sunday, July 25, 2010
Saturday, July 24, 2010
Wednesday, July 14, 2010
Received an admission ticket of toeic
Today I received an admission ticket of toeic.
I put headshot to ticket.
I'll take the TOEIC exam at Jul 25...
doki doki
Tuesday, July 13, 2010
Try coffee-script
Javascript isn't easy to write for Rubyists.
But coffeescript is simple version of javascript.
It compiles into Javascript.
Install
http://github.com/jashkenas/coffee-script
I don't have|know node.js
, what is it?
vim-coffee-script
Syntax file of coffee-script
http://github.com/kchmck/vim-coffee-script
I am vimmer, and I like vim, vim vim and vim vim vi, vim, vim vivmvivmivmvivmvivvmvivvvv... vim!
Node.js
It's [evented I/O for V8 javascript.
I already installed V8, so I tried:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sorah@lemonade]:~% cdd src | |
/Users/sorah/local/src | |
[sorah@lemonade]:~/local/src% git clone http://github.com/ry/node.git | |
Initialized empty Git repository in /Users/sorah/local/src/node/.git/ | |
remote: Counting objects: 20166, done. | |
remote: Compressing objects: 100% (4158/4158), done. | |
remote: Total 20166 (delta 15750), reused 20055 (delta 15675) | |
Receiving objects: 100% (20166/20166), 14.70 MiB | 238 KiB/s, done. | |
Resolving deltas: 100% (15750/15750), done. | |
Checking out files: 100% (1813/1813), done. | |
[sorah@lemonade]:~/local/src% cd node | |
[sorah@lemonade]:~/local/src/node% ./configure --prefix=$HOME/local | |
... | |
'configure' finished successfully (5.606s) | |
[sorah@lemonade]:~/local/src/node% make && make install | |
... | |
'build' finished successfully (10m5.383s) | |
... | |
'install' finished successfully (2.425s) | |
`configure` is very fast, but `make` is slowly... :-( |