Skip to content

Instantly share code, notes, and snippets.

View Jaid's full-sized avatar
🔴
Streaming coding sessions on Twitch!

Jaid

🔴
Streaming coding sessions on Twitch!
View GitHub Profile
@Jaid
Jaid / readme.md
Last active September 13, 2023 17:55
Banned and canceled 𝕏 (Twitter) bots
@Jaid
Jaid / readme.md
Last active August 5, 2023 18:03
Coqui TTS command line help

Retrieved with:

MSYS_NO_PATHCONV=1 docker run --rm --entrypoint /bin/bash ghcr.io/coqui-ai/tts -o errexit -o xtrace -c 'tts --help; python3 /root/TTS/server/server.py --help; python3 /root/TTS/bin/train_tts.py --help'
@Jaid
Jaid / models.txt
Last active August 4, 2023 10:29
Coqui models
Name format: type/language/dataset/model
1: tts_models/multilingual/multi-dataset/your_tts
2: tts_models/multilingual/multi-dataset/bark
3: tts_models/bg/cv/vits
4: tts_models/cs/cv/vits
5: tts_models/da/cv/vits
6: tts_models/et/cv/vits
7: tts_models/ga/cv/vits
8: tts_models/en/ek1/tacotron2
9: tts_models/en/ljspeech/tacotron2-DDC
@Jaid
Jaid / queryProperties.txt
Created May 31, 2023 02:02
nvidia-smi query property names
List of valid properties to query for the switch "--query-gpu":
"timestamp"
The timestamp of when the query was made in format "YYYY/MM/DD HH:MM:SS.msec".
"driver_version"
The version of the installed NVIDIA display driver. This is an alphanumeric string.
Section about vgpu_driver_capability properties
Retrieves information about driver level caps.
@Jaid
Jaid / hyperfineHelp.txt
Created April 4, 2023 09:09
Hyperfine CLI help output
A command-line benchmarking tool.
Usage: hyperfine [OPTIONS] <command>...
Arguments:
<command>...
The command to benchmark. This can be the name of an executable, a
command line like "grep -i todo" or a shell command like "sleep 0.5 &&
echo test". The latter is only available if the shell is not
explicitly disabled via '--shell=none'. If multiple commands are
@Jaid
Jaid / custom.css
Last active March 18, 2023 13:47
VSCode custom CSS
.activitybar {
background: green !important;
}
.action-label {
width: 44px !important;
height: 40px !important;
}
.activitybar .action-item.codicon {
@Jaid
Jaid / binariesOutput.txt
Last active March 23, 2023 16:38
Intel 4600 info on Ubuntu Server 22.04
GenX_IR
[
add-apt-repository
add-shell
addgnupghome
addgroup
addpart
adduser
agetty
applygnupgdefaults
@Jaid
Jaid / 7zOfficialHelp.txt
Created March 16, 2023 02:21
7z --help output, binary from official 7z 22.01 (2202-07-15)
7-Zip (z) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
64-bit locale=de_DE.UTF-8 Threads:8, ASM
Usage: 7zz <command> [<switches>...] <archive_name> [<file_names>...] [@listfile]
<Commands>
a : Add files to archive
b : Benchmark
d : Delete files from archive
e : Extract files from archive (without using directory names)
@Jaid
Jaid / ipWebcamEndpoints.md
Last active March 19, 2023 05:53
Android IP Webcam endpoints
@Jaid
Jaid / diagnostics.txt
Last active March 1, 2023 05:16
Autobuild-Suite config
Env variables:
MINGW_PACKAGE_PREFIX=mingw-w64-x86_64
MINGW_CHOST=x86_64-w64-mingw32
MINGW_PREFIX=/mingw64
MSYSTEM=MINGW64
CPATH=P:/otherGit/autobuildSuite/local64/include;P:/otherGit/autobuildSuite/msys64/mingw64/include
LIBRARY_PATH=P:/otherGit/autobuildSuite/local64/lib;P:/otherGit/autobuildSuite/msys64/mingw64/lib
LDFLAGS=-pipe -static-libgcc -static-libstdc++
CFLAGS=-mthreads -mtune=generic -O2 -pipe
CPPFLAGS=-D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1