Skip to content

Instantly share code, notes, and snippets.

@vansha
vansha / pullups.md
Last active August 29, 2015 14:11
Armstrong pull-up program results

My goal is to do 30 consecutive pull-ups before March 1, 2015.

I'm going to try Armstrong pull-up program and will track progress here, so you will know whether it works or not :) To keep me motivated and to give @raol an instrument for friendly trolling this gist will remain public.

Week 1 (December 8-12)

Day Push-ups Pull-ups Total Notes
Mon 60, 50, null 14 (missed other) 14
@vansha
vansha / vs-build-performance.linq.cs
Last active August 29, 2015 14:14
Measure and profile Visual Studio solution build performance
// Struggling with slow VS solution build?
// This script should help in analyzing slow parts, by higlighting slowest projects and msbuild targets.
//
// Use following steps:
// 1. Setup proper Visual studio build settings. Use TOOLS -> Options -> Projects and Solutions -> Build and Run dialog.
// * maximum number of parallel project builds - 1
// * MSBuild project output verbosity - Diagnostic. In Diagnostic mode MSBuild outputs targets performance summary for each project.
// 2. Clean solution
// 3. Build solution
// 4. Copy build output from Output window to some file, for example c:\tmp\build-output.txt