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

Block or report eYinka

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. roots-bedrock roots-bedrock Public

    Forked from roots/docs

    📝 Documentation for Roots projects

    1

  2. Tailwind CSS Radial Progress Bar Tailwind CSS Radial Progress Bar
    1
    // Inspired by Tailwind Daisy UI progress bar: https://daisyui.com/components/radial-progress/
    2
    // This is a custom-made progress circular/radial progress bar with centered percentage text.
    3
    // Tested with Tailwind 3.x. Should work with lower versions of Tailwind CSS as well.
    4
    
                  
    5
    STEP 1: Add the following custom CSS:
  3. flutter_blog flutter_blog Public

    C++

  4. gradx gradx Public

    Blade

  5. roots/docs roots/docs Public

    📝 Documentation for Roots projects

    168 184

  6. How To Work With Multiple Github Acc... How To Work With Multiple Github Accounts on your PC
    1
    # How To Work With Multiple Github Accounts on a single Machine
    2
    
                  
    3
    Let suppose I have two github accounts, **https:/<span></span>/github.com<span></span>/rahul-office** and **https:/<span></span>/github.com<span></span>/rahul-personal**. Now i want to setup my mac to easily talk to both the github accounts.
    4
    
                  
    5
    > NOTE: This logic can be extended to more than two accounts also. :)