Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| __author__ = "Puri Phakmongkol" | |
| __author_email__ = "me@puri.in.th" | |
| """ | |
| * Thesis | |
| * | |
| * Created date : 15/06/2021 | |
| * |
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
| __author__ = "Puri Phakmongkol" | |
| __author_email__ = "me@puri.in.th" | |
| """ | |
| * Thesis | |
| * | |
| * Created date : 15/06/2021 | |
| * | |
| + o + o | |
| + o + + |
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
| __author__ = "Puri Phakmongkol" | |
| __author_email__ = "me@puri.in.th" | |
| """ | |
| * Thesis | |
| * | |
| * Created date : 15/06/2021 | |
| * | |
| + o + o | |
| + o + + |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| //SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| contract NumberRemember{ | |
| uint _number; | |
| function getNumber() public view returns(uint number_) { | |
| return _number; | |
| } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| #!/usr/bin/env bash | |
| sudo apt install build-essential wget -y | |
| # wget https://artiya4u.keybase.pub/TA-lib/ta-lib-0.4.0-src.tar.gz | |
| wget -O ta-lib-0.4.0-src.tar.gz https://firebasestorage.googleapis.com/v0/b/suakow.appspot.com/o/Shared%2Fta-lib-0.4.0-src.tar.gz?alt=media&token=c53ddc2b-8e9e-4af2-ac53-55fd0f009650 | |
| tar -xvf ta-lib-0.4.0-src.tar.gz | |
| cd ta-lib/ | |
| ./configure --prefix=/usr | |
| make | |
| sudo make install |
NewerOlder