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,128 public repositories matching this topic...
-
Updated
Mar 6, 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
Mar 6, 2021 - Objective-C
-
Updated
Mar 6, 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
Issue
i am trying to uninstall my previous installed conky from source with:
sudo make uninstall
but make is complaining that there is no rule for uninstalling.
Improve Docs
Please describe which part of docs should be improved or typo fixed
Hi, I noticed that this powered-by.md is missing
Describe the solution you'd like
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 6, 2021 - C++
-
Updated
Feb 27, 2021 - C
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Feb 27, 2021 - C++
-
Updated
Mar 6, 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
Mar 6, 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