8000 GitHub - gautierenaud/quines: Repo to have fun with quines
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gautierenaud/quines

Folders and files
NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quines

This is a repo to have fun with quines. I got interested from this site: quines inspiration.

Next ideas:

  • make the code as small as possible
  • compress part of it
  • add mutation mechanisms
  • add neuronal network
  • mix quines
  • absorb code
  • for debug env, add more states to quine : unknown, alive and dead (maybe too old too ?)

01 Simple quine

This directory contains a simple quine, that will display it contents.

02 Cleaner quine

Tried to have several chunks of hex encoded code, instead of one big string.

03 Mutate quine

Try to include some mutations:

  • deletion: a code line simply disappear
  • duplication: a code line is duplicated somewhere
  • comment: a code line is commented (is it a mute-ation ? :p )
  • uncomment: a code line is ... uncommented (duh !)
  • random mutation: one char is randomly mutated to something else

About

Repo to have fun with quines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0