Skip to content
View flin3500's full-sized avatar

Highlights

  • Pro

Block or report flin3500

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

Hi there, This is Lin! πŸ‘‹

Github Linkedin Email

πŸ˜„ About Me

  • 🌱 I’m currently learning computer science in Sydney.
  • πŸ‘€ I’m interested in Autonomous cars, Game development and FinTech.
  • πŸ’žοΈ I’m looking to collaborate with the people who have the same interests as me.

πŸ’‘ Goals for 2022 2023 2024 2025

  • Finish my first Operation System
  • Finish my first Developer Game based on GAN
  • Finish my first Compiler
  • Finish my first Browser Kernel
  • Finish my first Central Processing Unit

πŸ›  Tech Stack

C Python Java C++
HTML5 CSS3 JavaScript React
SQLite Postgres
Git GitHub Bitbucket
Neovim Vim Visual Studio Code

πŸ“š My Principle

  1. Life is short, keep learning.
  2. Efficiency stands first.

Pinned Loading

  1. Learn-Python Learn-Python Public

    This is the repository contains the code and difficulties I face when I learn python.

    HTML 1

  2. Cuda-Google-Colab Cuda-Google-Colab Public

    The cuda code is mainly for nvidia hardware device. This repo will show how to run cuda c or cuda cpp code on the google colab platform for free.

    Jupyter Notebook 25 6

  3. PathFind PathFind Public

    Pathfinding is to use algorithms to find the minimum path from the start node to end node. The algorithms may include but not limit to A*, D*, BFS, DFS, Dijkstra. This repo will mainly focus on the…

  4. Pathfind-JS Pathfind-JS Public

    A path finding program by react.js

    JavaScript