-
Updated
Jul 26, 2021 - CSS
programming-languages
Here are 863 public repositories matching this topic...
-
Updated
Feb 16, 2022
-
Updated
Dec 31, 2021 - C
-
Updated
Nov 8, 2021
-
Updated
Feb 19, 2022 - Odin
-
Updated
Dec 8, 2020
-
Updated
Dec 24, 2020
-
Updated
Feb 16, 2022 - C#
-
Updated
Jan 19, 2022
-
Updated
Jan 30, 2022 - HTML
-
Updated
Oct 7, 2021 - Python
-
Updated
Dec 1, 2021 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Feb 7, 2022 - Rust
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Dec 14, 2021 - Python
-
Updated
Jan 30, 2022
-
Updated
Feb 16, 2022
-
Updated
Oct 21, 2021 - C
-
Updated
Jun 1, 2020 - HTML
-
Updated
Oct 31, 2021 - Python
-
Updated
Feb 10, 2022
Expected Behavior
The contributor count on the bottom of every page should display the actual count of contributors.
Actual Behavior
The GitHub API limits calls to 100 contributors per "page", and only one page of results is fetched. This number will no longer be correct after we hit 101 contributors.
Additional Info
In web/static/js/contributors.js
is where the code to fe
-
Updated
Aug 22, 2020 - Go
-
Updated
Jul 22, 2021
Is your feature request related to a problem? Please describe.
I hate broken links
Describe the solution you'd like
No broken links in all One
repos
Describe alternatives you've considered
Manual checking or post production link scanners
Additional context
Use the GitHub Marketplace tools or Actions
https://github.com/marketplace?type=&verification=&query=check+ma
The test suite is currently somewhat weak with respect to testing error cases and validating the resulting error messages.
The test suite should probably move tests that check error cases into a separate directory.
-
Updated
Nov 16, 2020
Improve this page
Add a description, image, and links to the programming-languages topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-languages topic, visit your repo's landing page and select "manage topics."
What is there in
Coin Change.md
?Only a variation of unbounded Knapsack
Issue:
There exists many more variations like having a fixed number of coins or say a problem where we want to find the number of ways (ordered) a sum of money can be formed
Suggested Solution:
We can add these two explanations separately in files.