Skip to content
View ilp-sys's full-sized avatar

Block or report ilp-sys

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
ilp-sys/README.md
$ cat ilp-sys.toml

[dependencies]

languages = "C/C++ and Rust"
interests = "System programming for Linux"
others = "Frontend(¯\_(ツ)_/¯ ) with React and Next.js"
... and a mantra = "Don't Panic!"

Pinned Loading

  1. 4kfs2/kfs 4kfs2/kfs Public

    toy os project on x86, wip!

    C

  2. backtrace.c backtrace.c
    1
    static uint64_t get_next_addr(uint32_t eip) {
    2
    	uint32_t *ptr = (uint32_t*)(eip - 4);
    3
    	int offset = (int)(*ptr);
    4
    	return (offset + eip);
    5
    }
  3. sinryuji/minishell sinryuji/minishell Public

    42 Seoul minishell By hyeongki

    C

  4. KNU-AEYE/AEYE-FE KNU-AEYE/AEYE-FE Public

    AEYE the smart surveillance system 👮

    TypeScript

  5. FdF FdF Public

    wireframe model 🕸

    C

  6. ft_irc ft_irc Public

    internet relay chat server with kqueue multiplexing

    C++