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

Block or report ruxpendp

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

  1. bitcal bitcal Public

    Google Calendar plugin for BitBar – see your upcoming events at a glance.

    TypeScript 1

  2. Asynchronous array reduce Asynchronous array reduce
    1
    /*
    2
    * Asynchronous array reduce example functions and demonstration.
    3
    *
    4
    * Requests can be performed sequentially (wait for response before making the next request)
    5
    * or in parallel (make all requests then wait for all responses),
  3. interview-prep interview-prep Public

    Learn by doing!

    JavaScript

  4. Split podcasts into segments with te... Split podcasts into segments with text-to-speech announcing each segment
    1
    """
    2
    Split mp3 podcasts into segments with text-to-speech announcing each segment.
    3
    4
    Put full-length podcasts into ./input (or specified path)
    5
    Expects format "<podcast_name> <episode_number>.mp3" e.g. "My Favorite Podcast 45.mp3".