Archives

Archives / 2005 / October
  • Added support for Monad scripts to CodeHTMLer

    For all those people posting Monad scripts to their blogs you might be interested in making your scripts look better by using CodeHTMLer. Just paste in your code script and select MSH as the language and it will output some stylized HTML that can easily be copied into your blog post. Of course you can use it to post code for most languages. Its what I use to colorize all my code samples.

  • Monad script to convert your doskey macros to Monad functions

    Last week I talked about how I wanted to write a script to convert my doskey macros into Monad functions. I used this opportunity to learn about writing scripts in Monad. I must say I'm impressed so far, it has been pretty easy to pickup. The one thing that I kept getting burned by and that I don't care for much is the comparison operators. I don't like using -lt, -gt, etc, I'm too used to <, >. At anyrate here is the code (keep in mind that I'm new to Monad scripting so if I did something wrong go easy on me ;) with that said I'm open to suggestions).