Skip to content

Instantly share code, notes, and snippets.

@juliavdkris
juliavdkris / Podcast_sleep_mode.category
Created October 18, 2020 18:02
Podcast sleep mode
[
{
"localVariables": [],
"m_GUID": -8488175240376223000,
"m_actionList": [
{
"m_delayInMilliSeconds": 0,
"m_delayInSeconds": 5,
"m_useAlarm": false,
"m_SIGUID": -6807105463704047000,
@juliavdkris
juliavdkris / oddify.s
Last active August 31, 2020 22:33
CO lab course oddify source code
# Assemble with:
# gcc -no-pie -g -o oddifier oddifier.s
# From: CSE1400 Lab Course Manual
# Delft University of Technology
.text
welcome: .asciz "\nWelcome to our program!\n"
prompt: .asciz "\nPlease enter a positive number:\n"
input: .asciz "%ld"
@juliavdkris
juliavdkris / config.fish
Last active November 22, 2025 13:31
Fish config (aliases n some other shit)
# Text editor
abbr -a -g m micro
alias hex='hx'
abbr -a -g hx helix
abbr -a -g v nvim
export EDITOR=nvim
export MANPAGER='nvim +Man!'
export BROWSER=librewolf
export NNN_PLUG='z:autojump;f:finder;o:fzopen;d:diffs'