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,078 public repositories matching this topic...
-
Updated
Feb 25, 2021 - C
-
Updated
Feb 6, 2021 - C++
-
Updated
Oct 31, 2020 - Java
-
Updated
Jan 20, 2021 - C++
-
Updated
Feb 3, 2021 - Shell
-
Updated
Jan 31, 2021 - Python
-
Updated
Feb 22, 2021 - Objective-C
-
Updated
Feb 25, 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,
I think it could be interesting to add a filter on the method in the consummer-restriction plugin;
With something like :
"consumer-restriction": {
"whitelist": [
{
"jack1" : ["OPTIONS","GET","POST","DELETE","PATCH","*"]
}
]
}
This feature could be optional and fallback on the current proc
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
Feb 22, 2021 - C++
-
Updated
Feb 15, 2021 - C
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Feb 24, 2021 - C++
-
Updated
Feb 25, 2021 - C
-
Updated
Jan 2, 2021
-
Updated
Feb 2, 2021 - Python
I have Ubuntu 20.04. I have Tarantool 2.7 pulled from source today.
I execute these requests:
box.execute([[CREATE TABLE k1 (s1 INT PRIMARY KEY);]])
box.execute([[CREATE TABLE k3 (s1 INT PRIMARY KEY);]])
box.execute([[CREATE TRIGGER BEFORE DELETE ON k1 FOR EACH ROW BEGIN INSERT INTO k3 VALUES (old.c); END;]])
box.space._trigger:select('BEFORE')
As the select() shows, CREATE TRIGGER creat
-
Updated
Dec 29, 2020 - Lua
-
Updated
Feb 19, 2021 - Clojure
-
Updated
Feb 25, 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