Skip to content

Instantly share code, notes, and snippets.

View colinrubbert's full-sized avatar

Colin Rubbert colinrubbert

View GitHub Profile
@colinrubbert
colinrubbert / artemis_v1_windows_terminal.json
Last active June 24, 2019 13:15
Windows Terminal Profile: Artemis V1
{
"background" : "#202124",
"black" : "#073642",
"blue" : "#3C366B",
"brightBlack" : "#002B36",
"brightBlue" : "#03EDF9",
"brightCyan" : "#03EDF9",
"brightGreen" : "#5eed6f",
"brightPurple" : "#FF7EDB",
"brightRed" : "#FE4450",
@colinrubbert
colinrubbert / icd10cm_mh_codes.csv
Created June 11, 2019 18:00
ICD_10_CM_Mental_Health_Codes
ICD-10-CM Code Description
F01.50 Vascular dementia without behavioral disturbance
F01.51 Vascular dementia with behavioral disturbance
F02.80 Dementia in other diseases classified elsewhere without behavioral disturbance
F02.81 Dementia in other diseases classified elsewhere with behavioral disturbance
F03.90 Unspecified dementia without behavioral disturbance
F03.91 Unspecified dementia with behavioral disturbance
F04 Amnestic disorder due to known physiological condition
F05 Delirium due to known physiological condition
F06.0 Psychotic disorder with hallucinations due to known physiological condition
ath>
ath> ?
? - alias for 'help'
base - print or set address offset
boot - boot default, i.e., run 'bootcmd'
bootd - boot default, i.e., run 'bootcmd'
bootm - boot application image from memory
bootp - boot image via network using BootP/TFTP protocol
chpart - change active partition
cmp - memory compare

Keybase proof

I hereby claim:

  • I am colinrubbert on github.
  • I am colinrubbert (https://keybase.io/colinrubbert) on keybase.
  • I have a public key ASDyUGjEbNDLWSUFHDAOMIMLo2WInZNIpgIaanN44qPD3wo

To claim this, I am signing this object:

@colinrubbert
colinrubbert / html.json
Last active October 14, 2017 19:27
VSCode PWA HTML Boilerplate User Snippet
{
"PWA Boilerplate Layout": {
"prefix": "!-pwa",
"body": [
"<!DOCTYPE html>",
"<html lang=\"en\">",
"\t<head>",
"\t\t<meta charset=\"utf-8\">",
"\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">",
"\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
@colinrubbert
colinrubbert / emmet_default.html
Created October 10, 2017 23:34
Emmet Defualt HTML Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
@colinrubbert
colinrubbert / pwa.html
Created October 10, 2017 23:30
PWA HTML Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title, Description, and Author -->
<title>pwa-example-code</title>
<meta name="description" content="A general description for the site to appear in search engine results">
<meta name="author" content="Your Name">
@colinrubbert
colinrubbert / gist:3f0acb81b9157274944e43b0075e3781
Created September 26, 2017 16:20
sed regex for creating wordlists from csv
# Regex for remove everything after '.' ex: ".com", ".tw", ".co.uk"
sed 's/\.*$//' inputfile | tee outputfile
# Regex for removing everything before '.' ex: "www."
sed 's/.*\.//' inputfile | tee outpufile
# Regex for removing everything before ',' ex: "1010,"
sed 's/.*,//' inputfile | tee outpufile
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\bash.exe",
"workbench.colorTheme": "Panda Syntax",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"emmet.includeLanguages": {
"HTML (Eex)": "html"
}
}

Resources

  1. Design
    • Colors
    • Typography
    • Icons
    • Backgrounds
    • Graphic Design
    • Illustrations
  • Toolkits