Skip to content
View initzx's full-sized avatar
🈳
🈳

Block or report initzx

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

    A Lavalink connector written in Python

    Python 7 3

  2. An algorithm to generate LaTeX Gauss... An algorithm to generate LaTeX Gaussian-eliminations
    1
    from enum import Enum
    2
    from fractions import Fraction
    3
    
                  
    4
    import numpy as np
    5
    
                  
  3. Simple arithmetic game Simple arithmetic game
    1
    #!/usr/bin/python
    2
    # Arithmetic game where you have to multiply numbers in your head
    3
    # Choose up to n digits
    4
    
                  
    5
    # Ideas for game
  4. genetic-racecars genetic-racecars Public

    Yet another school project..

    Python