Skip to content
View redcpp's full-sized avatar

Block or report redcpp

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. algorand-ipfs-js algorand-ipfs-js Public

    Algorand and IPFS for secure file sharing

    JavaScript 14 5

  2. vcfplotein vcfplotein Public

    A web application to facilitate the clinical interpretation of genetic and genomic variants from exome sequencing projects

    CSS 9

  3. Competitive-Programming Competitive-Programming Public

    Competitive programming solutions for various websites and competitions.

    Jupyter Notebook

  4. diegosaid diegosaid Public

    Personal portfolio for Diego Said — React + Vite + Tailwind + GSAP, deployed on Cloudflare Pages.

    TypeScript

  5. universidades-nuxt universidades-nuxt Public

    Searchable directory of 3,467 universities and 27,798 degree programs in Mexico. Nuxt 3 SSG with client-side fuzzy search, deployed to Cloudflare's edge.

    TypeScript

  6. GPTConversationManager.py GPTConversationManager.py
    1
    import openai
    2
    import pinecone
    3
    from sentence_transformers import SentenceTransformer
    4
    
                  
    5
    class GPTConversationManager: