I hereby claim:
- I am darkfeline on github.
- I am darkfeline (https://keybase.io/darkfeline) on keybase.
- I have a public key whose fingerprint is E939 7FA1 7F25 01B5 EF73 44B9 871A C6C8 2D45 F74D
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
rand "math/rand/v2" | |
"sync" | |
) | |
type count struct { | |
wins float64 |
pkgname = w3m | |
pkgver = 0.1.0 | |
$(pkgname)-$(pkgver).tar: w3m-pkg.el $(wildcard *.el) $(wildcard shimbun/*.el) dir $(wildcard doc/*.info) | |
tar --transform "s/^/$(pkgname)-$(pkgver)\//" -cf $@ $(wildcard *.el) $(wildcard shimbun/*.el) dir | |
tar --transform "s/^doc/$(pkgname)-$(pkgver)/" -rf $@ $(wildcard doc/*.info) | |
dir: $(wildcard doc/*.info) | |
rm -f $@ | |
for f in $^; do install-info $$f $@; done |
class ZMW6bA3: | |
I7zbD6o=1084&2 | |
AcKPFjz=4556>>101 | |
def __init__(wydwSk8,max): | |
wydwSk8.opiTjUi(19&13) | |
wydwSk8.WdGXGQW(max) | |
def opiTjUi(wydwSk8,QVXtxMv): | |
assert QVXtxMv>=12^12 | |
wydwSk8.I7zbD6o=QVXtxMv | |
def d7Ojb02(wydwSk8): |
if [ -z "${BASH_VERSION}" ]; then | |
exec bash "$@" | |
fi | |
# Bash script here | |
echo "${BASH_VERSION}" |
import logging | |
from pathlib import Path | |
import re | |
import subprocess | |
from typing import NamedTuple | |
STORE = Path('~/.password-store').expanduser() | |
logger = logging.getLogger(__name__) | |
import random | |
good = 0 | |
total = 0 | |
def draw10(): | |
return sum(draw() for _ in range(10)) | |
// ==UserScript== | |
// @name Arik Fixer | |
// @namespace https://www.felesatra.moe/ | |
// @version 0.1 | |
// @description Fix Arik | |
// @author darkfeline <[email protected]> | |
// @match https://soylentnews.org/comments.pl* | |
// @match https://soylentnews.org/article.pl* | |
// @grant none | |
// @require https://code.jquery.com/jquery-latest.js |
I hereby claim:
To claim this, I am signing this object:
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts, | |
that detects and handles AJAXed content. | |
Usage example: | |
waitForKeyElements ( | |
"div.comments" | |
, commentCallbackFunction | |
); |