Skip to content
View trundev's full-sized avatar

Block or report trundev

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

    Forked from pygae/clifford

    Geometric Algebra for Python

    Python

  2. micro_ga micro_ga Public

    Minimal geometric algebra implementation - Beta

    Python

  3. numpy-determinant numpy-determinant Public

    Generic matrix determinant calculator, works on arbitrary numpy data-types - Beta

    Python

  4. Tools for brute force reversal of GO... Tools for brute force reversal of GOL state
    1
    # Game of life game on python using numpy
    2
    import numpy as np
    3
    import numpy.typing as npt
    4
    import matplotlib.pyplot as plt
    5
    from collections.abc import Iterable, Generator
  5. setup-gdal setup-gdal Public

    Set up a GitHub Actions workflow with a specific Python GDAL version - Beta

    1

  6. terrain_ridges terrain_ridges Public

    Simple python terrain ridge/valey generator - BETA

    Python