-
Updated
Nov 27, 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 9,791 public repositories matching this topic...
-
Updated
Nov 28, 2021 - Go
-
Updated
Nov 19, 2021 - Go
-
Updated
Nov 28, 2021 - Haskell
-
Updated
Nov 9, 2021 - Rust
-
Updated
Nov 22, 2021
Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).
While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.
Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.
$ http-server -S
Starting up http-server, serving ./ through https
Available on:
https://127.0.0.1:8080
https://192.168.77.123:8080
**What did you exp
vehicle_colour
should not exist every reference to it should be replaced with VehicleColour
. Not sure how we ended up with two identical structs but eitherway should be easy enough to remove vehicle_colour
.
-
Updated
May 2, 2021 - JavaScript
-
Updated
Nov 27, 2021 - Rust
-
Updated
Nov 19, 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
Nov 26, 2021 - JavaScript
-
Updated
Oct 11, 2021 - Go
-
Updated
Nov 25, 2021 - Ruby
-
Updated
Aug 12, 2021 - Ruby
-
Updated
Nov 26, 2021 - C#
-
Updated
Jul 25, 2021 - C
Context
In some scenarios we have a bad system set up with loud speakers and sensitive microphones in both ends.
- On one end it's an open microphone in an office room that is supposed to be useable for anyone in the room (so not possible to use push-to-talk on that end).
- In the other end there is a laptop with loudspeakers, builtin microphone and sometimes long latency connections (
-
Updated
Nov 26, 2021 - C++
-
Updated
Mar 9, 2021 - JavaScript
- Wikipedia
- Wikipedia
We had a typo in our code that led to this error: https://github.com/vapor/vapor/blob/main/Sources/Vapor/Routing/Parameters%2BRequire.swift#L23. It was hard to debug in part because of the vague
Abort(.internalServerError)
. I suggest adding areason
value to theAbort
, unless that would be considered a breaking change. I can submit a PR if you're interested.