Search Results for "script%20executor" - Page 41

Showing 7828 open source projects for "script%20executor"

View related business solutions
  • 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
  • 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
    penthouse

    penthouse

    Generate critical CSS for your web pages

    ...You should minify the critical CSS, then inline it on your page (wrapped in <style> tags). It should be placed in the header, replacing the full CSS link(s). The full CSS, and JS script tags (which also block rendering), should be moved out of the HEAD, to the end of the page, just before the closing body tag. You need to generate critical CSS for each page individually. Make sure to only move down the full CSS to the bottom of the page for pages where you have inlined critical path CSS in the header.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    QuickPlot

    QuickPlot

    Simple user interface for gnuplot aimed for reflectometry data

    Graphical user interface for gnuplot to create publication quality figure very quickly. It supports templates for fast formatting of graphics, different plot styles, insets, axis and label options. One important feature is storing metadata in png and pdf files that can be used to reload any graph saved with QuickPlot.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    Generate Art #flushyourmeds

    ./ bash generate-art.sh Generates Satan Art Shell Script ... ;

    Generate Art ./ bash generate-art.sh ; su root ; sudo -i ; / ./ bash generate-art.sh Generates Satan Art Shell Script ... ; / This is a Suprficial Generate Art Bash Shell Script ... ; This only Works in Linux and Not in (other), Never Went To College ;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Blooket

    Blooket

    Collection of utilities that interact with the Blooket API / website

    ...Utilities that interact with the Blooket API / website. For IOS please view the IOS/Apple section of this file, for Android/Samsung/Google OS please view the bookmarklet section. Before running the script on the Blooks page, make sure you click on a non-common blook. Check for any mistakes you may have made. If you are certain it is a problem with the code, go to the Issues tab of the repo and create a new issue.
    Downloads: 32 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
  • 5
    A Z-shell script creating frames for, and encoding them into, the 'du-filmo' video
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SabroCMS CMS and Online FTP

    SABROCMS (CONTENT MANAGEMENT SYSTEM) PHP SCRIPT TO EDIT WEBSITES

    SabroCMS is a Freemium PHP Script that allows you to manage the files of your hosting or your website, from any web browser, either from your computer, tablet or cell phone, with online FTP functions, ideal for uploading files, deleting files, renaming files, clone files, create or delete directories and especially to create and edit files online, such as HTML files, Javascript JS files, CSS Style Sheets, Python PT Scripts, PHP Scripts, Perl, CGI and all kinds of TXT, XML, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AWS EC2 Instance Connect Configuration

    AWS EC2 Instance Connect Configuration

    ssh daemon configuration and necessary EC2 instance scripting

    ...Parse takes all necessary pieces as command inputs is can be unit tested independently. curl, however, obviously needs to curl EC2 Instance Metadata Service and so cannot be tested without mocking the actual service. The curl script verifies we are actually running on an EC2 instance and cURLs relevant information from EC2 Instance Metadata Service and send it to parse. Note that it must make several curl commands to proceed. If it cannot do so it fast-fails to prevent blocking the ssh daemon. The command also queries several OCSP staples from EC2 Instance Metadata Service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpticSim.jl

    OpticSim.jl

    Optical Simulation software

    OpticSim.jl is a Julia package for geometric optics (ray tracing) simulation and optimization of complex optical systems developed by the Microsoft Research Interactive Media Group and the Microsoft Hardware Architecture Incubation Team (HART). It is designed to allow optical engineers to create optical systems procedurally and then to simulate and optimize them. Unlike Zemax, Code V, or other interactive optical design systems OpticSim.jl has limited support for interactivity, primarily in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    kiekiam

    executes a command, tags, timestamps and logs its stdout && stderr

    KIEKIAM (wherewhen in esperanto). A (ba|z)sh script that: - calls and external command to execute, - logs to a stream or file its stdout && stderr, - possibly timestamps and/or tags logged output and/or original console streams, - displays those outputs to console with no lag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 10
    $form = new JSForm( array( new JSInputHidden('id', new JSInputValidator(JSValidateType::INT, true), $iID) , new JSInput('text', 'name', 'Name', new JSInputValidator(JSValidateType::NONE, true), 'Name of the Template', array($aInitialValues,'name'), 6) , new JSInputGap(6) , new JSInput('text', 'open', 'Opening Script', new JSInputValidator(JSValidateType::URL_SYMBOLS, true), 'Opening script of the template', array($aInitialValues,'open'), 6) , new JSInput('text', 'close', 'Closing Script', new JSInputValidator(JSValidateType::URL_SYMBOLS, true), 'Closing script of the template', array($aInitialValues,'close'), 6) ) , 'Edit Template'); if ($form->Process()) { $resultRegister = Template::Register( $form->GetValue('name') , $form->GetValue('open') , $form->GetValue('close') , $sError); if ($resultRegister === false) {
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Node.js express.js MongoDB JWT REST API

    Node.js express.js MongoDB JWT REST API

    Node.js express.js MongoDB JWT REST API - Basic Project Skeleton

    ...Login access log with IP, browser and country location (for country it looks for the header cf-ipcountry that CloudFlare creates when protecting your website). NPM script for keeping good source code formatting using prettier and ESLint. JWT Tokens, make requests with a token after login with the Authorization header with value Bearer yourToken where yourToken is the signed and encrypted token given in the response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    imgi image hosting & sharing

    imgi image hosting & sharing

    Free image hosting & sharing script

    imgi Image Host is a free, simple and easy-to-use Image hosting script, which aims to make it easy to set up and maintain a photo/image hosting/sharing site.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Mini Mouse Macro

    Mini Mouse Macro

    Light weight mouse and keyboard macro recording machine

    Mini Mouse Macro is a great free mouse and keyboard recording macro. Mini Mouse Macro if different to other mouse macro's out there because it can actively record your mouse movements, clicks and keys. Lower standard macro's require you to actually enter the x and y position of your mouse and then ask you what to do.....Mini Mouse Macro recorder takes it to the next level by recording your actions in real time. Another great feature of Mini Mouse Macro is the ability to save your...
    Leader badge
    Downloads: 1,320 This Week
    Last Update:
    See Project
  • 14
    yosild

    yosild

    Shell script that builds a full, minimal Linux distribution

    yosild is a minimalist Linux distribution designed for simplicity and small size, targeting educational and embedded uses. It provides a clean and lightweight base system built with busybox, musl libc, and a small init system, suitable for learning Linux internals or building custom environments from scratch. yosild aims to strip Linux down to its essentials while remaining usable and POSIX-compliant, and it can boot quickly on both physical hardware and virtual machines.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    CCTV Frame Timestamp Extractor

    CCTV Footage Timestamp Search Tool

    Python script to address the problem of manually locating required event timestamps from carved CCTV DVR footages. Full details can be found in the paper published in Eighteenth Annual IFIP WG 11.9 International Conference on Digital Forensics. Link to paper: https://link.springer.com/chapter/10.1007/978-3-031-10078-9_8 The project has been divided into four modules: Framextract.py- Extracts frames from video footages Reconstruct.py- Attempts to repair unplayable video by extracting the frames. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    phpb2b

    phpb2b

    opensource and free b2b script

    Build your b2b trade portal using PHPB2B,the opensource php b2b script, get help from : http://www.phpb2b.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Apophysis AV

    Apophysis AV

    Fractal Flame Editor

    Apophysis AV is an improved and modern version of the famous fractal flame editor Apophysis. This application combines the best options of previous branches (e.g. 3D- or 64-bit support and favourite variations), some of which were lost in the development process, and has multiple bugfixes. Besides, Apophysis AV has a lot of new features.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 18
    update-golang

    update-golang

    Easily fetch and install new Golang releases with minimal intrusion

    update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion. The script uses local system OS and ARCH to download the correct binary release. It is not harmful to run the script multiple times. Downloaded releases are kept as cache under '/usr/local'. You can erase them manually. By default, the script only detects actual releases (not beta releases, not release candidates).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Simple Image Warehouse

    Simple image hosting script for one person use.

    Simple image hosting script for one person use. Based on only PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This script uses a javascript table called simpledatatables. window.addEventListener('DOMContentLoaded', event => { // Simple-DataTables // https://github.com/fiduswriter/Simple-DataTables/wiki const datatablesSimple = document.getElementById('datatablesSimple'); if (datatablesSimple) { new simpleDatatables.DataTable(datatablesSimple); } }); Example usage for creating a dynamic table with delete and edit hyperlinks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Malicious Script Detector

    A script that searches a file for potentially malicious commands/code.

    This script is published under the GPLv3 (https://www.gnu.org/licenses/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RetroPie-Setup

    RetroPie-Setup

    Shell script to set up a Raspberry Pi/Odroid/PC

    RetroPie‑Setup is a collection of shell scripts designed to install and configure RetroPie—an emulation frontend—on Raspberry Pi OS, Ubuntu, Odroid, or PC platforms. It automates installing RetroArch, emulator cores, configuring controllers, themes, and optional ports. Used for retro gaming on varied hardware.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23

    ECTk

    ECTk - The electrochemical tool kit

    ECTk, the electrochemical tool kit, is a command line based application built on Tcl. It allows to define electrochemical experiments either interactively or via a script file sourced by ECTk. Virtually any potensiostat can be driven, the only condition being that the instrument has analogue inputs and outputs. ECTk is developed and maintained by the Electrocatalytic Green Engineering Group at Concordia University. ECTk communicates via any analogue IO board supported by the comedi library. This offers a great flexibility as a large number of IO boards are supported by comedi. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cica
    ...Consider readability of special characters such as subscripts and superscripts ( assuming JuliaLang ). The font file is SIL Open Font License 1.1. The source code of the synthesis script etc. is MIT. The Pomicons glyphs included in Nerd Fonts are excluded from the generator because they are licensed for commercial use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Command line Drupal install and update script for multi-site hosting using symlinks for enhanced site management. Think of dget as an "apt-get" for Drupal.
    Downloads: 0 This Week
    Last Update:
    See Project