Jan-Eric Nitschke
Jan-Eric Nitschke
I wrote two functions to plot multiple rounds in one gif. One is for plotting rounds with the exact same players and the other one can be used for any...
Hi, thanks a ton for the article, its the only way so far that i have managed to get https work on a loadbalancer less beanstalk setup. I am trying...
I do not really know whats going on there. I have a small application that i build with angular and am hosting as is via amplify. Here it is on...
I managed to get [gopy](https://github.com/go-python/gopy) running locally for me on windows so that i can create a library and it works. But there is still a bunch of stuff i...
Updating linters and adding python 3.12 to workflow to see if everything works.
Closes https://github.com/pnxenopoulos/awpy/issues/285 Reference to how this could work. No tests written yet.
Previously plot rounds showed the two levels for maps that have them but only plotted the player and bomb in the upper half. Now it should also plot them in...
The main work in this PR is some added verbosity to the distance matrix calculations that now print which place/area they are currently calculating distances from. Additionally i added a...
In response to https://github.com/pnxenopoulos/awpy/issues/133. To reproduce the functionality from the issue one could use: ``` def annotations( a, map_name, frames, frame_index, annotation_args, ): for side in ["ct", "t"]: for p...
The Cobol 2023 standard added syntax to extend `CONTINUE` to `CONTINUE AFTER arithmetic-expression SECONDS` which enables a sleep: https://en.wikipedia.org/wiki/COBOL#COBOL_2023 https://stackoverflow.com/a/61886270/7895542 This currently does not seem to be supported by the...