-
Updated
Feb 25, 2021 - Python
asynchronous
Here are 1,785 public repositories matching this topic...
-
Updated
Feb 27, 2021 - Rust
-
Updated
Feb 7, 2021 - PHP
-
Updated
Feb 26, 2021 - Kotlin
-
Updated
Feb 26, 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
Feb 25, 2021 - Python
-
Updated
Feb 11, 2021 - Java
-
Updated
Feb 25, 2021 - Java
-
Updated
Jan 4, 2021 - Java
Need another overload to match available MonoCacheTime constructor.
-
Updated
Dec 31, 2020 - Java
I have a small piece of zlayer code. The layers are defined as vals, like so:
private final val kafkaLayer: Layer[Error, Kafka] = Config.live >>> Kafka.live
private final val transactorLayer: Layer[Error, DbTransactor] = (Blocking.live ++ ConfigDb.live) >>> db.hikariLayer
private final val queryConfigLayer: Layer[-
Updated
Feb 24, 2021 - Java
-
Updated
Feb 22, 2021 - Python
-
Updated
Feb 19, 2021 - C#
-
Updated
Feb 26, 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
Feb 27, 2021 - Python
-
Updated
Aug 14, 2020 - Python
-
Updated
Feb 22, 2021 - Python
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Feb 26, 2021 - C++
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
Feb 14, 2021 - Vim script
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