Skip to content
View Eclipsemos's full-sized avatar
🥦
On vacation
🥦
On vacation
  • Champaign
  • 05:55 (UTC -06:00)

Organizations

@cssaatuwmadisonIT

Block or report Eclipsemos

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
Eclipsemos/README.md
struct Dev {
    role: &'static str,
    area: &'static str,
    background: (&'static str, &'static str),
}

const ME: Dev = Dev {
    role: "startup engineer",
    area: "HPC",
    background: ("SpaceAIC", "UIUC"),
};

Pinned Loading

  1. Distributed-File-System Distributed-File-System Public

    C

  2. Interception Interception Public

    Forked from oblitum/Interception

    The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.

    C

  3. Windows10-CustomKernelSigners Windows10-CustomKernelSigners Public

    Forked from HyperSine/Windows10-CustomKernelSigners

    Load self-signed drivers without TestSigning or disable DSE. Transferred from https://github.com/DoubleLabyrinth/Windows10-CustomKernelSigners

    C++

  4. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C