URLs - Windows performance tool kits (WPR, WPA, xperf etc)
Channel 9 videos about xperf, xperfview, WPR and WPA http://channel9.msdn.com/Events/Speakers/Michael-Milirud Article about xperf http://blogs.msdn.com/b/ntd...
Channel 9 videos about xperf, xperfview, WPR and WPA http://channel9.msdn.com/Events/Speakers/Michael-Milirud Article about xperf http://blogs.msdn.com/b/ntd...
1 2 3 4 5 6 7 class BaseClass : public std::enable_shared_from_this<BaseClass> { template <typename Derived> std::shared_ptr<Derived> G...
1 2 3 4 5 6 7 var ui = TaskScheduler.FromCurrentSynchronizationContext(); Task.Factory.ContinueWhenAll(tasks.ToArray(), result => { var ti...
1 2 git commit --reedit-message=HEAD --reset-author git commit -c HEAD --res
1 2 3 4 5 6 git rm --cached -r .# Remove everything from the index. git reset --hard# Write both the index and working directory from git's database. git add...