-
Updated
Dec 7, 2020 - Python
asynchronous
Here are 1,711 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Rust
-
Updated
Nov 27, 2020 - PHP
-
Updated
Dec 7, 2020 - Kotlin
-
Updated
Nov 5, 2020 - JavaScript
The script is described as
Finds subdomains of a web server by querying Google's Certificate Transparency logs database (https://crt.sh).
At the moment the script reports all hostname-like identities where the input/target hostname is present somewhere in the identity. Specifically, the script does not verify that a returned identity is truly a subdomain of the target hostname.
As an ex
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 3, 2020 - Java
-
Updated
Nov 10, 2020 - Java
Documentation Issue
from reading the documentation for Mono.thenReturn, I got the impression that if the previous Mono completed with an error, it would be discarded and the return value would be returned instead. After experimenting I learned this is not the case, and errors in the preceding pipe
-
Updated
Dec 4, 2020 - Kotlin
-
Updated
Nov 24, 2020 - Java
CE have released their own take on tracing, with following notable changes compared to original ZIO Tracing:
- Instead of parsing lambdas, CE throws exceptions in IO constructors and cleans up stacktraces. That also means there is no regional control of tracing and AFAIK no way to avoid slight overhead even when tracing is completely disabled – but OTOH it may probably work on Scala.js
- Trace
-
Updated
Dec 3, 2020 - Java
-
Updated
Oct 1, 2020 - Python
-
Updated
Dec 6, 2020 - C#
-
Updated
Nov 16, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Nov 19, 2020 - JavaScript
Maybe as a followup to #192 we could try to update the bastion arch picture.
It would allow us to put it back on the readme and it would look better on the website :)
-
Updated
Aug 14, 2020 - Python
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Nov 17, 2020 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 18, 2020 - Vim script
-
Updated
Dec 6, 2020 - Python
-
Updated
Sep 13, 2020 - Java
Improve this page
Add a description, image, and links to the asynchronous topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asynchronous topic, visit your repo's landing page and select "manage topics."
See: https://illumos.org/man/5/epoll
Idea: move logic from src/unix/linux-core.c to src/unix/epoll.c and share that between Linux and Illumos.
Motivation:
diff --git a/src/unix/core.c b/s