Search Results for "script%20executor%20roblox"

Showing 52 open source projects for "script%20executor%20roblox"

View related business solutions
  • 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
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    actions/github-script

    actions/github-script

    Write workflows scripting the GitHub API in JavaScript

    This action makes it easy to quickly write a script in your workflow that uses the GitHub API and the workflow run context. To use this action, provide an input named script that contains the body of an asynchronous function call. Since the script is just a function body, these values will already be defined, so you don't have to import them. All scripts are now run with Node 16 instead of Node 12 and are affected by any breaking changes between Node 12 and 16. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Clasp

    Clasp

    Command Line Apps Script Projects

    Develop Apps Script projects locally using clasp (Command Line Apps Script Projects). You can also try clasp in Gitpod, a one-click online IDE for GitHub. Clasp allows you to develop your Apps Script projects locally. That means you can check your code into source control, collaborate with other developers, and use your favorite tools to develop Apps Script.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    DbGate

    DbGate

    Database manager for MySQL, PostgreSQL, SQL Server, MongoDB

    ...But there are also many advanced features like schema compare, visual query designer, chart visualization or batch export and import. Mongo JavaScript editor, execute Mongo script (with NodeJs syntax). Redis tree view, generate script from keys, run Redis script. Runs as an application for Windows, Linux and Mac. Or in Docker container on the server and in a web browser on the client. Import, export from/to CSV, Excel, JSON, XML. Free table editor - quick table data editing (cleanup data after import/before export, prototype tables, etc.) ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    FullCalendar

    FullCalendar

    Full-sized drag & drop event calendar

    FullCalendar generates real React virtual DOM nodes so you can leverage Fiber, React's highly optimized rendering engine. With over 300 settings, and more being added every release, FullCalendar can do just about anything. Reduce your project's bundle size by using FullCalendar's modular plugins. With over 10 years of open source and over 100 contributors, FullCalendar will always have a free and open source core. Level-up by purchasing premium plugins and support. FullCalendar seamlessly...
    Downloads: 15 This Week
    Last Update:
    See Project
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 5
    RenJS

    RenJS

    RenJS Typescript Version

    RenJS V2 is a TypeScript-based visual novel engine built on Phaser, designed to help creators develop interactive storytelling experiences. It offers a script-like syntax for defining scenes, dialogues, and character interactions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    is-ipfs

    is-ipfs

    A set of utilities to help identify IPFS resources on the web

    A set of utilities to help identify IPFS resources on the web. Loading this module through a script tag will make it's exports available as IsIpfs in the global namespace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Wireit

    Wireit

    Wireit upgrades your npm/pnpm/yarn scripts to make them smarter

    ...The system also serializes or parallelizes scripts based on dependencies to avoid race conditions while maximizing throughput. Because it integrates at the script layer, it works with any underlying tool—TypeScript, Rollup, Jest, or bespoke commands—while remaining transparent to developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NodePress

    NodePress

    RESTful API service

    RESTful API service for surmon.me blog, powered by NestJS, required MongoDB & Redis.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    c15t

    c15t

    The Developer-First Cookie Banner

    c15t is a developer-first, open-source consent management platform designed to help modern web applications manage user privacy and compliance, especially for things like cookie banners, consent dialogs, and script loading in a way that supports GDPR and other privacy regulations. Rather than relying on heavy third-party scripts or services, it offers a flexible, headless engine that web teams can integrate directly into their front-end and edge stacks with minimal overhead, giving full control over user experience and data handling. c15t runs entirely in the front end or at the edge, blocking or allowing scripts based on user decisions and tracking those states for observability and auditing. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    pangu.js

    pangu.js

    Opinionated paranoid text spacing in JavaScript

    pangu.js is a lightweight JavaScript library that automatically inserts proper spacing between Chinese, Japanese, or Korean (CJK) characters and Latin letters, numbers, or symbols. The goal is typographic polish: mixed-script text often becomes cramped or ambiguous without the correct spacing rules, and pangu.js fixes that reliably. It uses rule-based detection to walk text and add spaces where needed without altering the characters themselves. The library runs in browsers or Node.js, and can process raw strings, DOM nodes, or entire documents. Because it’s idempotent, applying it repeatedly won’t keep adding extra gaps, which makes it safe in pipelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dev Browser

    Dev Browser

    A Claude Skill to give your agent the ability to use a web browser

    ...A key idea is persistence: the browser can keep pages open so the agent can navigate once and then perform multiple interactions across scripts without losing state each time. It supports flexible execution modes, allowing full-script runs when tasks are straightforward and step-by-step exploration when the agent needs to inspect or iterate carefully. To make automation more reliable for language models, it provides LLM-friendly DOM snapshots that structure the page in a way that is easier for an agent to interpret than raw HTML dumps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ng-packagr

    ng-packagr

    Compile and package Angular libraries in Angular Package Format (APF)

    ...In the above example, public_api.ts is the entry file to the library's sources and must be placed next to package.json (a sibling in the same folder). You can easily run ng-package through a npm/yarn script. The build output is written to the dist folder, containing all those binaries to meet the Angular Package Format specification. You'll now be able to go ahead and npm publish dist your Angular library to the npm registry. Do you like to publish more libraries? Is your code living in a monorepo? Create one package.json per npm package, run ng-packagr for each! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ito

    Ito

    Ito, smart dictation in every application

    ito is an open‑source JavaScript library for serverless, browser‑to‑browser communication designed for use on devices with or without user input interfaces, such as IoT devices, mobile devices, tablets, and desktops, enabling peer messaging and data sharing via short passcodes and cloud‑backed pairing without an application server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    CADAM

    CADAM

    CADAM is the open source text-to-CAD web application

    CADAM is an open-source “text-to-CAD” web application that turns natural-language prompts into parametric 3D models, targeting a workflow where you describe what you want and the system produces editable geometry. It is designed around a browser-first experience, so users can iterate quickly without installing a heavyweight desktop CAD suite for every experiment. A key idea is that the generated output is parametric and scriptable, enabling repeatable edits and variations rather than a...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Gemini Fullstack LangGraph Quickstart

    Gemini Fullstack LangGraph Quickstart

    Get started w/ building Fullstack Agents using Gemini 2.5 & LangGraph

    ...It then iteratively refines its search until it produces a comprehensive, well-cited answer synthesized by the Gemini model. The repository provides both a browser-based chat interface and a command-line script (cli_research.py) for executing research queries directly. For production deployment, the backend integrates with Redis and PostgreSQL to manage persistent memory, streaming outputs, & background task coordination.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    memos

    memos

    An open-source, self-hosted memo hub with knowledge management

    ...Using Go + React.js + SQLite architecture, the overall package is very lightweight. You can customize the server name, icon, description, custom system style and execution script, etc. memos believes that open source is the future, and all code is already open source in GitHub. All features are free forever and will never be charged in any form or content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Svelte UX

    Svelte UX

    Collection of Svelte components, actions, stores, and utilities

    The projects aims to simplify building highly interactive and visual applications. It provides over 200 components, actions, stores, and utils, with many more planned. The components are built using Tailwind with extensibility and customization in mind through the use of theming, variants, granular class overrides, and slots. A rich design token system is also currently in the works. See also the companion library LayerChart for a large collection of composable chart components to build a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    nomnoml

    nomnoml

    The sassy UML diagram renderer

    ...It tries to keep its syntax visually as close as possible to the generated UML diagram without resorting to ASCII drawings. The nomnoml javascript library can render diagrams on your web page. The only dependency is graphite. Install nomnoml using either npm or good old script inclusion. In the SVG output the node name is attached to SVG shapes and g containers with data-name attribute. You can use this to implement interactive diagrams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Redux Toolkit

    Redux Toolkit

    Toolset for efficient Redux development

    The official, opinionated, batteries-included toolset for efficient Redux development. The Redux Toolkit package is intended to be the standard way to write Redux logic. It was originally created to help address main common concerns about Redux. We can't solve every use case, but in the spirit of create-react-app and apollo-boost, we can try to provide some tools that abstract over the setup process and handle the most common use cases, as well as include some useful utilities that will let...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    pinning-service-compliance

    pinning-service-compliance

    This repo checks the compliance of IPFS Pinning Services

    The compliance test suite for IPFS Pinning Service API Spec. Run the compliance checker against a service. It is recommended to use an auth_token separate from your production/live services. The compliance checks will do their best not to corrupt any existing pins you have, but consistent tests without consistent data is challenging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    D-Tale

    D-Tale

    Visualizer for pandas data structures

    ...Currently, this tool supports such Pandas objects as DataFrame, Series, MultiIndex, DatetimeIndex & RangeIndex. D-Tale was the product of a SAS to Python conversion. What was originally a perl script wrapper on top of SAS's insight function is now a lightweight web client on top of Pandas data structures. To help guard against users loading the same data to D-Tale multiple times and thus eating up precious memory, we have a loose check for duplicate input data. If you are running ipython<=5.0 then you also have the ability to adjust the size of your output cell for the most recent instance displayed. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Dexter

    Dexter

    An autonomous agent for deep financial research

    ...It uses a multi-agent architecture with components such as a planning agent (to decompose queries), an action agent (to run tasks & fetch data), and self-validation mechanisms: after getting results, Dexter checks its own outputs and refines them until it is confident about its answer. This means it's more than a simple script — it’s a research assistant that loops through analysis steps until convergence.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Ulixee Hero

    Ulixee Hero

    The web browser built for scraping

    ...We've recreated a fully compliant DOM directly in NodeJS allowing you bypass the headaches of previous scraper tools. The powerful Chrome engine sits under the hood, allowing for lightning fast rendering. Emulators make it easy to disguise your script as practically any browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Laminar

    Laminar

    Open-source all-in-one platform for engineering AI products

    ...All traces are sent in the background via gRPC with minimal overhead. Tracing of text and image models is supported, audio models are coming soon. You can set up LLM-as-a-judge or Python script evaluators to run on each received span. Evaluators label spans, which is more scalable than human labeling, and especially helpful for smaller teams. Laminar lets you go beyond a single prompt. You can build and host complex chains, including mixtures of agents or self-reflecting LLM pipelines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Moltworker

    Moltworker

    Run OpenClaw on Cloudflare Workers

    Moltworker is an experimental Cloudflare Workers-based project that allows users to run OpenClaw (previously known as Moltbot or Clawdbot), a self-hosted personal AI agent, within the Cloudflare Developer Platform rather than on dedicated hardware. Acting as a middleware Worker and script adaptor, moltworker packages the OpenClaw agent and its dependencies into a Cloudflare Sandbox container that can operate at scale on the global edge network, offering an always-on deployment without users needing their own servers. With this setup, developers can host and interact with a personal AI assistant that maintains persistent conversations, integrates with chat platforms, and provides a control UI protected by Cloudflare Access. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next