Skip to content
View rdepping's full-sized avatar

Block or report rdepping

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
rdepping/README.md
  • 👋 Hi, I’m @rdepping
  • 👀 I’m interested in software development
  • 🌱 I’m currently learning API development and GraphQL
  • 💞️ I’m looking to collaborate on GraphQL
  • 📫 How to reach me github@depping.me or https://twitter.com/RalphDepping

Pinned Loading

  1. dotfiles dotfiles Public

    Forked from jimlawton/dotfiles

    Shell Config

    Vim Script 1

  2. ffmpeg examples ffmpeg examples
    1
    # Useful ffmpeg commands with references to sources.
    2
    
                  
    3
    # trim 9 seconds from the start of a video file
    4
    # https://superuser.com/questions/258032/is-it-possible-to-use-ffmpeg-to-trim-off-x-seconds-from-the-beginning-of-a-video/269960
    5
    ffmpeg -i input.MP4 -ss 9 -vcodec copy -acodec copy output-start-trimmed.MP4
  3. mp3Convert mp3Convert Public

    Convert mp3 files

    Python

  4. service-virtualisation-demo service-virtualisation-demo Public

    Service Virtualisation Demo using Hoverfly and Cytoscape

    Python

  5. pythonBottleExample pythonBottleExample Public

    Hello World type example of using Bottle and Docker

    Python