Trending repository
A Cloud Native traffic orchestration system
-
Updated
Aug 15, 2021 - Go
{{ message }}
A Cloud Native traffic orchestration system
PowerShell for every system!
Your favorite open source projects and the developers who make them happen. Listen in!
阿里云盘(https://www.aliyundrive.com/) 的webdav协议开源实现
The Refactoring library based off the Refactoring book by Martin Fowler
Open source projects built in or receiving significant contributions from India :india:
Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix & prevent known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.
Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.
83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.
Here is a list of links that return 404
https://apility.io/apidocs/
http://developer.linkedin.com/docs/rest-api
https://sentim-api.herokuapp.com/ works
https://quarantine.country/coronavirus/api/ works
https://blog.mugenmonkey.com/2017/09/10/ds3-api.html
https://developer.walmartlabs.com/docs
https://taylor.rest
Please feel free to add more broken links when you find t
Command-line program to download videos from YouTube.com and other video sites
RPCs that return detailed information about mempool entries (e.g. getmempoolentry and getrawmempool(verbose=True) include the fields fee, modifiedfee, descendantfees, and ancestorfees which were marked as "DEPRECATED" and replaced with a fees object field in #12240 (since v0.17).
We should remove these fields, but first, properly deprecate them using -deprecatedrpc.
Describe the solution you'd like
It'd be nice to actually apply the security framework when building.
Describe alternatives you've considered
Ignoring security problems won't help.
Python - 100天从新手到大师
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.
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, wav2lip, picture repair, image editing, photo2cartoon, image style transfer, and so on.
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
A list of cool features of Git and GitHub.
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
Most of the functions from
statedb.goperform a no-operation (no-op) when an error is encountered. The problem is, that these functions don't have any context of whether previous calls failed or not. For example, bothGetCodeHashandGetNoncerequire the account to exist before returning the value.Solution:
Introduce a
stateErr errorfield on theKeeperand return early on every