dr.botzo/modules
Brian S. Stephan 6070ddc950 Markov: when looking up the start-of-sentence chain, get one random one
when finding a key for (__start1,__start2), instead of fetcihng all
(which can be a lot, in chatty channels and/or over time), get the
max ID in the table, pick a random ID between 1,max, and pick the
first id >= to it, and use that. just as random, nowhere near as
intensive.
2011-04-23 21:24:23 -05:00
..
__init__.py turns out we do indeed need modules/__init__.py, so add it back 2011-01-08 09:39:05 -06:00
Countdown.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Dice.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Echo.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
EightBall.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
FactFile.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Facts.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
GoogleTranslate.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Help.py chmod -x modules/Help.py 2011-02-23 19:40:06 -06:00
IrcAdmin.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Karma.py Karma: in the element regex, match ()ful version before ()less version 2011-03-02 16:17:59 -06:00
Markov.py Markov: when looking up the start-of-sentence chain, get one random one 2011-04-23 21:24:23 -05:00
MegaHAL.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Pi.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Seen.py Seen: unicode safety 2011-02-25 23:11:04 -06:00
Storycraft.py Merge branch 'master' of git.incorporeal.org:dr.botzo 2011-02-26 19:10:26 -06:00
TextTransform.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Trigger.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Twitter.py Twitter: use Module's timer support including proper shutdown 2011-04-23 12:58:35 -05:00
Urls.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00
Weather.py rewrite recursion/alias code for the 500th time. 2011-02-17 01:08:45 -06:00