Skip to content
View joelforjava's full-sized avatar
Block or Report

Block or report joelforjava

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ripplr ripplr Public

    Twitter-like application based on Hubub from Grails in Action published by Manning Publications

    Groovy

  2. carmix-collector carmix-collector Public

    Simple app I wrote years ago to gather MP3s to burn to disc. Will be using in articles I write at joelforjava.co(m)

    Java

  3. My basic attempt at a two-up game in... My basic attempt at a two-up game in Swift. Essentially a copy from the Groovy version found here: http://groovy-lang.org/design-patterns.html#_abstract_factory_pattern
    1
    class TwoUp {
    2
        private var money = 1000
    3
        
    4
        func tossWasHeads() -> Bool {
    5
            let next = randomNumber()
  4. multi-destination-kinesis-kafka-connector multi-destination-kinesis-kafka-connector Public

    A fork of the AWS Labs Kafka Kinesis Connector that handles multiple destinations

    Java