]> git.cworth.org Git - mnemon/shortlog
mnemon
2009-04-02 Carl WorthAdd a new midi challenge type
2009-03-30 Carl WorthAdd a command for repeating (/r)
2009-03-30 Carl WorthReplay audio challenges after the correct answer is...
2009-03-29 Carl WorthAdd support for audio challenges as well.
2009-03-28 Carl WorthMerge branch 'master' into image
2009-03-28 Carl WorthRecognize '-' as a numeric characeter as well
2009-03-28 Carl WorthFix bug when there are no new items to introduce
2009-03-27 Carl WorthAdd support for image-based challenges
2009-03-22 Carl WorthAdd an fsync (Ted T'so would be pleased)
2009-03-14 Carl WorthReload file before printing final histogram
2009-03-14 Carl WorthPrint histogram when complete.
2009-03-14 Carl WorthFix memory leaks after calling readline.
2009-03-14 Carl WorthAdd support for timed-response categories
2008-06-20 Carl WorthChange mastery metric so that training continues until...
2008-06-20 Carl WorthPrint previous score value for a word that's missed.
2007-08-04 Carl WorthAllow "/h <category> <length>" for histograms of words...
2007-08-04 Carl WorthGeneralize histogram printing to accept a predicate...
2007-08-04 Carl WorthAllow "/h <category>" to display histogram for a single...
2007-08-04 Carl WorthIntroduce 10 new items per session
2007-05-15 Carl WorthFix state transition to enter mastery stage
2007-05-15 Carl WorthAdd support for sequential introduction of a category
2007-05-14 Carl WorthMacro-ify some repeated code from parsing
2007-05-14 Carl WorthDon't start mastery session until there are no items...
2007-05-14 Carl WorthEase mastering requirement to not require consecutive...
2007-04-22 Carl WorthAdd /h command for printing a histogram of the current...
2007-04-22 Carl WorthFix to not pull from bin with score 0 when there are...
2007-04-22 Carl WorthIntroduce only 3 instead of 10 new items, and add maste...
2007-04-19 Carl WorthPenalize an incorrect item down to a score of -2
2007-04-19 Carl WorthRename item and bin "count" to "score" which is more...
2007-04-19 Carl WorthPrint success count as it increments.
2007-04-17 Carl WorthAvoid unnecessary (and potentially dangerous) memmove
2007-04-17 Carl WorthFix giant memory waste in menmon_get_bin
2007-04-17 Carl WorthRemove the bin with count 0 once we're done introducing...
2007-04-17 Carl WorthMake the program terminate when no items are left to...
2007-04-17 Carl WorthFix typo in error message
2007-04-17 Carl WorthPrevent any item count from being 0 after being asked.
2007-04-17 Carl WorthPrint before-and-after bin numbers
2007-04-17 Carl WorthEliminate the correct response bonus
2007-04-17 Carl WorthPrint newline on EOF
2007-04-17 Carl WorthRemove a bin when it becomes empty.
2007-04-17 Carl WorthAdd interactive querying of items
2007-04-17 Carl WorthWait until category is complete before adding items...
2007-04-17 Carl Worth.gitignore: ignore mnemon binary
2007-04-17 Carl WorthFree memory leaks in mnemon_save (thanks valgrind!)
2007-04-17 Carl WorthMaintain bins in sorted order
2007-04-17 Carl WorthAdd categories and bins to store data
2007-04-17 Carl WorthInitial commit of mnemon