Assignment | |
---|---|
Assign value to variable if variable is not already set, value is returned.Combine with a : no-op to discard/ignore return value . |
${variable="value"} : ${variable="value"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// set type: module in package.json to use import statements | |
import Keyv from 'keyv' // https://www.npmjs.com/package/keyv | |
import { ChatGPTAPI } from "chatgpt"; // https://www.npmjs.com/package/chatgpt | |
// Set REDIS_URL to your Redis URL | |
const messageStore = new Keyv(`sqlite://history.db`) | |
import { v4, validate } from 'uuid' | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
general: | |
# Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG} | |
debug: false | |
# displayed name | |
instance_name: "searxng" | |
# For example: https://example.com/privacy | |
privacypolicy_url: false | |
# use true to use your own donation page written in searx/info/en/donate.md | |
# use false to disable the donation link | |
donation_url: https://docs.searxng.org/donate.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"abe_kanna.jpg": "https://ik.imagekit.io/javinfo/actress/abe_kanna.jpg", | |
"abe_kaori.jpg": "https://ik.imagekit.io/javinfo/actress/abe_kaori.jpg", | |
"abe_maria.jpg": "https://ik.imagekit.io/javinfo/actress/abe_maria.jpg", | |
"abe_masami.jpg": "https://ik.imagekit.io/javinfo/actress/abe_masami.jpg", | |
"abe_mikako.jpg": "https://ik.imagekit.io/javinfo/actress/abe_mikako.jpg", | |
"abe_natuki.jpg": "https://ik.imagekit.io/javinfo/actress/abe_natuki.jpg", | |
"abe_ran.jpg": "https://ik.imagekit.io/javinfo/actress/abe_ran.jpg", | |
"abe_rion.jpg": "https://ik.imagekit.io/javinfo/actress/abe_rion.jpg", | |
"abe_tiaki.jpg": "https://ik.imagekit.io/javinfo/actress/abe_tiaki.jpg", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[target.i686-pc-windows-gnu] | |
linker = "i686-w64-mingw32-gcc" | |
rustflags = "-C panic=abort" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javinfo-api | api | --- Logging error in Loguru Handler #1 --- | |
javinfo-api | api | Record was: None | |
javinfo-api | api | --- Logging error in Loguru Handler #2 --- | |
javinfo-api | api | Record was: None | |
javinfo-api | api | Traceback (most recent call last): | |
javinfo-api | api | File "/usr/local/lib/python3.10/site-packages/loguru/_handler.py", line 272, in _queued_writer | |
javinfo-api | api | message = queue.get() | |
javinfo-api | api | File "/usr/local/lib/python3.10/multiprocessing/queues.py", line 367, in get | |
javinfo-api | api | return _ForkingPickler.loads(res) | |
javinfo-api | api | TypeError: HTTPException.__init__() missing 1 required positional argument: 'status_code' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[url "[email protected]:"] | |
insteadOf = https://github.com/ | |
[url "https://github.com/rust-lang/crates.io-index"] | |
insteadOf = https://github.com/rust-lang/crates.io-index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
magnet:?xt=urn:btih:653F695E9416A213AB4B5A51B4E28CDB8F3F9CBE&dn=Serious+Sam+Siberian+Mayhem-CODEX+%5BRepack%5D&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2780%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2730%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.zer0day.to%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fcoppersurfer.tk%3A6969%2Fannounce | |
gid=0f7abc5dcd2d4612 | |
https://releases.ubuntu.com/20.04/ubuntu-20.04.3-live-server-amd64.iso.torrent | |
gid=0aacdff2f0de7454 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"subject": "feat(chisel): new bricks textures", | |
"author": "Léa Gris", | |
"date": "Fri, 7 Jun 2019 11:01:41 +0200" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os | |
import shutil | |
import subprocess | |
# global variables | |
SYNC_DIRS = [ | |
{ | |
'src': "/Volumes/PhotoArchive/Lightroom", |
NewerOlder