Skip to content
View uchitwai's full-sized avatar
💭
ok
💭
ok

Block or report uchitwai

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. crypto-mathcrypto-mathPublic

    Forked from senk8/crypto-math

    full-scratch implementation of an algebraic structure for cryptology.

    Python 1 1

  2. ai-chatbotai-chatbotPublic template

    Forked from iuzn/ai-chatbot

    A full-featured, hackable Next.js AI chatbot built by Vercel Labs

    TypeScript 1 1

  3. next.jsnext.jsPublic

    Forked from vercel/next.js

    The React Framework

    JavaScript 1

  4. nvmnvmPublic

    Forked from nvm-sh/nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    Shell 1

  5. faceswapfaceswapPublic

    Forked from deepfakes/faceswap

    Deepfakes Software For All

    Python 1

  6. src⁄App.jssrc⁄App.js
    1
    importReact,{useState,useEffect}from'react';
    2
    import{Line}from'react-chartjs-2';
    3
    importaxiosfrom'axios';
    4
    5
    functionApp(){