Skip to content
View Delofon's full-sized avatar
:electron:
Code Traveller
:electron:
Code Traveller

Block or report Delofon

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
Delofon/README.md

Delofon is a one lone coder on the internet. Average C-like enjoyer.

  • 🔭 Currently working on: Space Travel
  • 📡 Stuff I made previously: Various little projects like FactorioModTool, QOIFormat and Mandelbrot and etc.
  • 📫 How to reach me: Mail I guess
  • ⚡ Fun fact: C#'s GC is giving me a headache

Pinned Loading

  1. QOIFormat QOIFormat Public

    My implementation of the QOI format.

    C#

  2. dotfiles dotfiles Public

    My dotfiles that I use.

    Shell 1

  3. Doom launcher bash script Doom launcher bash script
    1
    #!/bin/bash
    2
    
    
    3
    function getsourceport
    4
    {
    5
        clear
  4. chp8 chp8 Public

    CHIP-8 emulator written in C

    C