Skip to content
View amerryma's full-sized avatar

Block or report amerryma

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. ghostcatcher ghostcatcher Public

    Ghost Catcher

    Java

  2. morph_api morph_api Public

    Morph Card Game API

    PHP

  3. spaceship-supabase spaceship-supabase Public

    Shell 1

  4. switch-craft switch-craft Public

    Effortlessly navigate between projects with a single command.

    Shell

  5. Gap Vs Spacing Gap Vs Spacing
    1
    There are various ways to deal with spacing within a Mui Grid. `spacing` has always been the "go-to" method, but there
    2
    are always a few different options when it comes to making your grid less compact. All of these can work but have a few
    3
    weird caveats that a developer should understand.
    4
    
                  
    5
    ### Spacing using a Stack
  6. Counting Lines of Code with GitHub L... Counting Lines of Code with GitHub Linguist and Bash
    1
    ### **Counting Lines of Code with [GitHub Linguist](https://github.com/github-linguist/linguist) and Bash**
    2
    
                  
    3
    If you’re using GitHub Linguist to analyze your project’s code, you may want to take a closer look and see how many lines each individual file contains. GitHub Linguist provides a useful breakdown of the languages and files, but not an easy way to get line counts for each file. Let’s dive into how you can achieve this using a combination of GitHub Linguist, `jq`, and some classic Bash commands.
    4
    
                  
    5
    #### **Why Count Lines of Code Per File?**