-
Currently top scores are indicated by lowest completion time, but do not account for game difficulty. A new single value metric should be recorded that combines time elapsed, size of the board, percen…
-
Instead of querying the [UnwiredLabs](https://unwiredlabs.com/) geolocation API (which is only free for a limited amount of request), an API serving the free OpenCelliD data could be implemented.
>…
-
Hi, I wanted to use the API of ipyflow (`code` function) in Google Colab but it raises an error.
```python
from ipyflow import code
# cell 1
x=1
# cell 2
y=x+1
# cell 3
code(y)
```
```
pyth…
-
Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.5.0 -- An enhanced Interactive Python. Type '?' for…
-
THE PREPARATORY TASKS:
- [ ] Learn carefully principles of the anode/cathode signal from Geiger cells, learn what different timestamps t1-t6 mean
- [ ] Learn how the tracking is performed. How do …
-
**Describe the bug**
```python
import cudf
df =cudf.DataFrame({'a': [1,2,3], 'b': [4,5,6]})
df.groupby(['a']).get_group((1,))
```
**Steps/Code to reproduce bug**
this raises
```
---------------------…
-
Currently the notebook renders all cell parts synchronously and then read their DOM dimensions if needed. This is because most cell parts need to be visible right after they are rendered, if they are …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
-…
-
Hi, I'm a student who is interested in ball tracking solutions. I was impressed with your methods and results, so I decided to try out the code on my own. But I got poor results on the ISSIA dataset v…
-
@codepathreview