-
Updated
Nov 3, 2020 - Python
asynchronous
Here are 1,672 public repositories matching this topic...
-
Updated
Nov 3, 2020 - Rust
-
Updated
Oct 28, 2020 - PHP
-
Updated
Nov 3, 2020 - Kotlin
-
Updated
Oct 22, 2020 - JavaScript
[zosy@localhost:~]% rpm -qa zenmap
zenmap-7.60-1.noarch
gnome doesn't use gksu instead of pkexec, so i made a patch.
su-to-zenmap-fix-gnome-root.patch.txt
add com.gnome.pkexec.zenmap.policy to /usr/share/polkit-1/actions should works fine.
[com.gnome.pkexec.zenmap.policy.txt](https://github.com/nmap/n
-
Updated
Oct 23, 2020 - Python
-
Updated
Nov 2, 2020 - Java
-
Updated
Oct 21, 2020 - Java
In the reference guide, the sections guiding on how to add the BOM using Maven and Gradle still reference Bismuth-RELEASE.
The current latest BOM is 2020.0.0, with Dysprosium-SR13 a close second (and the one most people should have in prod right now).
The README of the project is updated on each release, but indeed the reference guide mention of the release train has been overlooked :(
-
Updated
Nov 3, 2020 - Kotlin
-
Updated
Oct 13, 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
Oct 26, 2020 - Java
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 2, 2020 - C#
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 7, 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
Aug 14, 2020 - Python
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Oct 17, 2020 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 18, 2020 - Vim script
-
Updated
Sep 23, 2020 - Python
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