Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Open source documentation of Microsoft Azure
-
Updated
Nov 26, 2020 - PowerShell
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
Redux
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
-
Updated
Nov 24, 2020 - Python
Description:
React Native version:
on master
Steps To Reproduce
- run
yarn audit
Expected Results
Should output 0 vulnerabilities
Snack, code example, screenshot, or link to a repository:
N/A
GitHub Universe 2020
December 09, 2020 • Virtual
-
Updated
Nov 25, 2020 - Python
A collection of JavaScript modern interview code challenges for beginners to experts
-
Updated
Nov 25, 2020
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
Automation to configure a Raspberry Pi as a USB OTG webcam
-
Updated
Nov 23, 2020
Template Makefile for ML projects in Python.
-
Updated
Nov 24, 2020 - Python
Modern HTML Starter Template
-
Updated
Nov 25, 2020 - HTML
a recon tool that allows searching on URLs that are exposed via shortener services
-
Updated
Nov 26, 2020 - Go
loadimpact / k6
K6 http.post method isn't correctly encoding a list of values assigned to a key in an object.
const form_data = {
comment: "Hello world!",
topping: [
'onion',
'bacon',
'cheese'
]
};The simplest way to see this is to run the sample at
https://github.com/loadimpact/k6/blob/master/samples/html_form_post.js and note that it fails.
A comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
-
Updated
Nov 25, 2020 - C++
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
Updated
Nov 25, 2020 - Rust
后端架构师技术图谱
-
Updated
Aug 25, 2020
My experiments in weaponizing Nim (https://nim-lang.org/)
-
Updated
Nov 25, 2020 - Nim
Burpsuite Extension to bypass 403 restricted directory
-
Updated
Nov 23, 2020 - Python
Hazel Engine
-
Updated
Nov 23, 2020 - C++
Collection of malware source code for a variety of platforms in an array of different programming languages.
-
Updated
Nov 25, 2020 - Assembly
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
Search Terms
Suggestion
When inputing code:
type SomeType<T> = T extends [infer X,infer Y]?any:any;When you typing at X, the current completion list is a list of existing types, for example XMLDocument.
In vscode, when you typed X it is very easy mistakenly accept the wrong suggestion.(The setting "editor.acceptSuggestionOnCommitCharacter" default is true).
I t
- I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Right now (at least if you use multiple) Autocomplete/useAutocomplete the value that comes back in onChange is always the raw option data. i.e. If you use options=[{value: 'a', label: 'A'}, {value: 'b', label: 'B'}] and select the
Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai
-
Updated
Nov 24, 2020 - Python
A complete computer science study plan to become a software engineer.
-
Updated
Nov 24, 2020
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
-
Updated
Nov 24, 2020 - HTML
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.



As discussed at TheAlgorithms/Python#3934 (comment)
There's also
greedy_knapsackin thegreedy_methoddirectory.Proposal:
imagesandgreedy_methoddirectory.greedy_knapsacktoknapsackdirectory as there are multiple variations for the knapsack problem according to [Wikipedia](https://en.wikipedia.org/wiki/Knapsack_problem#