Skip to content
View Perry961002's full-sized avatar
💻
Focusing
💻
Focusing
  • Nanjing, China
Block or Report

Block or report Perry961002

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

Hi there 👋

Thanks for visiting my GitHub profile, it's great to meet you here! 😊

Here are some quick things about me:

  • 🔭 I'm a pragmatic software engineer who is paranoid about convention, consistency, and constraints.
  • 🕵️‍♀️ I used to mainly use C++ and C# for high concurrency program development, and now I am very interested in HPC and oneAPI.
  • 🧸 I'm proud of who I am, what I have built, and what I am building.
  • 🧑‍💻 Coding is my passion.
  • 💬 I like reading and imagining things when I'm not busy.
  • 📫 The best way to reach me is to send me an email.
perry961002's github stats

Collect heart-warming skies🌈:

rainbow jiguang

Pinned

  1. Algorithms-LeetCode Algorithms-LeetCode Public

    🎨I practiced some LeetCode's algorithm problems with C++, Java, Python and Go, and also implemented some classical algorithms.

    C++ 29 12

  2. SICP SICP Public

    🎨What I have stored is the reading notes of SICP and the solutions of the exercises after class.🎨SICP(计算机程序的构造和解释) 的学习笔记,习题解答

    Scheme 34 7

  3. DSACPP DSACPP Public

    Data Structures, Algorithms, and Applications in C++ (Sartaj Sahni)《数据结构、算法与应用C++描述》书上的代码和习题,使用模版和范型编程

    C++ 60 16

  4. Forecast-Loan-Default Forecast-Loan-Default Public

    机器学习实践:贷款违约预测

    Python 31 5

  5. oneAPINote oneAPINote Public

    Intel oneAPI的学习笔记

    C++ 3

  6. thread_pool thread_pool Public

    The thread pool written in C++ supports two modes of fixed thread number and adjustable thread number. Using std::future provides a mechanism for accessing the results of asynchronous operations.用C…

    C++ 2