Skip to content
View acd407's full-sized avatar

Block or report acd407

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. tinystatus tinystatus Public

    a i3bar backend

    C 2

  2. chrome-ec chrome-ec Public

    Forked from coreboot/chrome-ec

    chrome-ec for redrix

    C 1

  3. GNS3/vpcs GNS3/vpcs Public

    Simple Virtual PC Simulator

    C 141 46

  4. Julia set and Mandelbrot set in C wi... Julia set and Mandelbrot set in C with OpenMP
    1
    // file: julia.c
    2
    //! gcc julia.c -fopenmp -lpng -lm -O3
    3
    //! gcc julia.c -fopenmp -lpng -lm -O3 -DJULIA
    4
    //! gcc julia.c -fopenmp -lpng -lm -O3 -DJULIA -DC_RE=-0.02 -DC_IM=0.75
    5
    #include <math.h>