- BSD: http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libutil/parsedate.y?rev=1.20&content-type=text/x-cvsweb-markup&only_with_tag=MAIN
- MIT: http://git.eclipse.org/c/jgit/jgit.git/tree/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/GitDateParserTest.java
- MIT: http://git.eclipse.org/c/jgit/jgit.git/tree/org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java
- Raftという分散合意アルゴリズムの紹介
- 論文: In Search of an Understandable Consensus ALgorithm (Extended Version)
- Raft三日目くらいの人が自分の理解をもとに(適当に)書いています
Install tcpkill
yum -y install dsniff --enablerepo=epel
View connections
netstat -tnpa | grep ESTABLISHED.*sshd.
Block with ip tables
iptables -A INPUT -s IP-ADDRESS -j DROP
Kill connection
Benchmarks of node-mysql vs node-mysql2 drivers
Test1:
for each http request, query first 3 rows of mysql.user table and render results using jade template.
Notes: This tests column definition parser (user table has 43 columns), row parser (3x43 values) and access time to result. Also this is test of how well event loop, GC, http parser and mysql driver work together. To compare mysql overhead with http + jade rendering + data transfer, there is another endpoint that renders exactly the same rows of data from memory without fetching them from mysql server.
In all the discussions about ES6 one thing is bugging me. I'm picking one random comment here from this io.js issue but it's something that comes up over and over again:
There's sentiment from one group that Node should have full support for Promises. While at the same time another group wants generator syntax support (e.g.
var f = yield fs.stat(...)
).
People keep putting generators, callbacks, co, thunks, control flow libraries, and promises into one bucket. If you read that list and you think "well, they are all kind of doing the same thing", then this is to you.
Disclaimer: This is an unofficial post by a random person from the community. I am not an official representative of io.js. Want to ask a question? open an issue on the node-forward
discussions repo
- io is a fork of node v0.12 (the next stable version of node.js, currently unreleased)
- io.js will be totally compatible with node.js
- the people who created io.js are node core contributors who have different ideas on how to run the project
- it is not a zero-sum game. many core contributors will help maintain both node.js and io.js
diff --git a/Abe/Chain.py b/Abe/Chain.py | |
index 6f72ea3..d071a5e 100644 | |
--- a/Abe/Chain.py | |
+++ b/Abe/Chain.py | |
@@ -32,6 +32,7 @@ def create(policy, **kwargs): | |
if policy == "Bitleu": return Bitleu(**kwargs) | |
if policy == "Keccak": return KeccakChain(**kwargs) | |
if policy == "Maxcoin": return Maxcoin(**kwargs) | |
+ if policy == "Kumacoin": return Kumacoin(**kwargs) | |
return Sha256NmcAuxPowChain(**kwargs) |
作: | @voluntas |
---|---|
バージョン: | 0.3.3 |
url: | http://voluntas.github.io/ |
2014 年 10 月 30 日に行われる 歌舞伎座.tech#5「すごいErlangをゆかいに学ぶ会」 の発表資料です
日時: | 2015-01-10 |
---|---|
作: | @voluntas |
バージョン: | 0.3.4 |
url: | http://voluntas.github.io/ |
注意