Skip to content
View ivanp7's full-sized avatar
⚒️
⚒️
Block or Report

Block or report ivanp7

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

    A resource provider library/application.

    C 1

  2. still-alive still-alive Public

    Remake of the Portal game credits ('Still Alive' song)

    C 14 2

  3. cl-multiagent-system cl-multiagent-system Public

    A multithreaded model of a multiagent system.

    Common Lisp 10 1

  4. cl-image2text cl-image2text Public

    An image-to-text converter, written in Common Lisp.

    Common Lisp 12 3

  5. autoconfig-scripts autoconfig-scripts Public

    Gentoo/Artix Linux auto configuration scripts

    Shell 4 1

  6. Extremely simple test framework for C Extremely simple test framework for C
    1
    // Use this as entry to the test application, link other object files with tests
    2
    
    
    3
    #include "test.h"
    4
    
    
    5
    test_context_t _test_context;