live
Here are 1,056 public repositories matching this topic...
-
Updated
Jun 10, 2022 - JavaScript
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 of WIN% between two teams, the more the chances of those teams being evenly matched.
-
Updated
Nov 28, 2021 - TypeScript
-
Updated
May 31, 2022 - JavaScript
-
Updated
Jul 26, 2021
-
Updated
Dec 27, 2019 - C
-
Updated
Feb 20, 2022 - C
-
Updated
Jun 10, 2022 - JavaScript
Add a dark/light mode switch in the menu.
The semantic-ui framework already handles that.
The thing is to also change the plot background color when in dark mode.
-
Updated
Jun 5, 2022
-
Updated
May 29, 2019 - Java
-
Updated
Mar 9, 2022
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Apr 17, 2022 - Java
-
Updated
Feb 9, 2022 - Elixir
-
Updated
Aug 26, 2020 - Python
-
Updated
May 19, 2022 - JavaScript
-
Updated
May 21, 2022 - Go
Improve this page
Add a description, image, and links to the live topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the live topic, visit your repo's landing page and select "manage topics."
最近我发现有个趋势哈,就是ARM server越来越多,但是ARM好像不像x64平台那么好识别,总是有各种各样的arm识别不了。如果SRS能出ARM的docker镜像,那会比较容易跑起来。
现在SRS的docker实际上只支持了x86_64架构,所以在ARM和其他CPU上是没法跑的,参考SRS。其实镜像是可以支持多个架构的,参考手动打多CPU架构镜像。
Manually
首先,新建一个Dockerfile,它的FROM是带ARCH前缀: