-
Updated
May 10, 2020
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 12, 2020 - Python
Laravel
-
Updated
May 12, 2020 - C
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
May 12, 2020 - C
-
Updated
May 11, 2020 - JavaScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
Add examples.
-
Updated
May 8, 2020 - Kotlin
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 11, 2020 - TypeScript
-
Updated
May 11, 2020
-
Updated
Apr 27, 2020 - Python
In raising this issue, I confirm the following: {please fill the checkboxes, e.g: [X]}
- I have read and understood the contributors guide.
- The issue I am reporting can be replicated.
- The issue I am reporting isn't a duplicate (see FAQs, [closed issues](htt
- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.
The current README in the repo is huge and could be more fashioned. I'm a believer that README's should be straightforward and for developers, not documentation.
There are a couple of options to build an actual documentation and leave the README clean and concise. Here are some:
- Use GitHub Wiki - Simple and easy, but not too Pythonic or good for Python libraries.
- Use Sphinx - reST based
-
Updated
May 10, 2020 - Shell
When using Viper in a client application, it can be useful to log configuration registries as a diagnostic, to understand what the client did. In situations where we don't want to log to stdout, it would be nice to be able to provide an io.Writer for Viper to use instead.
-
Updated
May 10, 2020 - Dart
I cloned Ventoy but then failed to find documentation on how to build Ventoy. I would assume in the top level directory there would be some documentation that explains how to build Ventoy.
-
Updated
May 12, 2020 - C++
get style details
/Users/travis/build/ray-project/ray/python/ray/node.py:533: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
redis_client.hmset("webui", {"url": self._webui_url})
/Users/travis/build/ray-project/ray/python/ray/worker.py:358: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
"run_on_other_drivers": str(run_on_other_drivers),
Let's enable loading weights from a URL directly
Option 1:
Automate it with our current API
Trainer.load_from_checkpoint('http://')Option 2:
Have a separate method
Trainer.load_from_checkpoint_at_url('http://')Resources
We can use this under the hood:
(https://pytorch.org/docs/stable/hub.html#torch.hub.load_state_dict_from_url)
Any tho
DeepAffects
Managing teams to deliver projects/products on time is hard, but figuring out where your team collaboration is lacking can be even more painful. DeepAffects analyzes emotions and tones in issue description and comments to provide actionable insights to identify the high-resolution time issues, disagreements in the team.
DeepAffects is a team dynamics analytics application, for managers & team leads, to get issue-level emotional insights, to increase team dynamics & productivity.



Should we consider add example to each topics?
How to use it and best practice to use it!
I.e: for helloworld demo the example would be
http://localhost:8080/demo/hello?who=ibrahim