alias ttystory='history > ~/ttystory-$( hostname )-$( date +%s ).txt' # ttystory collector
ttystory # ttystory was been made
cat ~/ttystory* > ~/teststory.txt # puts all stories together
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
| #!/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.
check out Obsidian
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
| /* 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( |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| "darkpointWebsiteInprint" | |
| function inprint(){ | |
| return { | |
| label:window.document.title, | |
| url:window.location.href, | |
| metadata:getMetaFromHead(), | |
| checksum:based64sha1ofWebsite(), | |
| refers:linkedUrlsMap() |
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
| #!/bin/bash | |
| python3 -m http.server 9980 . |
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
| from gtts import gTTS | |
| import os | |
| import sys | |
| import subprocess | |
| from threading import Thread | |
| import random | |
| import json | |
| def pathTo(*item): | |
| item=list(item) |
some stuff with spontanious murdered precesses that like to hang
NewerOlder