Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by magic3007

A curated list of projects in awesome lists by magic3007 .

https://github.com/magic3007/autograd

๐ŸŽˆ A C++ code generator for the automatic derivation of tensors with linear indexes. Implementation for the lesson Compiling Technology(2020 Spring, advised by Yun Liang) in Peking University.

auto-differentiation

Last synced: 08 Jan 2025

https://github.com/magic3007/minijava-compiler

๐Ÿ•น Implementation for the lesson Compiling Engineering(2020 Spring) in Peking University, adjusted from UCLA CS 132 Project.

minijava-compiler

Last synced: 08 Jan 2025

https://github.com/magic3007/riscv-simulator

โœจ A Simple RISCV ISA Simulator that supports RV64I Base Instruction Set and RV64M Standard Extension, and can run in both single-instruction mode and pipeline mode.

riscv

Last synced: 08 Jan 2025

https://github.com/magic3007/sicp

๐ŸŽฃ Implementation for the lesson Functional Programming(2020 Spring, advised by Wei Guo) in Peking University. Structure and Interpretation of Computer Programs(SICP) is used as textbook.

racket sicp

Last synced: 08 Jan 2025

https://github.com/magic3007/notable

๐Ÿง™โ€โ™€๏ธ Personal notes leveraging the Markdown-based note-taking app Notable.

Last synced: 08 Jan 2025

https://github.com/magic3007/h2o-mphttp

โœˆ An HTTP/2 based multi-path CDN downloader. Implementation for the lesson Computer Network(Honor Track, 2019 Autumn) in Peking University, advised by Prof. Chenren Xu.

Last synced: 08 Jan 2025

https://github.com/magic3007/metann

Last synced: 08 Jan 2025

https://github.com/magic3007/awesome-design-automation

๐Ÿคนโ€โ™€๏ธ Awesome - A curated list of amazing VLSI design automation papers, software and resources.

vlsi

Last synced: 08 Jan 2025

https://github.com/magic3007/wechat-reminder

โ›ฉ A simple tool that sends remind to WeChat from command-line.

Last synced: 08 Jan 2025

https://github.com/magic3007/computer-architecture-engineering-of-pku

๐ŸŽˆ๐ŸŽ Implementation for the lesson Computer Architecture Engineering(2020 Spring, advised by Prof. Xianhua Liu) in Peking University.

Last synced: 08 Jan 2025

https://github.com/magic3007/dotfiles

๐Ÿค— A collection of docker, gdb, git, vim, neovim, zsh, ranger, conda, and tmux configuration files and setup script under various OS.

conda dockerfile dotfiles gdbinit git-config neovim ranger tmux tmux-conf vim zsh

Last synced: 08 Jan 2025

https://github.com/magic3007/vlsi-cad

๐Ÿช Implementation for the lesson Chip Design Automation and Intelligent Optimization(2021 Spring, advised by Prof. Yibo Lin) in Peking University.

Last synced: 08 Jan 2025

https://github.com/magic3007/docker-files

A collection of docker files.

Last synced: 08 Jan 2025

https://github.com/magic3007/llm-proxy

๐Ÿค– Using litellm to proxy various LLM models into a unified OpenAI API format for easier use.

Last synced: 08 Jan 2025

https://github.com/magic3007/intel-simd

โšก Leverage Intel vectorization technique MMX, SSE2 and AVX to accelerate the processing of converting YUV420 image into RGB image.

avx mmx simd sse2

Last synced: 08 Jan 2025

https://github.com/magic3007/molgan-pytorch

๐Ÿฆ‘ Pytorch implementation of MolGAN: An implicit generative model for small molecular graphs.

Last synced: 08 Jan 2025

https://github.com/magic3007/ml-on-silicon

๐Ÿฑโ€๐Ÿ‘ค A collection of works on neural networks and neural accelerators.

Last synced: 08 Jan 2025

https://github.com/magic3007/magic3007.github.io

๐Ÿค— This is the source code for my personal website.

Last synced: 08 Jan 2025

https://github.com/magic3007/optsuite-c

โ›ฉ The final project for the lesson Convex Optimization(2020 Autumn, advised by Zaiwen Wen) in Peking University. Developed on the basis of TA's framework.

Last synced: 08 Jan 2025

https://github.com/magic3007/tabla

Implementation of paper "TABLA: A Uni๏ฌed Template-based Framework for Accelerating Statistical Machine Learning"

Last synced: 08 Jan 2025

https://github.com/magic3007/dip-demo

โš–๏ธ Demo Implementation for the lesson Digital Image Processing(2022 Spring, advised by Yuxin Peng) in Peking University.

Last synced: 08 Jan 2025

https://github.com/magic3007/jos

๐Ÿ˜ Implementation for the lesson Operating System Engineering(Honor Track, 2019 Autumn) in Peking University, adjusted from MIT 6.828(2018).

jos operating-system

Last synced: 08 Jan 2025

https://github.com/magic3007/mpi-implement-for-seam-carving-

A MPI implement for Seam Carving.

Last synced: 08 Jan 2025

https://github.com/magic3007/convex-optimization

๐Ÿ‘บ Implementation for the lesson Convex Optimization(2020 Autumn, advised by Zaiwen Wen) in Peking University.

Last synced: 08 Jan 2025

https://github.com/magic3007/cv-typst

Last synced: 08 Jan 2025

https://github.com/magic3007/gatsby-starter-minimal-blog

Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.

Last synced: 08 Jan 2025

https://github.com/magic3007/ai-computing-systems

๐Ÿฑโ€๐Ÿš€ Implementation for the lesson AI Computing Systems advised by Yunji Chen.

Last synced: 08 Jan 2025

https://github.com/magic3007/my-nb

๐Ÿ“’ My CLI note repo.

Last synced: 08 Jan 2025

https://github.com/magic3007/minigrep

Last synced: 08 Jan 2025

https://github.com/magic3007/llm_utils

Last synced: 08 Jan 2025

https://github.com/magic3007/sm-paxos

๐Ÿ•น A State Machine asynchronous consensus protocol based on Paxos protocol.

Last synced: 08 Jan 2025

https://github.com/magic3007/nanopdb

๐Ÿค– Implement your own Python debugger PDB from scratch.

Last synced: 08 Jan 2025

https://github.com/magic3007/drift-diffusion-equation

โš› 1D Drift-Diffusion simulator for modeling pn diodes with Gummel Algorithm. Implementation for the lesson Design Automation and Computing Systems (2022 Autumn) in Peking University, advised by Prof. Fei Liu.

Last synced: 08 Jan 2025