Trending repository
-
Updated
Jun 30, 2021 - JavaScript
{{ message }}
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Your favorite open source projects and the developers who make them happen. Listen in!
12 Weeks, 24 Lessons, IoT for All!
Short JavaScript code snippets for all your development needs
November 01, 2021 - December 01, 2021 • Online
JavaScript Style Guide
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
不知名大佬备份
A set of best practices for JavaScript projects
专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Handy commands to run in Go projects
Unofficial implementation of Alias-Free Generative Adversarial Networks. (https://arxiv.org/abs/2106.12423) in PyTorch
Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
E-Commerce App built in flutter
Command-line program to download videos from YouTube.com and other video sites
The Magic Mask for Android
Godot Engine – Multi-platform 2D and 3D game engine
GOAL: Incident Response Playbooks Mapped to MITRE Attack Tactics and Techniques. [Contributors Friendly]
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').
Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.