Skip to content
View lyandut's full-sized avatar
🕊️
Focusing
🕊️
Focusing

Block or report lyandut

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

Hi there, I'm Yan! 👋

  • 🔭 I’m currently studying Computer Science at HUST.
  • 🌱 I’m currently majoring in Combinatorial Optimization at the 3rd year of my postgraduate study.
  • 😄 I’m interested in C++ programming, and sometimes write small scripts in Python.
  • 📫 How to reach me: Github WeChat Zhihu Weibo.

Maybe you'll be interested in...

SmartFloorplan SmartMPW GuillotineCut
floorplan mpw guillotinecut

Yan Li's Waka Time

From: 01 October 2025 - To: 08 October 2025

No activity tracked

Yan Li's GitHub stats

⭐️ From lyandut.

Pinned Loading

  1. HUST-Invictus HUST-Invictus Public

    华中科技大学研究生课程资料

    HTML 1k 172

  2. go_study go_study Public

    go语言学习笔记

    Go

  3. MyCppPitfalls MyCppPitfalls Public

    A fall into the pit, a gain in your wit.

    C++ 8 3

  4. MyPulseForCSP MyPulseForCSP Public

    C++ implementation of "On an exact method for the constrained shortest path problem".

    C++ 6 2

  5. StackStorm/st2 StackStorm/st2 Public

    StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 16…

    Python 6.3k 771

  6. Some examples of nlohmann/json (JSON... Some examples of nlohmann/json (JSON for Modern C++).
    1
    #include <iostream>
    2
    #include <cassert>
    3
    #include <iomanip>
    4
    #include <fstream>
    5
    #include "single_include/nlohmann/json.hpp"