-
Updated
Jan 28, 2021 - Python
asynchronous
Here are 1,757 public repositories matching this topic...
-
Updated
Jan 30, 2021 - Rust
-
Updated
Jan 29, 2021 - PHP
-
Updated
Jan 30, 2021 - Kotlin
-
Updated
Jan 11, 2021 - 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
Jan 25, 2021 - Python
-
Updated
Jan 29, 2021 - Java
-
Updated
Jan 29, 2021 - Kotlin
-
Updated
Jan 4, 2021 - Java
The window operators should indicate if the returned Flux for each window is safe to subscribe to multiple times.
Documentation Issue
I had a data processing pipeline that I introduced batching to, using the window operator. In this pipeline, it will retry a batch if it faces a transient error. When batching was added, and it retried, I saw a failure of `IllegalStateException: UnicastP
-
Updated
Dec 31, 2020 - Java
We just merged support for generating values of types from the refined library through the zio-test-refined module thanks to work from @afsalthaj and @pierangeloc .
This ticket is to go through all refined types defined in the refined library and make sure that we have a corresponding generator for them. This ticket can potentially be worked on by multiple people, so a good first step wou
-
Updated
Jan 25, 2021 - Java
-
Updated
Dec 10, 2020 - Python
-
Updated
Jan 27, 2021 - C#
-
Updated
Jan 30, 2021 - Python
-
Updated
Dec 26, 2020 - Python
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
Nov 19, 2020 - JavaScript
-
Updated
Aug 14, 2020 - Python
-
Updated
Jan 29, 2021 - Python
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Jan 21, 2021 - Python
-
Updated
Jan 20, 2021 - C++
-
Updated
Jan 28, 2021 - Vim script
-
Updated
Jan 23, 2021 - JavaScript
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