Skip to content

Instantly share code, notes, and snippets.

View meetkool's full-sized avatar
💭
I may be slow to respond. but i do

Meet Bhanushali meetkool

💭
I may be slow to respond. but i do
View GitHub Profile
@meetkool
meetkool / untitled-post.md
Created May 10, 2026 20:06
[BLOG] Untitled Post PS C:\Users\Lenovo\project\l2h_backend> netstat -ano | findstr :5000 TCP 0.0.0.0:5000
Error in user YAML: (<unknown>): did not find expected hexdecimal number while parsing a quoted scalar at line 3 column 10
---
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"
---
@meetkool
meetkool / untitled-post.md
Created May 10, 2026 12:54
[BLOG] Untitled Post i cannot start dsa i feel this u have be practical and scold me like dr 1. i feel dsa is hard 2. D
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
blog
quick-post
privacy public
@meetkool
meetkool / prompt-for-code-revice-ok.md
Created April 14, 2026 22:00
[BLOG] prompt for code revice ok use this git log -p --pretty=format:"COMMIT: %H%nAUTHOR: %an%nDATE: %ad%nMESSAGE: %s%n" Do a git dif
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
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?

@meetkool
meetkool / prompt.md
Created March 13, 2026 12:27
[BLOG] prompt implimne this plan that i have give you fulllly and give it to me and also think like ur a codeforce
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
blog
quick-post
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

@meetkool
meetkool / cnt-no-of-elements-in-the-linkedlist.md
Last active February 21, 2026 06:24
[BLOG] cnt no of elements in the linkedlist
title cnt no of elements in the linkedlist
date 2026-02-21
excerpt ```
tags [blog,quick-post]
privacy public
@meetkool
meetkool / untitled-post.md
Created February 21, 2026 06:10
[BLOG] Untitled Post ``` #include <bits/stdc++.h> using namespace std; struct Node { int data; Node* next; N

title: "Untitled Post" date: "2026-02-21" excerpt: "``` #include <bits/stdc++.h> using namespace std; struct Node { int data; Node* next;