Skip to content

Instantly share code, notes, and snippets.

View cscottyb's full-sized avatar

Scotty Borland cscottyb

View GitHub Profile
PHOENIX
A REGENERATIVE AND CIRCULAR PLATFORM FOR POLLUTION 
REMOVAL AND SUSTAINABLE TRANSITION TO RENEWABLE 
ENERGY SOURCES
Governance: ASH Token & ASH ENVIRONMENTAL DAO
Utility: Phoenix Launchpad & Phoenix Token 
Ash Token IDO: PancakeSwapTOWARDS A WORLD THAT IS FREE OF POLLUTION
From the ashes, a fire shall be woken, a light from the shadows shall spring.
~ J.R.R. Tolkien
For billions of years, planet Earth has been the only cradle that harbors life in the known universe. Since their creation, living forms have been adapting and actively forming Earth’s changing environmental conditions over time.
All manner of life has grown into the planet and is today, its inextricable part, a development that has taken billions of years and which has culminated in the past two hundred million years. It is why we call Earth the Living Planet.
@cscottyb
cscottyb / original.sol
Created March 27, 2023 23:22
original
/**
*Submitted for verification at Etherscan.io on 2021-09-07
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
pragma experimental ABIEncoderV2;
interface IERC20 {
@cscottyb
cscottyb / ashticker.2m.py
Last active March 20, 2023 07:17
Plugin for xbar app for MacOS to show cryptocurrency prices and 24 hour changes for an array of tokens using Coin Gecko API
#!/usr/bin/env python3
# <xbar.title>CoinGecko Price and 24 Hour Percent Changes</xbar.title>
# <xbar.version>v1.2</xbar.version>
# <xbar.author>Scotty B</xbar.author>
# <xbar.author.github>cscottyb</xbar.author.github>
# <xbar.desc>Using CoinGecko API to monitor a coin</xbar.desc>
# <xbar.image>http://www.hosted-somewhere/pluginimage</xbar.image>
# <xbar.dependencies>python,JetBrainsMono</xbar.dependencies>
# <xbar.abouturl>https://github.com/cscottyb</xbar.abouturl>
@cscottyb
cscottyb / indigo-gist.css
Last active March 9, 2021 01:14
Indigo theme: Redesign for Duck Duck Go. Work in progress.
/* highlight color */
.has-zcm ::-moz-selection, #pg-index.page-index.body--home::-moz-selection {
background: #c3d0ff !important;
}
.has-zcm ::selection,
#pg-index.page-index.body--home::selection {
background: #c3d0ff !important;
@cscottyb
cscottyb / fontstack-serif.css
Last active June 6, 2024 17:37
Font Stacks for UI and system fallbacks.
/* For MLA and APA */
.serif-paper {
font-family: Times New Roman, Times, "Tinos";
}
.serif-old-style {
font-family: Athelas, Georgia, serif;
font-family: Georgia, serif;
}
@cscottyb
cscottyb / hide-yt-explore-page.css
Last active October 11, 2021 00:11
Hide Youtube Explore Page with CSS
/*
Newest addition on top.
Keeping old ones just in case.
*/
a[href="/feed/explore"],
[aria-label~=Explore],
a[href*="/feed/trending"] {
display: none !important;
}
@cscottyb
cscottyb / _rainboots.scss
Last active February 7, 2020 21:11
RainBoots: Extend your color palette in Bootstrap 4 to change color, background-color, and fill.
// RAINBOOTS
//
// Set-up:
// 1. Add this file to your scss directory in your Bootstrap 4 directory.
// 2. Add `@import "rainboots";` to the end of bootstrap.scss.
//
// Configure:
// Comment out lines in the Utilities section that you don't want to include. See below.
//
// Add classes in your HTML file
@cscottyb
cscottyb / config.json
Created June 13, 2017 17:22 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000000",
"@gray-darker": "#333333",
"@gray-dark": "#666666",
"@gray": "#aaaaaa",
"@gray-light": "#cccccc",
"@gray-lighter": "#eeeeee",
"@brand-primary": "@gray-base",
"@brand-success": "@gray-dark",