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 |
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
{ | |
"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 |
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
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 |
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:
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
#!/bin/bash | |
# | |
# Timezone | |
# | |
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime | |
hwclock --systohc | |
# | |
# Localization |
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
<canvas class="rainbow-pixel-canvas"></canvas> | |
Double tap to clear the canvas |