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

Block or report jordanorelli

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

    a configuration language for Go projects

    Go 38 2

  2. skeam skeam Public

    a lisp interpreter written in Go

    Go 12 2

  3. stippling stippling Public

    animated image generation with stippling, a la Robert Hodgin.

    Processing 45 15

  4. lexnum lexnum Public

    efficient lexicographic encoding of numbers

    Go 15 3

  5. grpc-ui grpc-ui Public

    example gRPC client-server pair with a Qt UI, entirely in Go

    Go 17

  6. polyphonic theremin for LEAP with Py... polyphonic theremin for LEAP with Python and ChucK
    1
    class Voice {
    2
        int id;          // id of the finger on the leapmotion
    3
        OscRecv in;      // inbound communication 
    4
        ADSR env => Pan2 pan => dac; // setup an ADSR envelope
    5
        Osc @ osc;       // reference to the current oscillator