Skip to content
View RichardJohnn's full-sized avatar
  • HackerNoon
  • Michigan
  • 22:32 (UTC -04:00)

Organizations

@hackernoon

Block or report RichardJohnn

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. 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
  2. J for Project Euler 125. J for Project Euler 125.
    1
    +/(#~(100000000)&>)    (#~(=|.&.":)"0)x:(~.,(2+i.700)(+/@:*:)\>:i.7090)
  3. 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