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

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 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
    Think Python 2

    Think Python 2

    LaTeX source and supporting code for Think Python, 2nd edition

    ThinkPython2 is the repository for the second edition of Allen Downey’s Think Python textbook, which teaches programming fundamentals in Python to beginners. The code includes all of the example programs, exercises, and supplementary files referenced in the book, allowing learners to run the examples, experiment, and extend them. The repository contains clean, well-commented Python scripts that are easy to follow and map directly to chapters of the text, covering topics like variables,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SpaceVim

    SpaceVim

    A community-driven modular vim/neovim distribution

    ...After SpaceVim is installed, launch nvim or vim, all plugins will be downloaded automatically. The easiest way is to download install it. cmd and run it as administrator or install SpaceVim manually. If you want to use vim script to configure SpaceVim, please check out the bootstrap function section. The SpaceVim Documentation will introduce you to the main topics important to using SpaceVim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Python Zero to Hero for DevOps Engineers

    Python Zero to Hero for DevOps Engineers

    Learn Python from DevOps Engineer point of you

    ...The repository is organized into Day-01 through Day-19 folders plus a small sample app, which makes it very easy to follow in sequence like a bootcamp. The curriculum starts with Python installation, environment setup, and writing your first script, then quickly moves into data types, strings, regular expressions, variables, and functions. It places a strong emphasis on DevOps-specific use cases: environment variables, command-line arguments, configuration handling, and automating log analysis or user management tasks are all explicitly woven into the exercises. As you progress, you encounter increasingly rich Python features such as lists (with list comprehensions), dictionaries, sets, operators, and control flow, always tied back to practical automation or infrastructure examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gnuplot

    gnuplot

    A portable, multi-platform, command-line driven graphing utility

    A famous scientific plotting package, features include 2D and 3D plotting, a huge number of output formats, interactive input or script-driven options, and a large set of scripted examples.
    Leader badge
    Downloads: 5,639 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
    IMS Open Corpus Workbench

    IMS Open Corpus Workbench

    Indexing and query tools for very large text corpora

    The IMS Open Corpus Workbench is a collection of tools for managing and querying large text corpora (100 M words and more) with linguistic annotations. Its central component is the flexible and efficient query processor CQP, which can be used interactively in a terminal session, as a backend e.g. from a Perl script, or through the Web-based GUI CQPweb.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 6
    Science Olympiad Scoring System

    Science Olympiad Scoring System

    Excel based scoring system for Science Olympiad tournaments

    This is an Excel based scoring system for use at Science Olympiad tournaments. Versions have been in use since 2002 at tournaments all over the country. It is free for non-commercial use and modification. Please submit any bug reports or feature requests by emailing the author at the address listed on the Startup page in the workbook. Click on the green button above to download the current Div C version, or on the files link to get the Div B version (be sure to save to disk first, then...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7
    K3DSurf
    ...Change-log for MathMod-11.1 (16/06/2021) 1) Support of graphing functions with complex numbers Z=u+iv in 3D and 4D spaces (demo scripts: "Complex3D_xx" and "Complex4D_Saddle") 2) Added support for HSV (hue, saturation, brightness) coloring model (script: "Complex_Domain_Coloring") 3) Texture definitions (RGB and HSV) for parametric surfaces can now be expressed as functions of complex numbers 4) Added a software implementation for the OpenGL variable gl_FrontFacing (fixed an issue with GPU drivers on MacOSX Catalina). The activation of this patch is available from mathmodconfig.js ("OpenGlConfig"-->"GL_FrontFacingSupport"=false) or the GUI("Appearance"-->"OpenGL Front Surface Support") 5) Bug-fixes, code optimization and documentation update.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    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: 4 This Week
    Last Update:
    See Project
  • 9
    Stats With Julia Book

    Stats With Julia Book

    Collection of runnable Julia code examples for a statistics book

    ...The repository is designed for Julia users and provides ready-to-run examples that reinforce theoretical concepts with practical implementation. Readers can explore how Julia supports statistical modeling, simulation, and computational methods in data science workflows. The included initialization script simplifies package setup, ensuring that learners can focus on running and modifying the code examples. This project bridges the gap between textbook learning and hands-on coding, making it a valuable educational tool for students, researchers, and practitioners.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Lenso.ai is a perfect example of an AI image search tool Icon
    Lenso.ai is a perfect example of an AI image search tool

    Explore billions of images from all around the web.

    Lenso.ai is a perfect example of an AI image search tool, where you can simply search for images that you are most interested in. Thanks to advanced AI technology implemented on lenso.ai, you can easily start searching for places, people, duplicates, related or similar images.
    Learn More
  • 10
    Bash Scripting

    Bash Scripting

    Free Introduction to Bash Scripting eBook

    This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things. The guide is...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    JStencilReport

    JStencilReport

    A tool for write student evaluations

    JStencilReport (or Java Stencil Report) is designed to write student evaluations and school report, in a fast way by a set of user-inserted sentences. It has a small vector graphics editor to create a full customizable print model that allow to print or export in PDF and Post Script your report. It allow also to export form in CSV format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vamos a la Clase

    Vamos a la Clase

    Prepara el aula para la próxima clase en el recreo

    Este script fue diseñado para "preparar" el aula de computación con PCs que tiene GNU/Linux instalado (También puede usarse en Mac OSX con modificaciones). Cada clase requería un set de íconos diferentes en el escritorio, ya que los alumnos de ciclo inicial (1º,2º y 3º Grado) usaban Scratch y Piskel, los de cuarto Grado Basic256 y Piskel, y los mayores de 5º y 6º grado aprendían HTML y P5Js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Skippity

    Skippity

    Test and measurement automation for electronics, physics and more

    GET INVOLVED - see General Discussion Skippity is a versatile script-based automation controller for test and measurement instrumentation. It’s ideal for use on the test bench or for automating experiments in the lab. Skippity doesn't rely on instrument specific vendor drivers so it can communicate with both legacy and current commercial instruments and also with devices you've designed and built yourself.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Web Security Dojo

    Web Security Dojo

    Virtual training environment to learn web app ethical hacking.

    ...Ideal for those interested in getting hands-on practice for ethical hacking, penetration testing, bug bounties, and capture the flag (CTF). A single OVA file will import into VirtualBox and VMware. There is also an Ansible script for those brave souls that want transform their stock Ubuntu into a virtual dojo. Bow to your sensei! username: dojo password: dojo
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 15
    VJTools

    VJTools

    The vip.com's java coding standard, libraries and tools

    ...Best practices regarding the performance and availability of back-end applications. Observe the JVM process indicators and their busy threads. Generational printing version of JMAP. Online emergency collection of JVM data script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ADiKtEd (Another Dungeon Keeper map Editor) is a text-based map editor for Dungeon Keeper, a game released in 1997. It can be used to create a map from the very beginnings, or to tweak maps created in Official Editor.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Prolog+CG is a Java implementation of Prolog with extensions implementing a subset of the Conceptual Graph (CG) theory of John Sowa. CGs are first-class datatypes on a par with terms. Object oriented extensions are also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Ezhil-Lang

    Ezhil-Lang

    தமிழில் கணினி மொழி

    எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணி Ezhil is a Tamil script based programming language for children and teens in the K-12 grade schools. Ezhil enables learning imperative programming like BASIC or LOGO in Tamil language.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Origami Editor 3D

    Origami Editor 3D

    Virtual paper folding program

    Origami Editor 3D is an advanced paper folding simulator. It uses a what-you-see-is-what-you-get interface and operates with a geometric abstraction of the Yoshizawa-Randlett system. Anything from a simple airplane to John Montroll's omega star can be folded in this editor. Origami files created with the program preserve the entire folding process, and they can be exported as folding diagrams in PDF, animated GIF files, or even as standalone Java programs displaying the origami in a 3D...
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 20

    TILP - TI Linking Program

    TI graphing calculators <-> computer communication software

    ...It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS). The project is now managed on Github, https://github.com/debrouxl/tilp_and_gfm . It uses the libti* libraries, https://github.com/debrouxl/tilibs . Install script for *nix: https://github.com/debrouxl/tilp_and_gfm/blob/master/tilp/trunk/build/scripts/install_tilp.sh
    Leader badge
    Downloads: 377 This Week
    Last Update:
    See Project
  • 21

    ZDT

    Zhongwen Development Tool - helping to study Mandarin Chinese

    The ZDT (Zhongwen Development Tool) is written in Java using the Eclipse RCP to help users study mandarin Chinese. The most important feature is the flashcard study feature. ZDT currently contains: * a Flashcard plugin for memorizing Chinese characters, their meaning and their pinyin/pronunciation. The user is able to import Character lists or enter them manually. This * a Dictionary search plugin with three dictionaries: ADSO, CeDict, HanDeDict. The HanDeDict is a German dictionary....
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    Savsoft Quiz v3.0

    Savsoft Quiz v3.0

    Savsoft Quiz v3.0 is an open source php script to create quiz/exam

    Support Six types of question : 1) Multiple choice - Single Answer 2) Multiple choice - Multiple Answers 3) Short Answer 4) Long Answer 5) Match the Column Create Unlimited Users/students based on groups Question Bank to Add unlimited questions based on categories and levels. Create Quiz/Test and assign to groups. Instant Result with graphical view, Analysis result. Capture user photo while attempting quiz. Mobile Compatible Theme. 100% Source code with MVC pattern. PDF...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Salstat2

    Salstat2

    statistical package designed for the end user, multiplatform

    Salstat2 is an statistical package written in python and designed for the end user It has a graphical user interface and also it is scriptable, It's multiplatform, It has a graphic system inherited from matplotlib, It allows you to use different libraries like numpy - for numerical calculations, it also lets you to interact with Microsoft Excel (R) by using a com client under windows(R) platform and finally you can create your own dialogs by using the interactive shell or the script panel.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    DomainMath IDE

    DomainMath IDE

    An open source gui frontend application for GNU Octave

    DomainMath IDE is an open source GUI front-end application for GNU Octave
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    baybayin

    Learn Baybayin

    Learn to read, write and translate to/from Baybayin script, an ancient pre-colonial Filipino writing script. No downloads are available for the project. Proceed to the link below to use Baybayin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next