Code Monkey home page Code Monkey logo

eigen's Projects

computer-networking icon computer-networking

Lecture Slides for Philip Levis and Nick McKeown's "Introduction to Computer Networking" Stanford course

concurrent-memory-management icon concurrent-memory-management

A memory management lib (malloc, free, calloc, realloc) that could be utilized by concurrent program (multi-thread...) with good speedup.

filesystem_in_fuse-c icon filesystem_in_fuse-c

A simple Filesystem implemented and tested under FUSE (https://www.kernel.org/doc/html/latest/filesystems/fuse.html). FS operations (read, write, addaddr, etc.,) are supported.

hashmap-lock-lockfree icon hashmap-lock-lockfree

Implemented the multi-threaded hashmap (ll as buckets, multiple insertion for the same value allowed) in manners: lock and lock-free. For the lock version, set a lock for each bucket. For the lock-free version, the implementation is modified on the basis of Harris method (https://www.cl.cam.ac.uk/research/srg/netos/papers/2001-caslists.pdf).

malloc_csapp icon malloc_csapp

Malloc assignment of CSAPP. Implement my version of memory allocation library for single thread process.

mips_alu icon mips_alu

It is a simplified version of ALU for MIPS instructions.

nix-debug-shell icon nix-debug-shell

A debug shell for Nix build written in C. Simulate the sandbox environment of Nix by introducing it into new namespaces.

proxy_csapp icon proxy_csapp

Proxy assignment of CSAPP. Implement a proxy program through socket interface.

server-client-application-socket-api icon server-client-application-socket-api

A simple server-client application implemented through socket interface and google protobuf. The server deals with concurrent IO request through epoll.

shell_csapp icon shell_csapp

Shell assignment of CSAPP. Practice multi-process operations.

td-shim icon td-shim

Confidential Containers Shim Firmware

tmss_miccai icon tmss_miccai

TMSS: An End-to-End Transformer-based Multimodal Network for Segmentation and Survival Prediction

undef-var-indentify icon undef-var-indentify

An undefined variable identification tool on Python program based on the Python-AST package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.