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
/** | |
*Submitted for verification at Etherscan.io on 2021-09-05 | |
*/ | |
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.0; | |
/// [MIT License] | |
/// @title Base64 |
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
Here are some products that you can use to build your fintech app | |
## SMS | |
Termii | |
Twilio | |
Interswitch Digital (Vanso) | |
## Card and account charge |
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
/* Data from http://eloquentjavascript.net/code/#4 */ | |
/* phi logic from http://www.pmean.com/definitions/phi.htm */ | |
var JOURNAL = [ | |
{"events":["carrot","exercise","weekend"],"squirrel":false}, | |
{"events":["bread","pudding","brushed teeth","weekend","touched tree"],"squirrel":false}, | |
{"events":["carrot","nachos","brushed teeth","cycling","weekend"],"squirrel":false}, | |
{"events":["brussel sprouts","ice cream","brushed teeth","computer","weekend"],"squirrel":false}, | |
{"events":["potatoes","candy","brushed teeth","exercise","weekend","dentist"],"squirrel":false}, | |
{"events":["brussel sprouts","pudding","brushed teeth","running","weekend"],"squirrel":false}, |