Skip to content
View roger-dv's full-sized avatar

Block or report roger-dv

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. cpp20-ranges-word-freq cpp20-ranges-word-freq Public

    Uses C++20 ranges and concepts to implement a word frequency analysis program

    C++

  2. icmp-packets-tunnel icmp-packets-tunnel Public

    Program tunnels ICMP_ECHO and ICMP_ECHOREPLY packets between a Linux network namespace context and the host network context

    C++

  3. cpp20-coro-generator cpp20-coro-generator Public

    Example of a C++20 coroutine implementing a Fibonacci Sequence generator (using clang++ v16.0.0)

    C++ 30 5

  4. tideworks/spartan-launcher tideworks/spartan-launcher Public

    Spartan is a "forking" java program launcher - Java supervisor process can launch Java child worker processes (uses Linux fork and then instantiates JVM). Child programs run as same user identity/p…

    C++ 19

  5. better-main better-main Public

    Based on Jason Turner's musing for a better `main` that is more in step with Modern C++

    C++ 18

  6. read-multi-stream read-multi-stream Public

    C++ prototype application exploring the use of Linux poll() and non-block read() to process multiple input file streams

    C++