This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 18y3Uy8DzuVfVcW3kJF7YBou47xJFYfb5b https://explorer.blockstack.org/address/18y3Uy8DzuVfVcW3kJF7YBou47xJFYfb5b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "julian.id" is my Blockstack ID. https://explorer.blockstack.org/name/julian.id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Random; | |
Random generator; | |
void setup() { | |
size(1120,1200); | |
generator = new Random(); | |
background(50); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Walker { | |
int x; | |
int y; | |
Walker () { | |
x = width / 2; | |
y = height / 2; | |
} | |
void display() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
NewerOlder