This file contains 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
// on init | |
TypeError: Error #1009: Cannot access a property or method of a null object reference. | |
at patterns.mvc.views.loader::AbstractLoader/show() | |
at patterns.mvc.views.loader::MainLoader/show() | |
at ApplicationHolder/onQueueStart() | |
at flash.events::EventDispatcher/dispatchEventFunction() | |
at flash.events::EventDispatcher/dispatchEvent() | |
at com.hydrotik.utils::QueueLoader/dispatchEvent() | |
at com.hydrotik.utils::QueueLoader/openHandler() |
This file contains 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
Uncaught ReferenceError: Float32Array is not defined | |
THREE.WebGLRenderer/three.js/build/Three.js:138 | |
initgeometry_minecraft.html:125 | |
(anonymous function)geometry_minecraft.html:66 |
This file contains 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
#aDir is a directory path | |
names = glob.glob(aDir + "/*.png") #file type of the packable images | |
#append to the list of image objects | |
if names: | |
images.extend(names); | |
# then sort later: | |
sortedImages = sorted([(i.size[1], name, i) for name,i in ((x,Image.open(x)) for x in images)], reverse=True) |
This file contains 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
L-Button 1Β 2 50Β W 87Β F12 123Β | |
R-Button 2Β 3 51Β X 88Β F13 124Β | |
Cancel 3Β 4 52Β Y 89Β F14 125 | |
M-Button 4Β 5 53Β Z 90Β F15 126 | |
Back 8Β 6 54Β NP - 0 96Β F16 127 | |
Tab 9Β 7 55Β NP - 1 97Β F17 128 | |
Clear 12Β 8 56Β NP - 2 98Β F18 129 | |
Return 13Β 9 57Β NP - 3 99Β F19 130 | |
Shift 16Β A 65Β NP - 4 100Β F20 131 | |
Control 17Β B 66Β NP - 5 101Β F21 132 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 { | |
import flash.display.Sprite; | |
/** | |
* ... | |
* @author Martin Jonasson ([email protected]) | |
*/ | |
public class TraceFixTest extends Sprite { | |
This file contains 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
[12:25:28] Martin: the dog ate my email! | |
[12:29:27] Petri: you don't even have a dog | |
[12:29:41] Martin: no. he died from email poisoning. | |
[12:30:04] Petri: must have eaten a lot emails | |
[12:30:24] Martin: all that cialis and viagra really got to him | |
[12:30:46] Petri: you fed your spam to your dog? | |
[12:31:06] Martin: he got into my mailbox when i was out | |
[12:31:47] Petri: I'm sorry for your loss |
This file contains 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
*** Error compiling shader 'fshader':ERROR: 0:24: '' : No precision specified for (float) | |
ERROR: 0:24: '' : No precision specified for (float) | |
ERROR: 0:30: 'mediump' : syntax error | |
Lattice.html:88 Uncaught TypeError: Cannot call method 'createBuffer' of null |
This file contains 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 function InputManager(players:GameObjectCollection, keyCodes:Vector.<int>){ | |
_players = players; | |
_inputs = new Vector.<OneButtonInput>(Settings.NUM_PLAYERS, Settings.NUM_PLAYERS); | |
for (var i:int = 0; i < Settings.NUM_PLAYERS; i++) { | |
_inputs[i] = new OneButtonInput(_players.collection[i].stage, keyCodes[i]); | |
var makeClosure:Function = function(arg:int):Function { | |
return function(e:Event):void{ handleChange(e, arg)}; | |
} | |
This file contains 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
Al Lowe | |
Raph Koster | |
Ernest Adams | |
Alexey Pajitnov | |
Warren Spector | |
Allan Alcorn | |
Richard Garriott (Lord British) | |
Timothy Cain | |
Ken Levine |
OlderNewer