Skip to content
View johncarl81's full-sized avatar

Highlights

  • Pro

Organizations

@nofluffjuststuff @asciidoctor @AdaptiveComputationLab

Block or report johncarl81

Report abuse

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

Report abuse

Pinned Loading

  1. parceler parceler Public

    📦 Android Parcelables made easy through code generation.

    Java 3.5k 272

  2. transfuse transfuse Public

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

    Java 221 28

  3. neopixelplasma neopixelplasma Public

    ✨ Multicolored plasma on the Arduino NeoPixel shield

    C++ 25 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