Skip to content
View devxMani's full-sized avatar
:shipit:
Beyond.
:shipit:
Beyond.

Block or report devxMani

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
devxMani/README.md

Hi there I'm Mani

-- ~/whoami

local mani = {
  solving = "Intelligence",
  location = "milkyway",
  languages = { "python", "ts", "rust", "c++" },
  site = "https://devxmani.tech",
  x = "https://x.com/devxMani",
}

Pinned Loading

  1. Niketkumardheeryan/ML-CaPsule Niketkumardheeryan/ML-CaPsule Public

    ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many…

    Jupyter Notebook 664 707

  2. mdazfar2/Ezyshop mdazfar2/Ezyshop Public

    EzyShop is a user-friendly platform that connects you to local stores, offering a seamless shopping experience. 🛒

    TypeScript 148 191

  3. UTSAVS26/PyVerse UTSAVS26/PyVerse Public

    PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.

    Jupyter Notebook 197 322

  4. inference engine comp inference engine comp
    1
    from dataclasses import dataclass
    2
    from collections import deque
    3
    from typing import Deque, List
    4
    import time
    5
    @dataclass(slots=True)
  5. realtime voice runtime realtime voice runtime
    1
    from asyncio import Event
    2
    class BargeInController:
    3
    
                  
    4
        def __init__(self):
    5
            self.interrupt_event = Event()
  6. aditya-bhaumik/Pathsphere aditya-bhaumik/Pathsphere Public

    PathSphere is a comprehensive platform designed to connect students with scholarship opportunities and educators with job openings. It features dynamic search tools and community discussions to enh…

    HTML 102 227