I am so impressed by CsharpRepl - Mono. It's brilliant. A command line interactive C# compiler.
See, mono is way better than visual studio 😉
Coffee | Coding | Computers | Church | What does it all mean?
Mac OS X and Windows
I am so impressed by CsharpRepl - Mono. It's brilliant. A command line interactive C# compiler.
See, mono is way better than visual studio 😉
In 1991, amongst a series of theorems about rounding in floating point arithmetic calculations, the author parenthetically noted that rounding a number to 53 significant digits, and then rounding it again to 52 significant digits, might produce a different answer compared to when you do the rounding to 52 digits all in one go. He all but apologised for the parenthesis, noting it was "highly unlikely to affect any practical program adversely."
19 years and 10 months later a researcher discovered that the "Mark of the Beast Bug" could freeze almost any computer in the world, and that millions of webservers could be taken down by it almost at the touch of a button — because of an error when rounding a very very small number, first to 53 significant digits, and then to 52.
If you're struggling to find WMI Class definitions it might be because half the useful ones are listed under Win32 Classes.
Grrr. Where's grep when you need it on a Windows box? No, you don't need cygwin. You just need:
findstr /?
And yes it does regular expressions. For example:
Echo "Here Is A Sentence" | Findstr /i "\<Sen[a-zA-Z]*e\>" TaskList /v | findstr /i "Where[']sGrep.exe"