Skip to content

Instantly share code, notes, and snippets.

@cpuloader
cpuloader / README.md
Last active August 2, 2026 17:09 — forked from liamcottle/README.md
TNCAttach + RNode TNC = LoRa IP

TNCAttach + RNode TNC = LoRa IP

Orange Pi Zero device 2 <-> USB RNode TNC <-> LoRa 917.875MHz BW500kHz SF7 CR5 TXP17 <-> USB RNode TNC <-> Orange Pi Zero device 1 <-> WiFi 2.4GHz (Internet)

Install System Dependencies

sudo apt install build-essential
sudo apt install python3-pip
@Manouchehri
Manouchehri / rfc3161.txt
Last active August 2, 2026 16:59
List of free rfc3161 servers.
https://rfc3161.ai.moda
https://rfc3161.ai.moda/adobe
https://rfc3161.ai.moda/microsoft
https://rfc3161.ai.moda/apple
https://rfc3161.ai.moda/any
http://rfc3161.ai.moda
http://timestamp.digicert.com
http://timestamp.globalsign.com/tsa/r6advanced1
http://rfc3161timestamp.globalsign.com/advanced
http://timestamp.sectigo.com
@goodylili
goodylili / bash.md
Created July 16, 2026 07:31
bash_tutorial.md

Bash — Class Reference

All examples tested and runnable as-is. ⚠️ = macOS gotcha.


1. Introduction to Bash

Bash = interactive shell + scripting language. A script is just saved commands.

@NorkzYT
NorkzYT / README.md
Last active August 2, 2026 16:55
Proxmox CIFS Share Mount Wizard Script

Proxmox LXC ⇆ CIFS Mount Wizard

proxmox-lxc-cifs-share.sh is an interactive helper that mounts a network CIFS/SMB share on a Proxmox VE node and bind-mounts it into one or more unprivileged LXC containers in one pass.
It automates:

  1. Creating a host-side mountpoint under /mnt/lxc_shares/<folder>.
  2. Writing a properly-tuned /etc/fstab entry (systemd.automount, uid/gid mapping, etc.).
  3. Mounting the share immediately.
  4. Injecting the bind-mount (mpX:) into the live LXC configuration with pct set.
  5. Stopping and restarting each container to apply the mount.
class Program
{
static void Main(string[] args)
{
//Выведите платёжные ссылки для трёх разных систем платежа:
//pay.system1.ru/order?amount=12000RUB&hash={MD5 хеш ID заказа}
//order.system2.ru/pay?hash={MD5 хеш ID заказа + сумма заказа}
//system3.com/pay?amount=12000&curency=RUB&hash={SHA-1 хеш сумма заказа + ID заказа + секретный ключ от системы}
}
}
@hellerbarde
hellerbarde / latency.markdown
Created May 31, 2012 13:16 — forked from jboner/latency.txt
Latency numbers every programmer should know

Latency numbers every programmer should know

L1 cache reference ......................... 0.5 ns
Branch mispredict ............................ 5 ns
L2 cache reference ........................... 7 ns
Mutex lock/unlock ........................... 25 ns
Main memory reference ...................... 100 ns             
Compress 1K bytes with Zippy ............. 3,000 ns  =   3 µs
Send 2K bytes over 1 Gbps network ....... 20,000 ns  =  20 µs
SSD random read ........................ 150,000 ns  = 150 µs

Read 1 MB sequentially from memory ..... 250,000 ns = 250 µs

;; SCCS I.D. %W% delta: %G% %U% date: %H% %T%
;;;;; tablature-mode.el -- modes for editing guitar tablature in GNU emacs
;; Contains chord-mode and lead-mode, both minor modes of tab-mode.
;; Author: Mark R. Rubin <mark@phineas.jpl.nasa.gov>
;; Version: 1.00
;; Date: 9/20/93
@pythoninthegrass
pythoninthegrass / config.toml
Last active August 2, 2026 15:58
herdr config
# herdr configuration
# Place this file at ~/.config/herdr/config.toml
# Show first-run notification setup on startup.
# Missing also shows onboarding; set false after you've chosen.
# onboarding = true
[theme]
# Built-in themes: catppuccin, terminal, tokyo-night, dracula, nord,
# gruvbox, one-dark, solarized, kanagawa, rose-pine,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iGlitch
iGlitch / istore.sh
Last active August 2, 2026 15:55
OpenWRT iStore English "Installer"
#!/bin/sh
# iStore English Patcher by Glitch
echo "Welcome to the iStore English Patcher"
echo "What do you want to do?"
echo "1. Make iStore English"
echo "2. Revert to Chinese iStore"
#echo "3. Make iStore Dark Theme"
#echo "4. Restore iStore's Original Theme"
echo "3. Exit"
read n