Skip to content
View Doxakis1's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Doxakis1

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

    Forked from TTalvenH/Minishell

    Minishell is a project that teached us how to make a functioning shell. We had to learn to parse data, divide it to tokens and execute a pipeline for the commands.

    C

  2. Functionlister Functionlister Public

    This program simple parses an entire directory and all its subdirectories and gives a list of all functions used within the project source files

    C

  3. ggj23 ggj23 Public

    Forked from RushMaverick/ggj23

    The project we made for Global Game Jam -23.

    GDScript

  4. miniRT miniRT Public

    Forked from rosamakinen/miniRT

    School Group Project for Raytracer coded with C, handling three object types currently. Requires minilbx library, see online for installation to your OS.

    C

  5. SFML-makefile-for-mac-and-linux SFML-makefile-for-mac-and-linux Public

    This is a simple SFML makefile for mac and linux

    Makefile

  6. BigNum-Library-in-x86-Assembly BigNum-Library-in-x86-Assembly Public

    Sometimes 32 bit is not enough. Well for those times we can use a bignum library, but why use one when you can make your own?

    Assembly