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 6,787 public repositories matching this topic...
-
Updated
Dec 6, 2020 - C++
-
Updated
Dec 24, 2020 - C
-
Updated
Oct 31, 2020 - Java
-
Updated
Dec 3, 2020 - C++
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 16, 2020 - Shell
-
Updated
Dec 24, 2020 - Objective-C
-
Updated
Dec 24, 2020 - 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 description
I want to pass the nginx's Embedded Variables for upstream applications, below is my proxy-rewrite plugin's config:
{
"headers": {
"X-AUTH-UID": "$arg_uid"
},
"regex_uri": [
"^/monitor/(.*)",
"/$1"
]
}The test url:
curl http://gw.
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 11, 2020 - Objective-C
-
Updated
Dec 24, 2020 - C
-
Updated
Dec 24, 2020 - C++
-
Updated
Dec 24, 2020 - C++
-
Updated
Dec 24, 2020 - C
-
Updated
Dec 23, 2020
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 25, 2020 - Lua
Now only memtx spaces can be temporary. Support of vinyl temporary spaces should be added in scope of #1785. However, now it is possible specify vinyl engine alongside with 'temporary' option:
box.schema.space.create('temp', {temporary=true}, {engine = 'vinyl'})
---
- engine: memtx
...
As one can see, vinyl engine is ignored and created space anyway uses memtx. I suggest to raise an
-
Updated
Dec 12, 2020 - Clojure
-
Updated
Dec 17, 2020 - MoonScript
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