I made an interactive runner script for genetic coding, a system which generates random programs in order to solve a task. I also updated the readme.
github.com/JamDon2/genetic-programming
I made an SSH honeypot in NodeJS to collect what commands bad actors try to run on compromised machines.
github.com/JamDon2/SSHoney
📈I have finished a rough version of an evolutionary coding program, that
generates small programs in a custom very simplified programming
language, and evolves them based on some criterion.
It only works with number inputs and outputs, and I'm working towards making it faster.
github.com/JamDon2/genetic-programming
Currently working on evolving code through natural selection. I have made a custom very basic programming language for it, inspired by assembly.