Skip to content

Instantly share code, notes, and snippets.

@sgoranson
sgoranson / bash-colors.md
Created May 11, 2023 05:39 — forked from JBlond/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@sgoranson
sgoranson / emojis.json
Created May 11, 2023 05:36 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z
@sgoranson
sgoranson / gist:54a1aefdab00020d01cb2dcfe364e169
Last active January 28, 2022 02:52
macos 10.12 virtualbox magic
cd "C:\Program Files\Oracle\VirtualBox\"
./VBoxManage.exe modifyvm macos2 --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
./VBoxManage setextradata macos2 "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
./VBoxManage setextradata macos2 "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
./VBoxManage modifyvm macos2 --cpu-profile "Intel Core i7-6700K"
./VBoxManage setextradata macos2 VBoxInternal2/EfiGraphicsResolution 2560x1440
@sgoranson
sgoranson / keybase.md
Last active January 4, 2019 09:21
keybase.md

Keybase proof

I hereby claim:

  • I am sgoranson on github.
  • I am sgoranson (https://keybase.io/sgoranson) on keybase.
  • I have a public key ASCq9WvE5-1Gg04Nifme15rCgpwk9YT0V00uvJc13bDmTAo

To claim this, I am signing this object:

@sgoranson
sgoranson / install_arch_2019.sh
Created January 3, 2019 08:09
#arch install simple script
#!/bin/bash
#
# Timezone
#
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
hwclock --systohc
#
# Localization
@sgoranson
sgoranson / index.html
Created September 5, 2018 08:32
interact.js rainbow pixel canvas
<canvas class="rainbow-pixel-canvas"></canvas>
Double tap to clear the canvas