Skip to content

Instantly share code, notes, and snippets.

Close Date High Low MarketCap Open Volume
8200.64 2017-11-20T06:00:00.000Z 8336.86 7949.36 134167000000 8039.07 3488450000
8036.49 2017-11-19T06:00:00.000Z 8101.91 7694.1 129595000000 7766.03 3149320000
7790.15 2017-11-18T06:00:00.000Z 7884.99 7463.44 128425000000 7697.21 3667190000
7708.99 2017-11-17T06:00:00.000Z 8004.59 7561.09 131026000000 7853.57 4651670000
7871.69 2017-11-16T06:00:00.000Z 7967.38 7176.58 122164000000 7323.24 5123810000
7315.54 2017-11-15T06:00:00.000Z 7342.25 6634.76 110667000000 6634.76 4200880000
6635.75 2017-11-14T06:00:00.000Z 6764.98 6461.75 109434000000 6561.48 3197110000
6559.49 2017-11-13T06:00:00.000Z 6811.19 5844.29 99029000000 5938.25 6263250000
5950.07 2017-11-12T06:00:00.000Z 6625.05 5519.01 104980000000 6295.45 8957350000
@x13machine
x13machine / ud.py
Last active December 21, 2016 10:25
Urban Dictionary addon for Hexchat
""""
Usage: /ud <word>
Creator: x13machine <https://github.com/x13machine>
License: WTFPL <http://www.wtfpl.net/>
""""
__module_name__ = "Urban Dictionary"
__module_version__ = "1.0"
__module_description__ = "Gets the Urban Dictionary"
import hexchat
import requests
@x13machine
x13machine / perfect.txt
Last active February 25, 2016 18:31
perfect government
If the congress's approval rating drops below 66%, 1/3 of the congress members (randomly select) will be sent to life in prison and congress members that resigned in the last 6 months.
The approval rating poll will taken monthly.
The congress will elect the new members to the congress.
the congress would also elect the president and congress replacements (when members resign or die).
Congress people would have a lifelong appointment. To make a new constitutional amendment, 66% of the citizens must agree.
@x13machine
x13machine / app.js
Last active March 21, 2016 02:21
Contrans - A bot the translates things using bing translate.
/*
put it behind a znc proxy. something will fuck up if you don't
commands:
.com: evals stuff(only if you are an admin)
.trans translates stuff
*/
var config= require('./config.js')
var irc = require('irc');
@x13machine
x13machine / tile.css
Created June 22, 2015 21:20
tile.css
.tile {
}
@x13machine
x13machine / problem.html
Created June 19, 2015 19:39
math problems
<!DOCTYPE html>
<html>
<head>
<title>Hyperbolic Canvas Example</title>
<meta charset="utf-8"/>
<style>
/*
A hyperbolic-canvas div with a percentage-based size must have a parent with non-zero size.
Margin is removed for simplicity.
*/
@x13machine
x13machine / 0_0.html
Last active August 29, 2015 14:23
(0,0) bug
<!DOCTYPE html>
<html>
<head>
<title>Hyperbolic Canvas Example</title>
<meta charset="utf-8"/>
<style>
/*
A hyperbolic-canvas div with a percentage-based size must have a parent with non-zero size.
Margin is removed for simplicity.
*/
@x13machine
x13machine / non-triangle.html
Created June 15, 2015 21:16
only on triangles I geust
<!DOCTYPE html>
<html>
<head>
<title>Hyperbolic Canvas Example</title>
<meta charset="utf-8"/>
<style>
/*
A hyperbolic-canvas div with a percentage-based size must have a parent with non-zero size.
Margin is removed for simplicity.
*/
@x13machine
x13machine / awesome.html
Created June 15, 2015 02:47
awesome bug
<!DOCTYPE html>
<html>
<head>
<title>Hyperbolic Canvas Example</title>
<meta charset="utf-8"/>
<style>
/*
A hyperbolic-canvas div with a percentage-based size must have a parent with non-zero size.
Margin is removed for simplicity.
*/
<!DOCTYPE html>
<html>
<head>
<title>Hyperbolic Canvas Example</title>
<meta charset="utf-8"/>
<style>
/*
A hyperbolic-canvas div with a percentage-based size must have a parent with non-zero size.
Margin is removed for simplicity.
*/