I’ve hand-collected > 300 great programming quotes and stuffed them in a tiny console application, which, when run, will randomly print one to the console. Use it as a footer for your nightly build email, or anywhere you have some drabby generated document / email.
Also can be used if you are just bored on a Friday afternoon. đŸ˜‰
What about those of us that don’t run windows? Can we get a chance to read these too?
Sure, here’s the link to the file containing the quotes that is embedded in the exe:
https://zorn-software.svn.beanstalkapp.com/src/CodingQuote/CodingQuote/Quotes.txt
It should be pretty easy to create a python script or something to parse this file and spit out a random quote.
BTW full source code is here.
What about those of us that don’t run windows? Can we get a chance to read these too?
Sure, here’s the link to the file containing the quotes that is embedded in the exe:
https://zorn-software.svn.beanstalkapp.com/src/CodingQuote/CodingQuote/Quotes.txt
It should be pretty easy to create a python script or something to parse this file and spit out a random quote.
BTW full source code is here.