Skip to content
View aadhavr's full-sized avatar

Block or report aadhavr

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. ray_caster_engine ray_caster_engine Public

    A raycasting engine built from scratch that displays a 2D map to demonstrate the data used for calculations, alongside a 3D representation. Uses vector operations, trigonometric functions, and visu…

    Python 3

  2. neuronal_modelling_with_hh neuronal_modelling_with_hh Public

    This repository provides a Python implementation of the Hodgkin-Huxley model to simulate neuronal action potentials, focusing on the dynamics of sodium and potassium ion channels. The code includes…

    Python

  3. cli-whatsapp-client cli-whatsapp-client Public

    Anaya is a command-line application that allows you to interact with WhatsApp Web directly from your terminal. With this tool, you can send and receive WhatsApp messages seamlessly through a simple…

    JavaScript

  4. bf-interpreter bf-interpreter Public

    A lightweight Brainf*ck interpreter built to execute programs written in the minimalistic Brainf*ck language. This interpreter handles loops, memory manipulation, and basic I/O operations, providin…

    Zig

  5. mean_reverting_algo mean_reverting_algo Public

    This script implements a mean reversion strategy for a given stock. It calculates the z-scores for the stock's price and generates entry and exit signals based on predefined thresholds. The script …

    Python 3 1

  6. kip_aerocache kip_aerocache Public

    Arduino-based air quality monitor measures the concentration of particles in the air and displays the air quality level on an LCD screen. The dust sensor detects the amount of particulate matter (P…

    C++