Skip to content

Instantly share code, notes, and snippets.

View carlnc's full-sized avatar

Carl Napier-Cook carlnc

View GitHub Profile
@carlnc
carlnc / DockerCommands.md
Last active December 7, 2022 05:07
Docker Commands (for MacOS)

Top level Commands

Docker CLI Reference

Command Comments
docker --version
docker pull <image[:tag]>
docker run -it --rm interactive, tty, auto-cleanup
@carlnc
carlnc / big-five-notes.md
Last active December 29, 2020 05:09
# The Big Five / OCEAN

The Big Five / OCEAN

Stability - serotonergic

  1. Conscientiousness
  2. Neuroticism
  3. Agreeableness

Plasticity - dopaminergic

  1. Openness to experience

Keyboard Shortcuts

"Universal" shortcuts

Toggle Sidebar visibility
command-alt-s Finder
command-shift-[ Outlook for Mac
@carlnc
carlnc / Reminders.cs
Last active December 31, 2019 00:50
C Sharp Reminders
using System;
using SomeClass = System.IO.File;
namespace CarlTesting
{
public delegate string SomthingHappenedDelecate(object sender, EventArgs evt);
public abstract class BaseClass
{
public BaseClass(string arg1) {
@carlnc
carlnc / profiles.json
Created December 7, 2019 23:19
Windows Termal TangoDark theme
{
"schemes": [
{
"name": "TangoDark",
"foreground": "#CCCCCC", // BRIGHT_WHITE = 237, 237, 236
"background": "#000", // DARK_BLACK = 0, 0, 0
"black": "#000", // DARK_BLACK = 0, 0, 0
"red": "#CC0000", // DARK_RED = 204, 0, 0
"green": "#4E9A00", // DARK_GREEN = 78, 154, 5
"yellow": "#C4A000", // DARK_YELLOW = 196, 160, 0
Location Variables (from https://ss64.com/nt/syntax-variables.html)
HomeDrive C:
SystemDrive C:
ProgramFiles C:\Program Files or C:\Program Files (x86)
ProgramFiles(x86)  C:\Program Files (x86)   (but only available when running under a 64 bit OS)
AllUsersProfile C:\ProgramData
ProgramData C:\ProgramData
Public C:\Users\Public
UserProfile C:\Users\{username}
@carlnc
carlnc / macOS Unicode Shortcuts.txt
Last active March 2, 2018 01:28
macOS Unicode Shortcuts
macOS Unicode Shortcuts
------------------- --------------------------------------- --------- ------ ---------
+ shift-option ` ⁄ € ‹ › fi fl ‡ ° · ‚ — ± ” ’ » Ú Æ ¯ ˘ ¿
+ option-key ` ¡ ™ £ ¢ ∞ § ¶ • ª º – ≠ “ ‘ « … æ ≤ ≥ ÷
+ shift ~ ! @ # $ % ^ & * ( ) _ + { } | : " < > ?
key ` 1 2 3 4 5 6 7 8 9 0 _ = [ ] \ ; ' , . /
------------------- --------------------------------------- --------- ------ ---------