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

Block or report ch0ppy35

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. ch0ppy35.github.io ch0ppy35.github.io Public

    whoami.mmiller.zip

    HTML

  2. go-project-template go-project-template Public template

    Template for Go projects

    Dockerfile

  3. pyTed pyTed Public archive

    A Flask app for TED

    Python

  4. shorty shorty Public

    serverless url shortener

    Python

  5. Use this to convert FLAC from BandCa... Use this to convert FLAC from BandCamp or wherever - Simple and Works
    1
    #/bin/bash
    2
    
                  
    3
    for i in *.flac;
    4
      do name=`echo "$i" | cut -d'.' -f1`
    5
      echo "Converting $name into an mp3!"