- 🌱 Learning: Trying to make C++, Python, and AI understand me so far, Python seems to be the only one listening.
- 👨💻 Projects: I write code. Sometimes, it even works.
- 📝 Articles: I write about tech, AI, and programming so engaging that even my compiler reads them without errors. 👉 Check them out on My Substack via Linktree.

Focusing
✪ Mr Rogue Knight | Prashant
Pinned Loading
-
-
licenses-certifications-awards
licenses-certifications-awards PublicThis repository serves as a centralized and verifiable record of my key skills, licenses, certifications, awards, and honors. It's designed to provide a clear overview of my professional qualificat…
-
Disable / Enable Internal Keyboard &...
Disable / Enable Internal Keyboard & Mouse 1@echo off
2:: Check for Administrator rights
3net session >nul 2>&1
4if %errorLevel% neq 0 (
5echo Requesting administrative privileges...
-
MATLAB implementation of Euler's met...
MATLAB implementation of Euler's method for solving a single and a system of ordinary differential equations, with visualization 1% Problem 1: Single ODE using Euler Method
23% Question:
4% Consider the initial value problem:
5% dy/dt = −2*t*y^2, y(t=0)=1
-
🔧 Ultimate Windows Optimization Guid...
🔧 Ultimate Windows Optimization Guide (Beyond CCleaner & BleachBit) 1@echo off
2title Delete Temporary Files
3echo Deleting Temporary Files...
4del /s /f /q "%USERPROFILE%\AppData\Local\Temp\*"
5del /s /f /q "C:\Windows\Temp\*"
-
MATLAB code implementing Euler's met...
MATLAB code implementing Euler's method to numerically solve a first-order ODE and a system of two coupled ODEs up to t=10, with specified initial conditions and time steps (Δt = 0.2 and 0.5, respectively). The code plots and displays the computed solutions 1%%
2% Problem 1: Linear Regression
3clc; clear;
45% (i) Data input and linear regression
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.