Lua
Lua is a programming language written in C that emphasizes performance. It has automatic memory management and is often used to extend software written in other languages.
Here are 7,110 public repositories matching this topic...
-
Updated
Mar 2, 2021 - C
-
Updated
Feb 6, 2021 - C++
-
Updated
Oct 31, 2020 - Java
-
Updated
Mar 1, 2021 - C++
-
Updated
Feb 3, 2021 - Shell
-
Updated
Jan 31, 2021 - Python
-
Updated
Feb 22, 2021 - Objective-C
-
Updated
Mar 2, 2021 - C++
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
Firefox started to restrict which ports it can connect to. A Firefox user trying to connect to the Conky by HTTP on the default port would get this message:
This address is restricted
This address uses a network port which is normally used for purposes other than Web browsing. Firefox has cancelled the request for your protection.
With the only option to "Try Again" which wouldn't work.
Hi, the SkyWalking has released Lua Nginx 0.4.0, we should upgrade plugin's version.
[1] https://skywalking.apache.org/events/release-apache-skywalking-lua-nginx-0.4.0/
Referring to https://awesomewm.org/doc/api/libraries/gears.shape.html#
The text says:
The functions exposed by this module always take a context as first parameter followed by the widget and height and additional parameters.
I think it should be
The functions exposed by this module always take a cairo context as first parameter followed by the
widgetwidth and height an
-
Updated
Mar 2, 2021 - C++
-
Updated
Feb 27, 2021 - C
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Feb 27, 2021 - C++
-
Updated
Mar 2, 2021 - C
-
Updated
Jan 2, 2021
-
Updated
Feb 2, 2021 - Python
Fiber_cond code in signal() and broadcast() shifts fibers from the queue by their rlist link state and calls fiber_wakeup(). But the wakeup moves the fibers from their current queue to the ready queue by the same link state. So the shift in cond is simply unnecessary. Can be deleted and would save a few commands on the hot path.
-
Updated
Dec 29, 2020 - Lua
-
Updated
Feb 19, 2021 - Clojure
-
Updated
Mar 1, 2021 - C++
Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
Released 1993
- Organization
- lua
- Website
- www.lua.org
- Wikipedia
- Wikipedia
It is currently expected that UIs will figure out when to hide
msg_history_showmessages by themselves.I think this is bad for two reasons:
press ENTERprompt when the time to hidemsg_history_showmessages has come.After [di