Skip to content
View Arniiiii's full-sized avatar
  • Unemployed ; previously CHI software
  • Ukraine

Block or report Arniiiii

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
Arniiiii/README.md

who am i

just a guy from Ukraine that knows some C++, Python and CMake.

my public activity

  1. Helping some random guys at C++ and Gentoo discord channels
  2. Reporting bugs to bugs.gentoo.org
  3. Making some projects easy to add and use with CMake via add_subdirectory or CPM ([+] - separate project, [-] - not merged upstream, [x] - merged, [ ] failed for a reason) :
    • [+] Boost , a big known library for C++
    • [-] certify , a library for finding local certificates on some systems. Useful for Boost.Asio and Boost.Beast for SSL connections.
    • [+] simdjson . I've made a simple script to ensure that you are using simdjson how it is expected by simdjson's developers. No finding local simdjson though.
    • [-] csv-parser . It's installable now.
    • boost/ut. Fixed some issues with cmake and gh workflows
    • constexpr-to-string. It's usable now. Not merged since someone dislikes CMake's configure-time dependencies.
    • fast_io . I've tried to make a pull request with this and they discouraged that. :( . Though, around 30% of tests, examples, benchmarks and fuzzers are incompilable since the developers don't care about those ...
    • [-] libWRP . It's a library that allows emulating keyboard output on Windows, Linux and MacOS.
    • magic_enum . Fixed installing and some other problems
    • [-] fmtlog . It's a logging library. You can use, though, it has unknown problem for Windows (it hangs 1 test) and it has about 327 warnings, since it was written in C-style and uses reinterpret_cast-like C-style (smth *) casting to access private variables.
    • baresip's cmake better support didn't finish.
  4. Making some shitty projects either for:
    • university
    • as a test "job" for a job
  5. Customizing my neovim config

Pinned Loading

  1. AddBoost.cmake AddBoost.cmake Public

    Find or download boost in CMake

    CMake 3

  2. certify_cmake certify_cmake Public

    Forked from djarek/certify

    Boost.ASIO-based TLS certificate verification library

    C++

  3. simdjson_use_release simdjson_use_release Public

    explicitly use release's .hpp and .cpp file as `simdjson` cmake's target

    CMake

  4. fast_io_cmake_cpm fast_io_cmake_cpm Public

    Forked from cppfastio/fast_io

    Freestanding fast input/output for C++20

    C++

  5. fmtlog_cmake_fix fmtlog_cmake_fix Public

    Forked from MengRao/fmtlog

    fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.

    C++

  6. Nvchad_config_cpp Nvchad_config_cpp Public

    my NvChad-based neovim config

    Lua 2 1