Skip to content

Instantly share code, notes, and snippets.

View supern64's full-sized avatar

SuperN64 supern64

View GitHub Profile
@supern64
supern64 / BuzzfeedArticles.txt
Created April 24, 2020 07:19
Mash up of multiple datasets for Buzzfeed articles
These Random Questions Will Reveal Your Personality Type
Do You Remember Jack Shit About Summer 2017?
You're Not Scottish Unless You Can Complete These Sentences
Travel Back In Time And We'll Reveal Who Your Old-Timey Alter Ego Is
Rate These Guys And We'll Reveal What You Really Need In A Man
This Introvert/Extrovert Quiz Is Guaranteed To Be Accurate
Only People With Literal Eagle Eyes Can Spot These Camouflaged Animals
Can You Find The Victims Of Reverse Racism In These Images?
Have You Ever Wanted To Make Your Own BuzzFeed Quiz? Here's How!
Can You Remember All The Lyrics To "The Nanny" Theme Song?
@supern64
supern64 / keybase.md
Created February 10, 2019 06:41
keybase.md

Keybase proof

I hereby claim:

  • I am chanonlim on github.
  • I am chanonlim (https://keybase.io/chanonlim) on keybase.
  • I have a public key ASAL2flv9eUT6B023QEqVqVJLwJp6CHvSRucKGDmeDd-zwo

To claim this, I am signing this object:

@supern64
supern64 / index.html
Created January 25, 2019 14:59
Simple Clock with Vue.js
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.22/dist/vue.js"></script>
<center>
The current time is:
<div id="clock"><h1>{{ time }}<h1></div>
</center>
@supern64
supern64 / WSClient.js
Last active January 21, 2019 12:36
A EventEmitter based WebSocket client based on the OG API (Not fully tested)
// You must have https://github.com/Olical/EventEmitter on your website for this client to work
// Enumerations
window.WSState = {
CONNECTING: 0,
OPEN: 1,
CLOSING: 2,
CLOSED: 3
}
window.WSStateMap = {
# EncryptTools (ENGLISH CHARACTER ONLY!!!)
# This version of the format supports numbers and capital letters and is case-sensitive
import random
from collections import namedtuple
EncryptedNamedTuple = namedtuple('Encrypted', 'text, key')
char = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
excp = ["'", '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '-', '=', '+', '"', '<', '>', '/', '[', ']', '{', '}', '.', ',', ' ', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '?']
def encrypt(message):
@supern64
supern64 / revenge.html
Created September 25, 2018 11:23
a random site that i created out of a meme (it does no harm)
<html>
<head>
<title>MY REVENGE</title>
</head>
<body>
<noscript>Even though you escaped my textbox, you'll never escape my grasp. HA HA HA!!!</noscript>
<script>alert("YOU ARE INFECTED BY THE WALUIGI VIRUS.\nTHIS IS MY REVENGE FOR NOT GETTING INTO SMASH 5\n\n\nI WILL DESTROY YOUR COMPUTER IF SAKURAI DOESNT GET ME INTO SMASH WITHIN SMASH 5's LIFETIME\n\nWAA HA HA HA")</script>
<center><h1>The waluigi virus: Waluigi's revenge to not being in Smash Ultimate</h1><br>
This is Waluigi.<br>This browser is cursed.<br>You have the Waluigi virus.<br>And <b>YOU</b> are infected by it.