Archive for the ‘Projects’ Category

My roommates and I live the networked lifestyle, primarily when it comes to entertainment. In the house there is a PS3 and an XBOX 360. I don’t usually play games, so I use the XBOX for streaming NetFlix movies and the PS3 for streaming video and music from the house server. All of the entertainment [...]

Monday June 29, 2009 01:08

Request for Colors in Wolfram Alpha

In doing some work for the ACLU of Arkansas, I needed to convert some colors, and was flummoxed when I couldn’t find a good converter that would to Pantone to RGB and HEX values. Wolfram Alpha, being a computation engine, should find this right up its alley. It’s the first feature request I’ve [...]

Wednesday June 17, 2009 12:05

Force Command-Line for VBScripts

Say you have a script—like the previous CIM Repository Listing script—that outputs hundreds of rows of text via WScript.Echo. On the command line, this is fine; the text will go scrolling by, and can be piped to the more command or grep (yes, really), or logged to a file. But if you make [...]

Monday June 15, 2009 12:00

Listing All Win32 CIMv2 Providers

When starting to troubleshoot a Windows Server problem, the best place to look is the Windows Management Instrumentation (WMI); this little enclave of information—on every Windows machine—acts like a datastore representing the configuration of every nook and cranny of a system. But knowing what to look for is half the battle.
Recently, I was faced [...]