Skip to content
View arindam-codes's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report arindam-codes

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


🎯 Research Interests

◈ Stochastic Calculus & Randomness
◈ Probability Theory (Measure-Theoretic Depth)
◈ Quantitative Finance & Market Microstructure
◈ Mathematical Intuition as a Way of Seeing
◈ Computational Systems & Infrastructure
◈ Research & SaaS


🔬 Projects: Theory → Implementation

🧠 Mathematical & Quantitative Projects

📈 knapsack portfolio optimization python

Greedy algorithm for constrained portfolio selection. Models the 0/1 knapsack problem applied to stocks under budget constraints.

Tech Stack: Python • Algorithms • Optimization

🎯 Freelancer's Dilemma Solver

Decision engine for optimal job selection under time, cost and value constraints. Real-world optimization modeled computationally.

Tech Stack: Python • Decision Systems • Constraint Modeling

🔢 General Root Finder

Numerical methods engine implementing bisection method. Mathematics becoming executable code.

Tech Stack: Python • Numerical Methods • Computational Math

📐 Law of Sines Visualizer

Interactive computational geometry system. Built to understand trigonometric relationships dynamically — not just calculate them.

Tech Stack: Python • Geometry • Mathematical Visualization

⏱️ DayFlow discord rich presence python

Time-based state machine mapping real-world activity to Discord presence. Systems thinking applied to daily life.

Tech Stack: Python • State Machines • Automation

🎬 Roblox Cinematic System

~900 lines of client-server Luau. Event-driven architecture. Key realization: systems can communicate, not just compute.

Tech Stack: Luau • Systems Architecture • Real-Time

🧩 Systems & Computational Learning

📚 Systems Learning Log

Structured public documentation of learning across mathematics, physics, and computation. MIT OCW curriculum — Calculus, Linear Algebra, Probability, Programming.

Tech Stack: MIT OCW • Mathematics • Building in Public

⚛️ Computational Physics

Classical mechanics simulated through code. Understanding physics by building it — not just calculating it.

Tech Stack: Python • Physics Simulation • Classical Mechanics

📦 Additional Work

🎓 CS50

🐼 Pandas Practice

💡 MicroPython Labs

🎮 Roblox Scripting


📡 Systems Learning Index — MIT Curriculum

mindmap
  root((Quant Systems Journey))
    
    Semester 1
      Calculus I
      Programming II
      Discrete Math
      Physics I
    
    Semester 2
      Calculus II
      Physics II
      Linear Algebra
      Algorithms
    
    Semester 3
      Probability_Stats
      Software Construction
      Advanced Algorithms
      Elective
    
    Semester 4
      Computer Systems
      Statistical Data Analysis
      Dynamical Systems
      Statistics_Comp_App
    
    Semester 5
      Machine Learning
      Database Systems
      Optimization Methods
      Elective
    
    Semester 6
      Adv Electives

    Semester 7_8
      Stochastic Processes
      Quant Finance Theory
      Research
Loading

⚡ Implementation Philosophy

The same ideas I study mathematically, I try to make run in real environments.

flowchart TD
    A[Mathematical Theory] --> B[Algorithm Design]
    B --> C[Code Implementation]
    C --> D[Simulation]
    D --> E[Real Environment]
    E -.->|Feedback Loop| A
Loading

🛠️ Tech Stack

PythonNumPyPandasSciPyMatplotlib HTMLCSSJSCC++ LinuxGitLuaLuau VSCodeJupyterSpyder

Snake animation



Pinned Loading

  1. systems-learning-log systems-learning-log Public

    A structured learning portfolio covering systems, computational physics, mathematics, and programming through projects and simulations.

    6

  2. DayFlow-discord-rich-presence-python DayFlow-discord-rich-presence-python Public

    A beginner-built, time-driven state machine that syncs my daily routine to Discord Rich Presence.

    Python 8

  3. knapsack-portfolio-optimization-python knapsack-portfolio-optimization-python Public

    0/1 Knapsack problem implementation using greedy algorithms for stock portfolio optimization (MIT 6.100B)

    Python 2

  4. Single-Variable-Calculus Single-Variable-Calculus Public

    single variable calculus learning repository with problem solvings | Functions and Models | Limits and Derivatives | Derivatives of Polynomial and Exponential Functions | Integration | Application …

    4

  5. freelances-dillemna freelances-dillemna Public

    Python 2

  6. roblox-scripting-practices roblox-scripting-practices Public

    Luau 6