-
Updated
Mar 22, 2021 - JavaScript
Server
A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.
Here are 8,608 public repositories matching this topic...
-
Updated
Mar 29, 2021 - Go
-
Updated
Mar 26, 2021 - Go
-
Updated
Mar 29, 2021 - Swift
-
Updated
Mar 29, 2021 - Haskell
-
Updated
Feb 23, 2021
-
Updated
Feb 17, 2021 - Rust
Add a changelog
As we attempt to pick up the release cadence, we are in need of an explicit changelog file which enumerates changes in each version. This should be a markdown or plaintext file adhering to some form of standardized format. Ideally, it will be able to work with #582.
-
Updated
Feb 22, 2021 - JavaScript
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
constexpr money32 operator"" _GBP(long double money)
{
return money * 10;
}
static_assert(MONEY(2, 40) == 2.40_GBP);
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m
-
Updated
Mar 16, 2021 - Go
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 27, 2021 - Ruby
-
Updated
Mar 25, 2021 - Ruby
-
Updated
Mar 16, 2021 - C
-
Updated
Mar 29, 2021 - C#
-
Updated
Mar 9, 2021 - JavaScript
Describe the bug
According to https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L557
the third true parameter essentially disable the TCP mode check here: https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L277
Which in this case, client keeps sending UDP ping r
-
Updated
Mar 29, 2021 - C++
the ELK stack makes great visualizations. Vespa could have a Logstash+Kibana integration for great visualizations, too!
- Wikipedia
- Wikipedia


The upstream issues got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.