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:
| { | |
| "background" : "#202124", | |
| "black" : "#073642", | |
| "blue" : "#3C366B", | |
| "brightBlack" : "#002B36", | |
| "brightBlue" : "#03EDF9", | |
| "brightCyan" : "#03EDF9", | |
| "brightGreen" : "#5eed6f", | |
| "brightPurple" : "#FF7EDB", | |
| "brightRed" : "#FE4450", |
| 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 |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "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\">", |
| <!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> | |
| <!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"> |
| # 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" | |
| } | |
| } |