luajit
Here are 464 public repositories matching this topic...
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
-
Updated
Sep 23, 2021 - Lua
Issue description
I am enabling the request-validation plugin on a route
curl http://127.0.0.1:9080/apisix/admin/routes/35 -H 'X-API-KEY: xxxxxxxxxxxxxxxxxxx' -X PUT -d '
{
"uri": "/products/create",
"plugins": {
"request-validation": {
"body_schema": {
"type": "object",
"required": ["productName", "price"],
Snabb: Simple and fast packet networking
-
Updated
Feb 23, 2021 - Lua
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
-
Updated
Sep 15, 2021 - C++
Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?
At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.
However it seems that Luarocks is aware of the collision and installs the new module under another name and
LÖVE is an awesome 2D game framework for Lua.
-
Updated
Sep 21, 2021 - C++
Open source API management platform
-
Updated
Sep 21, 2021 - Ruby
Lua Fun is a high-performance functional programming library for Lua designed with LuaJIT's trace compiler in mind.
-
Updated
Dec 19, 2020 - Lua
A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
-
Updated
Sep 17, 2021 - Lua
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
-
Updated
Dec 6, 2020 - C
An OpenResty Lua MVC Web Framework
-
Updated
Jan 9, 2019 - Perl
LIKO-12 is an open source fantasy computer made using LÖVE.
-
Updated
Sep 6, 2021 - Lua
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
-
Updated
Sep 23, 2021 - Lua
-
Updated
Aug 15, 2020 - Lua
RaptorJIT: A dynamic language for system programming (LuaJIT fork)
-
Updated
Jul 28, 2020 - C
Vita: simple and fast VPN gateway
-
Updated
Apr 17, 2021 - Lua
The Grid SDK - Game engine for Lua
-
Updated
Aug 26, 2021 - Lua
Bare libuv bindings for lua
-
Updated
Sep 19, 2021 - C
The ported markdown documentation attempts to glean technical documentation that is relevant to moonjit such as installation and execution instructions, API, etc. It does not have benchmark numbers, sponsorship acknowledgements or contact details since they are not relevant to moonjit.
In the process however, a number of cross-links have gone missing and the port also may have errors, formatti
A dependency free, embeddable debugger for Lua in a single file (.lua or .c)
-
Updated
Sep 8, 2021 - Lua
Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
-
Updated
Jan 9, 2021 - Lua
Dart-lang
Language request for Dart.
Improve this page
Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."


Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.