Skip to content

Instantly share code, notes, and snippets.

@wayjeeair
wayjeeair / dashUI.py
Created April 20, 2020 09:47 — forked from tacomonster/dashUI.py
Grabbing Binance price data and graphing it using Dash
import dash
from dash.dependencies import Output, Event, Input
import dash_core_components as dcc
import dash_html_components as html
import plotly
import plotly.graph_objs as go
from collections import deque
import datetime
import pandas as pd
from dataGrab import DataGrab
@wayjeeair
wayjeeair / script.js
Created July 1, 2019 17:13 — forked from QuantBits/script.js
BitMex USD Converter - For TemperMonkey
// ==UserScript==
// @name BitMex USD Converter
// @namespace https://bitmex.com/
// @version 0.11
// @description Get some sanity into your gambling.
// @author koinkraft
// @grant none
// @include https://bitmex.com/*
// @include https://www.bitmex.com/*
// @require https://code.jquery.com/jquery-2.1.4.min.js