Skip to content
View Eclipsemos's full-sized avatar
🤒
Out sick
🤒
Out sick

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.

Content in all repositories owned by your account will be closed.
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
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. enjoy-digital/litex_m2sdr enjoy-digital/litex_m2sdr Public

    LiteX based M2 SDR/RF FPGA board.

    C 226 42