Showing 290 open source projects for "execute"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    A project to easily allow a user to configure their linux computer to execute arbitrary commands when a certain barcode is swiped. Such as playing certain mp3's or mp3 collections. (Current support is for the Cue Cat only).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    a tool to execute a shell command from time to time and display the (numeric) output in a 2d graph
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Banshell is a tool to scriptably execute commands on a remote machine. It was designed with the goal of increasing security by only allowing a specified set of commands to be executed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SecodaryLoader is a program which you can download new hex file by using COM port of PC and Execute it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    DirExe

    Processes files in directories (mail, move, execute...)

    ...You can write your own plugin or modify existing. Features: - monitor multiple directories - include/exclude file filters - move/copy/rename files - mail files as attachment or as body - execute files - use template variables (name, extension, date..) - plugin framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The application should take a directory and parse it recursively or not, and execute a given executor. The executors shuold be pluggable and rendered on the application's ui according to some strict rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    rpi-evennia

    Raspberry Pi cpompatible docker image containing an Evennia MUD server

    ...It is based on the resin/rpi-raspbian image and was successfully tested on a Raspberry Pi 3 running HypriotOS. To conntect point your browser to http://:8000 Superuser username is: admin Superuser password is: p@ssword Execute with: docker run -d -p 8000:8000 -p 8001:8001 -p 5001:5001 -p 4000:4000 ufud/rpi-evennia Dockerfile on Github: https://github.com/ufud-org/rpi-evennia
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    RNH-InstallTool

    quick , easy and configurable intaller

    quick , easy and configurable intaller you write the commands in controls.bat ant the installer execute the installation (put the intallationfiles in */materials/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Job implementation and wrapper to easily execute a talend job with the Job Scheduler. Both tools (Talend Open Studio and Job Scheduler) are open source anc can be found on SourceForge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    benchmark-ldap is a Program in C to provide benchmark in severals ldap servers. Is very easy to compile and execute. This program use "threads" to provide severals search in ldap server at the same time. If you wish have a good ldap server, you need th
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Simple Open Source Monitor and Manager for Tomcat's Web Applications. SiMonCat allows deploying and undeploying of web applications, and monitoring the state of multiple tomcat servers, through the attempt to execute programmed events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    RasberryPiBacnetController

    RASPBERRY PI BACNET CONTROLLER

    ### Procedure to compile ### - Unzip the project and copy it to home or any directory of your choice in RPi - Browse to RasberryPiBacnetController directory - enter command 'sudo make' to compile code - enter command 'sudo make clean' to clean code ### To Run project ### - Execute below command after compiling project ./BAS_RPi_Port - The 'BAS_RPi_Port' linux executable file is located at '../RasberryPiBacnetController/' path ### Prerequisites ### - Raspberry pi should have g++ compiler To install g++ compiler, enter below command: sudo apt-get install build-essential APDU - The application Protocol Data Unit. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    ...The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In addition, I will provide a textual description of the algorithm so that it can be easily ported to any programming language. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    RECAFOH

    Remotely Execute Commands in an Alias File On the Host

    This software consists of a client and a server. The server will run a command if it is specified in the server side alias file. The alias file syntax: !Settings alias 'command cmd-args cmd-args'; user2run-cmd-as Example: !EnableOutput yes !Port 2012 !Verbosity warnings update 'yum makecache && yum update'; root filedbupdate updatedb; root who_is_logged_on 'who'; * Then the client would run: ./recafoh host -p 2012 -c update --warnings and it would output yum's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    alefa

    alefa: Control the launch and execution of other programs.

    "alefa" is a command line utility that allows to control the launch and execution of other programs. "alefa" means "run", "go", "launch" or "execute" in malagasy language. It is often useful to write (more or less) simple scripts to rerun some commands until they "succeed", or to launch other commands indefinitely. There are numerous common use cases. Such things should be easily automated so that we can do other tasks without being distracted and without having to restart such frustrating commands ourselves by hand: without creating scripts! ...
    Downloads: 0 This Week
    Last Update:
    See Project