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

Block or report jmaicher

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

    A command-line tool which provides record and playback functionality for OSC messages

    Java 9

  2. mage mage Public

    An innovative project management tool for agile Scrum teams that uses and combines emerging technologies including interactive tabletops, wall displays, and mobile devices along with proven desktop…

    CSS 8 1

  3. ginseng ginseng Public

    A modular application architecture for large-scale JavaScript applications using Backbone.js

    JavaScript 3

  4. commit commit Public

    Simple, survey-based commit CLI

    Go 2

  5. LaTeXercise LaTeXercise Public

    LaTeX exercise sheets on steroid.

    Ruby 2

  6. Mutation testing: Hacking python AST... Mutation testing: Hacking python ASTs for fun and profit
    1
    import ast, _ast, copy
    2
    
                  
    3
    class Mutator(ast.NodeTransformer):
    4
      MUTATIONS = [
    5
      # (FromOp, ToOp)