Skip to content
View Youpen-y's full-sized avatar
🐍
Focusing
🐍
Focusing

Block or report Youpen-y

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Youpen-y/README.md

Hi there πŸ‘‹

Explorer πŸ”Ž | Thinker 🧠 | Builder 🧩 | Dreamer ✨

Hack the world, enjoy the ride!

Pinned Loading

  1. roundshot roundshot Public

    roundshot is a lightweight Bash script tool that lets you take screenshots with customizable rounded corners.

    Shell 1

  2. rdma-mesh rdma-mesh Public

    rdma rc connection and communication example

    C

  3. alloca (alloc on stack) vs malloc (a... alloca (alloc on stack) vs malloc (alloc on heap)
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <time.h>
    4
    
                  
    5
    int main(int argc, char **argv) {
  4. M-JIAJIA M-JIAJIA Public

    Forked from claudioscordino/jiajia

    JIAJIA is a Software Distributed Shared Memory (SDSM) system

    C 1

  5. atomic vs mutex vs semaphore cost co... atomic vs mutex vs semaphore cost comparsion
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <pthread.h>
    4
    #include <stdatomic.h>
    5
    #include <semaphore.h>
  6. YangRecord YangRecord Public

    C 1