Skip to content

Instantly share code, notes, and snippets.

View MaggieAppleton's full-sized avatar
🌱
Growing wild code

Maggie Appleton MaggieAppleton

🌱
Growing wild code
View GitHub Profile
@MaggieAppleton
MaggieAppleton / sunrise-sunset-london.csv
Last active January 8, 2024 08:19
sunrise-sunset-london.csv
Year Month Day Rise Set
2024 1 1 08:03 16:00
2024 1 2 08:03 16:01
2024 1 3 08:03 16:02
2024 1 4 08:03 16:03
2024 1 5 08:03 16:05
2024 1 6 08:03 16:06
2024 1 7 08:02 16:07
2024 1 8 08:02 16:08
2024 1 9 08:01 16:10
from ice.recipe import recipe
DEFAULT_CONTEXT = "We're running a hackathon on 9/9/2022 to decompose complex reasoning tasks into subtasks that are easier to automate & evaluate with language models. Our team is currently breaking down reasoning about the quality of evidence in randomized controlled trials into smaller tasks e.g. placebo, intervention adherence rate, blinding procedure, etc."
DEFAULT_QUESTION = "What is happening on 9/9/2022?"
def make_prompt1(context: str, question: str) -> str:
return f"""
@MaggieAppleton
MaggieAppleton / readme.md
Last active December 30, 2020 17:05
Simple Twitter CSS
/* Hide the main timeline */
div.css-1dbjc4n.r-gtdqiz.r-1hycxz > div > div > div > div:nth-child(3), div.css-1dbjc4n.r-18u37iz.r-13qz1uu.r-417010 > main > div > div > div > div > div > div.css-1dbjc4n.r-1jgb5lz.r-13qz1uu {
display: none;
}
/* Hide the "What's trending" and "Who to follow" right-hand sidebars */
div.css-1dbjc4n.r-gtdqiz.r-1hycxz > div > div > div > div.css-1dbjc4n.r-1ihkh82.r-1in3vh1.r-1867qdf.r-1phboty.r-rs99b7.r-ku1wi2.r-1bro5k0.r-1udh08x, div.css-1dbjc4n.r-14lw9ot.r-1gm7m50.r-1ljd8xs.r-13l2t4g.r-1phboty.r-1jgb5lz.r-11wrixw.r-61z16t.r-1ye8kvj.r-13qz1uu.r-184en5c > div > div.css-1dbjc4n.r-1jgb5lz.r-1ye8kvj.r-13qz1uu {
display: none;
}
@MaggieAppleton
MaggieAppleton / cloudSettings
Last active June 14, 2020 16:21
Maggie VSCode Settings
{"lastUpload":"2020-06-14T16:21:02.800Z","extensionVersion":"v3.4.3"}
@MaggieAppleton
MaggieAppleton / roam-light-theme.css
Last active August 31, 2022 04:41
Roam Light Theme with Custom Data Tags
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "TT Commons", sans-serif;
font-size: 3em;
}
div,
@MaggieAppleton
MaggieAppleton / roam-kanban.css
Created February 3, 2020 09:22
Roam Kanban Styling
.kanban-board {
background-color: #fff;
}
.kanban-card {
background-color: white;
margin: 8px;
box-shadow: 0px 1px 2px #9EB3C0;
padding: 10px;
border-radius: 2px;