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

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

    jill

    Command line installer of the Julia Language

    On Linux, the best way to install Julia is to use the Generic Linux Binaries. And while all Linux users love manually downloading, unpacking, and linking their software, this script does it for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    sysmon

    sysmon

    Sysmon prints short and uniform information about OS

    This shell script prints short and uniform information about OS such as: CPU, RAM, OS name and version, kernel version, hostname, system load, current processes, network interfaces, total logged in users, hard disks, runlevel, etc. No root or any special superuser's rights are required. Runs under Linux, Android (Termux), Windows (Msys2 and Cygwin), FreeBSD, NetBSD, DragonFly BSD, OpenBSD and other Unix-like systems.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    SQL*Plus Commander

    SQL*Plus Commander

    Text-based user interface to query data on Oracle DB in a smart way

    SQL*Plus Commander is Text-based user interface (TUI) / framework to query data on Oracle DB in a smart way. It consists in a fully customizable script shell for bash and ksh. It executes custom queries or procedures on DB with SQLPlus for Oracle. The results of queries can be browsed in a colorful text interface resulting data from a query can be selected and passed dinamically as parameters for others queries or procedures It may be useful for people who runs frequently a limited number of query and uses the results as parameters for other queries. ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4

    UniversalTextExtractor

    Command-line toolset for extracting text from files

    Command-line toolset for extracting text from files (documents, images, archives) into SQLite with OCR support. Simple, expandable, one shell script only.
    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
  • 5
    Open Crypto Tracker

    Open Crypto Tracker

    Bitcoin Alts portfolio tracker, email / text / alexa / telegram alerts

    100% FREE / open source / PRIVATE cryptocurrency portfolio tracker. Email / text / alexa / telegram price alerts, price charts, mining calcs, leverage / gain / loss / balance stats, news feeds +more. Privately track Bitcoin / Ethereum / unlimited cryptocurrencies. Customize as many assets / markets / alerts / charts as you want. Over 50 Exchanges / 40 Trading Pairs Supported (exchanges / pairings list at bottom of README.txt): https://tinyurl.com/ct-readme Nearly Unlimited Assets...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    Slideshow Crypto Ticker

    Slideshow Crypto Ticker

    Real Time Slideshow Crypto Price Ticker For Raspberry Pi LCD Screens

    Open source / 100% FREE real time slideshow crypto price ticker for RaspberryPi device LCD screens, including 24 hour volume. Supports running in "slideshow mode", to show all the markets you want. Supports CoinGecko / Binance / Coinbase Pro / Kraken / Kucoin / Bitstamp / Bitfinex / HitBTC / OKex / Gate.io exchange markets (more market support coming in the future). 3.5" LCD Demo: https://www.youtube.com/watch?v=dXAhs8HXCn4 7" LCD Demo:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Script em BASH de instalação automatica do LibreOffice PT-BR (baixa e instala) para Debian-Likes (ubuntu, mint...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    docx2txt

    docx2txt

    Perl based utility to extract formatted text content from MS Docx file

    Docx2txt is a Perl based command-line utility to convert (even corrupted) Microsoft docx documents to reasonably formatted text files, along with appropriate character conversions. Apart from Perl it also requires a command line unzipping program like unzip/7z/pkzipc/wzunzip.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 9
    KISSmenu

    KISSmenu

    KeepItSimple: organize&integrate your tools in a non-/interactive menu

    ...Development or tooling environment: shortcut based menu of commands, which can be used both interactively and non-interactively. Middleware: simply integrates various software through environment variables. Really simple! A 500 lines long bash script easy to maintain, fork or extend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The complete IT asset and license management platform Icon
    The complete IT asset and license management platform

    Gain full visibility and control over your IT assets, licenses, usage and spend in one place with Setyl.

    The platform seamlessly integrates with 100+ IT systems, including MDM, RMM, IDP, SSO, HR, finance, helpdesk tools, and more.
    Learn More
  • 10
    MobiLinux | Linux Desktop for Android

    MobiLinux | Linux Desktop for Android

    Allowing you to use the Linux desktop everywhere you are

    MobiLinux is a mobile Linux distro based on Ubuntu 12.04 ARMv7 Build and is made to run on Android mobile phones while using little ram. This is based off http://sourceforge.net/projects/linuxonandroid/ and has been very much modified but should still be noted Requirments: - ARM based Android Mobile Phone - Android OS 2.2+ - ROOT ACCESS and BusyBox Binay - loop and ext2 kernel support - 2 GB of free space - 1 GHz CPU (dual-core or overclocked is recommended) - 512 RAM on board...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Decision Table Preprocessor

    Decision Table Preprocessor

    Ccide is a Decision Table preprocessor.

    Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates the new, expanded source. Ccidew processes C language programs directly. The script, ccide, uses ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables. Ccide checks all conditions once and only once, avoiding side effects. Ccide checks tables for conflicts and other errors. Input example: //DECISION_TABLE: // 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */ // N - - - | speed == STOPPED // - - Y - | speed == SLOW // - N - Y | speed == FAST // ______|___________________ // X - X - | Stop(); // - - - X | SlowDown(); // - X - - | SpeedUp(); //END_TABLE:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    tex2pdf is a script that generates a PDF file from a LaTeX or LyX document using tools like pdflatex and hyperref. There is a bash shell and Perl implementation available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    qprt-to-lp is a simple wrapper script to pass AIX qprt commands to Linux CUPS lp command. This allows programs that are hard coded to use qprt on AIX to print on Linux or systems with CUPS. Share and enjoy :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This script provides you an ability to show with conky your to-do list that is managed by Freemind. The detailed step-by-step instructions can be found here: http://bit.ly/bIudYl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WinSync
    Backup script for Windows based on robocopy Fast backup, syncs changed files only. Space efficient, all duplicate files are Hardlinked. Easy Overview of destination folder Structure: Computer Name > Date_Time > Drive > Folder > File
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Bash script "toolbox" dedicated to make PDF & PS files ready for mass printing and packing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BCAR is a library for the associative classification, which denotes "Boosting Class Association Rules". BCAR provides a general tool for classification tasks with various types of input data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Bash script for thesaurus that uses thesaurus.infoplease.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DemoScript runs commandline-based demos. It logs to a remote host (ssh), writes the password, and then writes the commands specified in a script. The tool mimics someone's typing: delay between each letter and intelligent command sending synchronisation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JMrTools, is inspired by the MrTools Perl Project (Written by Robert Marino). This JAVA project implements ssh telnet, scp, rsync, sftp, ftp, and stdio. Providing execution/transfer of commands, script, or files on Multiple hosts concurrently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NoteJot is a command-line driven shell script for managing notes. Usability is a primary goal allowing notes to be easily added, removed, edited, listed, and searched. Files can be attached to notes and notes can be grouped via categorization tags.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    AWStats Enterprise Manager is a tool for managing awstats configuration creation and logfile processing, in a multi-server environment. This script is designed to pull all the webserver logs, for every server, and parse them with awstats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple bash script to sync iCal calendars to any iPod.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Get rid of paper from your office with phpMyArchive. phpMyArchive provides a simple and efficient command line script for driving your scanner, and a flexible and powerful web-based search engine to retrieve scanned images from your archive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The sh-alarm is an alarm clock written in shell script for bash environment. It will beep repeatedly at any given time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next