This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns overtone-xmas.bells | |
( :use [overtone.live] | |
[overtone.sc.machinery.defcgen])) | |
;;http://computermusicresource.com/Simple.bell.tutorial.html | |
(def dull-partials | |
[ | |
0.56 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 <[email protected]>, find | |
// newest version at http://www.julien-oster.de/projects/feyntube |