I hereby claim:
- I am RaycatWhoDat on github.
- I am raycat (https://keybase.io/raycat) on keybase.
- I have a public key whose fingerprint is 8694 150C 4D1A 2372 FF77 589C A46A F8D6 11CB AA7B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This is it. The home stretch. Put it all on the line.
Every member of the Six Supreme Savages will be responsible for checking and double-checking each other’s work. This is a two-fold action. This will help you keep your teammates accountable and familiarize you with their material. You’ve heard their speeches already. You should prepare for anything to happen on competition day. Also, if you’re working on the Abstract (Final)
file, you must adhere to certain rules:
#!/usr/bin/env rdmd | |
module getfiles; | |
import std.array: replace; | |
import std.file: dirEntries, getcwd, SpanMode; | |
import std.string: indexOf; | |
import std.stdio: writeln; | |
import std.getopt; |
.nav-link { | |
margin-right: 1em; | |
/* other statements */ | |
} | |
.nav-link > a { | |
color: /* whatever */ | |
} |
I am attesting that this GitHub handle RayMPerry is linked to the Tezos account tz1S6EopQVXje6giT3s1uDRwmSCQQZMpQ1ye for tzprofiles
sig:edsigtdHQLfd8Zms9gBakJRGmozytorBwjgqWFRnWbecbsrfns8Xc1VjHquhjeZqEypBD5gPEiVSoUMJbNHzAGiHddfzZpaCMqP
I hereby claim:
To claim this, I am signing this object:
PATH_TO_ROMS = "../.." | |
NAME_OF_ROM_WITHOUT_NUMBER = "FireRed" | |
KEY_TO_ADVANCE = "N" | |
KEY_TO_PREVIOUS = "O" | |
NAME_OF_SEED_FILE = "current_seed.txt" | |
file = io.open(NAME_OF_SEED_FILE, "r") | |
INITIAL_SEED_NUMBER = tonumber(file:read("*number")) | |
file:close() |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"/> | |
<title>Timer</title> | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap" rel="stylesheet"> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/> |