Skip to content

Instantly share code, notes, and snippets.

View dagrooms52's full-sized avatar
🥽
Putting screens really close to my eyes

Daniel Grooms dagrooms52

🥽
Putting screens really close to my eyes
  • Microsoft
  • Redmond, WA
View GitHub Profile
@dagrooms52
dagrooms52 / FindConflictingReferences.cs
Created June 24, 2016 17:59
Finds conflicting references in your solution. Original file: https://gist.github.com/brianlow/1553265
// Original: https://gist.github.com/brianlow/1553265
// Changes: Added multiple project finding;
// Added async await, brought my runtime from 10s to 3s
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.VisualStudio.TestTools.UnitTesting;
@dagrooms52
dagrooms52 / dagrooms .hyper.js
Created September 17, 2019 00:16
Hyper config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@dagrooms52
dagrooms52 / dagrooms.hyper.js
Created September 17, 2019 00:21
Default .hyper.js
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',