Skip to content
View RichardJohnn's full-sized avatar
  • Michigan
  • 13:07 (UTC -04:00)

Organizations

@hackernoon

Block or report RichardJohnn

Report abuse

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

Report abuse

Pinned Loading

  1. audio_transport_web_ui audio_transport_web_ui Public

    webUI for uploading audio files to be ran through sportdeath's audio_transport and sent back to the client

    JavaScript

  2. Split an audio file into multiple fi... Split an audio file into multiple files based on detected onsets from librosa.
    1
    #!/usr/bin/env python
    2
     
    3
    import argparse
    4
    import soundfile
    5
    import librosa
  3. J for Project Euler 125. J for Project Euler 125.
    1
    +/(#~(100000000)&>) (#~(=|.&.":)"0)x:(~.,(2+i.700)(+/@:*:)\>:i.7090)
  4. Chaos Game Chaos Game
    1
    //chaos game (https://en.wikipedia.org/wiki/Chaos_game)
    2
    //parameters: n = 5, r = 2 & cannot pick same vertex twice
    3
    //demo: https://editor.p5js.org/RichardJohnn/sketches/VxFo5o_Yv
    4
    //image: https://i.imgur.com/iBFEZDO.png
    5