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

Block or report Tantalus13A98B5F

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. lesson2cal lesson2cal Public archive

    Convert course schedule into a .ics file for SJTU ElectSys (i.sjtu.edu.cn)

    Python 10

  2. Simple PDF parser Simple PDF parser
    1
    '''My Simple PDF Parser
    2
    Can inspect the size of a PDF file.
    3
    '''
    4
    from contextlib import suppress, redirect_stdout
    5
    from collections import deque, OrderedDict
  3. An NTFS mounter for macOS, switching... An NTFS mounter for macOS, switching disks between the internal `mount_ntfs` and the additional `ntfs-3g`.
    1
    #!/usr/bin/env python3
    2
    import subprocess
    3
    import plistlib
    4
    import os
    5
    
                  
  4. A simple GUI tool to inspect disk us... A simple GUI tool to inspect disk usage.
    1
    from tkinter.filedialog import askdirectory
    2
    from tkinter import *
    3
    from tkinter.ttk import *
    4
    import subprocess
    5
    import weakref
  5. dotfiles dotfiles Public

    Shell 2

  6. Office2Pdf Office2Pdf Public

    C#