Skip to content

Instantly share code, notes, and snippets.

@katchy3132
katchy3132 / mishnah.ipynb
Last active July 20, 2023 21:32
Mishnah Statistics
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@katchy3132
katchy3132 / compare-nvram.py
Last active February 28, 2019 15:40
Compare 2 nvram dumps for Kille72's Tomato-ARM
#!/opt/bin/python3
"""
compare 2 nvram hash dumps for FreshTomato-ARM
http://freshtomato.org/
before upgrading
nvram show > nvram.old
upgrade to new build
nvram show > nvram.new
then
@katchy3132
katchy3132 / idlemonitor.ahk
Last active August 3, 2023 13:59
Idle Monitor - Autohotkey- monitor and log idle time
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
LogFileLoc := A_Desktop . "\idlemonitor-log.txt"
LogFileIntervalSec := 10
LogFileIdleGreaterThan := 30