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

Showing 5057 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

    dpinfo

    Batch script to get disk partition information

    获取磁盘分区信息的批处理脚本,基于diskpart编写,不需要任何第三方工具,仅支持简体中文语言,Windows 7以上操作系统。 dpinfo可以获取磁盘大小,名称、分区表类型、磁盘属性;分区大小、类型、可用空间、文件系统、分区属性、活动/ESP分区等等,支持非Windows文件系统识别(基于ID)。获取的各种信息都被定义成了变量,方便定制修改涉及磁盘分区方面的脚本,实现各种用途,只需要套用现成的变量就能写出功能强大的脚本,脚本末尾附有变量说明可供参考。 dpinfo仅具有获取磁盘、虚拟磁盘、分区、卷等信息的功能,并不会操作磁盘分区(删除、新建、格式化、清空等),目前尚未遇到获取信息就丢失数据的先例。 您基于本脚本定制的工具,可以用于商业用途,请您充分测试,以免发生灾难性后果,特别是涉及全自动分区类的工具,作者不会为此造成的任何损失负责,否则请勿使用。 diskpart已知问题 部分问题不一定会发生,但确实都遇到过,有条件的建议反馈给Microsoft。 某些移动设备list part时自动选中分区,且无法选择分区,可以选择卷,sel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    DpLtrSort

    Drive letter sorting batch script

    本工具基于dpinfo开发,不需要任何三方工具,仅支持Win7以上简体中文系统。 仅在对其它盘符整理工具均不满意的情况下才推荐使用本工具,或者不太注重效率的场合,因为diskpart首次初始化缓慢众所周知。 主要按照diskpart磁盘和分区顺序整理,顺序或者ACT/ESP倒序整理,倒序时ACT/ESP在最后,DVD等在其前。由于本工具支持大量开关设置,还会检测所有用户文件夹和已安装程序路径所在盘符,检测diskpart无法识别的盘符等,这些盘符可能会自动加入盘符白名单,这些都会影响整理顺序。 支持检测所有用户文件夹和已安装程序路径功能,仅正常系统检测,当检测到有位于非C盘路径时,自动将盘符加入盘符白名单。用户文件夹路径检测支持符号链接追踪,就是如果使用了mklink转移了桌面等到非C盘,注册表路径不变时,那么这个转移后的盘符也会加入盘符白名单。 支持检测识别非diskpart盘符功能,非diskpart盘符就是所有存在的盘符减去list...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Alpaca.cpp

    Alpaca.cpp

    Locally run an Instruction-Tuned Chat-Style LLM

    ...Download the zip file corresponding to your operating system from the latest release. The weights are based on the published fine-tunes from alpaca-lora, converted back into a PyTorch checkpoint with a modified script and then quantized with llama.cpp the regular way.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    QScript

    QScript

    Expression and algorithm evaluator (built with Java)

    V2.1.1 compatible with Processing 2 & 3. A powerful yet simple to use scripting language that can be used to evaluate expressions and simple algorithms. In fact it is the only evaluator I know that supports complex numbers and vectors without the need for additional configuration. The emphasis is on simplicity and extensibility and the website provides detailed guides to help you get the most of QScript. It supports variables, selection (IF-THEN-ELSE) and repetition (WHILE-WEND and...
    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
  • 5
    Alphafold

    Alphafold

    Open source code for AlphaFold

    This package provides an implementation of the inference pipeline of AlphaFold v2.0. This is a completely new model that was entered in CASP14 and published in Nature. For simplicity, we refer to this model as AlphaFold throughout the rest of this document. Any publication that discloses findings arising from using this source code or the model parameters should cite the AlphaFold paper. Please also refer to the Supplementary Information for a detailed description of the method. You can use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    audiobook-packer

    Tool for packing audiobook mp3 files to handy size

    A script to pack a set of audiobook mp3 files to a single file. Convert the output to desired quality level.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Crypt-LE

    Crypt-LE

    Let's Encrypt / Buypass / ZeroSSL and other ACME-servers clients

    Crypt-LE is a Perl module and command-line client that facilitates obtaining SSL certificates from Let's Encrypt and other ACME-compatible Certificate Authorities. It supports various verification methods and simplifies certificate management processes. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PHP_CodeSniffer

    PHP_CodeSniffer

    Tokenize PHP files and detects violations of coding standards

    PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent. PHP_CodeSniffer requires PHP version 5.4.0 or greater, although individual sniffs may have additional requirements such as external applications and scripts. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Execute JavaScript from Go

    Execute JavaScript from Go

    Execute JavaScript from Go

    Execute JavaScript from Go. For scripts that are large or are repeatedly run in different contexts, it is beneficial to compile the script once and used the cached data from that compilation to avoid recompiling every time you want to run it. The v8go library would welcome contributions from anyone able to get an external windows build of the V8 library linking with v8go, using the version of V8 checked out in the deps/v8 git submodule, and documentation of the process involved. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10

    windows-wallpaper-changer

    Python Wallpaper Changer

    With Python Wallpaper Changer, you can easily and randomly switch your desktop background to a new image from a folder of your choice. Add some excitement to your viewing experience with this simple script.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    AWS EC2 Instance Connect CLI

    AWS EC2 Instance Connect CLI

    All-in-one client for EC2 Instance Connect that handles key brokerage

    This is an all-in-one client for EC2 Instance Connect that handles key brokerage and establishing connections to EC2 Instances through an interface near-identical to standard system ssh, sftp, and other utilities. This is a Python client for accessing EC2 instances via AWS EC2 Instance Connect. This module supports Python 2.7.x and 3+. This package is available on PyPI for pip installation, ie, pip install ec2instanceconnectcli. It is strongly encouraged you set up a virtual environment for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GraphQLmap

    GraphQLmap

    GraphQLmap is a scripting engine to interact with endpoints

    GraphQLmap is a Python-based scripting engine designed to interact with GraphQL endpoints for penetration testing purposes. It can connect to a target GraphQL endpoint, dump the schema (if introspection is enabled), query it interactively, and fuzz fields for NoSQL/SQL injection vectors, thereby revealing hidden attack surfaces. GraphQL endpoints represent a relatively newer attack vector compared to REST, and GraphQLmap helps bridge this gap by providing tooling tailored to the GraphQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Tiny Multi Bootloader+

    Serial Bootloader for Microchip, Atmel, NXP, TI, 8051 microcontrolers

    ...It can program: - Microchip PIC10/12/16/18/24/32/dsPIC30/33 - Atmel ATtiny, ATmega - TI MPS430 - NXP ARM Cortex-M0+ - Silicon Labs C8051 And this: - with light modifications to the Bootloader firmware for new devices - without modifying your source code or using a special linker script - via GUI or command line prog - with automatic Reset
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 14
    reCAPTCHA

    reCAPTCHA

    PHP client library for reCAPTCHA, a free service

    ...Its design philosophy is “risk-based”: most users pass silently based on behavioral signals, while higher-risk interactions may be challenged with an image, checkbox, or other verification step. Site owners register keys, embed a small client script, and verify tokens on the server to protect actions like sign-ups, logins, and form submissions. The ecosystem supports mobile and enterprise variants, but the repo focuses on common web integrations and best practices for verifying the token securely. Deployed correctly, reCAPTCHA reduces credential stuffing, bot sign-ups, and scraping without degrading the experience for typical users.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    OP Fingerprinting Script (OPFS)

    OP Fingerprinting Script (OPFS)

    An overpowered JavaScript browser fingerprinting library

    OPFS is a browser fingerprinting library for creating persistent, unique and long-lasting digital fingerprints without depending on ever-changing variables such as the user agent string commonly used in other browser fingerprinting libraries. As such, the fingerprint does not change most of the time when a user upgrades their browser to the current version. OPFS uses some novel methods not well known before the publishing of this repo that allow the creation of a likely completely unique...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LinkDir web directory script

    LinkDir web directory script

    Web directory script to launch directory site

    LinkDir! Web directory script in PHP. Easy to make your own web directory for websites and products. Basically, it is a web directory script to make its own directory site for a small niche. The script lets you build and run your own directory site of services/website/review site.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    ...Also, increase the terminal font size to the desired level, before using the script, to view in bigger mode. Google search for linux / cygwin / mac terminal font size to know more about it. LATEST UPDATE : The quiz.sh script is updated now to perform for the whole class of students and log the results into the Students_Score.txt file. Also see this collection of bash scripts : https://sourceforge.net/projects/bash-shell-scripting-in-minute/ and this script : https://sourceforge.net/projects/command-output-to-html-table/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Translate Shell

    Translate Shell

    Command-line translator using Google Translate, Bing Translator, etc.

    ...Translate Shell is known to work on many POSIX-compliant systems. You may use Translate Shell from any Unix shell of your choice (bash, zsh, ksh, tcsh, fish, etc.); however, the wrapper script requires either bash or zsh installed. It is a must to have corresponding fonts for the language(s) / script(s) you wish to display in your terminal.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Weave

    Weave

    Scientific reports/literate programming for Julia

    Weave is a scientific report generator/literate programming tool for the Julia programming language. It resembles Pweave, knitr, R Markdown, and Sweave. You can write your documentation and code in an input document using Markdown, Noweb or ordinal Julia script syntax, and then use the weave function to execute code and generate an output document while capturing results and figures. Supports various output document formats: HTML, PDF, GitHub markdown, Jupyter Notebook, MultiMarkdown, Asciidoc and reStructuredText.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Gait Measurement EMG Step Trigger

    Script to control step-triggered optogenetic pulse delivery.

    Script for Spike2 software to control stimulus delivery using input from an external signal. This script was developed and used in the laboratory of Veronique VanderHorst, MD PhD at Beth Israel Deaconess/Harvard Medical School. Specifically, this script was used to trigger pulses of light that were delivered to animals receiving optogenetic stimulation; the trigger was designed to detect the initiating of stepping by electromyographic activity that was recorded from the tibialis anterior. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    uDoctorAppointment

    uDoctorAppointment

    Doctor Appointment script based on Directy CMF

    Doctor Appointment script based on Directy CMF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Amiga Memories

    Amiga Memories

    A walk along memory lane

    ...The generator itself is implemented in Squirrel, the 3D rendering is done on GameStart 3D. An Amiga Memories video is mostly based on a narrative. The purpose of the script is to define the spoken and written content. The spoken text will be read by a voice synthesizer (Text To Speech or TTS), the written text is simply drawn on the image as subtitles. Here, in addition to the spoken & written narration, the script controls the camera movements as well as the LED activity of the computer. Amiga Memories' video images are computed by the GameStart 3D engine (pre-HARFANG 3D). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    qdgal

    Simple and lightweight photo gallery for PHP

    ...There is plenty of such gallery softwares on the internet, but every one that I checked was too complicated, and I needed something *very* basic. No authentication, no user options, big text (to be used even by older people that are not that comfortable with a computer). I wrote a short script during a summer afternoon, and qdgal was born. How to use it: simply copy the index.php, index.conf and index.css files to your web server, into a directory where your photos are stored. That's all. You can optionally edit index.conf and/or index.css if you'd like to customize qdgal's look, but that's up to you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bio7
    The application Bio7 is an integrated development environment for ecological modelling and contains powerful tools for model creation, scientific image analysis and statistical analysis. The application itself is based on an RCP-Eclipse-Environment (Rich-Client-Platform) which offers a huge flexibility in configuration and extensibility because of its plug-in structure and the possibility of customization.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    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