awesome_stackoverflow
github.com/dangsonbk/awesome_stackoverflow ↗List of awesome stackoverflow questions
2
GitHub Stars
46
Curated Resources
4
Categories
22 hours ago
Last Refreshed
C/C++PythonJavaScriptUncategory
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me c/c++ resources from awesome_stackoverflow"
Installation instructions →What's inside
C/C++
- Can a local variable's memory be accessed outside its scope?
- Declaring variables inside loops, good practice or bad practice?
- How do I iterate over the words of a string?
- How do you set, clear, and toggle a single bit?
- How to allocate aligned memory only using the standard library?
- In what cases do I use malloc vs new?
Python
Uncategory
- GitHub satanically messing with Markdown - changes 666 to DCLXVI
changes 666 to DCLXVI
- How to sleep for five seconds in a batch file/cmd
- Is it possible to disable the network in iOS Simulator?
- What is the best comment in source code you have ever encountered? [closed]
- What is the “-->” operator in C++?
- Why does HTML think “chucknorris” is a color?
JavaScript
- How do I remove a particular element from an array in JavaScript?
- How do JavaScript closures work?
- How to check whether a string contains a substring in JavaScript?
- How to replace all occurrences of a string in JavaScript?
- What is the !! (not not) operator in JavaScript?
- Which equals operator (== vs ===) should be used in JavaScript comparisons?
Resources
- What and where are the stack and heap?
- Which algorithms/data structures should I “recognize” and know by name? [closed]
- Which hashing algorithm is best for uniqueness and speed?
- Why are elementwise additions much faster in separate loops than in a combined loop?
- Why is it faster to process a sorted array than an unsorted array?
- Why is my program slow when looping over exactly 8192 elements?
Showing a sample of 46 resources. View the full list on GitHub →