Skip to content
View ejunjsh's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report ejunjsh

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
ejunjsh/README.md

Hi there ๐Ÿ‘‹

  • ๐Ÿ‘€ focusing on backend dev,os,algorithm,db
  • ๐Ÿ’ป java,c/c++,go,rust
  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง father and husband
  • ๐ŸŽฎ psn:sjj050121014

Featured repos

  • ๐Ÿ–ฅ๏ธ myos โ€” my operating system like unix/linux
  • ๐ŸŽ“ myxv6 โ€” xv6 riscv operating system and labs from mit 6.S081 2020
  • โš™๏ธ mycc โ€” my c compiler
  • โ˜• jcc โ€” a toy for java compiler and interpreter
  • ๐Ÿ—„๏ธ mydb โ€” my database practice (B+tree, mmap, transaction)
  • ๐Ÿ”Œ mycpu โ€” 8 bit cpu, 5 regesters, 11 instructions
  • โ˜ธ๏ธ kadd โ€” a cli to add a container into a running pod on k8s
  • ๐Ÿชจ myleveldb โ€” my leveldb practice
  • ๐ŸŒˆ kaleidoscope โ€” My First Language Frontend with LLVM Tutorial
  • โ›ต 6.824-golabs-2022 โ€” raft practice on mit 6.824 2022 lab
  • ๐ŸŽ“ bustub โ€” Database practice on cmu15-445 2022
  • ๐ŸŽจ graphic-learning โ€” computer graphics learning from scratch (example with c++ and qt)
  • ๐Ÿ–ผ๏ธ opengl-learning โ€” learning opengl
  • ๐Ÿ“ฆ mini-lsm โ€” A course of building an LSM-Tree storage engine (database) in a week.
  • โšก cpp-coroutine-epoll โ€” C++20 coroutine event loop with epoll/kqueue, async TCP server

Pinned Loading

  1. my status my status
    1
    import {employees} from "F///";
    2
    import {me} from "vender/a";
    3
    import {goodHole} from "holes";
    4
    
                  
    5
    let bad=employees.filter((e)=>{
  2. cpp-coroutine-epoll cpp-coroutine-epoll Public

    Small Linux/macOS networking example that wraps readiness events with C++20 coroutines.

    C++ 1

  3. graphic-learning graphic-learning Public

    computer graphics learning from scratch (example with c++ and qt)

    C++ 1

  4. OpenGL-learning OpenGL-learning Public

    learning opengl

    C++ 1

  5. mini-lsm mini-lsm Public

    Forked from skyzh/mini-lsm

    A course of building an LSM-Tree storage engine (database) in a week.

    Rust

  6. bustub bustub Public

    Database practice on cmu15-445 2022

    C++ 251 48