I hereby claim:
- I am mehehehehe82 on github.
- I am hyperboid (https://keybase.io/hyperboid) on keybase.
- I have a public key ASCyDT7fQ8qYb1zhBKIXUHqcbrdV-glXtOBKTPsW9HEDOgo
To claim this, I am signing this object:
| -- function\(orig, self(.*)\) (.*) end\) | |
| -- function(orig, self$1)\n $2\nend) | |
| -- Utils\.hook\((\w*), "(\w*)", function\(orig, self(.*)\) end\) | |
| -- Utils.hook($1, "$2", function(orig, self$3)\nend) | |
| local START_TIME = love.timer.getTime() | |
| local function infloopcheck() | |
| assert((love.timer.getTime() - START_TIME) < 5, "5s time limit exceeded! Possible infinite loop?") | |
| end | |
| local lines = Utils.splitFast(love.filesystem.read("mods/magical-glass-redux/libraries/magical-glass-redux/scripts/stubid.lua"), "\n") |
| #!/usr/bin/env bash | |
| # This COMPLETELY UNTESTED script will HOPEFULLY remove the | |
| # broken libraries from OneShot, making the game work on NixOS. | |
| # It also removes a lot more libraries, but it's fine. | |
| # If something fails, it's better to abort the whole script rather than blindly continue. | |
| set -e | |
| cd ~/.local/share/Steam/steamapps/common/OneShot |
| #!/usr/bin/env bash | |
| # --- T2-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # T2 SDE: package/.../xorg-server/xvfb-run.sh | |
| # Copyright (C) 2005 The T2 SDE Project | |
| # Copyright (C) XXXX - 2005 Debian | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # |
| #!/usr/bin/env bash | |
| sleep 1; | |
| window=$(xdotool selectwindow) | |
| width=${1:-25} # pass an argument to specify a width | |
| text="SPLATOON" # don't touch | |
| text="$text$text$text$text$text$text$text$text$text" # duplicate the string a few times | |
| text="$text$text$text$text$text$text$text$text$text" # so we can truncate it to /longer/ lengths | |
| text=$(echo $text | head -c$width) # that's exactly what we do here, "truncate" it to a longer length. | |
| while true; do | |
| echo "typing $width letters" |
| #!/usr/bin/env bash | |
| # -*- coding: utf-8 -*- | |
| # Defaults. Change using cli args | |
| SRCDIR="Music/Rick Astley" | |
| OUTDIR="Music/Rick Astley Converted" | |
| # Sometimes change to "opus" if you use yt-dlp or youtube-dl | |
| SRCEXT=mp3 | |
| OUTEXT=mp3 | |
| # Location of ffmpeg | |
| ffm=/usr/bin/ffmpeg |
| #!/usr/bin/env fish | |
| clear | |
| set HOME (clear; set_color green; echo Orphan management script; set_color normal; tput cud 2) | |
| set_color green | |
| echo "Orphan management script" | |
| set_color normal | |
| function askPkg | |
| echo $HOME |
I hereby claim:
To claim this, I am signing this object:
| every 4 ticks: | |
| loop all players: | |
| # set {_ent} to {action health.victim::%loop-player%} | |
| set {_ent} to loop-player's target entity | |
| {_ent} is a living entity | |
| if {_ent}'s health > 0: | |
| send action bar with text "&6&c%({_ent}'s health) * 2%&7/&c%({_ent}'s max health) * 2%❤" to loop-player |