Skip to content
View oknauta's full-sized avatar
  • Paraíba, Brasil
  • 03:57 (UTC -03:00)
Block or Report

Block or report oknauta

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. oddyst/eletromono oddyst/eletromono Public

    A mono font bit styled.

    1

  2. Creating GARBAGE in memory using C! Creating GARBAGE in memory using C!
    1
    // File: bad_malloc.c
    2
    // Date: 2024-05-21 | 2024-07-03
    3
    
    
    4
    #include <stdlib.h>  // Library to malloc
    5
    #include <stdbool.h> // Library to bool
  3. Calculating the free fall of an obje... Calculating the free fall of an object in C.
    1
    /***************************************************************
    2
     * File: physic.h
    3
     * Date: 2024-05-31 | 2024-06-01
    4
    ***************************************************************/
    5