Skip to content
View dillionverma's full-sized avatar

Organizations

@TinySamosas @ricepay
Block or Report

Block or report dillionverma

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. valuemaxtheory.com valuemaxtheory.com Public

    A theory about how to have a successful life and business.

    MDX 7

  2. llm.report llm.report Public

    📊 llm.report is an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.

    TypeScript 830 65

  3. cs246-exam-review cs246-exam-review Public

    CS246 (Object-Oriented Programming) course exam review notes for University of Waterloo 🎓

    C++ 22 2

  4. cs350-exam-review cs350-exam-review Public

    CS350 (Operating Systems) course exam review notes for University of Waterloo 🎓

    22 2

  5. Apple Pay Button - How to make an Ap... Apple Pay Button - How to make an Apple Pay button using React + NextJS + Typescript + Tailwindcss
    1
    // components/ApplePayButton.tsx
    2
    import { buttonVariants } from "@/components/ui/button";
    3
    import { cn, hasApplePay } from "@/lib/utils";
    4
    import { Icons } from "@/components/icons";
    5
    import Link from "next/link";