Skip to content
View Delofon's full-sized avatar
C supremacy
C supremacy

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: Lake, Space Travel
  • 📡 Stuff I made previously: Various little pet projects made just for fun like chp8, FactorioModTool and QOIFormat.
  • 📫 How to reach me: Mail is your best chance here, but I don't read it often.
  • ⚡ Fun fact: C > C++

Pinned Loading

  1. QOIFormat QOIFormat Public archive

    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