Skip to content

Instantly share code, notes, and snippets.

View brandonsturgeon's full-sized avatar
🙄

Brandon Sturgeon brandonsturgeon

🙄
View GitHub Profile
@brandonsturgeon
brandonsturgeon / bis.md
Last active January 29, 2024 20:15
World of Warcraft 3.3.5a Warmane Complete PvE BiS (Best In Slot) List
@brandonsturgeon
brandonsturgeon / _GitForceRewriter.md
Last active December 9, 2021 03:36
Git CLI: Automatically rewrite --force to --force-with-lease

Intro

Do you rebase often? Ever forget to --force on your subsequent push? This annoyance and impatience could tempt you into making a new alias, like:

git config --global alias.pushf 'push --force'

Yes, this will save you time. But will it save you headache? Maybe not.

--force is a destructive command by definition. It changes history.

@brandonsturgeon
brandonsturgeon / kanboard-dark.css
Last active November 5, 2021 12:46 — forked from Calinou/kanboard-dark.css
Dark theme for Kanboard (WIP)
/* ==UserStyle==
@name Kanboard Dark
@namespace github.com/openstyles/stylus
@version 0.0.1
@license MIT
@description Dark theme for Kanboard
@author Calinou
==/UserStyle== */
:root {
local RED = Color(255, 0, 0, 235)
local BLUE = Color(0, 0, 255, 235)
local WHITE = Color(255, 255, 255, 230)
local beamColor = RED
local beams = {}
local claws = ents.FindByClass("npc_clawscanner")
local Sounds = {
{
"http.get":{
"usergroups":2.0,
"urlwhitelist":1.0
},
"vehicle.lock":{
"usergroups":1.0,
"entities":2.0
},
"effect.play":{
.task-board.color-blue,
.task-summary-container.color-blue,
.color-picker-square.color-blue,
.task-board-category.color-blue,
.table-list-category.color-blue,
.task-tag.color-blue {
background-color: #0b5abc;
border-color: #0b5abc;
}

Keybase proof

I hereby claim:

  • I am brandonsturgeon on github.
  • I am brandonsturgeon (https://keybase.io/brandonsturgeon) on keybase.
  • I have a public key ASBkPfeGlV5WNUChE2KVRRvhOhNKOpw0ma5GG9rZ-_OFZwo

To claim this, I am signing this object:

@media (max-width: 800px) {
/* hide the sidebar */
#team_menu {display: none;}
#col_channels_bg {display: none;}
#col_channels {display: none;}
#messages_container {margin-left: 0;}
body {min-width: 0}
#messages-input-container, #notification_bar {left: -160px;}
@brandonsturgeon
brandonsturgeon / emojis_array.py
Created March 23, 2017 16:46
This is just an array of many emojis
"😀",
"😃",
"😄",
"😁",
"😆",
"😅",
"😂",
"🤣",
"☺️",
"😊",