Skip to content

Instantly share code, notes, and snippets.

View codedeeply's full-sized avatar

Sam Thacker codedeeply

View GitHub Profile

101 - The player agreement

  1. A player is a person who follows this rule.
  2. A player may only join before the game begins or at the beginning of a round.
  3. All players must always abide by all the rules that are in effect, in the order in which they were put in effect.
  4. The rules in the Initial Set are in effect whenever the game begins.
  5. The Initial Set consists of Rules 101-115.

102 - Definition: Rounds

  1. The game starts at the beginning of the first round.
  2. During a round, players take turns in alphabetical order.
@bartj3
bartj3 / .tmux.conf
Created March 25, 2015 11:35
Hide tmux status bar when zoomed in on a pane
bind-key z resize-pane -Z \; if-shell "tmux list-panes -F '#F' | grep -q Z" "set -g status off" "set -g status on"
@0xjac
0xjac / private_fork.md
Last active May 19, 2025 07:13
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare [email protected]:usi-systems/easytrace.git

@liclac
liclac / hewwo.pl
Last active October 1, 2023 11:48
Hewwo? (Based on leafysweetsgarden's OWO extension)
#!/usr/bin/env -S perl -p
tr/rlRL/wwWW/; s/([nN])([aeiou])/\1y\2/g; s/(N)([AEIOU])/\1Y\2/g; s/ove/uv/g;
s/\!+/" ".("(・`ω´・)",";;w;;","owo","UwU",">w<","^w^")[rand(6)]." "/eg;
// ==UserScript==
// @name @chaoticvibing Twitter Blue Nerd - twitter.com
// @namespace Violentmonkey Scripts
// @match *://*.twitter.com/*
// @match *://*.x.com/*
// @grant none
// @version 1.9.2
// @author @chaoticvibing - GH @busybox11
// @description 11/9/2022, 11:45:28 PM
// @updateURL https://gist.githubusercontent.com/busybox11/53c76f57a577a47a19fab649a76f18e3/raw