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
@Sarverott
Sarverott / .craftset.cfg
Last active May 14, 2025 10:30
craftset sample for project's ".craft" to maintainer and developer repository helper toolbox that was created to meet the high standard and wide range of areas that concern the requirements for routine work of technomancers. Standard craftset of BOS mainframe - https://github.com/Sarverott/blacksmith-organization-system [FOR_UCDI_NOTE: test examโ€ฆ
[craftset]
description = standard craftset for BOS workshop mainframe system - https://github.com/Sarverott/blacksmith-organization-system
craftset_reporef = https://gist.github.com/a9933eea3dd0e4fc54e8ff275bd79dcf.git
version = 1.4.2.5
unixusat = 1747218248256
selfcheck_hallow = 2bd95f090a034610e671901f42875ab6::f8af429b61593732b16ab92513446af0d4783318::61d04f5d3c17b929b908a44eb1192b5c6040aa0f7320f5c341abb325debdd331
selfdev_hallow = 35d92f35b63966cf7f719eb245a7905d::d0c90b25ebeba6e25d9e911a9c876d99d2efedd0::bbe4eda68288b902b96b137d25e6eb21643f32d391563f0a3c485740bef67f18
selfrun_hallow = 800102c81d6e218a09dec3a08ded206b::6555466f8c80c08f0ae8e134dfa89f5ef980faa0::b861cd77820b3743d83c9fc84c5466ec3ed9eb35aa906cbedac8520761244dcc
omnis_blessing = false
@Sarverott
Sarverott / snort3download.sh
Created May 10, 2025 11:03
simple basic Snort3 pre-install bash script: downloading, checksum checkouts and tar extracting. Upcomming installation presetting, adaptive behaviour on new release publishing and PoW morphability function as example of constructive playing around for fun and with results.
#!/bin/bash
#cd "$DOWNLOADS_DIR"
mkdir snort3download
cd snort3download
# SNORT3
echo "downloading snort3..."
@Sarverott
Sarverott / smelt.js
Created April 18, 2025 06:18
with darkpoint we trust that our member will be not lost...
/*
the Smeltry - included in Skriptonus and Blacksmith Organisation 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,
@Sarverott
Sarverott / gist:4bf460b5190794a7d683460c31f7bbb1
Created April 15, 2025 14:12 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
const CSS_SELECTOR = {
displayed_chat: ".x78zum5.xdt5ytf.x1iyjqo2.x6ikm8r.x1odjw0f.xish69e.x16o0dkt",
message_block: "div.x78zum5.xdt5ytf.x1n2onr6[role]"
}
function scrollingToCheckPast( docHook = CSS_SELECTOR.displayed_chat ){
document.querySelectorAll( // szuka WSZYSTKICH
docHook // selektor CSS ()
)[ 1 ].scrollTo(0,0) // scrolling do gรณry, wtedy ล‚aduje
}
function getOutput( docHook = CSS_SELECTOR.message_block ){
[canon]
name=Crovley
repo=https://gist.github.com/a1d6bb152f628c718cc36fbea6e99e91.git
[version]
G = 0
R = 9
I = 1
H = 0
[deploy]
@Sarverott
Sarverott / .overlord.ini
Last active February 26, 2025 19:27
overlord default setup
[self]
mode = support
scope = local
target = %CWD%
type = project
setup = default
@Sarverott
Sarverott / kodowania-huffmana.ipynb
Last active December 17, 2024 13:38
kodowania-huffmana.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

another spontainous gist

again from resolving problem by using browser, it's devtools and js live console

today while trying new software for me, "Logwatch" common tool for work with logs I had problem to read through content of html raport and i was curious whith daemons are printed.

about Logwatch: https://ubuntu.com/server/docs/how-to-install-and-configure-logwatch

I used these commands to bring raport and show it in browser