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

Block or report uchitwai

Report abuse

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

Report abuse

Pinned Loading

  1. crypto-math crypto-math Public

    Forked from senk8/crypto-math

    full-scratch implementation of an algebraic structure for cryptology.

    Python 1

  2. ai-chatbot ai-chatbot Public template

    Forked from iuzn/ai-chatbot

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

    TypeScript 1

  3. next.js next.js Public

    Forked from vercel/next.js

    The React Framework

    JavaScript 1

  4. nvm nvm Public

    Forked from nvm-sh/nvm

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

    Shell 1

  5. faceswap faceswap Public

    Forked from deepfakes/faceswap

    Deepfakes Software For All

    Python 1

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