Skip to content

Instantly share code, notes, and snippets.

@timstott
timstott / keybase.md
Created May 26, 2017 07:46
Keybase Proof

Keybase proof

I hereby claim:

  • I am timstott on github.
  • I am timstott (https://keybase.io/timstott) on keybase.
  • I have a public key whose fingerprint is 9B24 48CD EA77 B493 2F42 24B5 0CDE 05FC 2683 594F

To claim this, I am signing this object:

@timstott
timstott / schema-registry.properties
Created November 5, 2015 21:20
schema-registry.properties
port=8081
kafkastore.connection.url=localhost:2181
kafkastore.topic=_schemas
debug=true
kafkastore.timeout.ms = 30000
@timstott
timstott / basicNodeServer.js
Created September 19, 2015 17:37
Basic node.js server
#!/usr/bin/env node
var http = require('http');
// Port to listen on
const PORT=8085;
// Function handling request and response
function handleRequest(request, response){
console.log(request);
@timstott
timstott / cheatsheets.md
Last active August 29, 2015 14:05
cheatsheets

Dev Cheat Sheets

Personal collection of commands and snippets that just won't stay in my head.