Skip to content

Instantly share code, notes, and snippets.

@ryanhanks
ryanhanks / .rvmrc
Created May 24, 2012 16:59
The Tom Cat Server Proxy
rvm use 1.9.3@tccs_proxy --create

Technical Tasks

  • Figure out how to make wheels work well
  • Build a machine to host testing the workspace
  • Deploy to app engine better
  • use supervisord to start ngrok, bigsky, binder manager server, nginx, dartium, tee http://supervisord.org/, dump logs to /logs
  • build a new mininal datastore from scratch (locally and against an appspot remotely)
  • Move bam tool to CLI tool that's available anywhere and doesn't have to be ran from root of project http://click.pocoo.org/5/
  • build multiple things in parallel
  • Add logging to splunk
@ryanhanks
ryanhanks / config.json
Last active June 3, 2016 08:14
BINDERS-379
{}
// Converted to Swift 4 by Swiftify v4.1.6680 - https://objectivec2swift.com/
import AVFoundation
import libkern
class FLTSavePhotoDelegate: NSObject, AVCapturePhotoCaptureDelegate {
private(set) var path = ""
private(set) var result = FlutterResult()
/// Used to keep the delegate alive until didFinishProcessingPhotoSampleBuffer.
private var selfReference: FLTSavePhotoDelegate?
#!/bin/bash
site_id=flamingo_us
cas_base_url="https://customer-account-service.sandbox.core.harrys.systems/api/v1/sites/$site_id"
customer_id=`uuidgen`
verbose=-v
verbose=
# set -x