It has been more quiet around “Oslo” the last month. Maybe just about everybody is on vacations. Or people feel that everything will change with the PDC in November and are afraid of publishing nonsense.
Nonetheless, I felt it’s time for an update on what I think, heard and read about “Oslo”.
I divided my post [...]
Archive for August, 2009
Updates on what Oslo is and Quadrant not is (September 2009)
Posted in mdsd, oslo, tagged english, M, mdsd, mdsd+.net, MGrammar, MGraph, MSchema, oslo, Oslo Repository, Quadrant on August 19, 2009 | 3 Comments »
Finally running Win7RTM on Bootcamp
Posted in Just Drops, tagged bootcamp, fusion, idefrag, ipartition, vmware on August 17, 2009 | 1 Comment »
After my vmware image with Windows 7 RC crashed completely with errors like:
NOT_IMPLEMENTED
Pipe read failed
and many more…
i decided to give bootcamp a chance.
But even after freeing up more than 100 gigs, the bootcamp assistant was not able to partition the harddisk because it couldn’t figure out how to move some data.
The error [...]
Setting svn:keywords for specific files with Windows Powershell – Or grep with Powershell
Posted in Uncategorized, tagged foreach-object, grep, PowerShell, regex, svn, svnproperties, where-object on August 1, 2009 | Leave a Comment »
In one of my current projects, all source files need to have a file-header looking like this:
// ————————————————————-
// <copyright company="…" file="Variance.cs">
// …
// </copyright>
// <remarks>
// $HeadURL: https://svn….Api/Utils/Variance.cs $
// $LastChangedRevision: 1951 $
// $LastChangedDate: 2009-07-21 $
// $LastChangedBy: corn_la $
// </remarks>
// <summary>
// Safe co- and contra-variance for [...]