---
title: "Untitled Post"
date: "2026-05-10"
excerpt: "PS C:\Users\Lenovo\project\l2h_backend> netstat -ano | findstr :5000
TCP 0.0.0.0:5000 "
tags: ["blog","quick-post"]
privacy: "public"
---| title | Untitled Post | ||
|---|---|---|---|
| date | 2026-05-10 | ||
| excerpt | i cannot start dsa i feel this u have be practical and scold me like dr 1. i feel dsa is hard 2. D | ||
| tags |
|
||
| privacy | public |
| title | daily system | ||
|---|---|---|---|
| date | 2026-04-28 | ||
| excerpt | https://excalidraw.com/#json=5ckVK0wlZqyD8gJgcnS-q,t9Bhm9s3dpgHDPc9Ht7nQg | ||
| tags |
|
||
| privacy | public |
https://excalidraw.com/#json=5ckVK0wlZqyD8gJgcnS-q,t9Bhm9s3dpgHDPc9Ht7nQg
---
title: "prompt for code revice ok"
date: "2026-04-14"
excerpt: "use this git log -p --pretty=format:"COMMIT: %H%nAUTHOR: %an%nDATE: %ad%nMESSAGE: %s%n" Do a git dif"
tags: ["blog","quick-post"]
privacy: "public"
---
use this git log -p --pretty=format:"COMMIT: %H%nAUTHOR: %an%nDATE: %ad%nMESSAGE: %s%n" Do a git diff to all the commits of the git and pretend you're a senior dev doing a code review and you HATE this implementation. What would you criticize? What edge cases am I missing?
| title | prompt | ||
|---|---|---|---|
| date | 2026-03-13 | ||
| excerpt | implimne this plan that i have give you fulllly and give it to me and also think like ur a codeforce | ||
| tags |
|
||
| privacy | public |
implimne this plan that i have give you fulllly and give it to me and also think like ur a codeforces granmaster so dont think like that made make the code moduler and and follow solid principle so liek me human can understand it and very easy edit it dont make it complex but make the feature extensive and production ready
title: "flutter resourcese" date: "2026-03-07" excerpt: "flutter resourcese
https://medium.com/@habib23me/master-flutter-from-beginner-to-pro-664994db8a44
" tags: ["blog","quick-post"]
| title | gold rate | ||
|---|---|---|---|
| date | 2026-03-06 | ||
| excerpt | live page https://tinyurl.com/24vr79kp code :- https://tinyurl.com/2364m9kj | ||
| tags |
|
||
| privacy | public |
| title | cnt no of elements in the linkedlist |
|---|---|
| date | 2026-02-21 |
| excerpt | ``` |
| tags | [blog,quick-post] |
| privacy | public |
title: "Untitled Post" date: "2026-02-21" excerpt: "``` #include <bits/stdc++.h> using namespace std; struct Node { int data; Node* next;