Archives
-
Adding users to a distribution list, in bulk
If you've every had to add more then two users to a distribution list in outlook you know just how painful the modal dialogs can be.
-
DIY Stream Processing in C# with Events, Lambdas, DataTables, and StopWatches
Coral8 provides a custom language dedicated to event stream processing/complex event processing class/continuous intelligence. As clichéd as it may be, Coral8's strength is also its weakness, in that once you start working in ccl, you give up all the tools ( compilers, code generators, static analysis, profilers, debuggers, etc.) of a general-purpose language. As a result, every so often I start musing about how much effort it would take to re-create some of its stream based processing capabilities in C#
-
Scheduling PowerShell tasks without a console window
Have you every wanted to use Windows Task Scheduler to run a PowerShell script on a frequent schedule, but hated how the console window would flash on the screen every time the script ran? Yeah, me too.
-
Powershell provider for Coral8 - update and code release
I've released updates for the Coral8 PowerShell provider.