Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randhir200/coding-streak

For last N days, you did nothing but eat, sleep and code. A close friend of you kept an eye on you for the last N days. For every single minute of the day, he kept track of your actions and prepared a log file. The log file contains exactly N lines, each line contains a string of length 1440 ( i.e. the number of minutes in 24 hours of the day). The string is made of characters E, S, and C only; representing Eat, Sleep and Code respectively. the ith character of the string represents what you were doing during the ith minute of the day.
https://github.com/randhir200/coding-streak

Last synced: 2 days ago
JSON representation

For last N days, you did nothing but eat, sleep and code. A close friend of you kept an eye on you for the last N days. For every single minute of the day, he kept track of your actions and prepared a log file. The log file contains exactly N lines, each line contains a string of length 1440 ( i.e. the number of minutes in 24 hours of the day). The string is made of characters E, S, and C only; representing Eat, Sleep and Code respectively. the ith character of the string represents what you were doing during the ith minute of the day.

Awesome Lists containing this project