Skip to content

Instantly share code, notes, and snippets.

View fishy's full-sized avatar

Yuxuan 'fishy' Wang fishy

View GitHub Profile
@fishy
fishy / README.md
Last active January 10, 2022 01:50
oauth2.py for Python3

oauth2.py for Python 3

The first version of oauth2.py was unmodified from upstream. The following commit(s) updated it for Python3. Tested with Python 3.8.6 on Debian Bullseye.

@fishy
fishy / README.md
Last active June 15, 2023 03:28
Render static HTML files from mysqldump of NucleusCMS

Render static HTML files from mysqldump of NucleusCMS

Go code to render static HTML files from mysqldump of NucleusCMS.

Note that it requires you to use --complete-insert arg with mysqldump.