Skip to content

Instantly share code, notes, and snippets.

View Vaporjawn's full-sized avatar
🐢
setInterval(nap, 1000 * 60 * 10)

Victor Williams Vaporjawn

🐢
setInterval(nap, 1000 * 60 * 10)
View GitHub Profile
The year is 20XX.
Everyone plays Fox at TAS levels of perfection.
Because of this, the winner of a match depends solely on port priority.
The RPS metagame has evolved to ridiculous levels due to it being the only remaining factor to decide matches.
@FrancesCoronel
FrancesCoronel / sampleREADME.md
Last active March 26, 2024 01:21
A sample README for all your GitHub projects.

Repository Title Goes Here

Frances Coronel

INSERT GRAPHIC HERE (include hyperlink in image)

Subtitle or Short Description Goes Here

ideally one sentence >

@PurpleBooth
PurpleBooth / README-Template.md
Last active July 17, 2024 03:47
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@bkopanja
bkopanja / Power_of_Thor
Created October 26, 2014 17:44
Codingame - Power of Thor
import java.util.*;
import java.io.*;
import java.math.*;
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
**/
class Player {