Skip to content
View atomicdog's full-sized avatar
Block or Report

Block or report atomicdog

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

  1. julia julia Public

    Forked from JuliaLang/julia

    The Julia Programming Language

    Julia 1

  2. linux linux Public

    Forked from Rust-for-Linux/linux

    Adding support for the Rust language to the Linux kernel.

    C

  3. LLVM-embedded-toolchain-for-Arm LLVM-embedded-toolchain-for-Arm Public

    Forked from ARM-software/LLVM-embedded-toolchain-for-Arm

    A project dedicated to build LLVM toolchain for 32-bit Arm embedded targets.

    CMake

  4. solvespace solvespace Public

    Forked from solvespace/solvespace

    Parametric 2d/3d CAD

    C++

  5. zero-log-parser zero-log-parser Public

    Forked from zero-motorcycle-community/zero-log-parser

    Decode Zero log files from the mobile application into text files

    Python

  6. C++ lambda C++ lambda
    1
    namespace foo {
    2
    
                  
    3
    uint8_t bar(uint8_t xyz) {return xyz +1;}
    4
    uint8_t baz(uint8_t xyz) {return xyz +2;}
    5
    }