Showing 1617 open source projects for "execute"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    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
    ChromiumFX

    ChromiumFX

    .NET bindings for the Chromium Embedded Framework

    ...It acts as a bridge between the Chromium Embedded Framework (CEF) and .NET applications, providing a managed interface that simplifies interaction with browser components. The project enables developers to render web content, execute JavaScript, and build hybrid applications that combine native performance with web-based interfaces. It is particularly useful for creating rich user interfaces, dashboards, or tools that rely on HTML, CSS, and JavaScript while still running as desktop applications. ChromiumFX abstracts much of the complexity of working directly with CEF, making it easier to embed browser functionality without dealing with low-level implementation details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Watchfolder Logging

    Windows Service that logs file Activity in certain directories

    Uses Windows filesystemnotify API to detect and log new and deleted Files in configured Folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    vim-pathogen

    vim-pathogen

    pathogen.vim: manage your runtimepath

    ...While Vim 8 and newer include native “packages” support, Pathogen remains valued for its simplicity and for backward compatibility with older Vim versions. The README emphasises minimal fuss: once execute pathogen#infect() is in your vimrc, you can clone plugin repositories and they just work. Overall, Pathogen gives you a clean, maintainable plugin-directory structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Remoto

    Remoto

    Control remoto para linux

    Remoto es una aplicación Java ME usada para ejecutar comandos en Linux vía bluetooth. ¡Ahora se incluyen versiones compiladas para linux adm64 y linux x86! ---- Remoto is a Java MIDlet used to execute commands on a Linux system via bluetooth It now includes pre-compiled versions for linux amd64 and linux x86! If you need this software translated to a different language please post about it in the forums.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    onTime

    onTime

    onTime is a simple application that will help you to automatize tasks

    onTime is a simple application that will help you to automatize some function of operating system. - you can set automatic trigger that will execute or kill system process. - you can also set task that will save print screen of your desktop in set amount of time. - you can set power management tasks as shutting down, hibernating, restarting your computer, and more. - onTime will allow you to set task that will connect or disconnect you computer from dial-up network...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Simple Live USB Creator-Linux

    Create Bootable USB Drives Simply and Easily

    ...To run this program download it, then fire up a terminal, navigate to your downloads folder (this can be done by typing 'cd Downloads/' from your home directory), then type 'chmod +x Linux-Live-USB-Creator' to make it an executable, then your can execute it by typing './Live-USB-Creator' (note: do not use the quotes '' in the terminal). After that all you have to do is follow the on-screen directions to create your bootable USB!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    PowerSploit PowerShell

    PowerSploit PowerShell

    A PowerShell Post-Exploitation Framework

    PowerSploit is a collection of PowerShell modules that historically served as a toolkit for post-exploitation tasks, red-team exercises, and offensive-security research—covering areas like reconnaissance, lateral movement, persistence, and situational awareness. The repository bundles many focused scripts: code to enumerate system and Active Directory information, payload generation helpers, in-memory execution utilities, and modules to interact with credentials and services. Because the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Cybernetics GUI TO MySQL

    Cybernetics GUI TO MySQL

    Its The Graphicsl User Interface to MySQL, providing wide coverage.

    Cybernetics Is creating many different kinds of software application like Bank Management, Accounting Software, and many more Management Software on proprietary basis. Cybernetics GUI To MySQl is an software which assists Students or professional to execute there mysql operations within this application with very limited command base executions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Comcast

    Comcast

    Simulating bad network connections so you can build better systems

    Testing distributed systems under hard failures like network partitions and instance termination is critical, but it's also important we test them under less catastrophic conditions because this is what they most often experience. Comcast is a tool designed to simulate common network problems like latency, bandwidth restrictions, and dropped/reordered/corrupted packets. It works by wrapping up some system tools in a portable(ish) way. On BSD-derived systems such as OSX, we use tools like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    Jikes RVM
    The Jikes Research Virtual Machine (RVM) is designed to execute Java(TM) programs that are typically used in research on fundamental virtual machine design issues.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    FCuaderno

    FCuaderno

    My notebook of pictures on my computer

    ...Required to have a web server with support php (php-gd php-imagick php-pclzip) installed and have your images organized into folders.A folder published on the web server with the right to write and execute, and within the script with the image 'seleccionar.png', the font and folder 'foto' with the photos. The same script created (on the fly with the demand) the 'mini' and 'normal' folder with smaller versions of images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Relational Algebra for MySQL

    A relational algebra interpreter for MySQL databases

    A robust Java implementation of relational algebra (RA) interpreter for MySQL databases. The interpreter receives relational algebra queries, converts them to equivalent MySQL queries, executes them, and prints the answers. Compiler tools JFlex and JCup are used to parse RA queries. Rigorous semantic checks are enforced so that invalid queries are not executed. The system is built as a Java terminal application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    libhoratio

    libhoratio

    Memory management library

    ...Horatio provides a central place for dynamic memory allocation in a program, so we can trace all activity. Traps can be turned off or passed to a handler which will only execute the serious ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QueryAnalyzer
    Execute queries to any .net DBFactory Database (ORACLE, Informix, MSSQL, MySQL...). Organize your Queries. Add dynamic parameters to your queries. Get DB information. Use 32 bit version for working with 32 bit data sources under Win32 or Win64 Use 64 bit version for working with 64 bit data sources under Win 64 only
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    CyberEx

    CyberEx

    Remote PC management tool for small office and home

    CyberEx is a tiny and portable application that provides you the ability to manage your computers remotely without any setup or configuration. By listing all the connected computers, you can easily send messages, browse files, watch running processes, capture the screen or even restart or shutdown the remote machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Execute CP/M 2.2 programs on Arduino DUE

    Execute CP/M 2.2 programs on Arduino DUE

    (deprecated, see GitHub for the latest code)

    This project aims at turning the Arduino DUE into a Z80 emulator running CP/M 2.2. This project has now moved to GitHub at https://github.com/MockbaTheBorg/CPMduino/ The source code here will not be updated anymore.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ***** Discontinued (direct part of NetLogo now (since NL v6)!) ***** This extension connects the simulation platform NetLogo with the statistical analysis software R. It adds some new primitives to NetLogo, which offers the interchange of data with R and the call of R functions from NetLogo. See the documentation for more details. There is also the possiblity to open an Interactive R Shell from NetLogo. _______________________________________ Please have also a look on our info...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Sequence Chart Studio
    A user-friendly drawing and verification tool for Message Sequence Charts (MSC, HMSC) and UML Sequence Diagrams. Integrated with Microsoft Visio.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ...The target of the AppLoader is help you organize the J2SE application release files.you could put your jars/class/configure file into advisable floder and edit a property file.then you could execute
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    MacMint

    LinuxMint + Mac view

    20151229: + Opera plugins: AdBlock (ad blocking) + Opera plugins: SaveFrom (video/audio downloader) + added Ukrainian to KDE programs + language-selector-gnome (language pack installer) + checking the presence of /etc/resolv.conf when loading and creating a symlink if necessary * sudo dpkg-reconfigure resolvconf // Fix problems with DNS (execute in the terminal) * Workspace switch hidden in Cairo-Dock * NumLock is disabled (this is better for laptops)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Thread and Task Manager. Execute Tasks in a Thread Pool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    IPit!

    IPit!

    Change Windows networks settings!

    ...If you need to change quickly your network configuration for home, work or even public places like hotels, you just have to configure the Ip, subnet, dns ,Gateway and proxy. The main form start at the system tray and you can access networks and configuration from a contextual menú. The first time you execute, ipit creates a new xml with your current Ethernet Configuration. Then you can open the configuration dialog and modify, name, ipv4, dns1 , dns2 , gateway and proxy. Spanish and English languages are selectable.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    PCPlus-DOSBoxLauncher

    A simple Windows tool depending on DOSBox to execute PCPlus with

    This tool is made to help users of PCPlus, a ancient dos program, to continue their business on Windows 7,8 and 10. The tool simply manipulates with the DOSBox configuration file, by mapping drives and the execute the PCPlus program. The users of PCPlus must own their own PCPlus files and licenses. This project does not distibute these! Prior using this tool you must install DOSBox The tool offers the users to define references and workspaces. Users settings is stored in a XML file in users 'AppData' folder structure. PCPlus-DOSBoxLauncher is free software distributed under the GNU General Public License (GPL). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SimpleCron

    SimpleCron

    Simple Scheduler for Windows clients configured by a crontab-like file

    ...You can download it from https://www.java.com/download. * Select some program folder (e.g. C:\Program Files (x86)), download SimpleCron.zip there, and unpack it (=> <ProgramFolder>\SimpleCron). * Execute (by double clicking) InstallSimpleCron.vbs (this will establish the work folder C:\Users\<user>\AppData\Local\SimpleCronSimpleCron, create an entry in the Startup (AutoStart) folder, and start SimpleCron) * SimpleCron will (after start) remind you to edit the crontab as soon as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Execute Query
    Execute Query is a database utility allowing for the execution of simple queries to schema modifications and import/export of data using delimited and XML files and includes a powerful query execution and a fully functional database browser.
    Downloads: 0 This Week
    Last Update:
    See Project