-
Updated
Dec 21, 2020 - Python
asynchronous
Here are 1,728 public repositories matching this topic...
-
Updated
Dec 28, 2020 - Rust
-
Updated
Dec 16, 2020 - PHP
-
Updated
Dec 25, 2020 - Kotlin
-
Updated
Dec 12, 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 23, 2020 - Python
-
Updated
Dec 24, 2020 - Java
-
Updated
Nov 10, 2020 - Java
-
Updated
Dec 27, 2020 - Kotlin
Currently we output the thread name, but sometimes it would be better to simplify to something static other than the message (like [INFO ] Message) for simplified per-line assertions.
-
Updated
Dec 26, 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
Dec 10, 2020 - Python
-
Updated
Dec 20, 2020 - C#
-
Updated
Dec 25, 2020 - Python
-
Updated
Dec 26, 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
Oct 1, 2020 - Python
-
Updated
Nov 17, 2020 - C++
-
Updated
Oct 18, 2020 - Vim script
-
Updated
Dec 8, 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