├── .gitignore ├── README ├── all_the_hashes.sh ├── answer-security-questions.py ├── art.py ├── base.html ├── bbs.py ├── bcrypt-best-practice.py ├── challenge-response.zsh ├── course-profiles.py ├── crypto_holidays.py ├── dicekey-generator.py ├── diceware.wordlist.asc ├── diceware.zsh ├── die-weight-test.zsh ├── email-obfuscate.sh ├── entropy_visualizer.py ├── frac-trans-sub.py ├── hashes.gs ├── hosts.sh ├── idle_desktop.sh ├── lock.sh ├── magic-hashes.py ├── md5crypt.py ├── mix-rgb.py ├── moduli-gen.sh ├── mouse-entropy.html ├── obviously-incorrect-rng.js ├── otp.py ├── pastebin.sh ├── power-marathon-training-plan.html ├── primes.py ├── prng ├── cellular_automata │ ├── README.md │ ├── rule000 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sequence.txt │ ├── rule001 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sequence.txt │ ├── rule002 │ │ ├── middle-squence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sequence.txt │ ├── rule003 │ │ ├── middle-squence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sequence.txt │ ├── rule004 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sequence.txt │ ├── rule005 │ │ ├── plot.gp │ │ ├── run.py │ │ └── sequence.txt │ ├── rule006 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sequence.txt │ ├── rule007 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule008 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule009 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule010 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule011 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule012 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule013 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule014 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule015 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule016 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule017 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule018 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule019 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule020 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule021 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule022 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule023 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule024 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule025 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule026 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule027 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── run.py │ │ └── sequence.txt │ ├── rule028 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule029 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule030 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule031 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule032 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule033 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule034 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule035 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule036 │ │ ├── b.txt │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule037 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sa.txt │ ├── rule038 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule039 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule040 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule041 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule042 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule043 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule044 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule045 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── run.py │ │ └── sequence.txt │ ├── rule046 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule047 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule048 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule049 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule050 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule051 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule052 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule053 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule054 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule055 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule056 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule057 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule058 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule059 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule060 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule061 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule062 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule063 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule064 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule065 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule066 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule067 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule068 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule069 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule070 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule071 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule072 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ ├── run.py │ │ └── sequence.txt │ ├── rule073 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule074 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule075 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule076 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule077 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule078 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule079 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule080 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule081 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule082 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule083 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule084 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule085 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule086 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule087 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule088 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule089 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule090 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule091 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule092 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule093 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule094 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule095 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule096 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule097 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule098 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule099 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule100 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule101 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule102 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule103 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule104 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule105 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule106 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule107 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule108 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule109 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule110 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule111 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule112 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule113 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule114 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule115 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule116 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule117 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule118 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── run.py │ │ └── sequence.txt │ ├── rule119 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── run.py │ │ └── sequence.txt │ ├── rule120 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule121 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule122 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule123 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule124 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule125 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule126 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule127 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule128 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule129 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule130 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule131 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule132 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule133 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule134 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule135 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule136 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule137 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule138 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule139 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule140 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule141 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule142 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule143 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule144 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule145 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule146 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule147 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule148 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule149 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule150 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule151 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule152 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule153 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule154 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule155 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule156 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule157 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule158 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule159 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule160 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule161 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule162 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule163 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule164 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule165 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule166 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule167 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule168 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule169 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule170 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule171 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule172 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule173 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule174 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule175 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule176 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule177 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule178 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule179 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule180 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule181 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule182 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule183 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule184 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule185 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule186 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule187 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule188 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule189 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule190 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule191 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule192 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule193 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule194 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule195 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule196 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule197 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule198 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule199 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule200 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule201 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule202 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule203 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule204 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule205 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule206 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule207 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule208 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule209 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule210 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule211 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule212 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule213 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule214 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule215 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule216 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule217 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule218 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule219 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule220 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule221 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule222 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule223 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule224 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule225 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule226 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule227 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule228 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule229 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule230 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule231 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule232 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule233 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule234 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule235 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule236 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule237 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule238 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule239 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule240 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule241 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule242 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule243 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule244 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule245 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule246 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule247 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule248 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule249 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule250 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule251 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule252 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule253 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ ├── rule254 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py │ └── rule255 │ │ ├── middle-sequence.txt │ │ ├── plot.gp │ │ ├── random-sequence.txt │ │ └── run.py ├── faure │ ├── plot.gp │ ├── run.py │ └── sequence.txt ├── halton │ ├── base2-sequence.txt │ ├── base3-sequence.txt │ ├── plot.gp │ ├── random.txt │ ├── random1.txt │ ├── random2.txt │ ├── run.py │ ├── sequence.txt │ ├── sequence1.txt │ └── sequence2.txt ├── lagged_fibonacci │ ├── plot.gp │ ├── run.py │ └── sequence.txt ├── linear_congruential │ ├── plot.gp │ ├── run.py │ └── sequence.txt ├── pseudorandom │ ├── plot.gp │ ├── run.py │ ├── seed2-sequence.txt │ ├── seed3-sequence.txt │ └── sequence.txt ├── quadratic_residue │ ├── plot.gp │ ├── run.py │ └── sequence.txt ├── uniform │ ├── plot.gp │ ├── run.py │ └── sequence.txt ├── van_der_corput │ ├── plot.gp │ ├── random.txt │ ├── run.py │ ├── sequence.txt │ └── vdc.py └── xorshift │ ├── xorshift.py │ └── xorshift1024star.py ├── pwhash.py ├── random-number-servers ├── anu-qrng.sh ├── clcert-beacon.sh ├── fourmilab-hotbits.sh ├── grc-passwords.sh ├── nist-beacon.bash ├── random-org.sh └── ubuntu-entropy.sh ├── random-password.gpg ├── random-password.sh ├── random_ansi.sh ├── random_weather.py ├── remove-ssh-key.zsh ├── rndaddentropy.c ├── rotate-passwords.sh ├── rpg-dice-toss.zsh ├── sha256crypt.py ├── sha512crypt.py ├── shazbot.pl ├── ssh-moduli ├── .gitignore └── Makefile ├── ssh-to-pkcs8.zsh ├── stream-ciphers ├── chacha.js ├── chaocipher.js ├── hc-128.js ├── readme.md ├── spritz.js ├── trivium-test-vectors.js └── trivium.js ├── swap-usage.sh ├── true-random.html ├── truecrypt_mixer.py ├── unfollowed.sh ├── uuid.js ├── validate.sh ├── webcam_rng.py ├── wot.sh ├── xorshift.py ├── zfs-backup.zsh ├── zram.sh └── zramratio.zsh /.gitignore: -------------------------------------------------------------------------------- 1 | *.png 2 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/README -------------------------------------------------------------------------------- /all_the_hashes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/all_the_hashes.sh -------------------------------------------------------------------------------- /answer-security-questions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/answer-security-questions.py -------------------------------------------------------------------------------- /art.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/art.py -------------------------------------------------------------------------------- /base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/base.html -------------------------------------------------------------------------------- /bbs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/bbs.py -------------------------------------------------------------------------------- /bcrypt-best-practice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/bcrypt-best-practice.py -------------------------------------------------------------------------------- /challenge-response.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/challenge-response.zsh -------------------------------------------------------------------------------- /course-profiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/course-profiles.py -------------------------------------------------------------------------------- /crypto_holidays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/crypto_holidays.py -------------------------------------------------------------------------------- /dicekey-generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/dicekey-generator.py -------------------------------------------------------------------------------- /diceware.wordlist.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/diceware.wordlist.asc -------------------------------------------------------------------------------- /diceware.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/diceware.zsh -------------------------------------------------------------------------------- /die-weight-test.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/die-weight-test.zsh -------------------------------------------------------------------------------- /email-obfuscate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/email-obfuscate.sh -------------------------------------------------------------------------------- /entropy_visualizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/entropy_visualizer.py -------------------------------------------------------------------------------- /frac-trans-sub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/frac-trans-sub.py -------------------------------------------------------------------------------- /hashes.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/hashes.gs -------------------------------------------------------------------------------- /hosts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/hosts.sh -------------------------------------------------------------------------------- /idle_desktop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/idle_desktop.sh -------------------------------------------------------------------------------- /lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/lock.sh -------------------------------------------------------------------------------- /magic-hashes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/magic-hashes.py -------------------------------------------------------------------------------- /md5crypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/md5crypt.py -------------------------------------------------------------------------------- /mix-rgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/mix-rgb.py -------------------------------------------------------------------------------- /moduli-gen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/moduli-gen.sh -------------------------------------------------------------------------------- /mouse-entropy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/mouse-entropy.html -------------------------------------------------------------------------------- /obviously-incorrect-rng.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/obviously-incorrect-rng.js -------------------------------------------------------------------------------- /otp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/otp.py -------------------------------------------------------------------------------- /pastebin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/pastebin.sh -------------------------------------------------------------------------------- /power-marathon-training-plan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/power-marathon-training-plan.html -------------------------------------------------------------------------------- /primes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/primes.py -------------------------------------------------------------------------------- /prng/cellular_automata/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/README.md -------------------------------------------------------------------------------- /prng/cellular_automata/rule000/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule000/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule000/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule000/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule000/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule000/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule000/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule000/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule000/sequence.txt: -------------------------------------------------------------------------------- 1 | middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule001/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule001/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule001/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule001/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule001/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule001/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule001/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule001/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule001/sequence.txt: -------------------------------------------------------------------------------- 1 | random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule002/middle-squence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule002/middle-squence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule002/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule002/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule002/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule002/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule002/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule002/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule002/sequence.txt: -------------------------------------------------------------------------------- 1 | random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule003/middle-squence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule003/middle-squence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule003/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule003/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule003/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule003/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule003/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule003/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule003/sequence.txt: -------------------------------------------------------------------------------- 1 | middle-squence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule004/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule004/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule004/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule004/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule004/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule004/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule004/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule004/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule004/sequence.txt: -------------------------------------------------------------------------------- 1 | random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule005/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule005/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule005/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule005/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule005/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule005/sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule006/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule006/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule006/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule006/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule006/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule006/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule006/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule006/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule006/sequence.txt: -------------------------------------------------------------------------------- 1 | random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule007/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule007/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule007/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule007/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule007/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule007/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule007/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule007/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule008/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule008/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule008/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule008/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule008/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule008/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule008/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule008/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule009/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule009/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule009/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule009/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule009/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule009/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule009/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule009/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule010/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule010/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule010/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule010/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule010/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule010/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule010/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule010/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule011/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule011/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule011/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule011/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule011/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule011/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule011/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule011/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule012/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule012/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule012/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule012/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule012/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule012/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule012/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule012/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule013/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule013/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule013/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule013/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule013/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule013/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule013/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule013/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule014/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule014/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule014/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule014/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule014/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule014/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule014/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule014/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule015/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule015/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule015/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule015/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule015/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule015/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule015/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule015/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule016/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule016/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule016/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule016/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule016/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule016/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule016/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule016/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule017/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule017/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule017/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule017/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule017/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule017/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule017/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule017/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule018/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule018/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule018/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule018/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule018/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule018/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule018/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule018/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule019/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule019/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule019/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule019/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule019/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule019/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule019/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule019/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule020/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule020/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule020/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule020/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule020/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule020/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule020/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule020/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule021/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule021/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule021/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule021/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule021/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule021/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule021/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule021/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule022/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule022/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule022/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule022/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule022/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule022/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule022/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule022/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule023/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule023/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule023/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule023/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule023/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule023/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule023/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule023/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule024/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule024/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule024/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule024/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule024/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule024/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule024/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule024/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule025/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule025/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule025/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule025/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule025/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule025/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule025/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule025/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule026/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule026/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule026/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule026/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule026/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule026/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule026/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule026/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule027/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule027/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule027/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule027/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule027/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule027/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule027/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule027/sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule028/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule028/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule028/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule028/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule028/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule028/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule028/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule028/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule029/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule029/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule029/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule029/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule029/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule029/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule029/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule029/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule030/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule030/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule030/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule030/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule030/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule030/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule030/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule030/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule031/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule031/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule031/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule031/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule031/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule031/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule031/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule031/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule032/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule032/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule032/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule032/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule032/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule032/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule032/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule032/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule033/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule033/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule033/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule033/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule033/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule033/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule033/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule033/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule034/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule034/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule034/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule034/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule034/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule034/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule034/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule034/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule035/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule035/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule035/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule035/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule035/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule035/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule035/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule035/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule036/b.txt: -------------------------------------------------------------------------------- 1 | 3.814697265625e-06 2 | -------------------------------------------------------------------------------- /prng/cellular_automata/rule036/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule036/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule036/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule036/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule036/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule036/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule036/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule036/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule037/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule037/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule037/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule037/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule037/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule037/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule037/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule037/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule037/sa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule037/sa.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule038/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule038/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule038/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule038/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule038/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule038/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule038/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule038/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule039/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule039/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule039/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule039/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule039/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule039/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule039/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule039/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule040/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule040/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule040/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule040/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule040/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule040/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule040/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule040/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule041/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule041/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule041/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule041/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule041/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule041/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule041/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule041/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule042/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule042/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule042/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule042/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule042/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule042/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule042/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule042/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule043/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule043/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule043/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule043/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule043/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule043/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule043/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule043/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule044/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule044/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule044/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule044/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule044/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule044/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule044/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule044/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule045/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule045/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule045/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule045/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule045/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule045/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule045/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule045/sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule046/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule046/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule046/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule046/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule046/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule046/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule046/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule046/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule047/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule047/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule047/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule047/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule047/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule047/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule047/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule047/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule048/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule048/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule048/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule048/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule048/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule048/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule048/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule048/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule049/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule049/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule049/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule049/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule049/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule049/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule049/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule049/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule050/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule050/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule050/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule050/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule050/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule050/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule050/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule050/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule051/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule051/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule051/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule051/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule051/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule051/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule051/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule051/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule052/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule052/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule052/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule052/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule052/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule052/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule052/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule052/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule053/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule053/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule053/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule053/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule053/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule053/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule053/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule053/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule054/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule054/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule054/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule054/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule054/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule054/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule054/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule054/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule055/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule055/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule055/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule055/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule055/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule055/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule055/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule055/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule056/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule056/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule056/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule056/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule056/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule056/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule056/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule056/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule057/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule057/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule057/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule057/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule057/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule057/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule057/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule057/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule058/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule058/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule058/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule058/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule058/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule058/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule058/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule058/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule059/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule059/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule059/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule059/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule059/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule059/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule059/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule059/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule060/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule060/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule060/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule060/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule060/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule060/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule060/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule060/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule061/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule061/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule061/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule061/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule061/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule061/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule061/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule061/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule062/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule062/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule062/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule062/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule062/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule062/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule062/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule062/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule063/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule063/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule063/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule063/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule063/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule063/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule063/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule063/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule064/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule064/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule064/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule064/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule064/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule064/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule064/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule064/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule065/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule065/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule065/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule065/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule065/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule065/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule065/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule065/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule066/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule066/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule066/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule066/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule066/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule066/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule066/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule066/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule067/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule067/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule067/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule067/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule067/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule067/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule067/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule067/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule068/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule068/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule068/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule068/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule068/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule068/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule068/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule068/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule069/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule069/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule069/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule069/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule069/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule069/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule069/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule069/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule070/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule070/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule070/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule070/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule070/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule070/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule070/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule070/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule071/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule071/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule071/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule071/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule071/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule071/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule071/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule071/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule072/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule072/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule072/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule072/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule072/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule072/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule072/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule072/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule072/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule072/sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule073/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule073/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule073/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule073/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule073/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule073/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule073/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule073/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule074/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule074/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule074/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule074/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule074/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule074/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule074/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule074/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule075/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule075/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule075/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule075/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule075/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule075/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule075/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule075/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule076/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule076/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule076/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule076/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule076/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule076/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule076/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule076/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule077/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule077/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule077/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule077/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule077/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule077/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule077/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule077/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule078/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule078/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule078/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule078/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule078/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule078/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule078/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule078/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule079/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule079/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule079/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule079/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule079/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule079/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule079/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule079/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule080/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule080/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule080/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule080/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule080/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule080/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule080/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule080/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule081/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule081/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule081/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule081/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule081/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule081/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule081/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule081/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule082/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule082/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule082/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule082/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule082/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule082/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule082/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule082/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule083/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule083/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule083/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule083/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule083/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule083/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule083/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule083/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule084/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule084/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule084/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule084/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule084/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule084/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule084/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule084/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule085/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule085/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule085/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule085/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule085/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule085/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule085/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule085/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule086/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule086/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule086/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule086/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule086/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule086/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule086/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule086/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule087/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule087/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule087/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule087/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule087/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule087/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule087/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule087/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule088/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule088/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule088/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule088/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule088/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule088/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule088/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule088/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule089/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule089/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule089/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule089/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule089/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule089/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule089/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule089/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule090/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule090/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule090/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule090/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule090/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule090/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule090/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule090/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule091/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule091/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule091/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule091/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule091/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule091/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule091/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule091/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule092/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule092/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule092/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule092/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule092/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule092/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule092/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule092/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule093/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule093/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule093/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule093/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule093/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule093/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule093/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule093/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule094/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule094/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule094/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule094/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule094/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule094/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule094/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule094/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule095/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule095/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule095/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule095/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule095/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule095/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule095/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule095/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule096/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule096/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule096/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule096/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule096/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule096/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule096/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule096/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule097/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule097/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule097/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule097/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule097/random-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule097/random-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule097/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule097/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule098/middle-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule098/middle-sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule098/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule098/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule098/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule098/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule099/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule099/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule099/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule099/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule100/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule100/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule100/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule100/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule101/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule101/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule101/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule101/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule102/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule102/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule102/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule102/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule103/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule103/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule103/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule103/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule104/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule104/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule104/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule104/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule105/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule105/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule105/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule105/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule106/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule106/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule106/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule106/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule107/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule107/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule107/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule107/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule108/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule108/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule108/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule108/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule109/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule109/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule109/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule109/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule110/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule110/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule110/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule110/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule111/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule111/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule111/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule111/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule112/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule112/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule112/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule112/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule113/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule113/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule113/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule113/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule114/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule114/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule114/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule114/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule115/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule115/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule115/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule115/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule116/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule116/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule116/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule116/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule117/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule117/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule117/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule117/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule118/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule118/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule118/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule118/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule118/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule118/sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule119/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule119/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule119/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule119/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule119/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule119/sequence.txt -------------------------------------------------------------------------------- /prng/cellular_automata/rule120/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule120/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule120/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule120/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule121/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule121/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule121/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule121/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule122/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule122/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule122/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule122/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule123/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule123/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule123/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule123/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule124/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule124/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule124/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule124/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule125/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule125/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule125/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule125/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule126/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule126/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule126/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule126/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule127/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule127/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule127/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule127/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule128/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule128/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule128/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule128/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule129/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule129/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule129/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule129/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule130/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule130/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule130/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule130/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule131/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule131/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule131/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule131/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule132/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule132/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule132/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule132/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule133/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule133/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule133/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule133/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule134/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule134/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule134/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule134/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule135/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule135/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule135/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule135/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule136/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule136/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule136/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule136/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule137/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule137/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule137/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule137/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule138/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule138/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule138/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule138/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule139/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule139/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule139/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule139/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule140/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule140/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule140/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule140/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule141/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule141/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule141/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule141/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule142/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule142/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule142/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule142/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule143/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule143/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule143/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule143/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule144/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule144/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule144/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule144/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule145/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule145/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule145/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule145/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule146/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule146/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule146/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule146/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule147/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule147/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule147/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule147/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule148/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule148/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule148/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule148/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule149/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule149/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule149/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule149/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule150/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule150/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule150/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule150/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule151/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule151/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule151/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule151/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule152/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule152/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule152/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule152/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule153/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule153/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule153/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule153/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule154/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule154/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule154/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule154/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule155/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule155/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule155/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule155/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule156/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule156/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule156/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule156/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule157/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule157/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule157/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule157/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule158/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule158/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule158/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule158/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule159/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule159/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule159/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule159/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule160/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule160/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule160/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule160/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule161/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule161/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule161/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule161/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule162/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule162/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule162/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule162/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule163/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule163/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule163/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule163/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule164/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule164/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule164/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule164/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule165/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule165/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule165/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule165/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule166/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule166/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule166/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule166/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule167/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule167/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule167/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule167/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule168/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule168/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule168/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule168/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule169/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule169/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule169/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule169/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule170/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule170/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule170/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule170/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule171/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule171/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule171/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule171/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule172/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule172/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule172/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule172/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule173/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule173/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule173/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule173/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule174/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule174/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule174/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule174/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule175/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule175/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule175/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule175/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule176/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule176/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule176/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule176/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule177/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule177/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule177/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule177/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule178/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule178/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule178/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule178/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule179/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule179/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule179/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule179/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule180/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule180/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule180/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule180/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule181/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule181/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule181/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule181/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule182/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule182/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule182/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule182/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule183/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule183/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule183/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule183/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule184/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule184/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule184/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule184/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule185/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule185/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule185/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule185/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule186/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule186/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule186/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule186/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule187/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule187/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule187/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule187/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule188/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule188/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule188/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule188/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule189/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule189/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule189/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule189/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule190/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule190/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule190/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule190/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule191/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule191/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule191/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule191/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule192/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule192/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule192/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule192/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule193/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule193/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule193/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule193/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule194/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule194/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule194/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule194/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule195/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule195/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule195/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule195/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule196/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule196/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule196/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule196/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule197/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule197/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule197/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule197/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule198/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule198/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule198/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule198/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule199/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule199/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule199/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule199/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule200/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule200/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule200/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule200/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule201/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule201/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule201/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule201/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule202/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule202/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule202/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule202/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule203/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule203/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule203/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule203/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule204/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule204/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule204/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule204/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule205/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule205/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule205/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule205/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule206/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule206/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule206/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule206/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule207/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule207/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule207/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule207/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule208/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule208/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule208/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule208/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule209/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule209/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule209/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule209/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule210/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule210/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule210/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule210/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule211/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule211/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule211/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule211/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule212/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule212/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule212/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule212/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule213/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule213/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule213/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule213/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule214/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule214/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule214/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule214/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule215/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule215/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule215/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule215/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule216/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule216/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule216/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule216/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule217/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule217/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule217/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule217/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule218/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule218/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule218/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule218/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule219/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule219/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule219/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule219/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule220/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule220/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule220/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule220/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule221/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule221/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule221/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule221/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule222/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule222/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule222/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule222/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule223/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule223/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule223/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule223/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule224/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule224/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule224/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule224/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule225/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule225/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule225/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule225/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule226/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule226/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule226/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule226/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule227/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule227/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule227/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule227/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule228/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule228/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule228/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule228/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule229/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule229/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule229/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule229/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule230/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule230/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule230/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule230/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule231/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule231/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule231/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule231/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule232/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule232/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule232/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule232/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule233/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule233/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule233/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule233/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule234/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule234/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule234/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule234/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule235/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule235/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule235/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule235/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule236/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule236/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule236/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule236/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule237/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule237/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule237/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule237/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule238/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule238/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule238/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule238/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule239/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule239/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule239/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule239/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule240/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule240/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule240/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule240/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule241/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule241/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule241/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule241/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule242/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule242/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule242/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule242/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule243/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule243/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule243/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule243/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule244/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule244/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule244/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule244/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule245/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule245/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule245/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule245/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule246/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule246/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule246/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule246/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule247/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule247/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule247/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule247/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule248/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule248/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule248/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule248/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule249/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule249/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule249/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule249/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule250/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule250/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule250/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule250/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule251/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule251/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule251/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule251/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule252/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule252/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule252/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule252/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule253/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule253/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule253/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule253/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule254/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule254/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule254/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule254/run.py -------------------------------------------------------------------------------- /prng/cellular_automata/rule255/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule255/plot.gp -------------------------------------------------------------------------------- /prng/cellular_automata/rule255/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/cellular_automata/rule255/run.py -------------------------------------------------------------------------------- /prng/faure/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/faure/plot.gp -------------------------------------------------------------------------------- /prng/faure/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/faure/run.py -------------------------------------------------------------------------------- /prng/faure/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/faure/sequence.txt -------------------------------------------------------------------------------- /prng/halton/base2-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/base2-sequence.txt -------------------------------------------------------------------------------- /prng/halton/base3-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/base3-sequence.txt -------------------------------------------------------------------------------- /prng/halton/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/plot.gp -------------------------------------------------------------------------------- /prng/halton/random.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/random.txt -------------------------------------------------------------------------------- /prng/halton/random1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/random1.txt -------------------------------------------------------------------------------- /prng/halton/random2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/random2.txt -------------------------------------------------------------------------------- /prng/halton/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/run.py -------------------------------------------------------------------------------- /prng/halton/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/sequence.txt -------------------------------------------------------------------------------- /prng/halton/sequence1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/sequence1.txt -------------------------------------------------------------------------------- /prng/halton/sequence2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/halton/sequence2.txt -------------------------------------------------------------------------------- /prng/lagged_fibonacci/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/lagged_fibonacci/plot.gp -------------------------------------------------------------------------------- /prng/lagged_fibonacci/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/lagged_fibonacci/run.py -------------------------------------------------------------------------------- /prng/lagged_fibonacci/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/lagged_fibonacci/sequence.txt -------------------------------------------------------------------------------- /prng/linear_congruential/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/linear_congruential/plot.gp -------------------------------------------------------------------------------- /prng/linear_congruential/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/linear_congruential/run.py -------------------------------------------------------------------------------- /prng/linear_congruential/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/linear_congruential/sequence.txt -------------------------------------------------------------------------------- /prng/pseudorandom/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/pseudorandom/plot.gp -------------------------------------------------------------------------------- /prng/pseudorandom/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/pseudorandom/run.py -------------------------------------------------------------------------------- /prng/pseudorandom/seed2-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/pseudorandom/seed2-sequence.txt -------------------------------------------------------------------------------- /prng/pseudorandom/seed3-sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/pseudorandom/seed3-sequence.txt -------------------------------------------------------------------------------- /prng/pseudorandom/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/pseudorandom/sequence.txt -------------------------------------------------------------------------------- /prng/quadratic_residue/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/quadratic_residue/plot.gp -------------------------------------------------------------------------------- /prng/quadratic_residue/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/quadratic_residue/run.py -------------------------------------------------------------------------------- /prng/quadratic_residue/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/quadratic_residue/sequence.txt -------------------------------------------------------------------------------- /prng/uniform/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/uniform/plot.gp -------------------------------------------------------------------------------- /prng/uniform/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/uniform/run.py -------------------------------------------------------------------------------- /prng/uniform/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/uniform/sequence.txt -------------------------------------------------------------------------------- /prng/van_der_corput/plot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/van_der_corput/plot.gp -------------------------------------------------------------------------------- /prng/van_der_corput/random.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/van_der_corput/random.txt -------------------------------------------------------------------------------- /prng/van_der_corput/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/van_der_corput/run.py -------------------------------------------------------------------------------- /prng/van_der_corput/sequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/van_der_corput/sequence.txt -------------------------------------------------------------------------------- /prng/van_der_corput/vdc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/van_der_corput/vdc.py -------------------------------------------------------------------------------- /prng/xorshift/xorshift.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/xorshift/xorshift.py -------------------------------------------------------------------------------- /prng/xorshift/xorshift1024star.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/prng/xorshift/xorshift1024star.py -------------------------------------------------------------------------------- /pwhash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/pwhash.py -------------------------------------------------------------------------------- /random-number-servers/anu-qrng.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-number-servers/anu-qrng.sh -------------------------------------------------------------------------------- /random-number-servers/clcert-beacon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-number-servers/clcert-beacon.sh -------------------------------------------------------------------------------- /random-number-servers/fourmilab-hotbits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-number-servers/fourmilab-hotbits.sh -------------------------------------------------------------------------------- /random-number-servers/grc-passwords.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-number-servers/grc-passwords.sh -------------------------------------------------------------------------------- /random-number-servers/nist-beacon.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-number-servers/nist-beacon.bash -------------------------------------------------------------------------------- /random-number-servers/random-org.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-number-servers/random-org.sh -------------------------------------------------------------------------------- /random-number-servers/ubuntu-entropy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-number-servers/ubuntu-entropy.sh -------------------------------------------------------------------------------- /random-password.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-password.gpg -------------------------------------------------------------------------------- /random-password.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random-password.sh -------------------------------------------------------------------------------- /random_ansi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random_ansi.sh -------------------------------------------------------------------------------- /random_weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/random_weather.py -------------------------------------------------------------------------------- /remove-ssh-key.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/remove-ssh-key.zsh -------------------------------------------------------------------------------- /rndaddentropy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/rndaddentropy.c -------------------------------------------------------------------------------- /rotate-passwords.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/rotate-passwords.sh -------------------------------------------------------------------------------- /rpg-dice-toss.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/rpg-dice-toss.zsh -------------------------------------------------------------------------------- /sha256crypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/sha256crypt.py -------------------------------------------------------------------------------- /sha512crypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/sha512crypt.py -------------------------------------------------------------------------------- /shazbot.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/shazbot.pl -------------------------------------------------------------------------------- /ssh-moduli/.gitignore: -------------------------------------------------------------------------------- 1 | *.candidates 2 | *.moduli 3 | -------------------------------------------------------------------------------- /ssh-moduli/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/ssh-moduli/Makefile -------------------------------------------------------------------------------- /ssh-to-pkcs8.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/ssh-to-pkcs8.zsh -------------------------------------------------------------------------------- /stream-ciphers/chacha.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/stream-ciphers/chacha.js -------------------------------------------------------------------------------- /stream-ciphers/chaocipher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/stream-ciphers/chaocipher.js -------------------------------------------------------------------------------- /stream-ciphers/hc-128.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/stream-ciphers/hc-128.js -------------------------------------------------------------------------------- /stream-ciphers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/stream-ciphers/readme.md -------------------------------------------------------------------------------- /stream-ciphers/spritz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/stream-ciphers/spritz.js -------------------------------------------------------------------------------- /stream-ciphers/trivium-test-vectors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/stream-ciphers/trivium-test-vectors.js -------------------------------------------------------------------------------- /stream-ciphers/trivium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/stream-ciphers/trivium.js -------------------------------------------------------------------------------- /swap-usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/swap-usage.sh -------------------------------------------------------------------------------- /true-random.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/true-random.html -------------------------------------------------------------------------------- /truecrypt_mixer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/truecrypt_mixer.py -------------------------------------------------------------------------------- /unfollowed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/unfollowed.sh -------------------------------------------------------------------------------- /uuid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/uuid.js -------------------------------------------------------------------------------- /validate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/validate.sh -------------------------------------------------------------------------------- /webcam_rng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/webcam_rng.py -------------------------------------------------------------------------------- /wot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/wot.sh -------------------------------------------------------------------------------- /xorshift.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/xorshift.py -------------------------------------------------------------------------------- /zfs-backup.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/zfs-backup.zsh -------------------------------------------------------------------------------- /zram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/zram.sh -------------------------------------------------------------------------------- /zramratio.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoponce/scripts/HEAD/zramratio.zsh --------------------------------------------------------------------------------