Skip to content

Instantly share code, notes, and snippets.

View 133794m3r's full-sized avatar
😫
WORKING IN HELL(TH)CARE!

Macathur Inbody 133794m3r

😫
WORKING IN HELL(TH)CARE!
View GitHub Profile
@133794m3r
133794m3r / kite_install.sh
Last active February 3, 2024 06:36
Kite installer fixed to make dpkg the top one to test.
#!/usr/bin/env bash
set -e
URL="https://linux.kite.com/linux/current/kite-installer"
# Exit codes:
# 1 - unknown/generic error
# 10 - OS unsupported
# 12 - no AVX support
# 15 - missing dependencies
@133794m3r
133794m3r / spawner.lua
Last active August 4, 2020 22:28
key_lock_spanwer
--to be at the head of the function.
-- so that I can make sure that I'm not respawning something over something that already exists.
local object_position = {}
for x=0,width do
object_position[x] = false
ground_x[x] = true
coin_x[x] = false
end
--each time an object is chosen to be shown. change object_position[x] to be true.