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,439 public repositories matching this topic...
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 30, 2020 - C
-
Updated
Sep 18, 2020 - Java
-
Updated
Sep 30, 2020 - C++
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Oct 1, 2020 - Objective-C
-
Updated
Oct 1, 2020 - C++
[zosy@localhost:~]% rpm -qa zenmap
zenmap-7.60-1.noarch
gnome doesn't use gksu instead of pkexec, so i made a patch.
su-to-zenmap-fix-gnome-root.patch.txt
add com.gnome.pkexec.zenmap.policy to /usr/share/polkit-1/actions should works fine.
[com.gnome.pkexec.zenmap.policy.txt](https://github.com/nmap/n
-
Updated
Feb 11, 2020 - Objective-C
Currently, things like #3097 are caught accidentally when someone sees the breakage. Is it possible to automatically extract all links from the generated docs and catch broken links? Surely there are tools for that.
-
Updated
Sep 24, 2020 - C
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 1, 2020 - C
-
Updated
Jul 4, 2020
-
Updated
Sep 30, 2020 - Python
-
Updated
Sep 9, 2020 - Lua
-
Updated
Sep 21, 2020 - MoonScript
Tarantool version: 2.6.0-73-ga33cd1bd9 (in fact from introduction of the Lua module).
How to reproduce:
tarantool> key_def = require('key_def')
tarantool> kd = key_def.new({{fieldno = 1, type = 'unsigned'}})
tarantool> kd:compare_with_key({1}, {1, 2, 3, 4, 5, 6, 7, 8, 9, 10})
tarantool: /var/tmp/portage/dev-db/tarantool-9999/work/tarantool-9999/src/box/field_def.h:167: field_mp_type_
-
Updated
Sep 20, 2020 - Clojure
-
Updated
Feb 19, 2020 - Lua
Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
Released 1993
- Organization
- lua
- Website
- www.lua.org
- Wikipedia
- Wikipedia
Actual behaviour
When simply trying to edit some additional files I often type
:e *.js
or something similar; this almost ALWAYS results inE77: Too many file names
.Expected behaviour
It's pretty clear what the user wants in this situation; they want to open the files as buffers! I'm sure there are legacy reasons for this error, but it's a pretty poor experience these days that