Skip to content
View Ssenseii's full-sized avatar
🐢
expect chaos.
🐢
expect chaos.

Block or report Ssenseii

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. low-poly-laboratory low-poly-laboratory Public

    Threejs-Powered 3d modeling website. Includes Textures, HDRIs, and 60% of the native threejs tooling

    JavaScript

  2. hashtable_c hashtable_c Public

    A hashtable implementation in the c programming language complete with a garbage readme file that explain nothing.

    C

  3. algorithm-implementations algorithm-implementations Public

    Sieve of Eratosthenes, Fast-Fourier Transforms, and more algorithm implementations using FP

    Elixir

  4. cpp_raytracer cpp_raytracer Public

    Raytracer algorithm that makes spheres with transmissive and reflective properties and output a PPM file.

    C++

  5. Elixir Module for More Complex Numbe... Elixir Module for More Complex Number Operations than the ones provided by the Complex Module
    1
    # thank you u/al2o3cr for the constructive feedback!! 
    2
    
                  
    3
    defmodule Complex do      
    4
      defstruct real: 0, imag: 0
    5
    
                  
  6. RAYLIB: Image_to_ASCII Basic Impleme... RAYLIB: Image_to_ASCII Basic Implementation (with color)
    1
    #include <stdio.h>
    2
    #include "raylib.h"
    3
    
                  
    4
    char asciiChars[] = {'@', '#', 'S', '%', '?', '*', '+', ';', ':', ',', '.'};
    5