Skip to content

Instantly share code, notes, and snippets.

//
// ColorsRadix.swift
// BeatBuffer
//
// Created by Ben Vogt on 6/26/23.
//
import Foundation
// Dark colors roughly pulled from radix. Minor adjustments for case uniqueness.
@vogtb
vogtb / big_dumb_css.css
Last active January 6, 2022 02:59
big dumb css utility file
This file has been truncated, but you can view the full file.
*,
*::before,
*::after {
box-sizing: border-box;
}
:root {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;

Chapter 1

(omitted for brevity)

Chapter 2: Tour of Rust

  • Typical for function's return value to "fall off the end of the function"

  • Tests marked with #[test] attribute