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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Drawing; | |
| using System.IO; | |
| namespace fixs | |
| { |
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
| var GAME_WIDTH = 10; | |
| var GAME_HEIGHT = 10; | |
| var EMPTY = ' '; | |
| var FULL = 'O'; | |
| function cls() { process.stdout.write('\u001B[2J\u001B[0;0f'); } |
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
| <html> | |
| <script src="http://canvasquery.com/canvasquery.js"></script> | |
| <script src="http://canvasquery.com/canvasquery.framework.js"></script> | |
| <body> | |
| <img id="car0" src="car0.png" style="display:none;"></img> | |
| <script> | |
| var rescar = document.getElementById('car0'); | |
| var car = {x: 0, y: 0, max_speed: 5, x_speed: 0, y_speed: 0, accel: 0.3, rotation: 0, rotation_speed: 0.05, uid: 0, lid: 0, rid: 0, did: 0}; | |
| var screen = cq(640, 480).framework({ |
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
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <profiles version="12"> | |
| <profile kind="CodeFormatterProfile" name="Adrian Thinks Eclipses Default Is Shit" version="12"> | |
| <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/> |
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
| var udid = 'TESTUDID' + Math.random(); | |
| function establish_connection (url) { | |
| var socket = io.connect(url || 'http://localhost'); | |
| socket.on('connect', function() { | |
| socket.emit('authenticate', {udid: udid, was_transferred_already: url ? 1 : 0}, function (res) { | |
| if (res.hasOwnProperty('transfer')) { | |
| console.log('transfering to: ' + res.transfer); | |
| socket.disconnect(); | |
| return establish_connection(res.transfer); | |
| } else { |
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
| <html> | |
| <head> | |
| <title>GPU</title> | |
| <script> | |
| function log (msg) { if (window.console && window.console.log) { console.log(msg); } } | |
| function handleContextLost (e) { log("handle context lost"); e.preventDefault(); } | |
| function handleContextRestored () { log("handle context restored"); init(); } | |
| function checkGLError () { var error = GPU_Static.gl_context.getError(); if (error != GPU_Static.gl_context.NO_ERROR && error != GPU_Static.gl_context.CONTEXT_LOST_WEBGL) { var str = "GL Error: " + error; document.body.appendChild(document.createTextNode(str)); throw str; } } | |
| WebGLUtils = function () { |
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
| var pack_of_cards = ['AS', '2S', '3S', '4S', '5S', '6S', '7S', '8S', '9S', 'TS', 'JS', 'QS', 'KS', 'AC', '2C', '3C', '4C', '5C', '6C', '7C', '8C', '9C', 'TC', 'JC', 'QC', 'KC', 'AD', '2D', '3D', '4D', '5D', '6D', '7D', '8D', '9D', 'TD', 'JD', 'QD', 'KD', 'AH', '2H', '3H', '4H', '5H', '6H', '7H', '8H', '9H', 'TH', 'JH', 'QH', 'KH']; | |
| var hash_of_cards = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; | |
| var little_blind = 1; | |
| var big_blind = 2; | |
| var player_pool = | |
| [ | |
| {id: 'aether', fn: 'aether'}, | |
| {id: 'Random Benchmark A', fn: 'random'}, | |
| {id: 'Random Benchmark B', fn: 'random'}, | |
| {id: 'Random Benchmark C', fn: 'random'}, |
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
| { | |
| "Bulbasaur": { | |
| "hp": "45", | |
| "atk": "49", | |
| "def": "49", | |
| "spatk": "65", | |
| "spdef": "65", | |
| "spd": "45", | |
| "total": "318", | |
| "average": "53" |
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
| var test = | |
| [ | |
| ['label0', 100, 200, 300, 400, 500], | |
| ['label0', 200, 100, 400, 300, 500], | |
| ['label1', 100, 100, 100, 100, 100], | |
| ['label1', 100, 100, 100, 100, 100], | |
| ['label2', 0, 0, 0, 0, 0], | |
| ['label2', 0, 1, 1, 0, 0], | |
| ]; |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Naught</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <!-- Bootstrap --> | |
| <link href="css/bootstrap.min.css" rel="stylesheet"> | |
| <!--[if lt IE 9]> | |
| <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |