Last active
June 2, 2019 20:51
-
-
Save Lunchb0ne/b2b860d8766203350460771ca1be96e2 to your computer and use it in GitHub Desktop.
A gist for storing all the mess schedules.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"day": "Monday", | |
"breakfast": [ | |
"Aloo Parantha", | |
"Omelette" | |
], | |
"lunch": [ | |
"Capsicum Chilli, Raita", | |
"Rajma" | |
], | |
"snack": [ | |
"Poha", | |
"Tea" | |
], | |
"dinner": [ | |
"Egg Curry/Malai Kofta", | |
"Kheer" | |
] | |
}, | |
{ | |
"day": "Tuesday", | |
"breakfast": "Sambar Vada", | |
"lunch": "Kadi-Pakora, Hari Subzi", | |
"snack": "Macroni", | |
"dinner": "Shai Paneer, Custard, Chole" | |
}, | |
{ | |
"day": "Wednesday", | |
"breakfast": "Pav Bhaji", | |
"lunch": "Seasonal Subzi, Dal", | |
"snack": "Pastry", | |
"dinner": "Chicken-Curry/ Khadai-Paneer, Halwa" | |
}, | |
{ | |
"day": "Thursday", | |
"breakfast": "Dosa-Sambhar", | |
"lunch": "Seasonl Subzi, Dal-Makhni", | |
"snack": "Bread Pakora", | |
"dinner": "Mix Veg/ Aloo, Dal, Gulab Jamum" | |
}, | |
{ | |
"day": "Friday", | |
"breakfast": "Chole-Bature", | |
"lunch": "Seasonal Subzi, Rajma", | |
"snack": "N/A", | |
"dinner": "N/A" | |
}, | |
{ | |
"day": "Saturday", | |
"breakfast": "Stuffed Parantha", | |
"lunch": "Seasonal Subzi, Dal", | |
"snack": "Sandwitch", | |
"dinner": "Aloo-Matar/ Chole, Kheer" | |
}, | |
{ | |
"day": "Sunday", | |
"breakfast": "Aloo Puri", | |
"lunch": "Paneer, Dal", | |
"snack": "Samosa", | |
"dinner": "Mix-Veg, Chole" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"day": "Monday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
}, | |
{ | |
"day": "Tuesday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"day": "Monday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
}, | |
{ | |
"day": "Tuesday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"day": "Monday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
}, | |
{ | |
"day": "Tuesday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"day": "Monday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
}, | |
{ | |
"day": "Tuesday", | |
"breakfast": "a", | |
"lunch": "b", | |
"snack": "c", | |
"dinner": "d" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment