-
Updated
Jun 5, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Jun 7, 2020 - JavaScript
Laravel
-
Updated
Jun 8, 2020 - JavaScript
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
Jun 7, 2020 - C++
-
Updated
Jun 7, 2020 - Dockerfile
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!
GitKraken Glo Boards
Sync GitHub Issues with Glo Boards to visualize your workflow
Glo Boards sync in real-time with GitHub Issues so changes made in either system are immediately reflected in the other. If some team members are using either Glo or GitHub exclusively, important information is still shared seamlessly.
Benefits of using Glo Boards with GitHub:
- Sync GitHub Issues, assignees, descriptions, comments and labels in real-time across systems
- Create different workflows and labels for each board
-
Updated
Jun 8, 2020 - Java
-
Updated
Jun 8, 2020 - Python
-
Updated
May 29, 2020 - Java
-
Updated
Jun 5, 2020 - Shell
-
Updated
Jun 8, 2020 - Go
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
Jun 7, 2020 - Python
-
Updated
Jun 8, 2020 - C++
-
Updated
Jun 6, 2020 - VBScript
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?
-
Updated
Apr 29, 2020 - Jupyter Notebook
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.
Skill Set Challenge!
Hudson & Thames has provided the following skillset challenge to allow potential researchers to gauge if they have the required skil
-
Updated
Jun 8, 2020 - Python
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts

Right now, the integration test use the movie dataset. This is an issue because this dataset is unnessecarily big for testing purpose and thus drastically slows down running the test suite. I suggest we use a smaller dataset (< 100 entries) to improve our CI time.