Skip to content

Instantly share code, notes, and snippets.

View daledali's full-sized avatar
🎯
Focusing

Dale Dali daledali

🎯
Focusing
  • Los Angeles, CA 90014
View GitHub Profile
@daledali
daledali / goldman-criteria-for-icu-chest-pain-admission.markdown
Created January 8, 2020 16:13
Goldman Criteria for ICU Chest Pain Admission
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>soapnote.org = calculators + decision tools + SOAP samples</title>
<style>body {
font-family: Menlo,"Lucida Console",Monaco,monospace;
}
notresp.navbar .nav .my-nav-menu-search {
@daledali
daledali / worker.js
Created May 4, 2020 17:19 — forked from tobiaslins/worker.js
Notion Custom Domain using Cloudflare Workers + Splitbee Analytics
const MY_DOMAIN = "help.splitbee.io"
const START_PAGE = "https://www.notion.so/splitbee/Help-Center-bbf26e2b70574901b9c98e5d11e449de"
addEventListener('fetch', event => {
event.respondWith(fetchAndApply(event.request))
})
const corsHeaders = {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, HEAD, POST,PUT, OPTIONS",
@daledali
daledali / index.html
Created October 4, 2020 22:59
Pneumococcal Vaccination Algorithm for Adults
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>djtl.org = calculators + decision tools + </title>
<style>body {
font-family: Menlo,"Lucida Console",Monaco,monospace;
}
notresp.navbar .nav .my-nav-menu-search {