Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created June 2, 2025 09:21
brave-nightly v1.81.35-nightly - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-2864418939-2331021010-2621809860-1000</user>
<keys>
<key installerType="Unknown" displayName="Brave Nightly" displayVersion="137.1.81.35">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\BraveSoftware Brave-Browser-Nightly</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Windows\system32\config\systemprofile\AppData\Local\BraveSoftware\Brave-Browser-Nightly\Application]]></InstallLocation>
<UninstallString><![CDATA["C:\Windows\system32\config\systemprofile\AppData\Local\BraveSoftware\Brave-Browser-Nightly\Application\137.1.81.35\Installer\setup.exe" --uninstall --chrome-sxs]]></UninstallString>
@limafresh
limafresh / RoundedButton.py
Created May 28, 2025 08:27
Tkinter rounded button. An unofficial modern button for Tkinter that supports rounding.
"""
Author: limafresh <https://github.com/limafresh>
License: CC0 <https://creativecommons.org/publicdomain/zero/1.0/>
"""
from tkinter import Canvas
class RoundedButton(Canvas):
def __init__(
@jonashackt
jonashackt / internet-italy-5g.md
Created May 28, 2025 07:51
Internet Italy 5G

Internet Italy 5G

Yes, you can normally use Roaming which is for free - BUT: If you come across a certail treshold, you'll be charged more! There's a formula: https://www.o2online.de/service/auslandsoptionen/eu-verordnung/

Monthly price / current wholesale price * 2 = your usable GBs

wholesale prices are:

  • from 01.01.2025: 1,547 €
  • from 01.01.2026: 1,309 €
@emidaniel
emidaniel / phishing_2025-05-12T07:03:01Z.txt
Created May 12, 2025 07:03
Phishing2025-05-12T07:03:01Z
https://bbkdghfozhxlkslcgjakajaxbj2517tu.weebly.com/
https://wesdiomplayrut.weebly.com/
https://comcastservice-update-new.weebly.com/
https://webmailsecureloginonline.weebly.com/
https://evmsedu0.weebly.com/
https://jsweeirudjkewsj.weebly.com/
https://magentamailposteingang.weebly.com/
https://ymaildeskuyj.weebly.com/
https://loginswebmailstelstrarespaceacquire.weebly.com/
https://mshparis1ntranet.weebly.com/
@hcartiaux
hcartiaux / PKGBUILD
Last active May 7, 2025 07:14
netcalc PKGBUILD updated
# Maintainer: hcra <hcra at u53r dot space>
# Contributor: Hyacinthe Cartiaux <hyacinthe dot cartiaux at free dot fr>
pkgname=netcalc
pkgver=2.1.7
pkgrel=1
pkgdesc="IP network calculator - Simplified clone of sipcalc with ipcalc looks."
arch=('x86_64')
url="https://github.com/troglobit/netcalc"
license=('BSD-3-Clause')
@choco-bot
choco-bot / FilesSnapshot.xml
Created May 6, 2025 07:32
sqlitebrowser.portable v3.13.1 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\sqlitebrowser.portable\DB.Browser.for.SQLite-v3.13.1-win64.zip.txt" checksum="1B3503F864B4F0EC5072A22C4EDB4BC0" />
<file path="C:\ProgramData\chocolatey\lib\sqlitebrowser.portable\sqlitebrowser.portable.nupkg" checksum="F00A66B8D283852643776C95E014BF9A" />
<file path="C:\ProgramData\chocolatey\lib\sqlitebrowser.portable\sqlitebrowser.portable.nuspec" checksum="B398FC98472A4ED7323C39F30C6074BF" />
<file path="C:\ProgramData\chocolatey\lib\sqlitebrowser.portable\legal\LICENSE.txt" checksum="F8C1AF2E3CD2FAFB6D68A90520D08445" />
<file path="C:\ProgramData\chocolatey\lib\sqlitebrowser.portable\legal\VERIFICATION.txt" checksum="99111631DF49E734EB38E7F6F87439FA" />
<file path="C:\ProgramData\chocolatey\lib\sqlitebrowser.portable\tools\chocolateyInstall.ps1" checksum="071860659AAA5AA5
@JerryFox
JerryFox / flow.json
Created May 5, 2025 12:15
okružní trať pro velkou obrazovku
{
"nodes": [
{
"id": "b34a155e-cf2b-44db-8617-323f9d840d5a",
"type": "puzzle",
"position": {
"x": 150.2,
"y": 1051.3999999999999
},
"data": {
!pip install librosa scikit-learn pydub soundfile lightgbm xgboost imbalanced-learn
!apt-get install -y ffmpeg
from google.colab import drive
import os
from pydub import AudioSegment
drive.mount('/content/drive')