Skip to content

Instantly share code, notes, and snippets.

View bananatron's full-sized avatar
🍞
Stale bread is just lofi toast.

Spenser X bananatron

🍞
Stale bread is just lofi toast.
View GitHub Profile
@bananatron
bananatron / 2023_fantasy_draft.md
Last active August 18, 2023 20:03
Perplexity 2023 Fantasy Football Draft

Here is a list of players to consider for the 2023 fantasy football season, along with their positions, based on various sources:

Top players to draft:

  1. Christian McCaffrey, RB[1][2][3][4]
  2. Dalvin Cook, RB[1][2][3][4]
  3. Alvin Kamara, RB[1][2][3][4]
  4. Derrick Henry, RB[1][2][3][4]
  5. Travis Kelce, TE[1][2][3][4]
  6. Tyreek Hill, WR[1][2][3][4]
  7. Stefon Diggs, WR[1][2][3][4]
@bananatron
bananatron / tachyons-lite.scss
Created August 2, 2024 02:11
Tachyons Lite
/*! TACHYONS v4.12.0 | http://tachyons.io */
/*
*
* ________ ______
* ___ __/_____ _________ /______ ______________________
* __ / _ __ `/ ___/_ __ \_ / / / __ \_ __ \_ ___/
* _ / / /_/ // /__ _ / / / /_/ // /_/ / / / /(__ )
* /_/ \__,_/ \___/ /_/ /_/_\__, / \____//_/ /_//____/
*
* ---- LITE VERSION (BLUEPRINT SPECIAL) ----
@bananatron
bananatron / app.rb
Created December 7, 2024 20:00
Q3 Server Status Check
require 'sinatra'
require 'socket'
require 'timeout'
# Configuration
set :bind, '0.0.0.0'
set :port, 4567
# Helper to check server status
def quake_server_status(host = 'localhost', port = 27960, timeout = 2)