Skip to content

Instantly share code, notes, and snippets.

View st1vms's full-sized avatar
😎

Stefano Raneri st1vms

😎
View GitHub Profile
@st1vms
st1vms / !js-bookmarklet-maker
Created March 28, 2026 12:39
Javascript Bookmarklet Maker
Javascript Bookmarklet Maker
@st1vms
st1vms / !Save&Restore Windows Disabled Services
Created February 26, 2026 18:44
Save&Restore Windows Disabled Services
Save&Restore Windows Disabled Services
@st1vms
st1vms / WsbConfig.wsb
Created January 25, 2026 18:01
WsbConfig
<Configuration>
<vGPU>Disable</vGPU>
<Networking>Disable</Networking>
<AudioInput>Disable</AudioInput>
<VideoInput>Disable</VideoInput>
<ProtectedClient>Enable</ProtectedClient>
<PrinterRedirection>Disable</PrinterRedirection>
<ClipboardRedirection>Disable</ClipboardRedirection>
<MemoryInMB>8192</MemoryInMB>
<MappedFolders>
@st1vms
st1vms / !Amazonaws WF rules
Last active February 28, 2026 13:40
Powershell script to create Windows Firewall rules for blocking Amazon networks.
!Amazonaws WF rules
@st1vms
st1vms / !Loading Spinner HTML & CSS
Last active November 9, 2025 12:13
Loading Spinner HTML & CSS
Loading Spinner HTML & CSS
@st1vms
st1vms / !Simple Binance Scanner
Last active September 12, 2025 14:44
Simple Binance Scanner
Simple Binance Scanner
@st1vms
st1vms / !!Sport Marklets
Last active March 28, 2026 17:02
Sport Marklets!
Sport BookMarklets
@st1vms
st1vms / !!Upgrade all outdated Python packages at once
Last active August 14, 2025 09:22
Upgrade all outdated Python packages at once
Upgrade all outdated Python packages at once
@st1vms
st1vms / estimate_frequency.py
Last active July 31, 2025 13:41
Frequency estimation
import pyaudio
import numpy as np
import scipy.signal
import time
import sounddevice as sd
RATE = 44100
CHUNK = 2048
DURATION = 10 # seconds to record
@st1vms
st1vms / !Flush DNS Cache on Boot (Windows)
Last active July 26, 2025 12:26
Flush DNS Cache on Boot (Windows)
Flush DNS Cache on Boot (Windows)