Skip to content

Instantly share code, notes, and snippets.

View smj-edison's full-sized avatar

Mason Jones smj-edison

  • Provo, Utah
View GitHub Profile
@smj-edison
smj-edison / program.folk
Created July 23, 2025 19:54
Creating a code view
# for normal
Claim $this is a code view
# for double wide
Claim $this is a code view with widthScale 2 heightScale 2
@smj-edison
smj-edison / program.folk
Created July 23, 2025 19:53
Disable the editor
set keyboardId 12345
Claim $keyboardId is not an editor
Wish tag $keyboardId is stabilized

Hello world!

@smj-edison
smj-edison / README.md
Created May 23, 2025 02:12
Automatic gist

Hello World 2!

@smj-edison
smj-edison / README.md
Created May 23, 2025 01:39
Automatic gist

Hello World!

@smj-edison
smj-edison / my-first-file.md
Created May 22, 2025 22:20
Automated gist

Hello World

$ alias rr="taskset -c 0-7 /home/user/Downloads/rr-5.9.0-Linux-x86_64/bin/rr"
$ rr record -n -- ../jimsh runall.tcl
rr: Saving execution to trace directory `/home/user/.local/share/rr/jimsh-5'.
# -- program specific logs omitted -- #
$ rr replay
GNU gdb (GDB) 16.2
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
{
"output": {
"blocklist": [],
"compressor#0": {
"attack": 20.0,
"boost-amount": 6.0,
"boost-threshold": -72.0,
"bypass": true,
"dry": -100.0,
"hpf-frequency": 10.0,
Preamp: 0 db
Filter 1: ON PK Fc 545 Hz Gain -9.8 dB Q 3.541
Filter 2: ON PK Fc 729 Hz Gain -3 dB Q 3.32
Filter 3: ON PK Fc 1290 Hz Gain -6.4 dB Q 3.25
Filter 4: ON PK Fc 2495 Hz Gain -4.1 dB Q 2.509
Filter 5: ON PK Fc 5600 Hz Gain -3 dB Q 2.414
Filter 6: ON HSC Fc 6000 Hz Gain 4.57 dB Q 0.7
@smj-edison
smj-edison / Cargo.toml
Last active November 9, 2023 00:04
Fix filename
[package]
name = "api-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
allocator-api2 = "0.2.15"
buddy_system_allocator = "0.9.0"