Skip to content
View amarjupalli's full-sized avatar

Block or report amarjupalli

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chrome-synced-tabs-viewer chrome-synced-tabs-viewer Public

    An extension to see all my Chrome open tabs across all my connected devices

    JavaScript

  2. gitify gitify Public

    Forked from gitify-app/gitify

    GitHub Notifications on your desktop.

    JavaScript 1

  3. hooks hooks Public

    JavaScript 1

  4. itsy-bitsy-data-structures itsy-bitsy-data-structures Public

    Forked from jamiebuilds/itsy-bitsy-data-structures

    🏰 All the things you didn't know you wanted to know about data structures

    JavaScript 1

  5. C++ implementation of tarjan's algor... C++ implementation of tarjan's algorithm for finding Strongly connected components
    1
    typedef vector<int> vi;
    2
    typedef vector<vi> vvi;
    3
    #define pb push_back
    4
    #define MAX 100005
    5
    // C++ implementation of tarjan's algorithm for SCC
  6. fotingo fotingo Public

    Forked from tagoro9/fotingo

    A CLI to ease the interaction between git, github and jira when working on tasks.

    TypeScript 1