Skip to content
View danieltmarch's full-sized avatar

Block or report danieltmarch

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. StylusArchetypeConverter StylusArchetypeConverter Public

    Jupyter Notebook 3 3

  2. ChaosGame ChaosGame Public

    This application creates fractal-like patterns using the 'Chaos Game'. Originally created in 2017.

    C#

  3. PatternGrapher PatternGrapher Public

    Draws aesthetic patterns using parametric coordinates ( x = Math.cos(at)*Math.cos(bt) , y = Math.sin(ct)*Math.sin(dt) ). Originally created in 2018.

    C#

  4. AdventCalander2019 AdventCalander2019 Public

    Fun Advent Calendar programs for 2019, all in C .

    C

  5. PrimeDirectionMover PrimeDirectionMover Public

    Generate an interesting pattern based on the prime numbers. Iterate from 1 to the desired number, if the number is not prime turn right, if it is move in the current direction.

    C#

  6. NonogramAI NonogramAI Public

    Solves Nonogram (or Picross) puzzles using the constraint satisfaction problem (CSP) algorithm.

    C