Skip to content
View apkatsikas's full-sized avatar

Block or report apkatsikas

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
apkatsikas/README.md

Wizard

Pinned Loading

  1. subcordantsubcordantPublic

    Subcordant is a Discord bot that streams music from your Subsonic-API compatible server.

    Go 5

  2. xctest_pxctest_distributedxctest_pxctest_distributedPublic

    Distributed, headless parallel testing for xctest/pxctest

    Python 21 1

  3. navarchivernavarchiverPublic

    Archives your Navidrome audio library and metadata using GCS.

    Go 1

  4. artist-entitiesartist-entitiesPublic

    The backend service underpining https://newhellstudios.com/artists

    Go 1

  5. imdb-enhanced-searchimdb-enhanced-searchPublic

    Go 1

  6. use Python, ffmpeg and imagemagick t...use Python, ffmpeg and imagemagick to turn your videos in GIFs!
    1
    # Requires ffmpeg and imagemagick to be on the path
    2
    # Usage example make_gif ".\input.mkv" -o output.gif -s 00:00:12.333 -d 00:00:05.666 -w 1024 -f 12 -t 1.5
    3
    4
    importargparse
    5
    importsubprocess