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
{ | |
"data": [ | |
{ | |
"cca2": "CN", | |
"name": "China", | |
"pop2020": "1439323.7760", | |
"area": 9706961, | |
"Density": "148.2775", | |
"GrowthRate": "1.0039", | |
"WorldPercentage": "0.1847", |
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
PUSH1 0x60 | |
PUSH1 0x40 | |
MSTORE | |
CALLDATASIZE | |
ISZERO | |
PUSH2 0x0131 | |
JUMPI | |
PUSH1 0x00 | |
CALLDATALOAD | |
PUSH29 0x0100000000000000000000000000000000000000000000000000000000 |
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
[START] From: 0x4d8d476b7b381676eaf0f2fc68f49e09d67a6fbc To: 0x Gas Price: 100000000000 Gas Limit: 4712388 Nonce: 0x | |
[VMSTEP] c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470:0 | |
[OPCODE] PUSH1 | |
[GAS] 4640668 | |
[STACK] | |
[MEMORY] | |
[VMSTEP] c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470:2 | |
[OPCODE] PUSH1 | |
[GAS] 4640665 | |
[STACK] 60 |
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
[ | |
{ | |
"constant":false, | |
"inputs":[ | |
], | |
"name":"getFeeInfo", | |
"outputs":[ | |
{ | |
"name":"", |
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
[ | |
{ | |
"constant":false, | |
"inputs":[ | |
{ | |
"name":"_spender", | |
"type":"address" | |
}, | |
{ | |
"name":"_value", |
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
[ | |
{ | |
"constant":false, | |
"inputs":[ | |
{ | |
"name":"_spender", | |
"type":"address" | |
}, | |
{ | |
"name":"_value", |
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
[ | |
{ | |
"constant": false, | |
"inputs": [ | |
{ | |
"name": "_eth", | |
"type": "uint256" | |
} | |
], | |
"name": "setEthToCents", |
You probably don't want Google crawling your development staging app. Here's how to fix that.
$ mv public/robots.txt config/robots.production.txt
$ cp config/robots.production.txt config/robots.development.txt
Now edit config/routes.rb
to add a route for /robots.txt
, and add the controller code.
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
declare(bra, nonscalar); | |
declare(ket, nonscalar); | |
dotscrules:true; | |
matchdeclare(m,lambda([t],featurep(t,integer))); | |
matchdeclare(n,lambda([t],featurep(t,integer))); | |
tellsimp(bra(m).ket(n), kron_delta(m,n)); | |
simp:false; | |
matchdeclare(aa, true); |
NewerOlder