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

Block or report wecsam

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. tapas tapas Public

    The Time Adjacent Playlist Assembly System (TAPAS) is a set of scripts that help you take long videos, split them into smaller videos, upload them to YouTube, and then publish them in a playlist.

    Python

  2. mumpsc mumpsc Public

    A simple interpreter for the MUMPS programming language

    C 1 1

  3. Wait for free space when moving files Wait for free space when moving files
    1
    #!/usr/bin/env python3
    2
    import argparse
    3
    import datetime
    4
    import humanfriendly # pip install humanfriendly
    5
    import os
  4. A simple Flask app for uploading files A simple Flask app for uploading files
    1
    #!/usr/bin/env python3
    2
    import flask
    3
    
    
    4
    app = flask.Flask(__name__)
    5
    
    
  5. onedrive-duplicate-finder onedrive-duplicate-finder Public

    This web app finds files with identical hashes in your OneDrive account.

    Python 10 4

  6. xbox_controller_mouse xbox_controller_mouse Public

    This script allows you to use an Xbox controller as a pointing device with a Windows PC.

    Python