Memo of Ambient Calculus
It's not about ambient occlusion.
http://en.
The ambient calculus is a process calculus that is conscious of mobility of processes.
It's not about ambient occlusion.
http://en.
The ambient calculus is a process calculus that is conscious of mobility of processes.
To reduce consumptio
Be careful of the flow of from even number pages to odd number pages.
If you do oppositely
This can be used with layouts that have 2 or more pages a paper.
GoogleDocs
INSTALL
Just bookmark the link below.
USAGE
REQUIREMEN
This bookmarkle
LICENSE
The source code is here
http://gis
Today I collided with an issue regarding a git repositorygit status
and check .gitignore
今日はgitリポジトリに関する見つけにくい問題に遭遇しました。
リポジトリのサブディレクトリの中に.gitディレクトリがある場合、そのサブディレクトリ以下が隠されてしまい、git statusや.gitignore
You can check the dependencildd
command like this
1 % ldd foo.so 2 linux-gate.so.1 => (0xb7efe000 ) 3 libc.so.6 => /lib/tls/i 686/cmov/l ibc.so.6 (0xb7d7e000 ) 4 /lib/ld-li nux.so.2 (0xb7eff000 )
It's useful to attack problems regarding dlopen
Posture consists of forward, upward and rightward directions
Recall that the posture can be represente
In these days, I am thinking about how web services can be provided without shutting down.
An answer I got is keep it small.
Small services can be provided without maintenanc
The cost of keeping such services is about $50 a month.
It consists of only the cost of an EC2 instance.
An instance can offer several such services, so the cost would be shared by them.
So thus the individual
Suppose the cost is $20 a month,
we can gain it by a fund of $4800 if it earns 5% a year constantly
You can get it by installing
1 # cabal install wl-pprint
See Also
Now I am using Haskel and investigat
1 ghc-pkg list
And then I want to prepare cabal-inst
I had got it and extracted it. After that, I could build the module by this command.
1 runhaskellSetup.hs configure
At this point, I got error messages like this:
1 Setup.hs: At least the following dependencies are missing: 2 Cabal >=1.6&&<1.7, 3 network >=1&&<3, 4 HTTP >=4000.0.2&&<4001, 5 zlib >=0.4&&<0.6
It means I must get them in advance from the HackageDB.
After I got downloaded
1 runhaskellSetup.hs configure 2 runhaskell Setup.hs build 3 runhaskell Setup.hs install
If you are a Rubyist, you probably find the similarity
About 30 minutes went by...
Finally, I got the cabal command.
See Also
The edge version of do_postgre
1 ~ (1) SELECT "id", "digest", "fetched_at", "created_at ", "site_id" FROM "pages" WHERE ("site_id" IN (1)) ORDER BY "id" 2 ~ ERROR: syntax error at or near "("merb : worker (port 4000) ~ ERROR: syntax error at or near "(" - (PostgresEr ror)
The SQL that had been performed is here.
1 SELECT "id", "digest", "fetched_at", "created_at ", "site_id" FROM "pages" WHERE ("site_id" IN (1)) ORDER BY "id"
This is able to be performed successful
Updates
I found the bug.
For example, this code
1 Page.repository.adap ter.execut e('SELECT * FROM "pages" WHERE ("id" IN ?) AND ("site_id" = ?)', [1], nil)
generates this sql
1 SELECT * FROM "pages" WHERE ("id" IN (1)) AND ("site_id" = (NULL))
(NULL)
causes parsing error.
This issue happens if the first value is an Array and the succeeding