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,503 public repositories matching this topic...
-
Updated
May 14, 2021 - C
-
Updated
May 5, 2021 - C++
-
Updated
May 8, 2021 - C#
-
Updated
May 15, 2021 - C++
-
Updated
Apr 12, 2021 - Shell
-
Updated
May 7, 2021 - Python
-
Updated
May 13, 2021 - Objective-C
-
Updated
May 15, 2021 - C++
Right now, whenever Zenmap crashes, it gives the user a stack trace and asks the user to send it to the Nmap dev list. So we get a flood of emails (most of which aren't even allowed through moderation) which often contain just a stack trace with no subject line or any explanatory text in the message body. Lots of these are for well known issues in older versions of Zenmap. So it's not very usef
Issue description
When I installed the dependencies for APISIX, I executed the following command
brew install openresty/brew/openresty luarocks lua@5.1 etcd curl gitthen clone the apisix source code and run make deps, I get the following error
mkdir -p ~/.luarocks
luarocks --lua-dir=/usr/local/opt/lua@5.1 config --local variables.OPENSSL_LIBDIR /opt/homebrew/Cel
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.
theme.bg_normal and theme.fg_normal appear 5 times each; theme.bg_systray, theme.border_width, theme.font and theme.useless_gap appear 2 times each.
Command used to check duplicates:
$ cat theme.lua
local theme = {}
-- Default variables
-- theme.bg_normal = nil
[...]
-- theme.wibar_s
-
Updated
May 14, 2021 - C++
-
Updated
May 14, 2021 - C
-
Updated
May 16, 2021 - C
-
Updated
Apr 17, 2021 - C++
-
Updated
Feb 11, 2020 - Objective-C
-
Updated
Mar 8, 2021
-
Updated
Apr 20, 2021 - Python
-
Updated
May 15, 2021 - C++
Coverity: CWE-561
Our coverity (scan.coverity.com) reports about dead code (CWE-561)
in cases where variable of type struct errinj * is compared with
NULL at if condition. Dead code appears due to function-like macro
errinj() always returns NULL at non-debug version, so execution
never goes into if block.
Examples of such cases:
-
Updated
May 12, 2021 - Lua
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