-
Updated
Feb 8, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Feb 8, 2020 - Java
Unity
-
Updated
Feb 8, 2020 - Python
-
Updated
Feb 8, 2020 - Python
Git Merge 2020
March 04, 2020 • Los Angeles
-
Updated
Feb 8, 2020 - JavaScript
-
Updated
Feb 8, 2020 - Haskell
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
-
Updated
Feb 8, 2020
-
Updated
Feb 8, 2020 - HTML
-
Updated
Feb 8, 2020 - C++
-
Updated
Feb 8, 2020
📚 Docs or angular.io bug report
Description
The GDE list at angular.io is not compatible with the di
-
Updated
Feb 8, 2020 - Go
-
Updated
Feb 8, 2020 - Dart
-
Updated
Feb 8, 2020 - Python
To align Git state markers in the Navigator with VS Code we can:
- replace the letters on folders with the dot/circle sign indicating that files inside are modified. It looks more clear and less noisy in VS Code
- if it's possible, apply the different color styles to the file names depending on the Git status
The max-classes-per-file rule is enabled in rules/best-practices.js but there is no mention of this requirement in the docs. If this is a best practice, I'd like to know why.
Seems useful. Perhaps we add an --inspect flag?
This is a good first PR!
We should add some tests to cover #7036. They should cover both JavaScript and TypeScript support.
They can probably be added to test/fixtures.
-
Updated
Feb 8, 2020 - C
Description
Integrating web-sys support has allowed yew to depend on gloo for ergonomic web APIs. However at the time of writing, gloo hasn't implemented the proposed api for files
Proposed Solution
We should consider upstreaming `Rea
-
Updated
Feb 8, 2020 - Shell
-
Updated
Feb 8, 2020
-
Updated
Feb 8, 2020 - Go
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions

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.