Skip to content

Instantly share code, notes, and snippets.

@RunasSudo
RunasSudo / Cargo.toml
Created April 5, 2024 12:55
Vanilla Asyncify
[package]
name = "asyncify-vanilla"
version = "0.1.0"
authors = ["RunasSudo <runassudo@yingtongli.me>"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
@RunasSudo
RunasSudo / OktaAutologin.user.js
Last active August 19, 2021 05:47
🦀🦀 Okta is gone! 🦀🦀
// ==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==
@RunasSudo
RunasSudo / badge.svg
Created January 9, 2017 05:20
Mock-Travis "Build Pending" badge
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RunasSudo
RunasSudo / keybase.md
Created December 14, 2016 05:13
Verifying myself on Keybase.io

Keybase proof

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:

@RunasSudo
RunasSudo / GIMP Noise to Land
Last active August 29, 2015 14:24
GIMP Noise to Land
Convert Solid Noise to an image filled with a topographic map pattern
Verifying myself: My Bitcoin username is +runassudo. https://onename.io/runassudo
@RunasSudo
RunasSudo / .gitignore
Last active August 29, 2015 14:03
WA Counter
/nations.xml.gz
@RunasSudo
RunasSudo / DSACalculator.java
Last active January 3, 2016 07:19
DSA Calculator
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];