Skip to content

Instantly share code, notes, and snippets.

View Teqqles's full-sized avatar

David Long Teqqles

View GitHub Profile
@Teqqles
Teqqles / IrFlag.js
Last active June 16, 2021 17:01
Custom SimHub serial device script for IR controlled flag lights. Written primarily for ACC
// property table
var propsFlagAssociation = [
// property, flag short code
['GameRawData.Graphics.globalWhite', 'W'],
['Flag_White', 'W'],
['Flag_Green', 'G'],
['Flag_Orange', 'O'],
['Flag_Blue', 'B'],
['GameRawData.Graphics.globalYellow', 'Y'],
@Teqqles
Teqqles / grc-col.md
Last active August 5, 2021 13:08
Setting Up GRC for colourised output of golang tests

Install GRC

brew install grc

Create a config directory in your home directory:

mkdir ~/.grc