Showing 544 open source projects for "scripts"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    PHP Cron Expression Parser
    Calculate the next or previous run date and determine if a CRON expression is due. The PHP cron expression parser can parse a CRON expression, determine if it is due to run, calculate the next run date of the expression, and calculate the previous run date of the expression. You can calculate dates far into the future or past by skipping n number of matching dates. The parser can handle increments of ranges (e.g. */12, 2-59/3), intervals (e.g. 0-9), lists (e.g. 1,2,3), W to find the nearest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    libinclude

    libinclude

    It is a shell library to import other shell scripts as libraries.

    As a library we consider a simple shell script containing function and/or variable definitions. Libinclude offers you the possibility to use those kind of libraries in a comfortable manner. The usage is very close to the syntax of python's import statement. Functions (FUNC) and variables (VAR) in a library (MYLIB) can be simply included, but also imported in their own namespace (MYLIB_VAR, MYLIB_FUNC). It also provides the import MYLIB as ALIAS and the from MYLIB import FUNC statement, like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    dynamic web windows script host interface (DWWWSHI) the main scipt will generate a web interface in 3 frames frame1: control buttons (multiple array) frame2: input (Array), validation of inputs (script conditions) frame3: output and errors
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Customização Endian
    Projeto criado para disponibilizar scripts para customizar a interface do Endian Firewall
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    HTML File List Creator

    HTML File List Creator

    Easily create an html list of your local files.

    HTML File List Creator is a simple application that creates an html list of the content of a folder on your hard disk, assuming that an exact copy of your local folder will be copied in a web space. So, the html list will not contains the links to the local files/folders, but links with a specified http url address. Example This is your local folder with some files: C:\MYAPP\guide.html C:\MYAPP\tutorial.avi C:\MYAPP\DOCS\document.pdf Now, we assume that the content of MYAPP...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Account Control

    QAD access to the most common AD activities

    ...From that, it grew into what I hope is a one-stop shop for some of the more common tasks in AD, such as finding out when a bunch of users last logged on, what their home directories are and so on. The function I use most often is the one to clone a user account. The script uses the 'overLib' scripts to display tooltips. This is included in the ZIP. As usual, I'd be interested in receiving your feedback but note that I work for clients full-time and thus support - such as it is! - will be on a "best endeavours" basis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Complex Artificial Intelligence (CAI)

    Complex Artificial Intelligence (CAI)

    As the name suggests its a project about artificial intelligence .

    ...For now (July 12 , 2015) , these scripts are highly unstable and are in active testing . You can run them directly and convieniently . Developers can also mail me the "pros and cons" of these scripts . Any suitable modification is highly acceptable . Please review these scripts and let me know the bugs. (only for Windows)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenGLChecker

    OpenGLChecker

    Utility application to obtain data about your OpenGL implementation.

    OpenGLChecker is a fast and smooth program that retrieves relevant information about your OpenGL implementation. It can also test your computer's performance with fully scripted benchmarks. This allows you to write your own benchmark scripts for testing your OpenGL performance.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 9
    desk

    desk

    A lightweight workspace manager for the shell

    ...Instead of relying on CTRL-R to execute and recall ("that command's gotta be here somewhere..."), desk helps shorten and document those actions with shell aliases and functions, which are then namespaced under a particular desk. Because Deskfiles are just enriched shell scripts, the possibilities are endless. For example, when doing work on AWS I have desk securely load AWS API keys into environment variables via pass -- no effort on my part, and no risk of accidentally persisting that sensitive information to a history file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 10
    SD Download Manager

    SD Download Manager

    Download anything from the Internet, with 32 connections and quickly

    ...SD Download Manager uses sophisticated dynamic segmentation algorithm,data compression and connection reuse to speed up the download process. SD Download Manager supports HTTP, HTTPS and FTP protocols, firewalls, proxy servers, automatic proxy scripts, file redirects, cookies, authorization etc. - Do you have a problem in download ? - Is your downloads speed is low ? - Are you looking for a way to download faster ? use this download manager for download faster Please send your feedback or bugs to me to improve the software as you wish.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    Mesos Cluster

    Mesos Cluster

    Scripts to configure a Mesos cluster using Mesos and Mesosphere

    Scripts to configure a Mesos cluster using Mesos and Mesosphere services. Mesos master running the Marathon and Chronos frameworks. Mesos agent with Docker containerizer. Mesos DNS for core service discovery. Marathon load balancer using HAProxy for SSL and proxying to internal applications. To try it out locally use the Vagrant configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PHUnzip

    PHUnzip

    Allow web server to serve files inside ZIP archive

    PHUnzip (PHp Unzip) is an on-the-fly ZIP extractor for web content. It allows client to access files inside ZIP archive on the web server as if they were regular files (with some limitations). PHUnzip works using PHP's built-in ZIP support, and comes as a self-contained single-file script which is simple to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tool Box Launcher

    Tool Box Launcher

    A set of tools for PC repair and troubleshooting.

    ...The tools in the application are things like CCcleaner and Malware bites. There are other features such as adding your own install files for your favorite software and places to add your own scripts that you have found usfull.Tool Box Launcher is light on resource usage do to being based on batch files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    No More Logon Scripts! Save the UNC paths of network drives in a ActiveDirectory schema extension, and connect them automatically, by a generic C# logon program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    alphaOS

    alphaOS

    Lightweight, portable and flexible operating system

    alphaOS is a simple and minimalistic Linux distribution for the x86-64 architecture, built using Linux Live Kit set of scripts developed by Tomáš Matějíček, the developer of the popular Slax Linux distribution. But, unlike Slax, alphaOS is based on Arch Linux and uses pacman as the default package manager. This operating system features highly configurable and lightweight Openbox window manager. Modular by design, alphaOS makes it easy to add desired functionality.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    CODDNS

    CODDNS

    Custom Open Dynamic DNS, an integrated solution for DNS management.

    The coddns system is a HTML-PHP-DB console working through scripts with Bind9 to provide a dynamic DNS resolution over the hosts registered through the console. It has two work modes: WAN Mode: This is the default work mode, coddns will act as resolver for every host registered. In the moment you provide a tag and an IP, the system will resolve any query made over that tag into the IP you set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SNMP library for Python
    SNMP v1/v2c/v3 engine and apps written in pure-Python. Project moved to GitHub: https://github.com/etingof/pysnmp
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18

    File Control

    Network file copying/moving/deleting

    ...I added the ability to manipulate folders as well, since the additional code to do that was minimal The script uses a status bar "control" which is part of HTALite.HTC. It's included in the ZIP but the latest version should be available here but it can be stripped out easily if you don't like it. It also uses the 'overLib' scripts to display tooltips. This is also included in the ZIP and again, the latest version is available here and again, can be removed but not quite so easily. As usual, I'd be interested in receiving your feedback but note that I work for clients full-time and thus support - such as it is! - will be on a "best endeavours" basis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OneClickKick (Network Boot & Kickstart)
    A web based GUI for managing PXE boot and optionally managing DHCP service. Also supports creating and serving Kickstart and preseed scripts. This provides a client install in one click. This is a generic framework created to work with anything that's PXE bootable. Adding new hosts can be done via "PXE enrollment" where the client PXE boots to enroll into OneClickKick. Easily integrated with existing naming sources such as NIS and LDAP for central lookup of host and mac address information. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Logon Script Manager
    LSM is a replacement for you custom made logon scripts for Windows. You can configure different objects and add them to profiles. On the client side is an agent running which executes the profiles. No more scripting for simple tasks!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BatchBox

    BatchBox

    Ever wanted to hack with batch?

    Batchbox is a toolkit containing awesome batch scripts. There's something for everyone from a hacking toolkit to a list of games. I ask you this: Ever wanted to hack with batch? Additional info: *.Please read the wiki for updates and other information. https://sourceforge.net/p/batchbox/wiki/Updates/ *.If you are interested in joining the project, contact the developer *.Apart from the Batchbox zip, we release regular updates and patches, so check back regularly: https://sourceforge.net/projects/batchbox/files/Updates/ https://youtu.be/zwHwdUCuVrc the latest update is minor_update_1.4.zip ---------------------------------------------- CONTACT Details: jahwi.batchbox@gmail.com
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22

    Tattle Trail

    PHP 404 pages to trap malicious web requests and report abusers

    Catch bad visitors to your php website that are looking for admin access or exploitable web scripts, automatically lookup abuse information for their IP address and notify their network's administrators of their bad behavior. Most network operators provide abuse contact email addresses in their WHOIS information, and your webserver can immediately report malicious access attempts as they happen. A large amount of bots that sniff around websites for unsecured standard web apps (like phpMyAdmin or WordPress) to exploit are run by a very few bad actors. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Perl OBD-II Logger

    Perl OBD-II Logger

    A Perl program for logging OBD-II PID data

    The goal of the Perl OBD-II Logger project is to create a flexible and efficient application that can capture and log OBD-II Mode 0x01 PID data from an automotive scantool. It is designed with accurate and efficient PID data logging in mind, and provides NO support for reading or resetting diagnostic trouble codes. By default, the output log file contains time-stamped PID values in a simple Comma Separated Values (CSV) format that can be readily imported into popular data analysis or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    dotCODES_Source_Control_for_VS

    dotCODES_Source_Control_for_VS

    The dotCODES Source Control Maintenance Mainframe (SCM2)

    The dotCODES Source Control Maintenance Mainframe for Visual Studio is an administrator console application for developing dotCODES components. Built upon a Python foundation, the program is used to create data center routines (Unix packages) and maintain enterprise cloud services (CGI scripts/Apache) by means of building dotCODES runtimes and deploying them to and from the client server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Cacti-SNMPAgent

    A SNMP agent for Cacti

    ...Graph and data templates are part of the download package. At least the SNMPAgent can also be used as high performant bridge to cache non SNMP data polled by custom scripts and stored using a custom MIB.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo