nba
Here are 468 public repositories matching this topic...
-
Updated
Jul 21, 2021 - Dart
Thanks to u/JBarreraGT on reddit. He gave me a source of information that we could use to add static information for games.
http://data.nba.com/data/10s/v2015/json/mobile_teams/nba/2018/league/00_full_schedule.json
This link looks like it contains the full schedule with GameIDs along with additional information.
-
Updated
Jul 31, 2021 - Java
-
Updated
May 16, 2021 - JavaScript
-
Updated
Sep 19, 2016 - Python
-
Updated
Aug 10, 2021 - HTML
-
Updated
Aug 30, 2021 - Python
-
Updated
Jul 12, 2021 - Python
Issue To Be Solved
We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import and use the correct versions without having to copy and paste.
Suggest A Solution
Create a lib/go/javascript/templates package that does a similar thing to the lib/go/templates package.
It should use the transactions and
-
Updated
Aug 22, 2021 - Python
-
Updated
Dec 19, 2017 - Go
-
Updated
Feb 8, 2018 - Python
-
Updated
Nov 24, 2017 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Mar 1, 2019 - Python
-
Updated
Oct 20, 2018 - JavaScript
-
Updated
Jun 27, 2021 - Jupyter Notebook
Gooey (GUI)
-
Updated
May 11, 2021 - JavaScript
-
Updated
Sep 1, 2021 - Jupyter Notebook
-
Updated
Dec 29, 2020 - Python
-
Updated
Nov 1, 2018 - R
-
Updated
Aug 19, 2021 - Python
-
Updated
Jan 20, 2017
-
Updated
Feb 17, 2021 - Python
Improve this page
Add a description, image, and links to the nba topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nba topic, visit your repo's landing page and select "manage topics."
Motivation
With so many games each day, it'll be good to know which games are potentially the "most competitive". This could help choose which game to watch.
How
One way to measure competitive game could be differential in
WIN%. The lower the differential ofWIN%between two teams, the more the chances of those teams being evenly matched.