Skip to content
View jeremywall's full-sized avatar

Block or report jeremywall

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. java-tzdb-builder java-tzdb-builder Public

    Automated generation of Time Zone Database files used for updating Java installations

    Java 3 1

  2. iot-kitteh iot-kitteh Public

    An AWS IoT connected vest for cats with GPS and cellular capabilities.

    JavaScript 4 3

  3. tzchange tzchange Public

    Web site to track upcoming changes in time zone offsets from UTC

    HTML

  4. rolling-rate-limiter-java rolling-rate-limiter-java Public

    Java port of https://github.com/classdojo/rolling-rate-limiter

    Java 1

  5. maven-dagger2-lombok-example maven-dagger2-lombok-example Public archive

    Example of what I had to do to get a Maven based Java project to work with Dagger 2 and Lombok at the same time

    Java 3

  6. Compile and install new TZDB for Java Compile and install new TZDB for Java
    1
    # I recently had to try to update the TZDB of a JDK installation where I could not install lzip
    2
    # from any registered package repository and trying to compile lzip from source was failing.
    3
    # I discovered that as an alternative to using the tzdb-latest.tar.lz file I could just use both
    4
    # the tzcode-latest.tar.gz and the tzdata-latest.tar.gz to generate the needed rearguard tarballs.
    5
    # These instructions have been updated to no longer rely on lzip since it's not available out of