Skip to content

Instantly share code, notes, and snippets.

View kpsuperplane's full-sized avatar
🙈
Probably breaking prod

Kevin Pei kpsuperplane

🙈
Probably breaking prod
View GitHub Profile
@kpsuperplane
kpsuperplane / reddit.css
Created April 29, 2020 21:07
Custom old.reddit.com userstyle
body {
max-width: 1200px;
position:relative;
margin: 0 auto;
}
div.listing-chooser {
display: none;
}
div.content {
{
"platforms": [{
"platform": "WizSmarthome",
"name": "WizSmarthome",
"devices": [
{ "host": "192.168.0.1" },
{ "host": "192.168.0.2" } ...
]
}],
}

Keybase proof

I hereby claim:

  • I am kpsuperplane on github.
  • I am kpsuperplane (https://keybase.io/kpsuperplane) on keybase.
  • I have a public key ASDzcEn29Kl3PTAsuAKWPJn9JU4R4YNYJDDM84DZ1fCxCwo

To claim this, I am signing this object:

@kpsuperplane
kpsuperplane / gist:a6af3d36b136ef7d7211210c76dfa38a
Last active June 20, 2016 02:31
never gonna give you up CS parody lol
Did you have to use lisp?
I was thinking that you could be casted
Did you have to ruin
what was straight c and now it's all nested
Did you have to pick me
where I'm weak? Baby, waterloo accepted me
And push it in so deep
Tears in the stack that I cannot push out of me
Oh, it's so sad to
@kpsuperplane
kpsuperplane / Monopoly.java
Last active June 19, 2016 21:51
[Monopoly Game] Creating a jar that runs an applet
import java.applet.*;
import java.awt.*;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import framework.Core;
/**
* @author Kevin Pei (335533832)