
- GitHub
- Greasy Fork
- 버그/기능 문의: 디스코드
aeon1880
import logging | |
from pathlib import Path | |
from subprocess import run | |
input_dir = Path("input/") | |
output_dir = Path("output/") | |
max_duration = 2.95 | |
max_size = 1024 * 256 |
export DISPLAY=":0" | |
test -f ~/.xtor \ | |
|| { sudo apt update -yq && sudo apt install -yq xvfb x11vnc autocutsel libasound2 torbrowser-launcher && touch ~/.xtor; } \ | |
; xdpyinfo -display "$DISPLAY" >/dev/null 2>&1 \ | |
|| { Xvfb "$DISPLAY" & sleep 0.5; autocutsel -fork; } \ | |
; torbrowser-launcher \ | |
&& { x11vnc -display "$DISPLAY" -listen localhost -xrandr -nobell -nopw -xkb; pkill firefox; } \ | |
; pkill Xvfb |
aeon1880
ams: Amsterdam | |
atl: Atlanta | |
bom: Mumbai | |
can: PW Guangdong 2 | |
canm: PW Guangdong 2 (Mobile) | |
cant: PW Guangdong 2 (Telecom) | |
canu: PW Guangdong 2 (Unicom) | |
dfw: Dallas | |
dxb: Dubai | |
eat: Moses Lake |
pactl load-module module-null-sink sink_name=virtual-speakers channel_map=stereo | |
pactl load-module module-null-sink media.class=Audio/Source/Virtual sink_name=virtual-microphone channel_map=front-left,front-right | |
pw-link virtual-speakers:monitor_FL virtual-microphone:input_FL | |
pw-link virtual-speakers:monitor_FR virtual-microphone:input_FR | |
# pw-link -i | |
pw-link virtual-speakers:monitor_FL alsa_output.pci-0000_04_00.6.3.HiFi__hw_Generic_1__sink:playback_FL | |
pw-link virtual-speakers:monitor_FR alsa_output.pci-0000_04_00.6.3.HiFi__hw_Generic_1__sink:playback_FR |
from typing import List, Dict, Any | |
import re | |
from datetime import datetime | |
import openai | |
from requests import PreparedRequest, Session | |
bing_endpoint = 'https://api.bing.microsoft.com/v7.0/search' | |
bing_subscription_key = 'changemeeeeeeeeeeeeeeeeeeeeeeeee' |
import os | |
import sys | |
import threading | |
import time | |
from pathlib import Path | |
from typing import Callable, Optional | |
from fastapi import FastAPI | |
from fastapi.responses import FileResponse | |
from fastapi.routing import APIRoute |
Windows Registry Editor Version 5.00 | |
; Created by: Shawn Brink | |
; Created on: March 5th 2017 | |
; Modified by: Sangha Lee (@toriato) | |
; Tutorial: https://www.tenforums.com/tutorials/78681-file-hash-context-menu-add-windows-8-windows-10-a.html | |
[HKEY_CLASSES_ROOT\*\shell\hash] | |
"MUIVerb"="Hash" | |
"SubCommands"="" |
numpy | |
safetensors | |
torch |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\SOFTWARE\RegisteredApplications] | |
"LibreWolf"="Software\\Clients\\StartMenuInternet\\LibreWolf\\Capabilities" | |
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf\shell\open\command] | |
""="\"C:\\Users\\aeon\\scoop\\shims\\LibreWolf-Portable.exe\"" | |
[HKEY_CURRENT_USER\SOFTWARE\Clients\StartMenuInternet\LibreWolf\DefaultIcon] | |
""="C:\\Users\\aeon\\scoop\\apps\\librewolf\\current\\LibreWolf-Portable.exe,0" |