Skip to content
View adityabhaskar's full-sized avatar
👣
à pied
👣
à pied

Organizations

@oorjalabs
Block or Report

Block or report adityabhaskar

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. Gradle-dependency-graphs Gradle-dependency-graphs Public

    Visual dependency graphs for Gradle modules

    Kotlin 8 1

  2. oorjalabs/newtab-pastel oorjalabs/newtab-pastel Public

    Forked from williamyeny/pastel-tab

    view a new pastel color every time you open a new tab

    JavaScript 4

  3. oorjalabs/QuickAccessDevSettings oorjalabs/QuickAccessDevSettings Public

    Quickly access developer settings

    Kotlin 1

  4. Basic centred webpage css Basic centred webpage css
    1
    body {
    2
        /* content width is 2x 350px */
    3
        margin: auto calc(50% - 350px);
    4
        color: rgba(0, 0, 0, .8);
    5
        font-size: 16px;