enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Tarantool - Wikipedia

    en.wikipedia.org/wiki/Tarantool

    Free and open-source software portal; Tarantool is an in-memory computing platform with a flexible data schema, best used for creating high-performance applications. Two main parts of it are an in-memory database and a Lua application server.

  3. LuaRocks - Wikipedia

    en.wikipedia.org/wiki/LuaRocks

    LuaRocks optionally integrates with Lua run-time loader to help find and load installed rocks while managing version dependencies. Though it is possible to use a private LuaRocks repository, the public repository is most commonly used for rocks management. As of December 2016, there are over 1,500 rocks in the public repository. [3]

  4. Torch (machine learning) - Wikipedia

    en.wikipedia.org/wiki/Torch_(machine_learning)

    When the constructor is called, torch initializes and sets a Lua table with the user-defined metatable, which makes the table an object. Objects created with the torch factory can also be serialized, as long as they do not contain references to objects that cannot be serialized, such as Lua coroutines , and Lua userdata .

  5. ZeroBrane Studio - Wikipedia

    en.wikipedia.org/wiki/ZeroBrane_Studio

    ZeroBrane Studio is a lightweight open-source Lua IDE with code completion, syntax highlighting, code analyzer, live coding, and debugging support for Lua 5.1, Lua 5.2, Lua 5.3, Lua 5.4, LuaJIT, and other Lua engines.

  6. FlatBuffers - Wikipedia

    en.wikipedia.org/wiki/FlatBuffers

    FlatBuffers can be used in software written in C++, C#, C, Go, Java, JavaScript, Kotlin, Lobster, Lua, PHP, Python, Rust, Swift, and TypeScript. The schema compiler runs on Android , Microsoft Windows , macOS , and Linux , [ 3 ] but games and other programs use FlatBuffers for serialization work on many other operating systems as well ...

  7. Lua (programming language) - Wikipedia

    en.wikipedia.org/wiki/Lua_(programming_language)

    Lua provides functions to push and pop most simple C data types (integers, floats, etc.) to and from the stack, and functions to manipulate tables through the stack. The Lua stack is somewhat different from a traditional stack; the stack can be indexed directly, for example. Negative indices indicate offsets from the top of the stack.

  8. Löve (game framework) - Wikipedia

    en.wikipedia.org/wiki/Löve_(game_framework)

    Lutro is a Lua game framework for libretro, a partial port of the LÖVE [40] API. ChaiLove follows a similar path by offering an implementation in ChaiScript, an embedded and cross-platform scripting language for C++ (C++14). [41] love.js is a port of LÖVE that aims to make it possible to run LÖVE games on the web via HTML5, WebGL, and ...

  9. GNU Multiple Precision Arithmetic Library - Wikipedia

    en.wikipedia.org/wiki/GNU_Multiple_Precision...

    Prior to 2008, Kaffe, a Java virtual machine, used GMP to support Java built-in arbitrary precision arithmetic. [6] Shortly after, GMP support was added to GNU Classpath. [7] The main target applications of GMP are cryptography applications and research, Internet security applications, and computer algebra systems.