Skip to content

Instantly share code, notes, and snippets.

View Sarverott's full-sized avatar
💭
I may be slow to respond.

Sett Sarverott Sarverott

💭
I may be slow to respond.
View GitHub Profile
#!/bin/sh
# retransferage-procedure.sh - PART OF B.O.S. PLATFORM (https://docs.apokryf.pl/blacksmith-organization-system)
# Copyright (C) 2025 Sett Sarverott A.A.B.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sarverott
Sarverott / README.md
Created December 12, 2025 18:30
identify ttystory line by regular expression pattern: starts with at least one space, then from one up to four digits, then star char or space, then space

identify ttystory line by regular expression pattern

alias ttystory='history > ~/ttystory-$( hostname )-$( date +%s ).txt' # ttystory collector

ttystory # ttystory was been made

cat ~/ttystory* > ~/teststory.txt # puts all stories together
@Sarverott
Sarverott / #obsidian-notebook-app-linux-installer.md
Last active December 7, 2025 05:49
[experimental] obsidian easy download
@Sarverott
Sarverott / #list-libraries-by-index-doc.js
Last active December 7, 2025 01:25
playing around https://docs.python.org/3/library/ with devTools coding for fun
/* TEST: URL == 'https://docs.python.org/3/library/'*/
[
...new Set(
Array.from(
document.querySelectorAll("a")
).map(
(x)=>x.href
).filter(
(x)=>x.includes('https://docs.python.org/3/library/')
).map(
@Sarverott
Sarverott / openwebui-docs-grabbing.ipynb
Last active November 30, 2025 08:47
spontanious openwebui docs scrapper
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
"darkpointWebsiteInprint"
function inprint(){
return {
label:window.document.title,
url:window.location.href,
metadata:getMetaFromHead(),
checksum:based64sha1ofWebsite(),
refers:linkedUrlsMap()
@Sarverott
Sarverott / quickrun.sh
Created August 21, 2025 17:04
color samples to composing on website - dumb helper snippet
#!/bin/bash
python3 -m http.server 9980 .
from gtts import gTTS
import os
import sys
import subprocess
from threading import Thread
import random
import json
def pathTo(*item):
item=list(item)
@Sarverott
Sarverott / #yt-download_and_ffmpeg.md
Last active August 21, 2025 08:19
yt-download and ffmpeg

some stuff with spontanious murdered precesses that like to hang