29.01.08

mctext - Using Markov Chains to Generate Text

Posted in Projects, mctext at 10:37 am by Guy

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.
Read the rest of this entry »

18.01.08

Delete Unversioned Files Under SVN

Posted in Linux, Tips at 1:20 pm by Guy

Sometimes svn switch fails because unversion 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.
Read the rest of this entry »

04.01.08

Add Explanation to LaTeX Formulas (Equations)

Posted in LaTex at 8:28 pm by Guy

When writing a document that contains mathematics, many time the need to add an explanation (e.g. stating the theorem used) is raised. To answer this need I wrote two short LaTeX macros: \explain and \explainup.
Read the rest of this entry »