Skip to content
View johncarl81's full-sized avatar

Highlights

  • Pro

Organizations

@nofluffjuststuff @asciidoctor @AdaptiveComputationLab
Block or Report

Block or report johncarl81

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

  1. parceler parceler Public

    📦 Android Parcelables made easy through code generation.

    Java 3.6k 271

  2. transfuse transfuse Public

    💉 Transfuse - A Dependency Injection and Integration framework for Google Android

    Java 219 28

  3. neopixelplasma neopixelplasma Public

    ✨ Multicolored plasma on the Arduino NeoPixel shield

    C++ 26 12

  4. silver silver Public

    ⬜ A Java annotation processor for gathering classes that match a given criteria.

    Java 12 3

  5. exportdoclet exportdoclet Public

    📤 A Doclet that allows exporting javadoc comments containing AsciiDoc text to plain text AsciiDoc files.

    Java 13 7

  6. rotating backups in python rotating backups in python
    1
    #!/usr/bin/python
    2
     
    3
    import subprocess
    4
    import pipes
    5
    import time