This is a collection of various projects and source code that I've created
and used for a variety of different purposes. I'm offering them here in case
someone may be looking to accomplish something similar -- hopefully this may
be helpful. Unless otherwise specified, all code is offered under the
GPL 2.0.
Please note that they are all in various states of completeness, and by using
any of this code or software, you are relieving me of all liablity associated
with it. Enjoy.
Projects
- AD Web Admin - A simple mobile-friendly web application for accessing common active directory functions (enabling, disabling, unlocking, password resets). (C#, ASP.Net 2.0)
- Event log monitor - A service that monitors an event log for account lockout events and notifies via email. Could be easily modified for other events. (C#, .Net 2.0)
Code
- SerializableStringDictionary - A C# class that extends the StringDictionary class to make it serializable to and from XML.
- ThreadSafeIBindingListWrapper - A C# wrapper for an IBindingList that automatically makes it thread-safe.
- ThemedRichTextBox - A simple C# class that extends the RichTextBox control so that it draws a themed border, instead of the old 3d-style edge (.Net 2.0)