python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Fixing NPM vulnerabilities
I am following a TypeScript tutorial.
Unfortunately, the packages are outdated and I got a warning about
vulnerabilities.
I followed a bunch of suggestions from
npm check and update package if needed...

Thomas Weller
Votes: 0
Answers: 3
Extract an autonomous chunk of the dependency graph of a huge CPP project?
Consider Chromium codebase. It's huge, around 4gb of pure code, if I'm not mistaken. But however humongous it may be, it's still modular in its nature. And it implements a lot of interesting features ...
winwin
Votes: 0
Answers: 1
How to sort and chunk a dependency tree of actions, so you can batch as many actions as possible together at each step?
Say you have a bunch of actions for creating/inserting records into a bunch of different database tables. You have some records which can be inserted without any dependency on the output of any other ...

Lance
Votes: 0
Answers: 2
How to get maven dependency tree programmatically
want to print maven dependency tree (all the dependencies including transitive dependencies) programmatically by just reading pom.xml file without connecting to remote repository.
Janki
Votes: 0
Answers: 3