Skip to content

Instantly share code, notes, and snippets.

View paladique's full-sized avatar

Jasmine Greenaway paladique

View GitHub Profile

Security Guidelines

Choose (One?) Your Own Adventure

  • Use a ChromeBook
  • Or, Use Android
  • Or, Use an iDevice
  • Or, Use Windows

iDevice?

@brianlow
brianlow / FindConflictingReferences.cs
Created January 3, 2012 03:04
Find conflicting assembly references
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using NUnit.Framework;
namespace MyProject
{
[TestFixture]
@staltz
staltz / introrx.md
Last active May 3, 2024 13:00
The introduction to Reactive Programming you've been missing