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
# A golfed python 'accent'. Fully backwards compatible with python. | |
# NOT SUITED FOR DAY-TO-DAY PROGRAMMING! | |
# If you DO use it for a production (non-challenge/codegolf) program, I'm not | |
# responsible for anything bad that happens to you, your computer, | |
# your spare time, your code maintainability, any kittens that god might kill, | |
# or the tears of blood you will weep. | |
import sys | |
from math import * |
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
package seronis.testing; | |
import java.awt.BorderLayout; | |
import java.awt.Dimension; | |
import java.awt.Toolkit; | |
import java.awt.event.ActionEvent; | |
import java.awt.event.ActionListener; | |
import java.awt.event.WindowEvent; | |
import java.awt.event.WindowListener; | |
import java.io.IOException; |