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,066 public repositories matching this topic...
-
Updated
Feb 6, 2021 - C++
-
Updated
Feb 18, 2021 - C
-
Updated
Oct 31, 2020 - Java
-
Updated
Jan 20, 2021 - C++
-
Updated
Jan 31, 2021 - Python
-
Updated
Feb 3, 2021 - Shell
-
Updated
Feb 18, 2021 - Objective-C
-
Updated
Feb 18, 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
I looked in the documentation. it doesn't work. ive looked online. all search results are either about awesome 3.5, or windows 10. how do i change the 24 hour clock into a 12 hour one
info: awesome v4.3 (Too long)
• Compiled against Lua 5.3.3 (running with Lua 5.3)
• D-Bus support:
• execinfo support:
• xcb-randr version: 1.6
• LGI version: 0.9.2
-
Updated
Feb 18, 2021 - C++
-
Updated
Feb 15, 2021 - C
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Feb 19, 2021 - C++
-
Updated
Feb 19, 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 10, 2021 - Clojure
-
Updated
Feb 14, 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