Skip to content
View adamlaz's full-sized avatar

Block or report adamlaz

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. animated-AdamLaz.com animated-AdamLaz.com Public

    JavaScript

  2. wordle wordle Public

    Forked from thesam73/wordle

    A clone of the popular game Wordle made using React, Typescript, and Tailwind

    TypeScript

  3. My ideal git commit guidelines My ideal git commit guidelines
    1
    Git Commit Guidelines
    2
    We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that are easy to follow when looking through the project history. But also, we use the git commit messages to generate the AngularJS change log.
    3
    
    
    4
    Commit Message Format
    5
    Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject:
  4. devSetup-install-google-cloud-sdk.sh devSetup-install-google-cloud-sdk.sh
    1
    # Install Google Cloud SDK and Components
    2
    printHeading "Install Google Cloud SDK and Components"
    3
        printStep "Google Cloud SDK"        "brew install --cask google-cloud-sdk"
    4
        printDivider
    5
            echo "✔ Prepping Autocompletes and Paths"
  5. home-assistant/core home-assistant/core Public

    🏡 Open source home automation that puts local control and privacy first.

    Python 72.5k 30.3k