Skip to content
View ietsnut's full-sized avatar
🏳️‍🌈
Happy pride!
🏳️‍🌈
Happy pride!

Block or report ietsnut

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. Library-of-Lament Library-of-Lament Public

    Creative and artistic decisions on the lowest level.

    Java

  2. septic septic Public template

    1-bit tilemap preprocessor and webgl engine to produce single index.html

    C++ 4 1

  3. Quantum circuit simulator in Python. Quantum circuit simulator in Python.
    1
    import numpy as np
    2
    import sys, random
    3
    
                  
    4
    isq2 = 1.0/(2.0**0.5)
    5
    
                  
  4. Better java console. Better java console.
    1
    package engine;
    2
    
                  
    3
    import java.time.LocalDateTime;
    4
    import java.time.format.DateTimeFormatter;
    5
    import java.util.ArrayList;
  5. qricket qricket Public

    A visual step-by-step desktop quantum circuit simulator experiment using matrix transformations.

    Python

  6. Asynchronous asset loader. Asynchronous asset loader.
    1
    package resource;
    2
    
                  
    3
    import engine.Console;
    4
    
                  
    5
    import java.util.*;