Archives

Archives / 2007 / December
  • NFA with Lambda Transition

    This semester I have a course about Automata, Formal Languages and Computability. It didn’t sound a good course for me at the beginning, but I after a while, I wished if I had this course before I did Compiler course back when I was doing my BCs. It was so hard for me to build a scanner for the compiler, we have had knowledge before though about FSA, but I think I didn’t grasp the whole picture back then.

  • Sending Email in C# (Sync/Async, Multiple recipients, Attachments, etc).

    This might seems a naive post about sending email, especially when there are hundreds of posts out there. However, most of these posts don't show a complete or comprehensive example for the beginners on how to send email with more options. I'm sure when you search for the phrase "Sending email using C#" you will find a plenty of results, but if you look closely you will see every post focuses on one thing perhaps attachment, multiple recipients, etc.