Skip to content
View classAndrew's full-sized avatar
🍉
1, 2, 4, 8, 16, 32, 64, 128, 256
🍉
1, 2, 4, 8, 16, 32, 64, 128, 256

Block or report classAndrew

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

    Three-dimensional graphing utility written in C++ and with OpenGL (glfw, glad, and glm).

    C++ 1 1

  2. ccalc ccalc Public

    Numerical methods and calculator written in C. (Integration and differentiation of several variables and more!). Ultimately turning into a math library at this point with support for multivariable …

    C 1

  3. SoftSim SoftSim Public

    Spring-mass soft body physics simulator written in Typescript

    TypeScript

  4. pyplandc pyplandc Public

    Python implementation of the Pland compiler for the C programming language.* Targets x86_64

    Python

  5. scrabble.py scrabble.py
    1
    from collections import Counter
    2
    
                  
    3
    # for K, M-length dictionary words, and an N-tile hand, you can expect a complexity of
    4
    # O(KM * lg M) Assuming letter counting and comparing is done in O(n) time (it isn't but
    5
    # it can be with the cost of lots of memory) There's a pretty large coefficient of 2^26 since 
  6. Ray tracing using Torch tensors Ray tracing using Torch tensors
    1
    import time
    2
    import time
    3
    import numpy as np
    4
    import torch
    5