Skip to content
View J404's full-sized avatar

Highlights

  • Pro

Block or report J404

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. wordle-helper wordle-helper Public

    Gives possible words for wordle based on your current guess(es) and feedback. Is very dumb. (Edit: slightly less dumb now, but I have lost braincells)

    TypeScript 2

  2. Dots-Genetic-Algorithm Dots-Genetic-Algorithm Public

    Genetic algorithm directs a population of dots to find/reach a goal at the end of the 'field.' Was my first example of genetic algorithms, but I'm still reasonably proud of it.

    Processing 1

  3. Enigma-Machine Enigma-Machine Public

    Project that imitates German Enigma machines used for encryption during WWII. Made on the web editor for p5.js, which is similar to Processing (but with JavaScript). sketch.js is 'main' file.

    JavaScript 1

  4. Solar-System Solar-System Public

    Attempt to reproduce a solar system with semi-realistic interactions between celestial bodies due to (primarily) gravity. Made using p5.js

    JavaScript 1

  5. deutsch-connections deutsch-connections Public

    NYT Connections but custom (for German)

    TypeScript 1

  6. TextSequenceGeneticAlgorithm TextSequenceGeneticAlgorithm Public

    Simple genetic algorithm to match a predetermined string. New to genetic algorithms, so there's probably a better way to do this.

    Processing