Showing 313 open source projects for "lua-executor"

View related business solutions
  • Manage your hosting business with our vacation rental software Icon
    Manage your hosting business with our vacation rental software

    Empowering your short-term rental business to succeed

    Whether you’re a new or established business, you can rely on Lodgify’s vacation rental property management software for support through every step of your journey.
    Learn More
  • Online Project Management Platform - Zoho Icon
    Online Project Management Platform - Zoho

    A plan put together with small businesses and startups in mind.

    Zoho Projects is a cloud-based project management solution that helps teams plan, track, collaborate, and achieve project goals.
    Learn More
  • 1
    FFmpeg libav tutorial

    FFmpeg libav tutorial

    FFmpeg libav tutorial

    ...FFmpeg libav has lots of bindings for many languages like python, go and even if your language doesn't have it, you can still support it through the ffi (here's an example with Lua). We'll start with a quick lesson about what is video, audio, codec and container and then we'll go to a crash course on how to use FFmpeg command line and finally we'll write code, feel free to skip directly to the section Learn FFmpeg libav the Hard Way. Some people used to say that the Internet video streaming is the future of the traditional TV, in any case, the FFmpeg is something that is worth studying.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Urho3D

    Urho3D

    Cross-platform 2D and 3D game engine

    !!! The project repositories have been migrated to https://github.com/urho3d/Urho3D !!!
    Downloads: 16 This Week
    Last Update:
    See Project
  • 3
    sysbench

    sysbench

    Scriptable database and system performance benchmark

    ...Low overhead even with thousands of concurrent threads. sysbench is capable of generating and tracking hundreds of millions of events per second. New benchmarks can be easily created by implementing pre-defined hooks in user-provided Lua scripts. Can be used as a general-purpose Lua interpreter as well, simply replace #!/usr/bin/lua with #!/usr/bin/sysbench in your script. Execute events for this many seconds with statistics disabled before the actual benchmark run with statistics enabled. This is useful when you want to exclude the initial period of a benchmark run from statistics.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    libuwsc

    libuwsc

    A Lightweight and fully asynchronous WebSocket client library

    A Lightweight and fully asynchronous WebSocket client library based on libev for Embedded Linux. And provide Lua-binding. libev tries to follow the UNIX toolbox philosophy of doing one thing only, as good as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Job Evaluation and Talent Management Software Icon
    Job Evaluation and Talent Management Software

    For human resources departments in search of a tool to manage time, expenses, leave, documents, recruitment, and onboarding

    Encompassing Visions (ENCV), industry-leading job evaluation and pay equity software, is the best choice for organizations requiring transparent, comprehensive, and objective Job Evaluation software designed to help them ensure equal pay for work of equal value.
    Learn More
  • 5
    Moonjit

    Moonjit

    Just-In-Time Compiler for the Lua Programming language

    Moonjit is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone language. Moonjit is a fork of the inactive LuaJIT project and aims to provide a way forward for existing users of LuaJIT looking for continuity in development and maintenance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    UltraDefrag

    UltraDefrag

    Increase your system performance with this easy to use tool

    Please note, here you can find the latest open source release of UltraDefrag (7.1.4). The most recent UltraDefrag release (15.0.0) can be found on our official website: https://ultradefrag.net UltraDefrag is a disk defragmenter for Windows, which supports defragmentation of locked system files by running during the boot process. It is easy to use without any complicated scripting or a huge load of configuration settings. You can filter the files processed by size, number of fragments,...
    Leader badge
    Downloads: 825 This Week
    Last Update:
    See Project
  • 7
    The Video Annotation and Reference System (VARS) is a software interface and database system that provides tools for describing, cataloging, retrieving, and viewing the visual, descriptive, and quantitative data associated with video.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    wxCalculator

    Simple RPN desktop calculator, implemented with wxWidgets and Lua.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ZuneFIG

    ZuneFIG

    ZuneFIG is the Zunified version of old xfig conversion to amiga

    ZuneFIG is the revival of AmiFIG vector drawing program for AROS. Previous version (AmiFIG) has been compiled for AmigaOS4 and is available on OS4depot. A very outdated build of AmiFIG for MorphOS can be found on aminet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Airlock Digital - Application Control (Allowlisting) Made Simple Icon
    Airlock Digital - Application Control (Allowlisting) Made Simple

    Airlock Digital delivers an easy-to-manage and scalable application control solution to protect endpoints with confidence.

    For organizations seeking the most effective way to prevent malware and ransomware in their environments. It has been designed to provide scalable, efficient endpoint security for organizations with even the most diverse architectures and rigorous compliance requirements. Built by practitioners for the world’s largest and most secure organizations, Airlock Digital delivers precision Application Control & Allowlisting for the modern enterprise.
    Learn More
  • 10

    lux

    Extended Lua for Unix

    Custom Lua interpreter, libraries, and bindings for Unix platforms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The FreeRC Project

    The FreeRC Project

    init, supervision, and service management suite + boot scripts

    FreeRC is an init suite consisting of boot scripts written in Lua and a small, fast, and portable init daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    eja

    micro web server

    This is a forking and extensible micro web server written in C and Lua that can serve static files and dynamic Lua scripts. Commands can be passed from script, interactive shell or via signed url. Scripts can be compiled to portable bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MultiPathNet

    MultiPathNet

    A Torch implementation of the object detection network

    MultiPathNet is a Torch-7 implementation of the “A MultiPath Network for Object Detection” paper (BMVC 2016), developed by Facebook AI Research. It extends the Fast R-CNN framework by introducing multiple network “paths” to enhance feature extraction and object recognition robustness. The MultiPath architecture incorporates skip connections and multi-scale processing to capture both fine-grained details and high-level context within a single detection pipeline. This results in improved...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HTTP Test Tool
    httest is a script based tool for testing and benchmarking web applications, web servers, proxy servers and web browsers. httest can emulate clients and servers in the same test script, very useful for testing proxys.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    RaptorJIT

    RaptorJIT

    A dynamic language for system programming (LuaJIT fork)

    RaptorJIT is a Lua implementation suitable for high-performance low-level system programming. If you want to use a simple dynamic language to write a network stack; a hypervisor; a unikernel; a database; etc, then you have come to the right place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ApexDC++

    ApexDC++

    The pinnacle of file-sharing and chat - an innovative DC client!

    ...Direct Connect provides a rare blend of seamless file sharing and community based chat and messaging between users. ApexDC features plugins and scripting through Lua and much more. Both operators and users alike should find it a pleasant experience. Note: as of May 28th 2016 ApexDC is now primarily distributed as two separate installers one targetting 32bit and the other 64bit operating systems. Additionally XP compatible binaries are now only offered as a separate download from the files section.
    Downloads: 102 This Week
    Last Update:
    See Project
  • 17
    Open source DKIM library, MTA filter implementation and associated tools.
    Leader badge
    Downloads: 129 This Week
    Last Update:
    See Project
  • 18
    OpenTomb

    OpenTomb

    Game engine for playing tomb raider 1 - 5 levels.

    ...Resource loading routines are taken from http://icculus.org/vt/vt/ project. It is developing in netbeans 7 + GCC TDM 4.9.2 Used libraries: SDL2, SDLimage with jpeg and png libs, vorbis (ogg support), OpenGL, OpenAL, freetype 2, LUA, BULLET. Youtube engine work example: http://www.youtube.com/watch?v=Jf3JGm67oS0 I need some help in game behavior algorithms, level parsing, e.t.c. Needed for work: 1) Original Tomb Raider levels 2) Font .ttf 3) Config files (config.lua and autoexec.lua)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MicroCity is a framework for spatial analysis and simulation. It is lightweight, fast, portable, extendable and user friendly. Users can easily operate large GIS and Grid data and perform Spatial, Fractal, Network analysis and simulation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    SDL Framework
    SDL Framework (SDLFW) SDLFW is a cross-platform framework from the powerful SDL library to create your own 2D games with the Lua programming language. It's easy-to-use, free, open-source, and works on Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XBOOT

    XBOOT

    The extensible bootloader for embedded system

    ...It provides a complete runtime environment including a small kernel, device drivers, file systems, networking stack, GUI system, and scripting interface. xboot aims to be both educational and practical, offering a clear and portable codebase that can be adapted to various embedded platforms. Its minimal design and Lua scripting support make it suitable for quick prototyping and custom firmware development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    mooedit
    A text editor.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23

    Globalism Hedgewars

    Custom weapons and weaponsets for Hedgewars!

    Note that version 1.0c is in alpha stage. Are you tired on that the admin always selects the weaponsets? Do you want to decide over your own weaponsets? This *mode* will allow you to play a style where each team decides about what they should get as weapons (there is some limits). Also you will have the exclusive opportunity to customize your own weapon (there is some limits here too :P). This mode is like 'customize your own continents' in Continental Supplies Install...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Far Manager

    Far Manager

    Text mode file and archive manager for Windows

    Far Manager is a program for managing files and archives in Windows operating systems. Far Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and directories; editing, copying and renaming files; and many other actions. Far Manager has a multi-language, easily configurable interface. File system navigation is made easier through the use of color highlighting and sort groups. The functionality of Far...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Naev
    Naev is a 2D space trading and combat game, in a similar vein to Escape Velocity.
    Downloads: 5 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB