Day 4/100 -#100DaysOfCode Getting a job in 5 months 1. Today I had a idea and worked for 12 hrs straight Implimented :- 1. Google and GitHub auth 2. Postgress intrigation 3. Admin page with realtime chat socket.io -3 LC ques #buildinpublic #CPP #DSA #LeetCode

MEETBHANUS61087's tweet image. Day 4/100 -#100DaysOfCode Getting a job in 5 months

1. Today I had a idea and worked for 12 hrs straight 
Implimented :- 
1. Google and GitHub  auth 
2. Postgress intrigation 
3. Admin page with realtime chat socket.io
-3 LC ques
#buildinpublic #CPP #DSA #LeetCode

DAY 83 🚀 LeetCode Win! ✅ Solved Divide Two Integers in C++ 💡 No *, /, or % — just pure bit shifts & subtraction! 🧠 Mastered efficient division logic + edge case handling ⚡ Precision, speed, and logic all in sync! #LeetCode #100DaysOfCode #CPP #Coding #BitManipulation

AIDev_Sumit's tweet image. DAY 83 🚀 LeetCode Win!
✅ Solved Divide Two Integers in C++
💡 No *, /, or % — just pure bit shifts & subtraction!
🧠 Mastered efficient division logic + edge case handling
⚡ Precision, speed, and logic all in sync!
#LeetCode #100DaysOfCode #CPP #Coding #BitManipulation

#Day15 🚀 (Lecture 22) — Binary Search unlocked 🧭 Why scan linearly when you can slice smartly? 😎💻 #Cpp #DSA #180DaysHardDSAChallenge @rohit_negi9

SanjayP42598824's tweet image. #Day15 🚀 (Lecture 22) — Binary Search unlocked 🧭
Why scan linearly when you can slice smartly? 😎💻 #Cpp #DSA #180DaysHardDSAChallenge

@rohit_negi9

my linked list is straight vibin with 904160 904160. infinite loop glitch! 😭 Still I'll not do chatgpt 😤 #programming #cpp #linkedlist #codingstruggle #coding

vaishnavidotdev's tweet image. my linked list is straight vibin with 904160 904160. infinite loop glitch! 😭  Still I'll not do chatgpt 😤
#programming #cpp #linkedlist  #codingstruggle  #coding

#100DaysOfCode — Day 61 -Done 1 problem on Leetcode, just to maintain streak -Travelling #webdeveloper #cpp #leetcode #buildinpublic #javascript #github

sashikantsingh_'s tweet image. #100DaysOfCode — Day 61
-Done 1 problem on Leetcode, just to maintain streak
-Travelling
 #webdeveloper #cpp #leetcode #buildinpublic #javascript #github

Day 23 : Merge Strings Alternately Approach: Two pointers → alternate pick → append → done ⚙️ Some problems aren’t tough, just need a clear flow 😌 #LeetCode #CPP #Developer #DevJourney

AnchalGupta009's tweet image. Day 23 : Merge Strings Alternately 
Approach: Two pointers → alternate pick → append → done ⚙️
Some problems aren’t tough, just need a clear flow 😌
#LeetCode #CPP #Developer #DevJourney

I forgot I added a boat #raylib #cpp #indiedev


بررسی سورس کد بازی GTA 3 بازی برای ۲۴ سال پیشه ! هنوز هم یکی از شاهکارای مهندسی حساب میشه ! سطح بهینه سازی برای اجرای بازی روی 32 مگابایت حافظه PS2 واقعا پشم ریزونه ... بیاید ببینیم راک استار چی پخته بوده واسمون youtube.com/watch?v=INWWQd… #code_review #gta #cpp #devdrug

rouzbehsbz_'s tweet image. بررسی سورس کد بازی GTA 3

بازی برای ۲۴ سال پیشه !  هنوز هم یکی از شاهکارای مهندسی حساب میشه ! سطح بهینه سازی برای اجرای بازی روی 32 مگابایت حافظه PS2 واقعا پشم ریزونه ... بیاید ببینیم راک استار چی پخته بوده واسمون

youtube.com/watch?v=INWWQd…

#code_review
#gta
#cpp
#devdrug

“We who suffer from #chronicpain know that it is a disability. Invisible and destructive. We live in the knowledge that pain is disabling. We just wish doctors were as aware of the ongoing relentless #disability called pain.” Pain is a disability buff.ly/39kwr9J #cpp

APainPrincess's tweet image. “We who suffer from #chronicpain know that it is a disability. Invisible and destructive. We live in the knowledge that pain is disabling. We just wish doctors were as aware of the ongoing relentless #disability called pain.” Pain is a disability buff.ly/39kwr9J #cpp

بررسی سورس کد بازی World of Warcraft گیمپلی اعتیادآور، داستان فوق العاده، به معنی واقعی یک جهان فانتزی آنلاین. شاهکار بلیزارد، بازی WoW. بیاید ببینیم پشت این پیچیدگی زیاد چه دیزاین ها و تصمیمای مهندسی زیبایی گرفته شده. youtube.com/watch?v=akdOfW… #code_review #wow #cpp #devdrug

rouzbehsbz_'s tweet image. بررسی سورس کد بازی World of Warcraft

گیمپلی اعتیادآور، داستان فوق العاده، به معنی واقعی یک جهان فانتزی آنلاین. شاهکار بلیزارد، بازی WoW. بیاید ببینیم پشت این پیچیدگی زیاد چه دیزاین ها و تصمیمای مهندسی زیبایی گرفته شده.

youtube.com/watch?v=akdOfW…

#code_review
#wow
#cpp
#devdrug

#working hardly #CPP cast film machine #Working power supply: 380v,50hz, three-phase four-wire


Day 69 of #100DaysOfCode Solved : Linked List Cycle (141) Today I learned a new concept — Floyd’s Cycle Detection Algorithm, also known as the Tortoise & Hare Algorithm. Implemented hasCycle() using two pointers: - slow → moves 1 step - fast → moves 2 steps #LeetCode #CPP #DSA

pallavicodes's tweet image. Day 69 of #100DaysOfCode 
Solved : Linked List Cycle (141)
Today I learned a new concept — Floyd’s Cycle Detection Algorithm, also known as the Tortoise & Hare Algorithm.
Implemented hasCycle() using two pointers:
- slow → moves 1 step
- fast → moves 2 steps
#LeetCode #CPP #DSA

DAY 82 ✅ Solved Zigzag Conversion in C++ 💯 1157/1157 test cases passed ⏱ Runtime: 0ms (beats 100%!) 💾 Memory: 14.04MB (beats 52.98%) Feeling like a coding ninja today! ⚡👨‍💻 #LeetCode #100DaysOfCode #CPP #CodingWin #Algorithm

AIDev_Sumit's tweet image. DAY 82
✅ Solved Zigzag Conversion in C++
💯 1157/1157 test cases passed
⏱ Runtime: 0ms (beats 100%!)
💾 Memory: 14.04MB (beats 52.98%)

Feeling like a coding ninja today! ⚡👨‍💻
#LeetCode #100DaysOfCode #CPP #CodingWin #Algorithm

My chibi bunny goes trick-or-treating 🎃🐰💫 Made with Wan2.5 on @lovart_ai . A little Halloween adventure full of candy & chaos 🐈‍⬛👻! #LCP #CPP #LovartAI #DesignWithLovart #CreateWithLovart #Halloween2025


日本語でプロンプト打つと、3年前くらいの、AIっぽさが出て好きなんですよね。味があるっていうんだろうか。 この動画は #PolloAI のVidu Q2で生成しました。 #CPP


DAY 84 🚀 LeetCode Win! ✅ Problem: Strictly Palindromic Number 💯 All 67 test cases passed ⚡ Runtime: 0ms (beats 100%) 🧠 Memory: 7.73 MB (beats 56.5%) Sometimes the simplest solution is the smartest — just return false 😄 #LeetCode #100DaysOfCode #CPP #CodingJourney

AIDev_Sumit's tweet image. DAY 84
🚀 LeetCode Win!
✅ Problem: Strictly Palindromic Number
💯 All 67 test cases passed
⚡ Runtime: 0ms (beats 100%)
🧠 Memory: 7.73 MB (beats 56.5%)

Sometimes the simplest solution is the smartest — just return false 😄
#LeetCode #100DaysOfCode #CPP #CodingJourney

Day 21: Valid Palindrome 🔁 Approach: Two pointers + clean checks ✅ Skip non-alphanumeric, compare both ends simple yet sharp ⚡ Just like code, life feels better when you remove the extra characters ✨ #LeetCode #CPP #CodingLife #Developer

AnchalGupta009's tweet image. Day 21: Valid Palindrome 🔁
Approach: Two pointers + clean checks ✅
Skip non-alphanumeric, compare both ends simple yet sharp ⚡
Just like code, life feels better when you remove the extra characters ✨
#LeetCode #CPP #CodingLife #Developer

#CppPollOfToday: Which C++ Standards do you currently use in your projects? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp


🆕 on the #Cpp Release Radar! 🎉 google/protobuf: v33.0 👉 Download and details here: 🔗 github.com/protocolbuffer…


🆕 on the #Cpp conference video radar: 🎦 from MeetingCpp: 📺 Using C++ to implement a color choosing panel in Qt 🔗 youtube.com/watch?v=kc3hNr…

SwedenCpp's tweet card. Using C++ to implement a color choosing panel in Qt

youtube.com

YouTube

Using C++ to implement a color choosing panel in Qt


Day 24: Merge Sorted Array 💻 Approach: Two pointers from start, compare → push smaller → move ahead 🚀 Mastering the basics sharpens your logic for bigger problems 🔥 #LeetCode #CPP #ProblemSolving #Developer

AnchalGupta009's tweet image. Day 24:  Merge Sorted Array 💻
Approach: Two pointers from start, compare → push smaller → move ahead 🚀
Mastering the basics sharpens your logic for bigger problems 🔥
#LeetCode #CPP #ProblemSolving #Developer

Day 27 ✅ 3rd day with recursion 🔁 Learning how each call is just a smaller problem of the same kind! 💡 Tip: Always define your base case first! #100DaysOfCode #Recursion #CPP #CodingJourney


tysvm 💐 for helping Silver. #birds #cpp

Well, it appears I’ve gotten myself into another fine pickle.🥹 A week ago, Silver was hobbling around Herald Square barely able to use his feet, invisible to the crowd flowing over him. Today he’s the center of attention, getting a fresh foot wrap. 📷: @michelletalich

wildbirdfund's tweet image. Well, it appears I’ve gotten myself into another fine pickle.🥹

A week ago, Silver was hobbling around Herald Square barely able to use his feet, invisible to the crowd flowing over him. Today he’s the center of attention, getting a fresh foot wrap.

📷: @michelletalich


That's your choice, I respect that; it's unfortunate you can't respect my choice. FYI, 1 dose of Narcan is often not enough. It causes me to wonder where you're hanging out that you're coming across multiple fentanyl poisonings. It sounds a bit like you have a hero complex. #CPP


DAY 84 🚀 LeetCode Win! ✅ Problem: Strictly Palindromic Number 💯 All 67 test cases passed ⚡ Runtime: 0ms (beats 100%) 🧠 Memory: 7.73 MB (beats 56.5%) Sometimes the simplest solution is the smartest — just return false 😄 #LeetCode #100DaysOfCode #CPP #CodingJourney

AIDev_Sumit's tweet image. DAY 84
🚀 LeetCode Win!
✅ Problem: Strictly Palindromic Number
💯 All 67 test cases passed
⚡ Runtime: 0ms (beats 100%)
🧠 Memory: 7.73 MB (beats 56.5%)

Sometimes the simplest solution is the smartest — just return false 😄
#LeetCode #100DaysOfCode #CPP #CodingJourney

Day 4/100 -#100DaysOfCode Getting a job in 5 months 1. Today I had a idea and worked for 12 hrs straight Implimented :- 1. Google and GitHub auth 2. Postgress intrigation 3. Admin page with realtime chat socket.io -3 LC ques #buildinpublic #CPP #DSA #LeetCode

MEETBHANUS61087's tweet image. Day 4/100 -#100DaysOfCode Getting a job in 5 months

1. Today I had a idea and worked for 12 hrs straight 
Implimented :- 
1. Google and GitHub  auth 
2. Postgress intrigation 
3. Admin page with realtime chat socket.io
-3 LC ques
#buildinpublic #CPP #DSA #LeetCode

C++ Insights - Episode 67: C++23: Why if consteval can make your code better In this episode, you'll learn how C++23's if consteval helps you avoiding mistakes. youtu.be/9bHSiqXZhFI #cppinsights #cpp #cpp23

Andreas__Fertig's tweet card. C++ Insights - Episode 67: C++23: Why if consteval can make your code...

youtube.com

YouTube

C++ Insights - Episode 67: C++23: Why if consteval can make your code...


Grinding never stops ⚡ 📝 Paper to 💻 Code ➝ ✅ Accepted! Day 5 & 6 locked in 🚀 #LeetCode #CPP #CodingLife

AnchalGupta009's tweet image. Grinding never stops ⚡
📝 Paper to 💻 Code ➝ ✅ Accepted!
Day 5 & 6 locked in 🚀
#LeetCode #CPP #CodingLife

DAY 83 🚀 LeetCode Win! ✅ Solved Divide Two Integers in C++ 💡 No *, /, or % — just pure bit shifts & subtraction! 🧠 Mastered efficient division logic + edge case handling ⚡ Precision, speed, and logic all in sync! #LeetCode #100DaysOfCode #CPP #Coding #BitManipulation

AIDev_Sumit's tweet image. DAY 83 🚀 LeetCode Win!
✅ Solved Divide Two Integers in C++
💡 No *, /, or % — just pure bit shifts & subtraction!
🧠 Mastered efficient division logic + edge case handling
⚡ Precision, speed, and logic all in sync!
#LeetCode #100DaysOfCode #CPP #Coding #BitManipulation

Day 20 — Reverse String 🔁 Two pointers, one elegant swap ✨ Simple logic, satisfying result 😌 Sometimes all you need… is a little reverse in life too 😅 #LeetCode #CPP #CodingLife #Developer

AnchalGupta009's tweet image. Day 20 — Reverse String 🔁
Two pointers, one elegant swap ✨
Simple logic, satisfying result 😌
Sometimes all you need… is a little reverse in life too 😅
#LeetCode #CPP #CodingLife #Developer

my linked list is straight vibin with 904160 904160. infinite loop glitch! 😭 Still I'll not do chatgpt 😤 #programming #cpp #linkedlist #codingstruggle #coding

vaishnavidotdev's tweet image. my linked list is straight vibin with 904160 904160. infinite loop glitch! 😭  Still I'll not do chatgpt 😤
#programming #cpp #linkedlist  #codingstruggle  #coding

“We who suffer from #chronicpain know that it is a disability. Invisible and destructive. We live in the knowledge that pain is disabling. We just wish doctors were as aware of the ongoing relentless #disability called pain.” Pain is a disability buff.ly/39kwr9J #cpp

APainPrincess's tweet image. “We who suffer from #chronicpain know that it is a disability. Invisible and destructive. We live in the knowledge that pain is disabling. We just wish doctors were as aware of the ongoing relentless #disability called pain.” Pain is a disability buff.ly/39kwr9J #cpp

Day 62 of #100DaysOfCode Solved LeetCode 202: Happy Number (C++) #leetcode #cpp #DSA

pallavicodes's tweet image. Day 62 of #100DaysOfCode
Solved LeetCode 202: Happy Number (C++)
#leetcode #cpp #DSA

🔥 Day 70/100 — #100DaysOfCode 💻 Solved Pascal’s Triangle II in C++ 🔺 Generated the kth row using an iterative approach, where each value = sum of adjacent elements from the previous row. A clean example of logic + optimization + precision 🧠 #LeetCode #CPP #ProblemSolving

shivam21102005's tweet image. 🔥 Day  70/100 — #100DaysOfCode

💻 Solved Pascal’s Triangle II in C++ 🔺
Generated the kth row using an iterative approach,
where each value = sum of adjacent elements from the previous row.
A clean example of logic + optimization + precision 🧠
#LeetCode #CPP #ProblemSolving

Behind every green tick is a page of chaos. Day 13 ➝ Accepted ✅ #CPP #LeetCode #CodingLife

AnchalGupta009's tweet image. Behind every green tick is a page of chaos.
Day 13 ➝ Accepted ✅
#CPP #LeetCode #CodingLife

بررسی سورس کد بازی World of Warcraft گیمپلی اعتیادآور، داستان فوق العاده، به معنی واقعی یک جهان فانتزی آنلاین. شاهکار بلیزارد، بازی WoW. بیاید ببینیم پشت این پیچیدگی زیاد چه دیزاین ها و تصمیمای مهندسی زیبایی گرفته شده. youtube.com/watch?v=akdOfW… #code_review #wow #cpp #devdrug

rouzbehsbz_'s tweet image. بررسی سورس کد بازی World of Warcraft

گیمپلی اعتیادآور، داستان فوق العاده، به معنی واقعی یک جهان فانتزی آنلاین. شاهکار بلیزارد، بازی WoW. بیاید ببینیم پشت این پیچیدگی زیاد چه دیزاین ها و تصمیمای مهندسی زیبایی گرفته شده.

youtube.com/watch?v=akdOfW…

#code_review
#wow
#cpp
#devdrug

#100DaysOfCode — Day 61 -Done 1 problem on Leetcode, just to maintain streak -Travelling #webdeveloper #cpp #leetcode #buildinpublic #javascript #github

sashikantsingh_'s tweet image. #100DaysOfCode — Day 61
-Done 1 problem on Leetcode, just to maintain streak
-Travelling
 #webdeveloper #cpp #leetcode #buildinpublic #javascript #github

Day 4: Debug. Learn. Repeat. That’s how growth looks 👨‍💻 Cracking the Longest Common Prefix problem today! Step by step, loop by loop, character by character. 🚀 #CodingLife #CPP #LeetCode #Day4

AnchalGupta009's tweet image. Day 4: Debug. Learn. Repeat. That’s how growth looks 👨‍💻
Cracking the Longest Common Prefix problem today! Step by step, loop by loop, character by character. 🚀
#CodingLife #CPP #LeetCode #Day4

Day 58 of #100DaysOfCode LeetCode 20: Valid Parentheses Use a stack to validate parentheses. Push opening ->check matching on closing -> pop. #LeetCode #cpp #dsa #100DaysOfDSA

pallavicodes's tweet image. Day 58 of #100DaysOfCode 

LeetCode 20: Valid Parentheses
Use a stack to validate parentheses.
Push opening ->check matching on closing -> pop.
#LeetCode #cpp #dsa #100DaysOfDSA

#Day15 🚀 (Lecture 22) — Binary Search unlocked 🧭 Why scan linearly when you can slice smartly? 😎💻 #Cpp #DSA #180DaysHardDSAChallenge @rohit_negi9

SanjayP42598824's tweet image. #Day15 🚀 (Lecture 22) — Binary Search unlocked 🧭
Why scan linearly when you can slice smartly? 😎💻 #Cpp #DSA #180DaysHardDSAChallenge

@rohit_negi9

Day 51 of #100DaysOfCode Solved :Maximum Number of Balloons #LeetCode #CPP #100DaysOfCode

pallavicodes's tweet image. Day 51 of #100DaysOfCode 
Solved :Maximum Number of Balloons
#LeetCode #CPP #100DaysOfCode

Day 4/100 -#100DaysOfCode Getting a job in 5 months 1. Today I had a idea and worked for 12 hrs straight Implimented :- 1. Google and GitHub auth 2. Postgress intrigation 3. Admin page with realtime chat socket.io -3 LC ques #buildinpublic #CPP #DSA #LeetCode

MEETBHANUS61087's tweet image. Day 4/100 -#100DaysOfCode Getting a job in 5 months

1. Today I had a idea and worked for 12 hrs straight 
Implimented :- 
1. Google and GitHub  auth 
2. Postgress intrigation 
3. Admin page with realtime chat socket.io
-3 LC ques
#buildinpublic #CPP #DSA #LeetCode

Valid Sudoku ✅ Day 14 ➝ Accepted ✅ Peace of mind ➝ priceless 😌 #LeetCode #CPP #CodingLife #Developer #DevCommunity

AnchalGupta009's tweet image. Valid Sudoku ✅
Day 14 ➝ Accepted ✅
Peace of mind ➝ priceless 😌
#LeetCode #CPP #CodingLife #Developer  #DevCommunity

Day 49 of #100DaysOfCode Solved : (3541) Find Most Frequent Vowel and Consonant #CPP #LeetCode #DSA

pallavicodes's tweet image. Day 49 of #100DaysOfCode 
Solved : (3541) Find Most Frequent Vowel and Consonant
#CPP #LeetCode #DSA

Loading...

Something went wrong.


Something went wrong.


United States Trends