Skip to content

Instantly share code, notes, and snippets.

View ThinLiquid's full-sized avatar
🐈
:3

ThinLiquid ThinLiquid

🐈
:3
View GitHub Profile
@ThinLiquid
ThinLiquid / flow.json
Created October 30, 2023 01:03
FlowOS Test Repo
{
"name": "FlowOS Test Repo",
"apps": [
{ "name": "Test", "url": "https://example.com", "proxy": true },
{ "name": "Test without Proxy", "url": "https://example.com", "proxy": false }
]
}
@ThinLiquid
ThinLiquid / lib.py
Last active September 5, 2023 10:07
Python Utils
"""
/| 、
(°、 。 7 lib.py
|、 ~ヽ ThinLiquid, 05/09/2023
じしf_,)/
"""
import os
import re