-
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.
MySQL
-
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
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.
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 21, 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
Cloud 66 for Rails
Cloud 66 for Rails allows you to build, manage and maintain your Rails applications that can be deployed to any cloud provider or to your own server. Cloud 66 for Rails helps you scale your database with master-slave replication, without having to make any configuration changes. You can add back-ups, load balancers and de-commission servers with a single click. Popular Rails and Rack frameworks available.


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