Command | Comments |
---|---|
docker --version |
|
docker pull <image[:tag]> |
|
docker run -it --rm |
interactive, tty, auto-cleanup |
Artist | Album |
---|---|
No Doubt | Tragic Kingdom |
Alanis Morissette | Jagged Little Pill |
Counting Crows | Recovering The Satellites |
311 | 311 |
Bush | Razorblade Suitcase |
Sheryl Crow | Sheryl Crow |
The Wallflowers | Bringing Down The Horse |
Chumbawamba | Tubthumper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macOS Unicode Shortcuts | |
------------------- --------------------------------------- --------- ------ --------- | |
+ shift-option ` ⁄ € ‹ › fi fl ‡ ° · ‚ — ± ” ’ » Ú Æ ¯ ˘ ¿ | |
+ option-key ` ¡ ™ £ ¢ ∞ § ¶ • ª º – ≠ “ ‘ « … æ ≤ ≥ ÷ | |
+ shift ~ ! @ # $ % ^ & * ( ) _ + { } | : " < > ? | |
key ` 1 2 3 4 5 6 7 8 9 0 _ = [ ] \ ; ' , . / | |
------------------- --------------------------------------- --------- ------ --------- |