Skip to content

Instantly share code, notes, and snippets.

View CodeFarmer's full-sized avatar

Joel CodeFarmer

  • London, United Kingdom
View GitHub Profile
@CodeFarmer
CodeFarmer / TechRadarGeneratorTest.csv
Last active January 31, 2020 12:16
Tech Radar generator test.csv
name quadrant ring isNew description
Trunk-based development Techniques Adopt FALSE
Infrastructure as Code Techniques Adopt FALSE
Test Driven Development Techniques Adopt FALSE
Property-Based Testing Techniques Adopt FALSE
Mutation Testing Techniques Adopt FALSE
Serverless (website publishing) Techniques Adopt FALSE
Ephemeral Test Dependencies Techniques Adopt FALSE
Precanned Test States Techniques Adopt FALSE
Getting More Sleep Techniques Adopt TRUE It surprises me that this is "new".
@CodeFarmer
CodeFarmer / bells.clj
Created December 12, 2011 17:20 — forked from jennifersmith/bells.clj
Cheesy Holiday Music and bell synthesis example
(ns overtone-xmas.bells
( :use [overtone.live]
[overtone.sc.machinery.defcgen]))
;;http://computermusicresource.com/Simple.bell.tutorial.html
(def dull-partials
[
0.56
@CodeFarmer
CodeFarmer / feyntube.user.js
Created April 21, 2010 14:31
Updated version of FeynTube to work with 2010/04 youtube layout - hurrah!
// ==UserScript==
// @name FeynTube
// @namespace http://www.julien-oster.de/projects/feyntube
// @description transform YouTube comments into reasonable and smart ones
// @include http://www.youtube.*/*
// @include http://youtube.*/*
// ==/UserScript==
// Written 2008 by Julien Oster <feyntube@julien-oster.de>, find
// newest version at http://www.julien-oster.de/projects/feyntube