about summary refs log tree commit diff stats
path: root/ebooks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* guess what! the algorithmKelly Rauchenberger2015-12-301-10/+16
| | | | | | | this time it's a literal algorithm again not canonizing away punctuation newlines are actually considered new sentences now we look for the end of a sentence and then start after that
* Fixed std namespace references in ebooks.cppKelly Rauchenberger2015-11-231-10/+10
|
* Added malapropismsKelly Rauchenberger2015-11-221-2/+0
|
* I may have made things better. I may have made things worse.Kelly Rauchenberger2015-11-221-3/+9
|
* Fixed typo with respect to reading delay time from config.ymlFeffernoose2013-10-081-1/+1
|
* Added user-configurble delay between tweets in rawr-ebooksFeffernoose2013-10-081-2/+4
| | | | Also changed default delay from 15 minutes to 1 hour
* Implemented freevarsFeffernoose2013-10-071-1/+7
| | | | Arbitrary variable tokens can now be defined (though at this point only in the code itself) as a pair of a variable name and a filename pointing to a plain text file containing a newline-delimited list of elements. When a token of the form $name$ (where name is the name of a variable) is encountered, the output will include a random element from the appropriate list. The variables $name$ and $noun$ are hard-coded at this point, but the program will not crash if names.txt and nouns.txt do not exist and will instead just silently ignore the variables.
* Split rawr-ebooks and rawr-genFeffernoose2013-10-061-0/+169
Also wrote README