Pinned Loading
-
lesson2cal
lesson2cal Public archiveConvert course schedule into a .ics file for SJTU ElectSys (i.sjtu.edu.cn)
Python 10
-
Simple PDF parser
Simple PDF parser 1'''My Simple PDF Parser
2Can inspect the size of a PDF file.
3'''
4from contextlib import suppress, redirect_stdout
5from collections import deque, OrderedDict
-
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
2import subprocess
3import plistlib
4import os
5 -
A simple GUI tool to inspect disk us...
A simple GUI tool to inspect disk usage. 1from tkinter.filedialog import askdirectory
2from tkinter import *
3from tkinter.ttk import *
4import subprocess
5import weakref
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.