#!/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()
- Bengaluru
- in/r-anurag
Highlights
- Pro
Pinned Loading
-
Pathfinding-Visualizer
Pathfinding-Visualizer PublicInteractive Visualization of Pathfinding Algorithms (BFS, DFS, Bellman-Ford, Dijkstra, A*) on Bangalore’s Road Network.
-
Audiobook-Android-App
Audiobook-Android-App PublicAn elegant KivyMD audiobook player for offline listening — simple, smooth, and feature-complete
Python
-
AR-Aerodynamics-Simulator
AR-Aerodynamics-Simulator PublicAR app with Unity & Vuforia to explore 3D bird models and visualize aerodynamic forces
ShaderLab
-
Networked-TicTacToe
Networked-TicTacToe PublicMultiplayer Tic Tac Toe in Java — Swing GUI + Socket Programming (Client–Server Architecture)
Java
-
Cafeteria-Meal-Classifier
Cafeteria-Meal-Classifier PublicAI-powered cafeteria companion: Know your meals, track your calories, balance your lifestyle
Jupyter Notebook
-
Gmail-Gemini-Extension
Gmail-Gemini-Extension PublicLightweight Gmail extension for AI-assisted email replies.
JavaScript
If the problem persists, check the GitHub status page or contact support.