https://www16.big.or.jp/~zun/html/th08dl.html
東方永夜抄 ~ Imperishable Night.iso
md5 F0C8B50089ED55BC1BCF1BC3E9614A68
eiya_update100a.exe
md5 3269D49D81EAFAE366BD6B2AEA4AE82D
eiya_update100a_100d.exe
| -- MPV Lua script to control monitor brightness using key bindings | |
| --- This script utilizes the MonitorConfig PowerShell module , which can be installed using: | |
| --- Install-Module MonitorConfig | |
| --- https://github.com/MartinGC94/MonitorConfig | |
| --- The script is designed to work with the primary monitor only. | |
| -- Function to execute a PowerShell command and return the output | |
| local function executePowerShell(command) | |
| local result = mp.command_native({ | |
| name = "subprocess", |
https://www16.big.or.jp/~zun/html/th08dl.html
東方永夜抄 ~ Imperishable Night.iso
md5 F0C8B50089ED55BC1BCF1BC3E9614A68
eiya_update100a.exe
md5 3269D49D81EAFAE366BD6B2AEA4AE82D
eiya_update100a_100d.exe
| #!/usr/bin/env python3 | |
| import argparse | |
| import json | |
| import os | |
| from collections import OrderedDict | |
| from datetime import datetime | |
| def parse_timestamp(timestamp_str): | |
| """ |
| import argparse | |
| import json | |
| import os | |
| import subprocess | |
| IMAGE_DIR = "./images/" | |
| WEBM_DIR = "./mp4/" | |
| TEMP_VIDEO = "./temp.mp4" | |
| SEQUENCE_LIST = "./mylist.txt" | |
| VIDEO_NAME = "./video.mp4" |
| import socks | |
| import requests | |
| import socket | |
| import time | |
| # example url for testing | |
| url = "https://raw.githubusercontent.com/monosans/proxy-list/main/proxies_geolocation/socks5.txt" | |
| response = requests.get(url) # retrieve data from the url | |
| data = response.content.decode( |