I hereby claim:
- I am aeonaxan on github.
- I am azaan (https://keybase.io/azaan) on keybase.
- I have a public key whose fingerprint is 76C8 AACC 85AF EF89 F50D 5797 0B21 2842 693B 7D5A
To claim this, I am signing this object:
| # load up words into a set | |
| with open('words', 'r') as f: | |
| words = f.readlines() | |
| # sanitize words (removing \n at the end) | |
| words = set([word[:-1] for word in words]) | |
| # returns all possible words from the starting of the line | |
| def beginWords(string): |
| hello world from gist commandline |
| 447 1749 13343 anim.js | |
| 272 1154 7367 bezier.js | |
| 233 708 6301 controls.js | |
| 172 1306 9058 deferred_sprite_offsets.js | |
| 106 315 2497 game_state.js | |
| 232 793 6276 logo.js | |
| 82 403 2818 number_plate_sprite_offsets.js | |
| 106 342 2677 overlay.js | |
| 1157 3940 31081 program.js | |
| 381 1464 10692 simulator.js |
| /** | |
| * Copy paste in the console, then restart the game (space bar) | |
| * | |
| * Greedy Algorithm for : http://gabrielecirulli.github.io/2048/ | |
| * Plays the game using a naive greedy method. i.e. Local maximum | |
| * | |
| * Azaan | |
| */ | |
| (function () { | |
| var __restart = GameManager.prototype.restart; |
I hereby claim:
To claim this, I am signing this object:
| site | http://localhost:3000/#dff684e58836a21804452a939db78519 |
|---|---|
| apiNotebookVersion | 1.3.0 |
| title | Service Provider Portal |
Create Service Provider Portal client. This client will be used to explore the API
API.createClient("spPortal", "https://hiis-staging.allied.mv/docs/api.raml", {