Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tomjakubowski's full-sized avatar

Tom Jakubowski tomjakubowski

View GitHub Profile
@tomjakubowski
tomjakubowski / .block
Created October 17, 2017 01:08 — forked from mbostock/.block
Polar Plot
license: gpl-3.0
@tomjakubowski
tomjakubowski / .block
Created March 23, 2016 03:33 — forked from mbostock/.block
Poisson-Disc II
license: gpl-3.0
@tomjakubowski
tomjakubowski / playground.rs
Created August 6, 2015 04:58 — forked from anonymous/playground.rs
Shared via Rust Playground
macro_rules! as_item {
($i:item) => {$i};
}
macro_rules! impl_partial_eq {
([$($lt:tt)*] $lhs:ty, $rhs:ty) => {
as_item! {
impl<$($lt)*> PartialEq<$rhs> for $lhs {
fn eq(&self, other: &$rhs) -> bool {
// common implementation of PartialEq goes here
@tomjakubowski
tomjakubowski / Makefile
Last active November 13, 2015 17:30 — forked from japaric/Makefile
test:
rm -f liberoc.rlib
rustc eroc.rs
rustc -L . -C codegen_units=2 unicode.rs
I think one realllly cool thing about github gists is that the non-adjustable input box is wider than the non-adjustable display box
@tomjakubowski
tomjakubowski / data.tsv
Last active December 13, 2015 18:58 — forked from mbostock/.block
date weight
06-26-12 1.06
07-05-12 1.56
09-11-12 4.75
11-30-12 7.38
12-01-12 7.31
12-12-12 7.56
@tomjakubowski
tomjakubowski / Custom.css
Created January 23, 2012 10:56 — forked from bentruyman/Custom.css
IR_Black Theme for Chrome Developer Tools
/**********************************************/
/*
/* IR_Black Skin by Ben Truyman - 2011
/*
/* Based on Todd Werth's IR_Black:
/* http://blog.toddwerth.com/entries/2
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*