
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Roberto Ierusalimschy, Waldemar Celes, and Luiz Henrique de Figueiredo
- Released 1993
Here are 5,171 public repositories matching this topic...
Summary
Plugin key-auth throw error if key value is empty in header. This should response 401, because key value is invalid.
Steps To Reproduce
- Create any service
- Add key-auth plugin to service
- Key name: "key"
- Make a request with header "key" without value
Additional Details & Logs
- Kong version (
1.0.2
) - Kong error logs
Error log: [error] 39#0:
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
-
Updated
Oct 16, 2019 - 37 commits
- C++
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is less then 5Mb with all ip address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
-
Updated
Oct 16, 2019 - 238 commits
- Java
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
-
Updated
Oct 16, 2019 - 700 commits
- C++
Missing feature
Difficulty in building easily usable local documentation; obscure Mkdocs setting.
Justification
I work offline a lot, and therefore configure the (excellent) NodeMCU docs
for local use; there are minor problems with Mkdocs versions (see Issue 2645)
but setting up the correct local page linking has been an unregenerate pig,
requiring a great deal of messing around wi
Issue type
- Bug or legacy issue (not sure)
Minetest version
0.4.17.1
Summary
The keybindings menu has that weird warning at the top:
(If this menu screws up, remove stuff from minetest.conf)
Is this warning still relevant? I think this warning has been in Minetest since ages, yet it's still there.
If the warning is still relevant, please write down (in this
Somebody reported a "failed to set hardware filter to promiscuous mode)" error; that comes from a PacketSetHwFilter()
call, which ultimately does a DeviceIoControl()
for NDIS adapters.
libpcap currently doesn't call GetLastError()
and report the error code as part of the error if if PacketSetHwFilter()
fails. That might provide more useful debugging information.
A cross-platform framework to build native, dynamic and swift user interface - 强大轻巧灵活的客户端动态化解决方案
-
Updated
Oct 16, 2019 - 1 commits
- Objective-C
A vi-like editor based on Plan 9's structural regular expressions
-
Updated
Oct 15, 2019 - 2 commits
- C
Why:
For example, say you go and look at Geometry::SetDrawRange method. There is argument of PrimitiveType type, which is enum defining whether it's a triangle list, line list, etc. But the list of possible values is not available through documentation -- doxygen is igno
A lightweight, fast and extensible game server for Minecraft
-
Updated
Oct 16, 2019 - 10 commits
- C++
Similar to how awful.client.focus.global_bydirection
and awful.client.swap.global_bydirection
work except for moving a client in a given direction. This would be nice to have if possible! Thanks.
Scriptable database and system performance benchmark
-
Updated
Oct 16, 2019 - 1 commits
- C
A web framework for Lua and OpenResty written in MoonScript
-
Updated
Oct 15, 2019 - 1 commits
- MoonScript
s = box.schema.space.create('x')
pk = s:create_index('pk')
s:create_index( '_rawdata', { type='tree', unique=false, parts={{ 5, 'scalar', path='pay_date_to', is_nullable=true }} } )
s:insert{6, 1569246252, 2, 77, { f1 = 123, pay_date_to = box.NULL }, 21, 1, 361 }
-- now you need to apply a format for root fields
s:format({{type='any', name='1'}, {type='any', name='2'}, {type='any', name=
:crescent_moon: A language that compiles to Lua
-
Updated
Oct 15, 2019 - 738 commits
- Lua
Open Source Neural Machine Translation in Torch (deprecated)
-
Updated
Oct 15, 2019 - 1 commits
- Lua
🔥 A cross-platform build utility based on Lua
-
Updated
Oct 15, 2019 - 4 commits
- C
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Automotives, Retail, Pharma, Medicine, Healthcare by Tarry Singh until at-least 2020 until he finishes his Ph.D. (which might end up being inter-stellar cosmic networks! Who knows! 😀)
-
Updated
Oct 16, 2019 - 1 commits
- Python
Klipse is a Javacript plugin for embedding interactive code snippets in tech blogs. A simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent, lua, ocaml, reasonml, prolog, common lisp
-
Updated
Oct 15, 2019 - 943 commits
- Clojure
Bisected to neovim/neovim@2d4a37eThis is already known going by the comments on that commit, but I didn't find any open or closed issues.Steps to reproduce:
~~1.
yes abcdefg | pv -Sl -s 5000 > something
2. run nvim with nothing but the default runtime + vim-grepper
3.
:GrepperGrep abcd something
or `:GrepperRg ab