I hereby claim:
- I am lethalbit on github.
- I am lethalbit (https://keybase.io/lethalbit) on keybase.
- I have a public key whose fingerprint is 9A9A 5485 C11B 8D4B 3C8C 06AB F9D8 AFFE E90C FB9E
To claim this, I am signing this object:
#!/usr/bin/python3 | |
import sys, os, json, urllib.request, subprocess | |
api_url = "https://api.github.com" | |
def garchive(username, org): | |
adir = "./garchive-"+username | |
if not os.path.exists(adir): | |
os.makedirs(adir) | |
os.chdir(adir) |
basm() { tmpf=$(mktemp -u);as - -o $tmpf; [[ $? == 0 ]] && objdump -d $tmpf && rm $tmpf || return 1; } |
#!/bin/python3 | |
from os import path | |
from urllib.request import urlretrieve | |
classes = ['Lu', 'Ll', 'Lt', 'Lm', 'Lo'] | |
entr = None | |
if not path.isfile('UnicodeData.txt'): | |
urlretrieve('https://www.unicode.org/Public/UNIDATA/UnicodeData.txt', 'UnicodeData.txt') |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
print_trans() { | |
printf "\x1b[38;2;091;206;250m\x1b[48;2;091;206;250mββββββββββββββββββ\x1b[0m\n" | |
printf "\x1b[38;2;254;169;184m\x1b[48;2;254;169;184mββββββββββββββββββ\x1b[0m\n" | |
printf "\x1b[38;2;255;255;255m\x1b[48;2;255;255;255mββββββββββββββββββ\x1b[0m\n" | |
printf "\x1b[38;2;254;169;184m\x1b[48;2;254;169;184mββββββββββββββββββ\x1b[0m\n" | |
printf "\x1b[38;2;091;206;250m\x1b[48;2;091;206;250mββββββββββββββββββ\x1b[0m\n" | |
} | |
print_lesbian() { |
#!/usr/bin/env python3 | |
# SPDX-License-Identifier: BSD-3-Clause | |
flags = { | |
'trans': [ | |
('091', '206', '250'), | |
('254', '169', '184'), | |
('255', '255', '255'), | |
('254', '169', '184'), | |
('091', '206', '250'), |
/* ==UserStyle== | |
@name elixir.bootlin.com - 12/25/2021, 3:06:16 AM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A non-blindding userstyle for bootlin elixir | |
@author Aki | |
==/UserStyle== */ | |
@-moz-document domain("elixir.bootlin.com") { | |
body { |
#!/bin/python | |
import json | |
import tarfile | |
import shutil | |
from os import environ | |
from sys import exit, version_info | |
from typing import Final |
obj-m += r0rplz.o | |
all: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules | |
install: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules_install | |
clean: | |
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean |