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
| "Phrases" | |
| { | |
| "JoinedQueueMessage" | |
| { | |
| "en" "You have been placed in the waiting queue." | |
| } | |
| "WaitingQueueMessage" | |
| { | |
| "#format" "{1:i}" | |
| "en" "The game is currently full with {GREEN}{1} {NORMAL}players. You are in the waiting queue." |
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
| # INSTALL PYTHON FROM THE WINDOWS STORE THAN DOUBLE CLICK THE PYTHON FILES | |
| # ALL DEPENDANCIES WILL INSTALL AUTOMATICALLY | |
| from subprocess import call | |
| # GUI | |
| from tkinter import * | |
| import tkinter.font as tkFont | |
| # Timing Functions |
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
| public class Rectangle{ | |
| private final double x, y; // center of rectangle | |
| private final double width; // width of rectangle | |
| private final double height; // height of rectangle | |
| // Constructor | |
| public Rectangle(double x, double y, double width, double height){ | |
| if(width < 0.0 || height < 0.0) { | |
| throw new IllegalArgumentException("diamentions of Rectangle must be positive!"); |
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
| public class Rational extends Number implements Comparable<Rational> { | |
| /** | |
| * | |
| */ | |
| private static final long serialVersionUID = 1L; | |
| private static final int kCFLLength = 16; |
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
| globals [ | |
| cam-x | |
| cam-y | |
| cam-z | |
| cam-yaw | |
| cam-pitch | |
| cam-fov | |
| ] | |
| patches-own [ |
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
| # ╭───────────────╮ | |
| # │ ╭───╮ ╭───╮ │ Hello! My Name is Tom! Im just here to say hello! | |
| # │ │ * │ │ * │ │ If you would like to borrow any of my cool lines, | |
| # │ ╰───╯ ╰───╯ │ Either copy from my face or pick out a few from | |
| # │ ) │ below! Anyway, I hope whatever your making is 10x | |
| # │ ╰─────────╯ │ cooler with these cool lines your using. | |
| # ╰───────────────╯ ╭───╮ | |
| # Here is ╭───┴───┴───╮ | |
| # my Handy │ │ ─ ╰╯ ╭╮ │ |
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
| # ╭───────────────╮ | |
| # │ ╭───╮ ╭───╮ │ Hello! My Name is Tom! Im just here to say hello! | |
| # │ │ * │ │ * │ │ If you would like to borrow any of my cool lines, | |
| # │ ╰───╯ ╰───╯ │ Either copy from my face or pick out a few from | |
| # │ ) │ below! Anyway, I hope whatever your making is 10x | |
| # │ ╰─────────╯ │ cooler with these cool lines your using. | |
| # ╰───────────────╯ ╭───╮ | |
| # Here is ╭───┴───┴───╮ | |
| # my Handy │ │ ─ ╰╯ ╭╮ │ | |
| # tool box! ╰───────────╯ |
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
| import cv2 | |
| import random | |
| VIDEO_FILE="test.mp4" | |
| WIDTH=40 | |
| HEIGHT=30 | |
| FRAMERATE=4 | |
| COMPRESSION=2 # [0, 1, 2] | |
| code = open("test_code.txt", "w") |
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
| globals [ | |
| cam-x | |
| cam-y | |
| cam-z | |
| cam-yaw | |
| cam-pitch | |
| cam-fov | |
| time | |
| ] |
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
| globals [ | |
| cam-x | |
| cam-y | |
| cam-z | |
| cam-yaw | |
| cam-pitch | |
| cam-fov | |
| ] |