Showing 42 open source projects for "script"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    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
  • 2
    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: 1 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: 6 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
  • QuickBooks-integrated B2B eCommerce tools Icon
    QuickBooks-integrated B2B eCommerce tools

    NowCommerce is a B2B online sales platform for manufacturers, wholesalers, and distributors using QuickBooks.

    The platform offers two-way QuickBooks integration, easy setup at no additional charge, 24/7 selling for merchants, and powerful business insight and remote management tools. The platform comes with three modules that can be purchased individually or bundled together. These are Customer Portal, Rep Portal, and Fulfillment modules.
    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: 1 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
  • Industry-Leading Auto Dealer Software Icon
    Industry-Leading Auto Dealer Software

    For Auto dealerships, OEM, independent software vendors, heavy truck dealers

    Our automotive software solutions help your dealership respond to today’s challenges and opportunities while creating best-in-class customer experiences.
    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: 1 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: 22 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