Skip to content

Instantly share code, notes, and snippets.

View barbeque's full-sized avatar

Mike barbeque

  • Calgary AB Canada
View GitHub Profile
@barbeque
barbeque / gist:4040723
Created November 8, 2012 18:50
Turning C# generic Type back into "C# Type" declaration style.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Emit;
using System.Text;
using System.Reflection;
namespace GenericCodeGenerator
{
class Program
<kastein> like many children, that truck was a mistake which the owner mostly regrets
<ACE_work> Justification for breeding is often completely insane
<chrisgt> could say the same thing about impulse buying cars on craigslist
<chrisgt> in the long run, the car is cheaper
<ssswitch> at least if you impulse buy a car you can scrap it for base materials
<ssswitch> can't do that with a kid unless romney wins
<ssswitch> also it's a bigger pain to transfer the title on a kid
<chrisgt> and if kids are over 15, you still need a title
<chrisgt> bill of sale isn't good enogh
<ssswitch> and the salvage inspection. jesus
@barbeque
barbeque / resistor_code.py
Created February 28, 2012 03:55 — forked from shilrobot/resistor_code.py
cleaned up keyboard binding
colors = [
(0,0,0),
(150,75,0),
(255,0,0),
(255,165,0),
(255,255,0),
(154,205,50),
(100,149,237),