Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Last active January 2, 2023 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanorsinger/ad042d8ee4340ae7026e215bc6b69665 to your computer and use it in GitHub Desktop.
Save ryanorsinger/ad042d8ee4340ae7026e215bc6b69665 to your computer and use it in GitHub Desktop.
Quotes
[
{
"quote": "We don't make mistakes, just happy little accidents.",
"author": "Bob Ross"
},
{
"quote": "Talent is a pursued interest. In other words, anything you are willing to practice, you can do.",
"author": "Bob Ross"
},
{
"quote": "Anything that you try and you don't succeed, if you learn from it, it's not failure.",
"author": "Bob Ross"
}
]
[
{
"quote": "We cannot direct the wind, but we can adjust the sails.",
"author": "Dolly Parton"
},
{
"quote": "Find out who you are and do it on purpose",
"author": "Dolly Parton"
},
{
"quote": "If you don't like the road you're walking, start paving another one.",
"author": "Dolly Parton"
},
{
"quote": "You'll never do a whole lot unless you're brave enough to try.",
"author": "Dolly Parton"
},
{
"quote": "I'm not going to limit myself just because people won't accept the fact that I can do something else.",
"author": "Dolly Parton"
},
{
"quote": "I think everybody has the right to be who they are.",
"author": "Dolly Parton"
}
]
price tax
0.00 0
2.99 0.06
1.99 0.07
3.99 0.07
0.99 0.07
[
{
"type": "water",
"calories": 0,
"number_consumed": 7,
"caffeinated": 0
},
{
"type": "orange juice",
"calories": 220,
"number_consumed": 4,
"caffeinated": 0
},
{
"type": "gatorade",
"calories": 140,
"number_consumed": 1,
"caffeinated": 0
},
{
"type": "cappuccino",
"calories": 350,
"number_consumed": 2,
"caffeinated": 1
},
{
"type": "hot tea",
"calories": 5,
"number_consumed": 3,
"caffeinated": 1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment