Skip to content

Instantly share code, notes, and snippets.

View ablack13's full-sized avatar
πŸ€·β€β™‚οΈ
Full-time confused guy

Dumb Quokka ablack13

πŸ€·β€β™‚οΈ
Full-time confused guy
View GitHub Profile
@cryppadotta
cryppadotta / 001-Tradingview-Watchlist.md
Last active September 20, 2025 07:35
Tradingview Watchlist Import Files for Crypto Exchanges

Tradingview Watchlist Import Files for Crypto Exchanges

Below you'll find Tradingview import files for Bittrex and Binance BTC-base markets

Ordered by CMC's Market Cap

I use Tradingview and I like to quickly click through all coins on a particular exchange. The files below can be imported into a Tradingview watchlist.

β˜… β˜… β˜… If you use these, leave a comment or a star above β˜… β˜… β˜…

@borgfriend
borgfriend / maya2017install.sh
Last active April 13, 2024 13:34
Maya 2017 Installation on Ubuntu 16.04
#!/bin/bash
#Make sure we’re running with root permissions.
if [ `whoami` != root ]; then
echo Please run this script using sudo
echo Just type β€œsudo !!”
exit
fi
#Check for 64-bit arch
if [uname -m != x86_64]; then