Skip to content
View R-Anurag's full-sized avatar

Highlights

  • Pro

Block or report R-Anurag

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 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
R-Anurag/README.MD

Profile views

I am Typing SVG
#!/usr/bin/python
# -*- coding: utf-8 -*-

class DeveloperProfile:

    def __init__(self):
        self.name = "Anurag Rai"
        self.role = "Student | BMSIT&M 27 | CSE"
        self.location = "Bengaluru, Karnataka, India"
        self.mailId = "raianurag3189@gmail.com"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = DeveloperProfile()
me.say_hi()

Connect with me:

r-anurag r-anurag r-anurag

Profile Stats:

Anurag's GitHub Stats R-Anurag

Pinned Loading

  1. Pathfinding-Visualizer Pathfinding-Visualizer Public

    Interactive Visualization of Pathfinding Algorithms (BFS, DFS, Bellman-Ford, Dijkstra, A*) on Bangalore’s Road Network.

    Python 2 2

  2. Audiobook-Android-App Audiobook-Android-App Public

    An elegant KivyMD audiobook player for offline listening — simple, smooth, and feature-complete

    Python

  3. AR-Aerodynamics-Simulator AR-Aerodynamics-Simulator Public

    AR app with Unity & Vuforia to explore 3D bird models and visualize aerodynamic forces

    ShaderLab

  4. Networked-TicTacToe Networked-TicTacToe Public

    Multiplayer Tic Tac Toe in Java — Swing GUI + Socket Programming (Client–Server Architecture)

    Java

  5. Cafeteria-Meal-Classifier Cafeteria-Meal-Classifier Public

    AI-powered cafeteria companion: Know your meals, track your calories, balance your lifestyle

    Jupyter Notebook

  6. Gmail-Gemini-Extension Gmail-Gemini-Extension Public

    Lightweight Gmail extension for AI-assisted email replies.

    JavaScript