Showing 42 open source projects for "script%20runner%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
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 1
    kubo-rpc-client

    kubo-rpc-client

    A client library for the Kubo RPC API

    A client library for the Kubo RPC API. Loading this module through a script tag will make it's exports available as KuboRpcClient in the global namespace. This client is still a work in progress and in active development. Please refer to ipfs-http-client for now and only use this package if you are aware of the implications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Web3Press WordPress Plugin

    Web3Press WordPress Plugin

    The WordPress plugin to integrate LikeCoin

    Integrates Liker ID functionality into your own WordPress site. The suggested way of development environment is docker based. This guide will assume you have Docker Community Edition 18+ installed. Auto rebuild script in dev mode. Only one javascript component can be run at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Kalkun
    Kalkun is an open source web-based SMS (Short Message Service) manager. It uses Gammu SMSD (part of gammu family) as SMS gateway engine to deliver and retrieve messages from your phone/modem. Documentation is on the wiki: https://github.com/kalkun-sms/Kalkun/wiki Development and source code can be found on github: https://github.com/kalkun-sms/Kalkun/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    red-feed-aggregator

    RSS/Atom/OPML reader in Javascript + CORS proxy in Java

    Very simple RSS/Atom/OPML reader written in Javascript and using a build-in CORS proxy written in Java (RESTful web service using JAX-RS and Jersey), deployed with Eclipse Jetty (tested with Jetty 9.4.31), requires an HTML5 compliant web browser, works with Microsoft Internet Explorer 11 with some limitations, mainly tested with Mozilla Firefox and Mozilla Firefox for Android. The Ant script allows to create the WAR file and to upload both the deployment descriptor and the WAR file into your server. You might need to modify web.xml to make it work with another server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 5
    FilterBadRecruiters

    FilterBadRecruiters

    Google Apps Script to send third party recruiter email to spam

    FilterBadRecruiters is a Google Apps Script that processes new messages looking for unwanted email from known third party recruiters. When a match is found, a reply is sent informing the sender that the message is being reported as spam and will not be read. The script then logs matches to a spreadsheet and updates a pie chart displaying what percentage of these type of messages were sent from each domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ipns-pin

    ipns-pin

    Script to pin files via ipns and keep them updated

    A small script that updates pins for ipns addresses. Should be set up as a cron job.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MFS JavaScript Implementation

    MFS JavaScript Implementation

    JavaScript implementation of the IPFS Mutable File System

    JavaScript implementation of the IPFS Mutable File System. The code published to npm that gets loaded on requires is an ES5 transpiled version with the right shims added. This means that you can require it and use with your favorite bundler without having to adjust the asset management process. The mfs works by storing a reference to the root node's CID in LevelDB. LevelDB does not support concurrent access so there are read/write locks around bits of the code that modify the the root node's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    party line voice chat script

    party line voice chat script

    WebRTC complete web based Party Line Voice Chat Script

    Install your own Free Voice Chat Party Line that runs 24 hours a day! No phone numbers to call, a complete mobile friendly web based Party Line Script. Using the latest browser technology to deliver live free voice chat from pc's and cell phones to any HTTPS web page in the world. Works on any cheap shared Linux server hosting platform with HTTPS. Can be used for Professional Business Owners support and information pages. Can be used to create an instant fun party line voice chat website where many people can all voice chat at the same time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    loadCSS

    loadCSS

    Load CSS asynchronously

    ...The loadCSS.js file exposes a global loadCSS function that you can call to load CSS files programmatically, if needed. This is handy for cases where you need to dynamically load CSS from script. The code above will insert a new CSS stylesheet link after the last stylesheet or script that it finds in the page, and the function will return a reference to that link element, should you want to reference it later in your script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Learn More
  • 10
    PHP Webcam Live Streaming

    PHP Webcam Live Streaming

    Web based live video streaming from webcam.

    ...Live Streaming key features: + 1 to many 1 way video streaming + Live chat for viewers + User list with online participants + Channel title + HTML embed code to publish video channel + P2P group streaming support + Session timer and control with scripts + 100% web based for clients The php edition is the easiest choice to setup and run the Live Streaming application on a website. Also to integrate with any php script or content management system that does not have a ready made integration, yet. PHP Live Streaming Edition Highlights: + Create Live Video Channels + Broadcast Live Video from Browser + Share Channels Link/Embed Code + Limit Total Use Time by Channel + Simple Setup + Easy to Install + Full PHP Source Code + Easy to Integrate Requires a RTMP hosting to setup rtmp side (see installation instructions).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    AudioSerial with JavaScript

    Use a smartphone to send serial commands.

    ...For schematics of how to connect to your MCU/MPU, see http://www.robots-everywhere.com/re_wiki/pub/web/Cookbook.AudioSerial.html To add this library to your webpage, include this. <script src='https://audioserial.sourceforge.io/serial-1.0.js'></script> or <script src='http://audioserial.sourceforge.io/serial-1.0.js'></script> To see a working demo, click here. http://audioserial.sourceforge.io/serialdemo.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ADbNewsSender is an easy to install and use php based newsletter script. You can use it to manage multiple newsletters. It is using double opt in and supports MySQL/MariaDB and PostgreSQL. You can also present a web archive to your website's visitor. Please note that the development has been discontinued. You can still download the software, but you won't receive any support or updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FileProtocol

    FileProtocol

    File Access from your Browser

    Bottom-line File Access using your browser File explorer, File download, File upload, Direct Links
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    WhoisUP

    WhoisUP

    Is your host up or down?

    WhoisUP v0.3 monitors hosts via ICMP and shows the status in a web page. When a host is down, the script can send mail, syslog message, open a popup message or play a sound. Moreover, the script monitors if the host exceed the latency threshold limit. The script uses NMap to send ICMP packets and to save the host status into an XML file. Then, WhoisUP reads the XML and shows the report in a web page with AJAX features; in case of host failure the script can send alarms. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TeleKast

    TeleKast

    Open Source Teleprompter

    TeleKast is an open source teleprompter. Scripts are created and used to create content for the teleprompter. The scripts can also be used for doing feature stories and interviews. TeleKast is your means for creative communication.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 16
    A php script to list your favourite tv series and searsch NZBMatrix.com or nzbd.org or both for new episodes. It is built on Kohana 3 framework. And can output RSS feed for Sabnzbd. And much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    RightClickLync

    Adds right click context menu to call a highlighted number in Lync

    Adds a Right Click context menu to your browser to call number from Lync. Highlight a piece of text in IE/FF13/Chrome and the script will strip out non numerics and pass to Lync via tel: handler and Lync can normalise the number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHPVideoStream

    PHPVideoStream

    Stream desde los servidores de descargas.

    Script o proyecto porque esta en constante avanze que busca ya no tener que descargar videos o musica en vez de eso poder reproducirla online desde servidores como: MediaFire,DdlAnime,DivxBase,JumboFiles,etc..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SqIRC
    SqIRC is light IRC client written in java, with script control and plugin!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A simple toolbox for building and evaluating web surveys. Submit protected by vote codes. The client is JavaScript, the server side and eval script is Python, communication in JSON. Stores all data in pickle files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tellmatic - the newslettermachine
    tellmatic is a php and mysql based newsletter script to create, manage and send personalized newsletters or mass mails. uses wysiwyg and has a form editor. adresses and newsletter are stored in unlimited groups. handle bouncemails and failed adresses
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JAM Circle
    JAM Circle is a Kanban Application Platform on Eclipse RCP.Kanban is similar to sticky note.you can use it for GTD,Planning,Pull System using Kanban.It supports to send Card using XMPP and to define it\'s behavior using Script(JRuby and ECMAScript).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AfterLogic WebMail Lite .NET
    Free and easy-to-use webmail script with AJAX interface. Supports POP3/IMAP accounts, SMTP, SSL. Users can check and send mail, use address book. Skins, non-English languages, UTF-8. MS SQL/MySQL/MS Access backends supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NZBGetter is a PHP Script for linux based systems to spider NZB index sites for NZB files matching your predefined search patterns. The script downloads matching NZB files and passes them to your Usenet Reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Directory Listing Script (not available)

    Currently project is halted (no downloads)

    Directory Listing Script is a script developed in PHP 5 (PHP 4 version also available) and JavaScript, which allows you to list directories on your HTTP server. Functionality includes file uploads and simple password protection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next