Skip to content
View ronald112's full-sized avatar
🎱
struggling with code
🎱
struggling with code

Highlights

  • Pro
Block or Report

Block or report ronald112

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

  1. utag utag Public

    Program to edit audio tags

    C++ 2

  2. uchat uchat Public

    Forked from MansTomb/uchat

    uchat за месяц

    C

  3. CMAKE MACRO and function to include ... CMAKE MACRO and function to include all directories recursively
    1
    # MACRO to add all directories in result
    2
    MACRO(SUBDIRLIST result firstdir curdir)
    3
        file(GLOB ENDF6_SRC_TOP RELATIVE
    4
            ${curdir} ${curdir}/*)
    5
        file(GLOB_RECURSE ENDF6_SRC_NESTED ${curdir}/*)
  4. ailchuk/utext ailchuk/utext Public

    📝Text editor app

    C++ 1 1