Skip to content

Instantly share code, notes, and snippets.

@sman591
sman591 / Selectize.jsx
Last active August 22, 2017 21:04 — forked from heyimalex/Selectize.jsx
React wrapper around Selectize.js using ES6 and JSX
import React, { Component } from 'react';
// Wrapper around the selectize jQuery plugin.
export default class Selectize extends Component {
shouldComponentUpdate(nextProps) {
const self = this;
const shouldUpdate = Object.keys(nextProps).some(function(propName) {
// If it's handled, we'll deal with it on our own.
if (propName in handledProps) return false;

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

@sman591
sman591 / Contract Killer 3.md
Last active December 25, 2015 22:39 — forked from malarkey/Contract Killer 3.md
Modified version of Contract Killer 3 for my own use

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.