I hereby claim:
- I am RunasSudo on github.
- I am runassudo (https://keybase.io/runassudo) on keybase.
- I have a public key whose fingerprint is D9FF B2BF 35D9 2560 6661 36F5 7234 E476 BF21 C61A
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| # Copyright (C) 2025 Lee Yingtong Li | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU Affero General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| /* | |
| Copyright (C) 2022–2024 Lee Yingtong Li (RunasSudo) | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU Affero General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| [package] | |
| name = "asyncify-vanilla" | |
| version = "0.1.0" | |
| authors = ["RunasSudo <runassudo@yingtongli.me>"] | |
| edition = "2018" | |
| [lib] | |
| crate-type = ["cdylib"] | |
| [dependencies] |
| // ==UserScript== | |
| // @name Okta Autologin | |
| // @namespace https://github.com/RunasSudo | |
| // @version 0.1 | |
| // @description Automatically log into Okta | |
| // @author Yingtong Li | |
| // @match https://monashuni.okta.com/* | |
| // @grant none | |
| // ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
| Convert Solid Noise to an image filled with a topographic map pattern |
| Verifying myself: My Bitcoin username is +runassudo. https://onename.io/runassudo |
| /nations.xml.gz |
| package io.github.runassudo.dsacalculator; | |
| import java.io.*; | |
| import java.net.*; | |
| import java.util.*; | |
| public class DSACalculator { | |
| public static void main (String[] args) throws Exception { // :P | |
| String REGION = args[0]; | |