Skip to content

Instantly share code, notes, and snippets.

@jcmiller11
jcmiller11 / walk.py
Last active October 7, 2017 02:38
Random Walk Using Race Conditions
from __future__ import print_function
from threading import Thread
from time import sleep
WALKNUM = 0
STEPNUM = 0
KILL = False
def increment(value):
global WALKNUM
data 'cicn' (0, purgeable) {
$"0000 0000 8010 0000 0000 0020 0020 0000" /* ....Ä...... . .. */
$"0000 0000 0000 0048 0000 0048 0000 0000" /* .......H...H.... */
$"0004 0001 0004 0000 0000 0000 0000 0000" /* ................ */
$"0000 0000 0000 0004 0000 0000 0020 0020" /* ............. . */
$"0000 0000 0004 0000 0000 0020 0020 0000" /* ........... . .. */
$"0000 01FF FF80 03FF FFC0 07FF FFE0 0FFF" /* ...ˇˇÄ.ˇˇ¿.ˇˇ‡.ˇ */
$"FFF0 1FFF FFF8 3FFF FFFC 7FFF FFFE FFFF" /* ˇ.ˇˇ¯?ˇˇ¸.ˇˇ˛ˇˇ */
$"FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF" /* ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ */
$"FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF" /* ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ */
@jcmiller11
jcmiller11 / readme.txt
Created June 12, 2019 18:50
Paint (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jcmiller11
jcmiller11 / readme.txt
Created June 12, 2019 20:10
Simple Block Pushing Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jcmiller11
jcmiller11 / readme.txt
Created June 12, 2019 20:10
Blockswap Tester (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jcmiller11
jcmiller11 / readme.txt
Created June 12, 2019 20:40
marbles (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jcmiller11
jcmiller11 / readme.txt
Created June 15, 2019 04:47
marbles (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jcmiller11
jcmiller11 / readme.txt
Created June 28, 2019 15:35
Slot Machine (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jcmiller11
jcmiller11 / readme.txt
Created August 15, 2019 22:42
Alphys' Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jcmiller11
jcmiller11 / readme.txt
Created August 15, 2019 22:49
Alphys' Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html