-
Updated
May 20, 2020 - Java
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
May 21, 2020 - C++
Keep the ball away from the defenders’ hands until you get to the slam dunk! Play and view the source of this game, and more in our Ludum 46 roundup.
Vue.js
-
Updated
May 20, 2020 - Go
Building an InnerSource Culture · Stay Home and Learn with GitHub
May 21, 2020 • Online
-
Updated
May 19, 2020 - C++
-
Updated
May 20, 2020 - Python
Codecov
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
- Upload coverage reports from your CI builds.
- Codecov merges all builds and languages into one beautiful, coherent report.
- See this data overlaid via our browser extension with Sourcegraph.
Are you desiring an on-prem install? Please see https://codecov.io/enterprise
Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/
GitHubTags: #A11yTCS; #A11yAAT; #A11yMAS; #A11y_WindowsTerminal; #WindowsTerminal; #DesktopApp; #C+E-H; #A11ySev1;
Accessibility Conformance Documentation requirement is waived for certain websites. To determine if your website qualifies for this waiver, read CELA Guidance. Based on this guidance, if you think this requirement is waived for your website, then please add notes on why this websit
-
Updated
May 20, 2020 - TeX
App specific shortcut guide for any configured app using a modifier + foreground running application.
The Shortcut Guide would function normally with the Windows key long press, but what if you added a modifier key and getting an app specific Shortcut Guide to load when pressing a modifier key whilst the app X is in the foreground.
Example: PhotoShop is running in the foreground, you press
-
Updated
May 20, 2020
-
Updated
May 20, 2020
Contributing.md doesn't doesn't appear to contain any actual guidlines, and the link only leads back to the same document: Java/CONTRIBUTING.md.
-
Updated
May 20, 2020 - Java
-
Updated
May 17, 2020 - Python
There are some interesting algorithms in simulation from Physics, Chemistry, and Engineering especially regarding Monte Carlo simulation: Heat Bath algorithm, Metro-Police algorithm, Markov Chain Monte Carlo, etc.
-
Updated
May 20, 2020 - HTML
-
Updated
May 18, 2020 - Python
-
Updated
May 12, 2020 - Java
https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-01-06.md
https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-01-08.md
Jan 8, 2020
C# Language Design Notes for Jan 8, 2020
- Unconstrained type parameter annotation
- Covariant returns
Jan 6, 2020
C# Language Design Notes for Jan 6, 2020
- Use attribute info inside method bo
I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/
running:
npx create-react-app taskbox
cd taskbox
Then when I ran:
npx -p @storybook/cli sb init
I get the error TypeError: Cannot set property 'storybook' of undefined
This is the full message in my terminal:
sb init - the simplest way to add a
-
Updated
May 20, 2020 - Python
golangci-lint run --no-config searches
##[error]searches/binary_search.go:20:6: `iterBinarySearch` is unused (deadcode)
func iterBinarySearch(array []int, target int, lowIndex int, highIndex int) int {
^
##[error]searches/binary_search.go:6:6: func `binarySearch` is unused (unused)
func binarySearch(array []int, target int, lowIndex int, highIndex int) int {
^
-
Updated
May 21, 2020 - JavaScript
-
Updated
May 19, 2020 - Dart
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.
I create leetcode directory. You can contribute solution for Leetcode algorithm by C language.
Good practice coding :)
Please put some comment for explanation. It helps other people understand your algorithm better