Skip to content

Instantly share code, notes, and snippets.

@trubachev
Created November 21, 2019 13:38
Show Gist options
  • Save trubachev/4ef9650046996ccc5748e30031395423 to your computer and use it in GitHub Desktop.
Save trubachev/4ef9650046996ccc5748e30031395423 to your computer and use it in GitHub Desktop.
{
"08:00": {
"shake": [
"2 scoops of casein",
"2 scoops of whey"
],
"supplements": [
"1 pill of Optimen",
"3 pills of Omega 3"
]
},
"09:00": [
"low on sugar",
"some protein sources"
],
"12:30": {
"food": [
"chicken",
"rice",
"vegetables",
"some sauce"
],
"supplements": [
"1 pill of Optimen",
"3 pills of ZMA"
]
},
"16:00": {
"shake": [
"2 scoops of casein",
"2 scoops of whey"
]
},
"17:00": [
"preworkout / coffee"
],
"during workout": [
"BCAA"
],
"after workout": {
"shake": [
"2 scoops of casein",
"2 scoops of whey",
"1 scoop of maltodextrin",
"1 small scoop of creatine"
]
},
"20:00": {
"supplements": [
"1 pill of Optimen"
],
"food": [
"chicken",
"rice",
"vegetables",
"some sauce"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment