Search Results for "lua%20script%20executor" - Page 17

Showing 1719 open source projects for "lua%20script%20executor"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1

    Autorun-rs

    Undetectable scripthook with lua execution and filesteal

    Garrysmod Lua Dumper & Runner, written in Rust. 🤔 Usage 🧩 Menu Plugin Autorun can also be used as a menu plugin / required from lua automatically from the menu state. Put the dll gmsv_autorun_win<arch>.dll file into your garrysmod/lua/bin folder. Add require("autorun") at the bottom of garrysmod/lua/menu/menu.lua It will now run automatically when garrysmod loads at the menu
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    An open source NES Emulator for Windows and Unix that features solid emulation accuracy and state of the art tools for power users. FCEUX's source code is now hosted at https://github.com/TASVideos/fceux/ win32 autobuilds @ https://ci.appveyor.com/project/zeromus/fceux/build/artifacts
    Leader badge
    Downloads: 232 This Week
    Last Update:
    See Project
  • 3
    EdiZon

    EdiZon

    Homebrew save management, editing tool and memory trainer for Horizon

    ...Uploading of savefiles directly. Batch extraction of all save files of all games on the system. Save file editing. Easy to use, scriptable and easily expandable on-console save editing. Lua and Python script support. Built-in save editor updater. On-the-fly memory editing. Cheat Engines like RAM editing. Freezing of values in RAM via Atmosphère's cheat module. Interface for loading, managing, and updating Atmosphère cheats. All packed into one easy-to-use and easy-to-install Homebrew.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 4
     Estrela Editor
    Estrela Editor is a wxLua based IDE. It supports multiple fileformats, "api" for autocompletion and tooltips, and custom commandline tools. Focus is extensibility for target applications using Lua. Its main purpose is as IDE for the 3D engine Luxinia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    fairseq-lua

    fairseq-lua

    Facebook AI Research Sequence-to-Sequence Toolkit

    fairseq-lua is the original Lua/Torch7 version of Facebook AI Research’s sequence modeling toolkit, designed for neural machine translation (NMT) and sequence generation. It introduced early attention-based architectures and training pipelines that later evolved into the modern PyTorch-based fairseq. The framework implements sequence-to-sequence models with attention, beam search decoding, and distributed training, providing a research platform for exploring translation, summarization, and language modeling. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Fennel

    Fennel

    Lua Lisp Language

    Fennel is a programming language that brings together the speed, simplicity and reach of Lua with the flexibility of a lisp syntax and macro system. Full Lua compatibility: Easily call any Lua function or library from Fennel and vice-versa. Zero overhead: Compiled code should be just as efficient as hand-written Lua. Compile-time macros: Ship compiled code with no runtime dependency on Fennel. Embeddable: Fennel is a one-file library as well as an executable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JavaMacros

    A GUI interface written "Around" LuaMacros

    JavaMacros is a GUI "Client" for the LuaMacros "HID-aware" macros program - It runs using Java 8, so you will need it installed on your machine. In simpler words, it is a general way to "reprogram" keyboards in windows, using a graphic user interface rather than directly writing macro scripts, that allows to use any number of keyboards - even of the same make and model - as separate, specific devices. Each with its tailored functions (stickers over the keys are a must). It...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    TerraForge3D

    TerraForge3D

    3D Procedural Modelling and Procedural Texturing Tool in OpenGL/C++

    What can this do? Generte 3D Terrain Procedrally Export Terrain mesh as OBJ You can write and test your own shaders An Inbuilt IDE for shaders Test under different lighting A 3D viewer A Node based as well as Layer based workflow Save the project(custom .terr3d files) Hieght map visualizer in node editor Wireframe mode Custom Lighiting Customizable Geometry Shaders included in rendering pipeline Skyboxes Multithreded Mesh Generation Expected Goals for Version 3 Add a lot more...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Luvit

    Luvit

    Lua + libUV + jIT = pure awesomesauce

    ...The luvit CLI tool can be used as a scripting platform just like node. This can be used to run lua scripts as standalone servers, clients, or other tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10
    Automatic Drawing Generation

    Automatic Drawing Generation

    A canvas library for generating technical drawings

    ...Although it is possible to interact with the library directly in C (that is what the adg-demo program is doing), the canvas is expected to be used from higher level languages, much in the same way as what done in the GNOME stack. Lua bindings based on LGI are already provided out of the box. The adg-lua project, downloadable from the "Files" section, provides Lua programs and demos that leverages these bindings.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    minicoro

    minicoro

    Single header stackful cross-platform coroutine library in pure C

    Minicoro is a single-file library for using asymmetric coroutines in C. The API is inspired by Lua coroutines but with C's use in mind. The project is being developed mainly to be a coroutine backend for the Nelua programming language. The library assembly implementation is inspired by Lua Coco by Mike Pall.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    distant.nvim

    distant.nvim

    Edit files, run programs, and work with LSP on a remote machine

    A wrapper around distant that enables users to edit remote files from the comfort of their local environment. Libraries and tooling for working remotely. Deploy distant on your server and connect today to begin remote work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Ant 2

    The Ant 2

    Control Panel for Micromonsta 2

    This is a Stanalone and DAW Interface to program and control the Micromonsta 2 Hardware Synthesizer. This project is unofficial and not linked with nor endorsed by Audiothingies Company. I have developed this interface at first to use with this Synthesizer that I own for my personal use, all is working well on my configurations (PC and MAC). I have decided to publish it for the peoples who want to use it, free of charge. It may be not perfect and is delivered as it, without any...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    CodeArt

    CodeArt

    Use NeoVim as general purpose IDE

    Use NeoVim as a general-purpose IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Spring RTS Engine

    Spring RTS Engine

    Spring is a free RTS engine developed for Windows, Linux and Mac OS X.

    Spring is a versatile 3D RTS game engine. Using extensively Lua for scripting game-specific code to make nearly every aspect of the engine customizable, from GUI, to unit AI, to pathfinding.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 16
    Apache SkyWalking Rocketbot UI

    Apache SkyWalking Rocketbot UI

    SkyWalking RocketBot UI

    Application performance monitor tool for distributed systems, specially designed for microservices, cloud-native, and container-based (Kubernetes) architectures. End-to-end distributed tracing. Service topology analysis, service-centric observability and API dashboards. Java, .Net Core, PHP, NodeJS, Golang, LUA, Rust, C++, Client JavaScript and Python agents with active development and maintenance. Rover agent works as a metrics collector and profiler powered by eBPF to diagnose CPU and network performance. 100+ billion telemetry data could be collected and analyzed from one SkyWalking cluster. Metrics, Traces, and Logs from mature ecosystems are supported, e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Angry Birds Open-Level Editor

    Angry Birds Open-Level Editor

    Create your own Angry Birds levels with Open-Level Editor!

    Create, edit and share your own levels with Angry Birds Open-Level Editor! Select any items and characters as you want and add it to your level screen. Then export it to a file and play it in the game or share it to your friends! This software is... free, easy and offline!
    Leader badge
    Downloads: 136 This Week
    Last Update:
    See Project
  • 19
    SCUMM-8

    SCUMM-8

    A PICO-8 demake of the SCUMM engine

    SCUMM-8 is a PICO-8 demake of the classic SCUMM engine, which powered many of LucasArts' iconic point-and-click adventure games like Monkey Island and Maniac Mansion. Designed for the fantasy console PICO-8, SCUMM-8 recreates the charm and mechanics of these classics within the constraints of the PICO-8 environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Love The Balls

    2d turret shooter

    shoot enemies down in this remake of the classic game paratrooper, coded in lua with the love2d gamelibrary
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Package Info

    Package Info

    All the npm/yarn/pnpm commands I don't want to type

    Package-Info.nvim is a Neovim plugin that displays npm package versions directly in package.json, allowing developers to see outdated or missing dependencies without leaving their editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pandoc Resume

    Pandoc Resume

    The Markdown Resume

    ...The idea is that you write a single resume.md (or equivalent Markdown) file with your content and structure, and then the build system handles conversion, styling, layout, and output generation. The project includes styles, templates, and assets (CSS, ConTeXt files, Lua filters) to shape how your résumé looks, controlling typography, sections, spacing, and visual formatting. It supports a “make all” workflow (or equivalent commands) to produce HTML and PDF in one go, so from your Markdown edits you can regenerate the outputs reliably. There is also a Docker / docker-compose setup so you can build across machines (including CI) without worrying about installing all the dependencies locally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sonic-Pico8

    Sonic-Pico8

    A 1-stage demake of Sonic 3 made with PICO-8

    sonic-pico8 is a partial demake of Sonic the Hedgehog 3, recreated within the PICO-8 environment. It features a simplified version of Angel Island Act 1, capturing the essence of the original game while adapting it to the constraints and aesthetics of PICO-8.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Redis Client for Crystal

    Redis Client for Crystal

    Full featured Redis client for Crystal

    A Redis client for the Crystal programming language. This Redis instance can be shared across fibers and accepts the same Redis commands as the Redis class. It automatically allocates and frees connections from/to the pool, per command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    luaparse

    luaparse

    A Lua parser written in JavaScript

    A Lua parser written in JavaScript, originally written by Oskar Schöldström for his bachelor's thesis at Arcada. Unlike strings in JavaScript, Lua strings are not Unicode strings, but bytestrings (sequences of 8-bit values); likewise, implementations of Lua parse the source code as a sequence of octets. However, the input to this parser is a JavaScript string, i.e. a sequence of 16-bit code units (not necessarily well-formed UTF-16).
    Downloads: 0 This Week
    Last Update:
    See Project