Skip to content
View LongpanZhou's full-sized avatar

Block or report LongpanZhou

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LongpanZhou/readme.md

Typing

#!/usr/bin/python
class SoftwareEngineer:

    def __init__(self):
        self.name = "Longpan Zhou"
        self.role = "Software Engineer"
        self.language= ["Python3", "C++", "React.js"]

    def __call__(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me()

Python CPP C React Typescript Javascript

Links: linkedin | leetcode | Email | Website Wish to read something? Arxiv | Python | CPP |

Pinned Loading

  1. CS2-External CS2-External Public

    An external cheat for CS2, created for educational purposes to explore the game.

    C++ 28 2

  2. ChatGPT-Bypass ChatGPT-Bypass Public

    An short prompt bypass to allow ChatGPT to answer all questions.

    27 4

  3. KernelDriver KernelDriver Public

    Microsoft OS kernel functions reimplementation.

    C 1

  4. RezaJodeiri/CXR-Capstone RezaJodeiri/CXR-Capstone Public

    Jupyter Notebook 2

  5. Pat-GPT Pat-GPT Public

    This is a GPT model but brain rot rizzler... Implements standard GPT-2 model, KV cache & ROPE llama model, and MLA & MOE deepseek model.

    Python

  6. DeepLearning DeepLearning Public

    This repository is focused on exploring AI concepts in depth through practical, hands-on implementations using PyTorch. It serves as a comprehensive learning resource, covering everything from foun…