Skip to content
View joelittlejohn's full-sized avatar

Organizations

@BrisFunctional

Block or report joelittlejohn

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. jsonschema2pojo jsonschema2pojo Public

    Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc

    Java 6.2k 1.7k

  2. taoensso/faraday taoensso/faraday Public

    Amazon DynamoDB client for Clojure

    Clojure 238 84

  3. embedmongo-maven-plugin embedmongo-maven-plugin Public

    Maven plugin wrapper for the flapdoodle.de embedded MongoDB API

    Java 88 52

  4. paredit-cheatsheet paredit-cheatsheet Public

    A new, scalable source document for the Paredit Cheatsheet available as a png on the Emacs wiki

    TeX 62 4

  5. clj-http-hystrix clj-http-hystrix Public

    A Clojure library to wrap clj-http requests as hystrix commands

    Clojure 22 4

  6. A passive TTL hash map, that expires... A passive TTL hash map, that expires and removes values if they are older than some time-to-live. I have only proved it correct, not tried it ;) [As the author of this code, I dedicate it to the public domain https://creativecommons.org/publicdomain/zero/1.0]
    1
    package com.example;
    2
    
                  
    3
    import static java.util.Collections.*;
    4
    
                  
    5
    import java.util.Collection;