Skip to content

Instantly share code, notes, and snippets.

View jtescher's full-sized avatar

Julian Tescher jtescher

View GitHub Profile
@jtescher
jtescher / controllers.application.js
Last active January 20, 2019 04:54
Transition To Bug
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
Verifying my Blockstack ID is secured with the address 18y3Uy8DzuVfVcW3kJF7YBou47xJFYfb5b https://explorer.blockstack.org/address/18y3Uy8DzuVfVcW3kJF7YBou47xJFYfb5b
Verifying that "julian.id" is my Blockstack ID. https://explorer.blockstack.org/name/julian.id
import java.util.Random;
Random generator;
void setup() {
size(1120,1200);
generator = new Random();
background(50);
}
class Walker {
int x;
int y;
Walker () {
x = width / 2;
y = height / 2;
}
void display() {
### Keybase proof
I hereby claim:
* I am jtescher on github.
* I am jatescher (https://keybase.io/jatescher) on keybase.
* I have a public key whose fingerprint is 8543 5B5D 1390 03CB E188 6DD0 9C80 429A 2FEF 6220
To claim this, I am signing this object:
/*
This example uses Scala. Please see the MLlib documentation for a Java example.
Try running this code in the Spark shell. It may produce different topics each time (since LDA includes some randomization), but it should give topics similar to those listed above.
This example is paired with a blog post on LDA in Spark: http://databricks.com/blog
Spark: http://spark.apache.org/
*/
import scala.collection.mutable
@jtescher
jtescher / gist:d7f62b420033195420d2
Created August 30, 2014 00:49
Keybase Verification
### Keybase proof
I hereby claim:
* I am jtescher on github.
* I am jatescher (https://keybase.io/jatescher) on keybase.
* I have a public key whose fingerprint is 9DD4 EEC2 8FA9 13E0 6697 286D 11DC A6F5 E7F5 F787
To claim this, I am signing this object:
@jtescher
jtescher / messages.log
Created January 28, 2014 21:37
Neo4j Recovery Problem
###### SERVER ID 123 (Slave) ######
2014-01-28 21:15:30.828+0000 DEBUG [o.n.c.p.a.m.ProposerState$2]: ProposerState: proposer-[promise]->proposer from:cluster://10.10.1.251:5001 instance:614 conversation-id:123/944#
2014-01-28 21:15:30.828+0000 DEBUG [o.n.c.p.a.m.AcceptorState$2]: AcceptorState: acceptor-[accept]->acceptor from:cluster://10.10.1.102:5001 instance:614 conversation-id:123/944#
2014-01-28 21:15:30.828+0000 DEBUG [o.n.c.p.a.m.ProposerState$2]: ProposerState: proposer-[accepted]->proposer from:cluster://10.10.1.102:5001 instance:614 conversation-id:123/944#
2014-01-28 21:15:30.828+0000 DEBUG [o.n.c.p.a.m.ProposerState$2]: ProposerState: proposer-[accepted]->proposer from:cluster://10.10.1.251:5001 instance:614 conversation-id:123/944#
2014-01-28 21:15:30.829+0000 DEBUG [o.n.c.p.a.m.LearnerState$2]: Learned and closed instance 614 from conversation 123/944# and the content was Change cluster config, elected:272 as coordinator
2014-01-28 21:15:30.829+0000 DEBUG [o.n.c.p.a.m.LearnerState$2]: LearnerS
@jtescher
jtescher / neo4j-enterprise.rb
Created June 10, 2013 20:13
Neo4j Enterprise Homebrew Formula
require 'formula'
class Neo4jEnterprise < Formula
homepage 'http://www.neo4j.org/'
url 'http://dist.neo4j.org/neo4j-enterprise-1.9-unix.tar.gz'
sha1 '66e7da3d5f94b210d78a573fa8f4f8c0897cd2c3'
version 'enterprise-1.9-unix'
devel do
url 'http://dist.neo4j.org/neo4j-enterprise-2.0.0-M02-unix.tar.gz'