Skip to content

Instantly share code, notes, and snippets.

View robsimpsondev's full-sized avatar

Rob Simpson robsimpsondev

View GitHub Profile
@robsimpsondev
robsimpsondev / cheatsheet.yml
Created January 13, 2026 12:44 — forked from xputerax/cheatsheet.yml
YAML cheat sheet
# YAML cheat sheet
# Reference: https://www.youtube.com/watch?v=cdLNKUoMc6c
# object
person:
# string value. single/double quotes
# anchoring
name: &name "daniel" # anchor name doesn't have to be the same as key name
occupation: 'student'

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@robsimpsondev
robsimpsondev / rfluff
Last active February 2, 2021 17:35 — forked from andynu/rfluff
Find all those TODO/FIXME/HACK/etc.
#!/usr/bin/ruby
#
# gather a few statistics and find all flagged comments
#
# Usage:
# rfluff [-qf] [tag] [tag] ...
#
# -qf outputs a vim compatible quickfix format, otherwise
# the output is human readable