Skip to content

Instantly share code, notes, and snippets.

View rhema's full-sized avatar

Rhema Linder rhema

View GitHub Profile
Name HP Attack Defense Type
Vigoroth Mid High Mid Normal
Dodrio High Mid High Normal
Farfetch'd Low High Low Normal
Lillipup Low Low Low Normal
Jellicent Mid Low High Water
Corsola Low Low Mid Water
Piplup Low Low Low Water
Marill High Low Low Water
LandorusTherian Forme Mid Mid Mid Flying
import random,json
from wiggleface import *
w = wiggleface()
"""
GOLD. Get all the gold to win.
Rhema Linder, 4/26/2021
Uses WiggleFace: https://github.com/AZHenley/wiggleface
"""
[
[
2,
[
"bo",
"do",
"go",
"ho",
"jo",
"lo",
@rhema
rhema / gist:bef1719a238f6bc88b5508ca6eb766a0
Created August 10, 2016 04:33
100 LDA topics from about 30,000 geocities pages. More cleaning needed, but finally getting somewhere.
TOTAL TOPICS 100
TOPIC 0
state
corporate
farming
natural
resources
satirical
@rhema
rhema / gist:6262683
Created August 18, 2013 16:54
CHI'13 Researchers Part 4 Non Zero Entries
TheOnion 177
benbendc 124
edchi 124
landay 117
msbernst 104
EmWatson 99
merrierm 94
dourish 92
clifflampe 91
jonfroehlich 88
@rhema
rhema / gist:6203589
Created August 11, 2013 05:57
With keys redacted
from twython import Twython, TwythonError
import time
APP_KEY = ""#aka Consumer key
APP_SECRET = ""#aka Consumer secret
OAUTH_TOKEN = "16279554-"# aka Access token
OAUTH_TOKEN_SECRET = ""# aka Access token secret
user_timeline = None