Skip to content

Instantly share code, notes, and snippets.

View ConnorDoyle's full-sized avatar
💫

Connor Doyle ConnorDoyle

💫
View GitHub Profile
resolvers += "Sonatype OSS" at "https://oss.sonatype.org/content/groups/public/"
libraryDependencies += "org.enmas" %% "enmas-core" % "1.0.0"
$ java -jar <path-to-jar>
$ g8 EnMAS/pomdp
$ g8 EnMAS/agent
$ java -jar enmas-client_2.10-1.0.0-assembly.jar
@ConnorDoyle
ConnorDoyle / cake.scala
Created January 16, 2013 01:33
Let them have cake.
trait CakePosessor
trait CakeConsumer
class WhatYouWant extends CakePosessor with CakeConsumer
@ConnorDoyle
ConnorDoyle / akka-cluster-experiment.md
Created September 5, 2012 14:44
Akka Cluster Experiment

Introduction

Problem Description

This is an attempt to communicate unexpected behavior using the 2.1-SNAPSHOT version of Akka's cluster module.

Specifically, the unexpected behavior my application is experiencing is that when the cluster leader becomes unreachable due to a SIGINT, it is unable to re-join the cluster when restarted. Strangely, this always works when the node that is killed is not the leader.

Preliminaries

@ConnorDoyle
ConnorDoyle / enmas-start-server.bash
Last active October 1, 2015 04:18
Starting the EnMAS Server
$ java -jar enmas-server_2.10-1.0.0-assembly.jar
@ConnorDoyle
ConnorDoyle / enmas-quick-start-update.bash
Created February 19, 2012 18:58
EnMAS Quick Start Update
$ git pull
$ sbt update
@ConnorDoyle
ConnorDoyle / enmas-quick-start-install.bash
Created February 19, 2012 18:32
EnMAS Quick Start Installation
$ git clone git://github.com/ConnorDoyle/EnMAS-Quick-Start.git
$ cd EnMAS-Quick-Start
$ sbt update