Hi!
[iterum](https://github.com/xgbuils/iterum) has useful methods to build generators based on other generators and it takes advantage of the lazy properties of these.
Thanks.
Closes#543
`jscpd` is a tool for detect copy/paste in programming code. Supports different languages like javascript, coffeescript, java, typescript, css, less, html, etc. As report `jscpd` use console output, json and xml/html formats. Also `jscpd` can show authors of duplication based on `git blame` report.
Homepage: https://github.com/kucherenko/jscpdCloses#541
WebdriverIO is a serious framework for automated testing based on WebDriver protocol. it provides own test-runner, reporters, services, plugins, sync/async API, eventhandling, multiremoting and powerfull debugging
Closes#539
Well-formatted and improved trace system calls and signals (when the debugger does not help).
```ctrace``` are indispensable in the following cases
- Debugging complex performance issues or not identified unhandled errors and exceptions in own code or someone else's code
- Learning OS kernel
Closes#519
Added security section: The importance of having developers embrace security is growing, and I believe every (awesome) list of this nature should have a security section enumerating security tools.
Added snyk: I kicked off the section with snyk, which holds your hand through finding vulnerable npm dependencies and fixing them through guided upgrades or patches, as well as adding that to your build so you don't accidentally add vulnerable dependencies later on.
It's worth noting that while Snyk is a company, the client & vulnerability DB is open source (https://github.com/Snyk/vulndb), and the testing & patching functionality is forever free.
Full disclosure: I'm a part of the Snyk team, on a mission to help make open source more secure! ;)
Closes#491