- travle - Connect country A to country B by naming neighboring countries
- Globle - Guess the mystery country with hot/cold distance hints
- Worldle - Guess the country based on outline
- Flagle - Guess the country based on the flag
- Pudding.cool - Guess a location in the US based on 5 different images
- TimeGuessr - Guess a location and a year based on an image
- GeoGrid - Complete a 3x3 square using geography knowledge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <string> | |
#include <sstream> | |
#include <vector> | |
int main(int argc, char* argv[]) | |
{ | |
std::vector<int> expenses; | |
std::stringstream ss; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!commands edit !roll $(eval var c = isNaN(parseInt(`$(query)`)) ? 20 : parseInt(`$(query)`); `d${c}: ${Math.floor(Math.random() * c) + 1}`) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Incantation | |
Harvest Moon | |
Power Piggs of the Dark Ages | |
Kirby Super Star | |
Maui Mallard in Cold Shadow | |
Mystery Dungeon: Shiren the Wanderer | |
Terranigma | |
Captain Novolin | |
Rex Ronan: Experimental Surgeon | |
Packy and Marlon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
obs = obslua | |
source_name = "" | |
last_text = "" | |
activated = false | |
obs_output = nil | |
full_text = 'Dropped frames: ' | |
-- Function to set the time text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Arguments: | |
# A file consisting of all the letters in a column per line. | |
# For example, a puzzle looking like: | |
# A B C | |
# D E F | |
# G H I | |
# J K | |
# L |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <cstdlib> | |
#include <iostream> | |
#include <SDL.h> | |
#include <theoraplayer\TheoraPlayer.h> | |
int main(int argc, char *argv[]) | |
{ | |
if (SDL_Init(SDL_INIT_VIDEO)) { | |
std::cerr << "Failed to initialize SDL: " << SDL_GetError() << std::endl; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"default_room": "hallway", | |
"rooms": [ | |
{ | |
"name": "hallway", | |
"url": "test_images/hallway.jpg", | |
"connections": [ | |
{ | |
"name": "living_room", | |
"coordinates": [ 0, 0, 10 ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function () { | |
$("#controls > div").hide(); | |
$('<canvas id="viewport" width="140" height="65">') | |
.css("float", "left") | |
.appendTo("#controls"); | |
$("<button />", { | |
text: "Show", |
NewerOlder