Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rtgnx on github.
  • I am rtgnx (https://keybase.io/rtgnx) on keybase.
  • I have a public key whose fingerprint is EC33 3C05 6659 999D 1C62 FA35 3A3A CD33 4734 A8DC

To claim this, I am signing this object:

@rtgnx
rtgnx / Contract Killer 3.md
Created February 10, 2016 18:14
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: October 8th 2015
  • Original post

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Audio;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.GamerServices;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
<?php
class BrainFuck
{
private $tape;
private $ptr;
public function __construct()
module.exports = function(grunt) {
grunt.initConfig({
concat: {
options: {
separator: ';',
},
js_vendor: {
src: [
'./bower_components/jquery/dist/jquery.js',