- Raftという分散合意アルゴリズムの紹介
- 論文: In Search of an Understandable Consensus ALgorithm (Extended Version)
- Raft三日目くらいの人が自分の理解をもとに(適当に)書いています
| <?xml version='1.0' encoding='utf-8' ?> | |
| <connection-customization class='postgres' enabled='true' version='7.7'> | |
| <vendor name='postgres' /> | |
| <driver name='postgres' /> | |
| <customizations> | |
| <!-- Keep using the PostgreSQL driver for the Tableau PostgreSQL connection, but override settings that the remote Presto server does not support. --> | |
| <customization name='odbc-connect-string-extras' value='UseDeclareFetch=0;UseServerSidePrepare=0' /> | |
| <customization name='CAP_CREATE_TEMP_TABLES' value='No' /> | |
| <customization name='CAP_SELECT_INTO' value='No' /> | |
| </customizations> |
[1] pry(main)> Time.at(1424770450)
=> 2015-02-24 18:34:10 +0900
% cat hoge_01.csv
192.168.10.143,192.168.10.53,1424770450
| require './rsa_math.rb' | |
| class RSA | |
| class << self | |
| PUBLIC_EXPONENT = 65537 | |
| def gen_key(bits) | |
| e = PUBLIC_EXPONENT | |
| p = RSAMath.gen_prime(bits/2) |
| 更新: | 2024-10-08 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2024.1 |
| URL: | https://voluntas.github.io/ |
概要
| 更新: | 2014-11-20 |
|---|---|
| バージョン: | 0.0.5 |
| 作者: | @voluntas |
| URL: | http://voluntas.github.io/ |
概要