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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. harmoni harmoni Public

    🎧 Download music from Spotify exports

    Python 87 8

  2. monica monica Public

    💽 Simplified Media conversion, Powered by FFMPEG

    Python

  3. low-poly-laboratory low-poly-laboratory Public

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

    JavaScript

  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