Skip to content

Instantly share code, notes, and snippets.

Name: BtDevTools
Version: 0.1
Synopsis: Braintree Developer Tools
Authors: James Swaine <james.swaine@getbraintree.com>
License: LGPL with OCaml linking exception
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Executable "btc"
@Zoetermeer
Zoetermeer / _oasis
Last active November 11, 2015 14:51
Name: BtDevTools
Version: 0.1
Synopsis: Braintree Developer Tools
Authors: James Swaine <james.swaine@getbraintree.com>
License: LGPL with OCaml linking exception
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Executable "btc"
Name: BtDevTools
Version: 0.1
Synopsis: Braintree Developer Tools
Authors: James Swaine <james.swaine@getbraintree.com>
License: LGPL with OCaml linking exception
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4)
Executable "btc"
@Zoetermeer
Zoetermeer / step0.rkt
Created October 29, 2012 13:11
Making Parallel Mandelbrot Future-Safe
#lang racket
(require racket/future racket/flonum "pict-helpers.rkt" future-visualizer)
(define W 256)
(define H 256)
(define bts (make-bytes (* 4 W H)))
(module+ main
(time
(begin
(mand-range 0 (quotient H 2))