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
| #!/usr/bin/env python | |
| from __future__ import division, print_function | |
| import sys | |
| import os | |
| import heapq | |
| import time | |
| try: | |
| input = raw_input | |
| except NameError: |
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
| #!/bin/sh | |
| script=$(mktemp) | |
| echo '#!/bin/sh' > ${script} | |
| env|while IFS="" read -r var || test -n "${var}"; do | |
| printf 'export %q\n' "${var}" >> ${script} | |
| done |
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
| #!/bin/sh | |
| set -ex | |
| sudo steamos-readonly disable | |
| sudo pacman-key --init | |
| sudo pacman-key --populate | |
| # sudo steamos-unminimize |
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
| import collections | |
| import math | |
| import string | |
| import sys | |
| WORD_LENGTH = 5 | |
| VALID_ONLY = False | |
| HARD_MODE = False | |
| WORST_GUESS = False |
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
| ? net/synergy/work | |
| Index: net/synergy/distinfo | |
| =================================================================== | |
| RCS file: /cvsroot/pkgsrc/net/synergy/distinfo,v | |
| retrieving revision 1.28 | |
| diff -u -r1.28 distinfo | |
| --- net/synergy/distinfo 4 Jun 2019 12:27:55 -0000 1.28 | |
| +++ net/synergy/distinfo 18 Jul 2019 15:53:38 -0000 | |
| @@ -4,7 +4,7 @@ | |
| RMD160 (synergy-core-1.10.2.tar.gz) = 06216e1e22be7427e041017e3d08ae26243d2708 |
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
| DetectHiddenWindows, On | |
| SendMode Input | |
| #f:: | |
| WinGet, ID, ID, A | |
| WinGet, ProcessName, ProcessName, ahk_id %ID% | |
| WinGet, PID, PID, ahk_id %ID% | |
| WinGetTitle, Title, ahk_id %ID% | |
| WinGetClass, Class, ahk_id %ID% |
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
| title Matchsticks | |
| ======== | |
| OBJECTS | |
| ======== | |
| Background | |
| GREEN | |
| Target |
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
| Any%: | |
| 00000256-00000014 - Warrior training center | |
| 00000513-00000269 - Fighting through starting town | |
| 00004609-00000268 - Nagus | |
| 00069889-00525060 - Forced encounter | |
| 00068353-00525320 - First bridge | |
| 00396289-02622731 - River of Flames | |
| 00393985-02622724 - Forest | |
| 00398593-02622723 - Death Balloon | |
| 10226951-02689537 - Gaza Valley |
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
| #!/usr/bin/env python | |
| jump_level = 4 # FFD4: 0-4 | |
| health_level = 4 # FFE0: 0-4 | |
| wing_level = 4 # FFD8: 0-4 | |
| magic_types = 4 # FFD2: 0-4 ? | |
| # 0 = fire | |
| # 1 = buster | |
| # 2 = tornado | |
| # 3 = claw |
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
| OST: Aquatic Ambiance | |
| OCR: Relics of an Ancient Race | |
| OST: Kefka | |
| OCR: Gusty Piano in a Garden | |
| Covers: Clocktown (Time's End) | |
| OST: Battle Scene 1 - arrange - Final Fantasy II | |
| OST: Robo's Theme | |
| OST: Redemption (Beyond Good & Evil) | |
| OCR: Bionic Electronica | |
| OCR: Femmes Fatales |
NewerOlder