[go: up one dir, main page]

Skip to content
View linhphambuzz's full-sized avatar

Block or report linhphambuzz

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

Pinned Loading

  1. AdventOfCode AdventOfCode Public

    Repository for my Advent of Code solutions

    Python

  2. fermilab-robotics/SPOT-LSM-survey fermilab-robotics/SPOT-LSM-survey Public

    Repository for LSM data acquisition with features of SPOT's localization

    Python 1

  3. Accelerated-CS Accelerated-CS Public

    Coursera UIUC Accelerated CS fundamental

    C++

  4. GIOS-note GIOS-note Public

    Georgia Tech Graduate Into to Operating System - Fall 2024

    C

  5. kubernetes-training kubernetes-training Public

    Repository for my kubernetes-training

    C

  6. Some git to truly prepping for my cl... Some git to truly prepping for my class's group project
    1
    ## Helpful Config Stuff 
    2
    1. alias 
    3
      `git config --global` alias.staash 'stash --all' 
    4
      
    5
      - instead of typing `git stash --all`: use `git staash`