🦾
Web Dev and secret solderer trying to learn ultra-efficient microcontroller programming. Mainly tinkering with Typescript, Hugo, PowerShell, Python, C and ASM.
- Stoke-on-Trent
-
14:01
(UTC +01:00) - ljredux.com
- @ljredux.com
Pinned Loading
-
Simulates periodic beeping with cust...
Simulates periodic beeping with customizable frequency, duration, and interval. Outputs timestamps with each beep. Devised to keep my Oticon TV Streamer awake in extended low volume situations so the default frequency is set beyond the range of human hearing. Adjust the value to a number between 3000 and 9000 for a more satisfying audible beep. 1param (
2[int]$Frequency = 32767, # Beep frequency (37 to 32767)
3[int]$Duration = 35, # Beep duration in milliseconds.
4[int]$Interval = 240 # Beep interval in seconds (delay between beeps)
5)
-
wifistr
wifistr PublicA command-line Windows executable that continuously displays the signal strength of the connected Wi-Fi adapter.
C
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.