Skip to content
View shang-lin's full-sized avatar
Block or Report

Block or report shang-lin

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

  1. shang-lin.github.io shang-lin.github.io Public

    My website

    JavaScript

  2. gldemos gldemos Public

    OpenGL demos I wrote for my CS 11 project at Caltech in 2003.

    C++

  3. dyndream dyndream Public

    Dynamic Dream - Configure dynamic DNS with Dreamhost.

    Python 5 3

  4. VirtualTour VirtualTour Public

    A virtual reality tour created in Unity3D

    C#

  5. Check if your password is in haveibe... Check if your password is in haveibeenpwned.com's database of compromised passwords
    1
    #!/usr/bin/env python3
    2
    
    
    3
    """ Checks if a password has been pwned using the haveibeenpwned.com API.
    4
    """
    5