Skip to content
View lovelessless99's full-sized avatar
πŸ˜„
πŸ˜„
Block or Report

Block or report lovelessless99

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

🐲 Welcome to my blog

Websites with PWA for compiler topic

  • Coding Hub for compiler and virtual machine techniques (in Chinese).

Future topics - parallel computing and C++ programming

  • Parallel Universe for concurrency and parallel computing issue.
  • C Cup for Modern C++, C, Assemble code and so on.

πŸ’» Project and Goals

πŸͺ 1. Main project

Project Name Language Targets
Just in time Compiler
  • C++
  • C
Learning how just-in-time compiler work
IEEE-754 Tutorial Python Leaning Floating Point IEEE 754 format (CSAPP)
Cpython Internal
  • C++
  • C
  • Python
Learning Cpython Internal mechanism and write a python virtual machine

πŸͺ 2. Side project

Project Name Language Targets
Network Programming
  • C++
  • C
NCTU Networking Programming
  • N pipe shell
  • Multiuser chatroom
  • Http erver with boost library
  • FTP server with boost library
Simple Netstat C Implement the netstat code and support ipv4 and ipv6 format with clean C code
Subnet Calculator Python Learning the subnet knowledge, and implement the subnet calculator in python
Web-App using docker
  • Docker
  • Typescript(Angular, frontend)
  • Python(flask, backend)
Separation of frontend and backend, and dockerize them
Bash Test Tool
  • Bash
  • C
Learning to use Bash testing tools

πŸͺ 3. Ongoing and Future Work

Project Name Language Targets
Python VM C++ Write a Python VM in C++ and learn its machanism
Red-Black Tree Python Learning the advance self-balance tree and implement it in python, testing the efficiency
Docker Container C or golang Implement the docker machenism in C or golang
LLVM tutorial C++ Learning how to use LLVM and MLIt to make a language

Top Langs lovelessless99's GitHub stats

Popular repositories

  1. Just-In-Time-Compiler Just-In-Time-Compiler Public

    C 17 3

  2. IEEE_754_Tutorial IEEE_754_Tutorial Public

    Jupyter Notebook 2

  3. Dental_Preprocessing Dental_Preprocessing Public

    Dental Image Preprocessing and Analyze

    Jupyter Notebook 1

  4. weather_forecast weather_forecast Public

    Python

  5. 108_Network_Programming 108_Network_Programming Public

    C

  6. Simple_Netstat Simple_Netstat Public

    C