Skip to content
View rdissertori's full-sized avatar

Block or report rdissertori

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. docker-alpine-jenkins-node-dotnet docker-alpine-jenkins-node-dotnet Public

    Jenkins Slave with dotnet core installed, powershell for linux and azure cli

    Shell

  2. Stream Youtube Content and another o... Stream Youtube Content and another one as an smaller Overlay to Twitch
    1
    #!/bin/bash
    2
    ffmpeg -i $(youtube-dl -f 137 -g https://www.youtube.com/watch?v=DT61L8hbbJ4) \
    3
    -i $(youtube-dl --audio-format aac -f 140 -g https://www.youtube.com/watch?v=DT61L8hbbJ4) \
    4
    -i $(youtube-dl -f 137 -g https://www.youtube.com/watch?v=2Tvy_Pbe5NA) -filter_complex "[0][2]overlay=10:main_h-overlay_h-10;[2:v]scale=200:100[2];[1:a][3:a]amerge=inputs=2" \
    5
    -i $(youtube-dl --audio-format aac -f 140 -g https://www.youtube.com/watch?v=2Tvy_Pbe5NA) \
  3. discord_bot.py discord_bot.py
    1
    import asyncio
    2
    import configparser
    3
    import inspect
    4
    import sys
    5
    import time