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
this is a test |
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
$(cat test-file) |
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
string file contents |
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
string file contents |
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
body{ | |
background-color: #272822 !important; | |
color: #99badd; | |
} |
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
# -*- coding: utf-8 -*- | |
import dash | |
import dash_core_components as dcc | |
import dash_html_components as html | |
import plotly.graph_objs as go | |
import pandas as pd | |
csvs = ['https://gist.githubusercontent.com/chriddyp/' + |
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
created_at,actor,created_at,id,org,payload,public,repo,type | |
2015-01-31,478,478,478,271,478,478,478,478 | |
2015-02-28,314,314,314,143,314,314,314,314 | |
2015-03-31,298,298,298,134,298,298,298,298 | |
2015-04-30,619,619,619,399,619,619,619,619 | |
2015-05-31,573,573,573,310,573,573,573,573 | |
2015-06-30,516,516,516,273,516,516,516,516 | |
2015-07-31,572,572,572,315,572,572,572,572 | |
2015-08-31,329,329,329,182,329,329,329,329 | |
2015-09-30,639,639,639,377,639,639,639,639 |
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
{ | |
"cs.AI": "Artificial Intelligence", | |
"cs.CC": "Computational Complexity", | |
"cs.CG": "Computational Geometry", | |
"cs.CE": "Computational Engineering, Finance, and Science", | |
"cs.CL": "Computation and Language", | |
"cs.CV": "Computer Vision and Pattern Recognition", | |
"cs.CY": "Computers and Society", | |
"cs.CR": "Cryptography and Security", | |
"cs.DB": "Databases", |
We can't make this file beautiful and searchable because it's too large.
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
0x540cf76f7efaffdeef8eec75b07807353667cef7,TitaniumBARToken | |
0xbc4eb0f70b735e0d41d4f6160e81a8806ae05de6,Angelscoin | |
0x1a3B341D22C3bC84304C86ed3D6e6A53A6EEa2b8,MiniMeToken | |
0x416993d2384d9b82687f34f7fea29f6fb2c6c56d,Market | |
0x14156118793b977b4559ed50484DD59B688A5825,WhiteList | |
0x052b7112f050a3fb79ee2afdc1c9e821a2b1f0c2,ERC20Token | |
0x4cffa13d6336490ce281eb52f45d3073d32d0cc4,Angelscoin | |
0xb066ab1ccefbab273efd7aff756157db061f4a80,SRCToken | |
0x3b253defe296877ad467eaca7bfb60937bd7c457,GSD | |
0xA96B24E4987056859411A8f3C7EA4B163395e664,EthereumModern |
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
pragma solidity ^0.4.18; | |
/** | |
* @title DeathWallet | |
* @dev Wallet with a dead man switch. | |
* @author Mohammad Kidwai | |
*/ | |
contract DeathWallet { | |
address public owner; // The owner of the wallet. |
NewerOlder