mctext is a new project of mine, focusing on text generation using Markov Chains. This little utility reads a sample text file, preferably a large one, and generates new text based on the semantics given in the sample text.
Continue reading mctext – Using Markov Chains to Generate Text
Month: January 2008
Delete Unversioned Files Under SVN
Sometimes svn switch fails because unversioned files exist in the working copy, and the need to erase them comes up. This is also true when updating to an old revision (usually one that misses directories that exist in the head revision), doing some work (like compiling), and then trying to update back to the head revision. Subversion (SVN) will fail, complaining that directories/files already exist.
Continue reading Delete Unversioned Files Under SVN
Add Explanations to LaTeX Formulas (Equations)
When writing a document that contains mathematics, many times the need to add an explanation (e.g., stating the theorem used) arises. To address this need, I wrote two short LaTeX macros: explain and explainup.
Continue reading Add Explanations to LaTeX Formulas (Equations)