Skip to content

Instantly share code, notes, and snippets.

@deestan
deestan / memorytest.html
Created December 4, 2017 14:26
Put this file in same folder as THEOplayer.js and the gang.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>THEOplayer 2.X: Getting Started</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type='text/javascript' src='./THEOplayer.js'></script>
<link rel="stylesheet" type="text/css" href='./ui.css'>
</head>
<body>

Keybase proof

I hereby claim:

  • I am deestan on github.
  • I am deestan (https://keybase.io/deestan) on keybase.
  • I have a public key ASAv3D_rByj9xW-IsZJCDsHGhjLO7tszu8O892LPddB7Swo

To claim this, I am signing this object:

47 - General Error
Amanda Palmer, The Grand Theft Orchestra - Melody Dean
Amanda Palmer, The Grand Theft Orchestra - Olly Olly Oxen Free
Bloodhound Gang - Uhn Tiss Uhn Tiss Uhn Tiss
Chris Abbott - Monty on the Run
Chris Huelsbeck - R-Type C64 Theme (Original Sound Version)
Crystal Castles - Untrust Us
Dunderpatrullen - Taekwondo Princess
EnV - Endurance
EnV - Flare
@deestan
deestan / GimmePI
Last active August 29, 2015 14:06
Befunge-98 program that kinda approximates PI
####v#####
####################
############################
################################
####################################
########################################
############################################
##############################################
##################################################
####################################################
v v +<v -**:***<
0 > \:|>".3",,.@ 5
>$:*4//3225^
> 11111111 v
v 111111111111 <
> 1111111111111111 v
v 11111111111111111111 <
> 1111111111111111111111 v
v 111111111111111111111111 <
> 111111111111111111111111 v
/** Nonblocking Object Analyzer
*
* @author Jon D. Packer
* @version 6.0z Build 9000 Nov. 27 2012
*/
public class NonblockingObjectAnalyzer {
private Object object;
/** Object Analyzed Object class */
public abstract class ObjectAnalyzedObject {