-
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++

King’s Table by @PetTurtle combines a tower defense game with chess, and dungeons. An interesting combination, but a very addictive and challenging game! Play and view the source of this game and more in our Ludum 46 roundup.

Bash
-
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
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!
WhiteSource Bolt
We'll help you harness the power of open source without compromising on security or agility!
WhiteSource Bolt for GitHub is a FREE app, which continuously scans all your repos, detects vulnerabilities in open source components and provides fixes. It supports both private and public repositories.
We've got you covered with over 200 programming languages support and continuous tracking of multiple open source vulnerabilities databases like the NVD and additional security advisories.
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
POEditor
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.
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