Skip to content
View PageotD's full-sized avatar
Block or Report

Block or report PageotD

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

Pinned Loading

  1. juliaset juliaset Public

    A simple Julia set generator. This is a small personal project I did to apply some of the skills I learned during my DevOps career transition training (June-Sept 2021).

    Python 1 1

  2. Eikonal Eikonal
    1
    import heapq as hq
    2
    import numpy as np
    3
    import numpy.ma as ma
    4
    
                  
    5
    class Eikonal:
  3. dolabs dolabs Public

    Shell

  4. pybann pybann Public

    Python Basic Artificial Neural Network

    Jupyter Notebook