have fun using this
π¦
This file contains 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
<?php | |
namespace App\Command; | |
use Badcow\LoremIpsum\Generator; | |
use Symfony\Component\Console\Command\Command; | |
use Symfony\Component\Console\Input\InputInterface; | |
use Symfony\Component\Console\Output\OutputInterface; | |
use ZipStream\ZipStream; |
This file contains 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
import SimpleCryptoJS from 'simple-crypto-js' | |
const blockstack = require( 'blockstack' ); | |
const { getPublicKeyFromPrivate } = require('blockstack'); | |
const { encryptECIES, decryptECIES } = require('blockstack/lib/encryption') | |
... | |
class App extends React.Component { | |
componentDidMount() { |
This file contains 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
const blockstack = require( 'blockstack' ); | |
const { getPublicKeyFromPrivate } = require('blockstack'); | |
const { encryptECIES, decryptECIES } = require('blockstack/lib/encryption') | |
... | |
class App extends React.Component { | |
constructor() { | |
super() | |
this.state = { |
This file contains 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
Verifying my Blockstack ID is secured with the address 1N9A6gny5PTDiZ1JYZbWbgAskSWTyMuvS7 https://explorer.blockstack.org/address/1N9A6gny5PTDiZ1JYZbWbgAskSWTyMuvS7 |
This file contains 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
Verifying my Blockstack ID is secured with the address 1N9A6gny5PTDiZ1JYZbWbgAskSWTyMuvS7 https://explorer.blockstack.org/address/1N9A6gny5PTDiZ1JYZbWbgAskSWTyMuvS7 |
This file contains 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
function createSeed(){ | |
const seedsize = 81; | |
const chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ9"; | |
let seed = ""; | |
for (var i = 0, n = chars.length; i < seedsize; ++i) { | |
seed += chars.charAt(Math.floor(Math.random() * n)); | |
} | |
return seed; | |
} |
queries tickers from various cryptocurrency exchanges. See https://github.com/ccxt/ccxt for all resources
βββββββββββββββββ¬ββββββββββββββββ¬ββββββββββββββββ¬βββββββββββββββ¬ββββββββββββββββ
β Exchange β BTC/EUR β ETH/EUR β LTC/EUR β XMR/EUR β
βββββββββββββββββΌββββββββββββββββΌββββββββββββββββΌβββββββββββββββΌββββββββββββββββ€
β coinmarketcap β 12150.4880623 β 817.591620461 β 193.38186035 β 326.259801595 β
βββββββββββββββββΌββββββββββββββββΌββββββββββββββββΌβββββββββββββββΌββββββββββββββββ€
This file contains 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
{ | |
"name": "symfony", | |
"version": "1.0.0", | |
"description": "Symfony Standard Edition ========================", | |
"main": "index.js", | |
"directories": { | |
"test": "tests" | |
}, | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", |