Skip to content
View diragb's full-sized avatar

Highlights

  • Pro

Organizations

@open-reply @jessyhq @gdsctiips @amoapp
Block or Report

Block or report diragb

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
diragb/README.md

Pinned

  1. solid-custom-scrollbars solid-custom-scrollbars Public

    Custom Scrollbars for Solid

    TypeScript 26 1

  2. solid-custom-navigation solid-custom-navigation Public

    Custom navigations for Solid written in Typescript. Implement custom page transition logic and ✨ animations ✨

    TypeScript 8

  3. solid-outside-click-handler solid-outside-click-handler Public

    Detect and handle clicks outside a Solid component.

    TypeScript 4

  4. connected connected Public

    connected uses 3d-force-graph to map out the connections between my friends, and the friends of my friends. the dataset was acquired through web scraping using a python + selenium script.

    HTML 1

  5. prepkarona prepkarona Public

    Prepkarona is a simple website designed to give short and simple information about SARS-CoV-II to the layman in India, in over 10+ Indian languages.

    JavaScript 1

  6. Quick scraper for Instagram profiles. Quick scraper for Instagram profiles.
    1
    const getInstagramHeaders = async () => {
    2
        const options = {
    3
            method: 'GET',
    4
            credentials: 'same-origin',
    5
        }