- Stoke-on-Trent
-
10:15
(UTC) - ljredux.com
- https://bsky.app/profile/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)
-
Simple Windows Notification with Pow...
Simple Windows Notification with Powershell 1function Show-BalloonTip {
2param (
3[string]$Title,
4[string]$Text,
5[ValidateSet('Error', 'Info', 'None', 'Warning')]
-
Llama Loader - A bat file which cycl...
Llama Loader - A bat file which cycles through .bin (model) files in the same folder as llama.cpp (https://github.com/ggerganov/llama.cpp) executables and asks the user which one to load. An asterisk denotes the previous model loaded. 1@echo off
2:start
3title llama.cpp
4setlocal EnableDelayedExpansion
5
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.