Skip to content

Instantly share code, notes, and snippets.

View chumpalump's full-sized avatar

David Huttleston chumpalump

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chumpalump on github.
  • I am dhuttleston (https://keybase.io/dhuttleston) on keybase.
  • I have a public key ASBxqXx1ziWXUZ72iWB7s2QJMGxK5oNF1ayuE7kP_pWpZwo

To claim this, I am signing this object:

@chumpalump
chumpalump / mandelbrot.sql
Last active August 29, 2015 14:25 — forked from rupey/mandelbrot.sql
Mandelbrot plot in postgres
WITH RECURSIVE
x(i) AS ( VALUES (0)
UNION ALL SELECT i + 1
FROM x
WHERE i < 101),
Z(Ix, Iy, Cx, Cy, X, Y, I) AS (
SELECT
Ix,
Iy,
X :: FLOAT,

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.