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

Highlights

  • Pro

Block or report ronald112

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. utag utag Public

    Program to edit audio tags

    C++ 1

  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