Skip to content

Instantly share code, notes, and snippets.

View KingWaffleIII's full-sized avatar
⚠️
thread 'main' panicked at 'self::socialise()'

KingWaffleIII KingWaffleIII

⚠️
thread 'main' panicked at 'self::socialise()'
View GitHub Profile
@KingWaffleIII
KingWaffleIII / civvie_airrec.md
Last active April 25, 2024 20:44
Civilian Airliner Recognition Guide

Civilian Airliner Recognition Guide

Notice: winglets (flicks at the end of wings) are too unreliable to use because they can change with variants. Please ignore any comments to do with winglets! However, Airbus tends to use y-shaped winglets and Boeing tends to use tall winglets.

You can only immediately identify some obvious aircraft, like the A380 or the 747 with two floors. This document goes over the distinct differences between aircraft and how to use process of elimination to identify aircraft.

TL;DR decide if its Airbus or Boeing, decide if it's short/med/long and guess!

Aircraft

@KingWaffleIII
KingWaffleIII / BW_Collections_Remover.py
Created November 10, 2021 20:45
Bitwarden Collections Remover
# BitWarden tool to delete collections using bw CLI tool
# forked from: https://gist.github.com/eduncan911/c0f4d789b87c3746a055779a57ff57e5
# uses subprocess to run bw commands rather than sh which is Linux only
# You must install the bitwarden CLI tool (https://bitwarden.com/help/article/cli/#download-and-install)
# Create your session as per the instructions on the download page.
# You can replace your session key and use the following to process the results.
# place this script in the same dir as the bw executable