-
Updated
Jan 18, 2021 - Python
asynchronous
Here are 1,751 public repositories matching this topic...
-
Updated
Jan 24, 2021 - Rust
-
Updated
Jan 19, 2021 - PHP
-
Updated
Jan 24, 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 20, 2021 - Python
-
Updated
Jan 22, 2021 - Java
-
Updated
Jan 4, 2021 - Java
-
Updated
Jan 24, 2021 - Kotlin
reactor.core.Scannable, method stepName
This code:
name = name
.substring(0, name.indexOf('$'))
.substring(name.lastIndexOf('.') + 1);
throws .StringIndexOutOfBoundsException for name:
ScopePassingSpanSubscriber{subscriber=reactor.core.publisher.MonoNext$NextSubscriber@1bf6ebc, parent=org.springframework.cloud.sleuth.api.noop.NoOpTraceContext@7110297e}
I don't t
-
Updated
Dec 31, 2020 - Java
Add ZStream.execute
Something like this:
object ZStream {
def execute[R, E, A](zio: ZIO[R, E, A]): ZStream[R, E, Nothing] = ZStream.fromEffect(zio).drain
}-
Updated
Jan 10, 2021 - Java
-
Updated
Dec 10, 2020 - Python
-
Updated
Jan 13, 2021 - C#
-
Updated
Jan 23, 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 24, 2021 - Python
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Jan 21, 2021 - Python
-
Updated
Jan 20, 2021 - C++
-
Updated
Jan 12, 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