- 老化
- 胃腸疾患
- 甲状腺機能疾患
- マラリア
- 貧血症
- 脳下垂体機能低下症
- 尋常性白斑
- 円形脱毛症
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
| var RippleWallet = require('ripple-wallet'); | |
| var wallet = new RippleWallet('secret key'); | |
| console.log(wallet.getAddress(0)); | |
| console.log(wallet.getAddress(1)); | |
| console.log(wallet.getAddress(2)); | |
| console.log(wallet.getAddress(3)); | |
| console.log(wallet.getAddress(4)); | |
| console.log(wallet.getAddress(5)); | |
| console.log(wallet.getAddress(6)); | |
| console.log(wallet.getAddress(7)); |
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
| npm install -g cordova | |
| cordova platform add ubuntu | |
| cordova plugin add org.apache.cordova.camera | |
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
| "m/0'/Change/INDEX" | |
| Change = 0: external(受け取り), 1: internal(お釣り) | |
| Index = 0〜 |
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
| var random = function(_seed){ | |
| var seed = (_seed * 9301 + 49297) % 233280; | |
| return [seed / 233280, seed]; | |
| } | |
| var createRandom = module.exports = function(_seed){ | |
| var seed = _seed || +(new Date()); | |
| return { | |
| getSeed : function(){ return seed }, | |
| getRandom : function(max, min){ |
- monacoin
- bitcoin
- 好きなもの作れる