Skip to content
View haseeb5555's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report haseeb5555

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. dev-boost-starters dev-boost-starters Public

    A curated collection of production-ready starter templates designed to accelerate your development process and save weeks of setup time.

    TypeScript 28 1

  2. querylinker querylinker Public

    CLI tool for searching Google, StackOverflow, ChatGPT, and Claude.

    JavaScript 4 1

  3. react-hash-control react-hash-control Public

    A collection of React hooks for handling URL hashes. This package provides several hooks to simplify working with URL hashes in React applications.

    TypeScript 3

  4. Fair Post Distribution Algorithm Fair Post Distribution Algorithm
    1
    import { PrismaClient, Prisma, DistributionStatus, UserRole } from '@prisma/client';
    2
    
                  
    3
    const prisma = new PrismaClient();
    4
    
                  
    5
    export class PostDistributionManager {