I hereby claim:
- I am fortyseven on github.
- I am fortyseven (https://keybase.io/fortyseven) on keybase.
- I have a public key whose fingerprint is 0554 CDD3 A7B8 CCCC 5656 33D8 9589 7D10 C443 ED52
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');| Title Mininum Alpha | |
| Author Jere Majava | |
| ======== | |
| OBJECTS | |
| ======== | |
| background _ | |
| darkblue | |
| player |
| import java.util.Arrays; | |
| class NonCapturing { | |
| public static void main(String... args) { | |
| run(new Runnable() { | |
| @Override public void run() { | |
| System.out.println("Hey!"); | |
| } | |
| }); | |
| } |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Folder\shell\Unity5] | |
| @="" | |
| "Icon"="%ProgramFiles%\\Unity\\Editor\\Unity.exe" | |
| "MUIVerb"="Open as Unity Project" | |
| [HKEY_CLASSES_ROOT\Folder\shell\Unity5\Command] | |
| @="cmd /c start /D\"c:\\Program Files\\Unity\\Editor\\\" Unity.exe -projectPath \"%1\"" |
| Screen resolutions | |
| ------------------ | |
| PICO-8 supports different undocumented videomodes that can be activated at runtime, | |
| using poke(0x5F2C, X) where X is one of the following mode numbers: | |
| 0: 128x128, 0 pages | |
| 1: 64x128, 1 page | |
| 2: 128x64, 1 page | |
| 3: 64x64, 3 pages |
| using UnityEngine; | |
| /* | |
| * Most functions taken from Tween.js - Licensed under the MIT license | |
| * at https://github.com/sole/tween.js | |
| * Quadratic.Bezier by @fonserbc - Licensed under WTFPL license | |
| */ | |
| public delegate float EasingFunction(float k); | |
| public class Easing |
| //Copyright (c) 2014 Tilman Schmidt (@KeyMaster_) | |
| //Permission is hereby granted, free of charge, to any person obtaining a copy | |
| //of this software and associated documentation files (the "Software"), to deal | |
| //in the Software without restriction, including without limitation the rights | |
| //to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| //copies of the Software, and to permit persons to whom the Software is | |
| //furnished to do so, subject to the following conditions: | |
| //The above copyright notice and this permission notice shall be included in |