Showing 4503 open source projects for "process"

View related business solutions
  • 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
  • $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
  • 1
    ATDOR is a program to store and process results for track and field (athletics) competitions. ATDOR wil use latest available technology to improve the organisation of meetings and delivering better services for all. Website: http://www.atdor.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Single-Trial Feature Detection in ERPs

    Automatic detection of Even-Releated Potentials

    This algorithm automates the process of detecting N1, N2 and P2 features (peaks amplitude and latency) in ERPs. This is achived by a basic processing of the signal using Single-Trial EEG's derivative to find the possible peaks and then a fuzzy logic process to clasify them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Munin ActiveMQ Plugin

    Munin monitoring for ActiveMQ

    A plugin for the Munin process monitoring software that provides functionality to monitor ActiveMQ queues and topics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    GTA V NonSteam Launcher

    Lets you start the non-Steam version of GTA V through Steam properly.

    ...Alternative methods to start the game through Steam result in a game crash, or don't show your friends that you are playing GTA V. This program takes care of all that by starting the game's launcher, followed by running invisibly in the background until the process of GTA5.exe exits.
    Downloads: 14 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
    cvastroalign

    cvastroalign

    video align tool for astrophotography

    cvastroalign is a program that loads a video sequence, aligns and stacks the selected frames obtaining an image as result of this process..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PL/SQL Starter Framework

    PL/SQL Starter Framework

    A boost or headstart to your PL/SQL development

    !!! NOTE !!! The latest file upload (Simple.zip) is a simplified version of the Starter Framework meant for single-schema applications. It only offers logging, error handling and table-driven parameters (with a few extra supporting packages for writing to screen and file, and manipulating dates, strings and numbers). In order to access the simplified framework, click "Browse All Files" and choose the plsqlfmwksimplet folder, then the 2.1 folder. Download Simple.zip. The full framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Distributed Video Transcoding

    Distributed Video Transcoding

    Simple Scalable, Parallel, Multi-bitrate Video Transcoding On Centos / Ubuntu / Suse / RedHat (Bash Scripts) Multi-bitrate Video processing requires lots of computing power and time to process full movie. There are different open source video transcoding and processing tools freely available in Linux, like libav-tools, ffmpeg, mencoder, and handbrake. However, none of these tools support PARALLEL computing easily. After some research, I found amazing solution designed & developed by 'Dustin Kirkland' based on Ubuntu JUJU and avconv. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Advanced Batch Image Converter

    Advanced Batch Image Converter

    Multiplatform tool for batch image conversion

    ABIC is a multiplatform tool for converting images from and to a wide variety of formats, for example: JPEG, TIFF, PNG, JPEG-2000, WebP. It can also read some historic ones, in particular Amiga IFF (ILBM). ABIC is completely free, open sourced, and is also entirely nag-free.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 9

    MuTrack

    Multi-Track Multi-Recorder Multi-Project Audio Data Import Utility

    MuTrack is all about simplifying the often tedious process of importing multi-track audio recordings from SD cards, USB connected audio recorders and the like. Especially when more simultaneous recording channels are needed and thus multiple recorders are cascaded, we end up with lots of files in separate file systems and project structures. To have all files belonging to a session together in one place on a hard disk, properly named and ready for import into your DAW of choice, a lot of manual copying, moving, listening, re-naming ist necessary. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Web VMStat

    Web VMStat

    Prettify vmstats in your browser

    ...It charts those metrics with Smoothie Charts, giving users a live view of CPU, memory, I/O, swap, and other system activity. The project is meant as a lightweight process that can be installed on machines a user wants to monitor. Overall, it is a useful demo and monitoring utility for turning command-line Linux performance data into a more readable web dashboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Nagios Proxy

    Proxies the Nagios command fifo.

    ...It accepts any data on the Nagios command fifo and forwards it to the server. When HUPped it collects the config files and forward those to the server. The server will pass commands and config files on to the real Nagios process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Export Spotify songs

    Export Spotify songs

    Export your songs from Spotify to a text file

    ...It will immediately prompt out artists and songs separated by a tabulation. This is not a Spotify add-on and requires non of your privileges or interaction with your private account. Instead, it process Spotify's song URL extracting the necessary data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ZeeKMonitor

    Plot Real Time Data on webpage

    ...Special Thanks to JFreeChart. Please go thru "http://www.jfree.org/lgpl.php" Technically the client needs to broadcast (on UDP) comma separated values to server being used to process chart and push to a webpage. The intermediate dataProcessor will capture the data. The chartProcessor will process and create images (every X interval for last Y data) and webpage/html will display the chart. Their are various options to display chart, order charts, group charts etc. //to be updated if required, further.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    E-w0rm | PHP Shell
    E-w0rm : is a powerfull shell with handy features like : file manager , password change , database manager , bind shell , remote shell , remote upload , edit , chmod , delete , make , autoroot , php code execution , server command execution , process manager ... You can also change theme ! And " E-w0rm " brought to you by : Epic Hackers S.C Scan : https://goo.gl/718BkD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Roomba

    Roomba

    A Node.js tool to examine the correctness of Open Data Metadata

    Linked Open Data (LOD) has emerged as one of the largest collection of interlinked datasets on the web. Benefiting from this mine of data requires the existence of descriptive information about each dataset in the accompanying metadata. Such meta information is currently very limited to few data portals where they are usually provided manually thus giving little or bad quality insights. To address this issue, we propose a scalable automatic approach for extracting, validating and generating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TechyTax
    Moved to GitHub: https://github.com/beemsoft/techytax TechyTax is a web-based tax tool for small companies. It calculates VAT returns and generates fiscal overviews. No accounting knowledge is required. The goal of this project is to make the tax process as easy as possible for small companies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Exreco

    Exreco

    EXperimental REplicator COllider

    The project is moved to GitHub : https://github.com/bekisz/exreco/ Exreco is a agent based platform for the simulation and study of the Darwinian evolutionary process. It aims to support the exploration of genetically rooted phenomena like - aging (programmed cell death) - sexual and asexual reproduction - altruism of individuals - spread of diseases The typical way of using Exreco starts by defining the behavior of your replicators ( agents that can reproduce and evolve over time), and defining the environment of these replicators. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Cluster Orchestrator

    orchestrator / cluster deployment tool

    The Orchestrator server is responsible for distribution and launch of simple apply/rollback shell scripts in a particular order across multiple servers . If for any reason deployment is failing at a particular stage the process will stop and you can rollback any changes done until then. In case you want to deploy your code or just call your preferred DSC client to apply the configuration locally the Orchestrator can be a handy tool. The operation can be started manually or scheduled, depending on your needs. In terms of audit and trace capabilities, the system is collecting all console output of your shell scripts from all servers and saves the logs centrally for review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NDManager (Neurophysiological Data Manager) is a simple graphical application designed to help neurophysiologists manage their experimental recording parameters (e.g. acquisition system sampling rate) and process their data (e.g. data filtering)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SelAnt

    Library for writing Selenium tests using Ant

    Library for writing Selenium tests using Ant
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SmartStock
    SmartStock is a student project about improving the lending and managing process of devices that the ECE lends to students for their projects. It is a plugin of Booked (https://sourceforge.net/projects/phpscheduleit/). It allows managers to use QRcodes to identify every device to prenvent loss and to ease lending process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    InfoLibCs40LsrGpl

    A fork of the Information Library for C# 4.0, Lesser GPL

    This version of the Information Library is a fork for C# 4.0, Lesser GPL. The Information Library for C# is a .NET library for information oriented programming, especially the ability to process information in the middle tier. To understand why this is useful, you must understand the difference between data and information. Wikipedia has an interesting article on information. My definition of information is that information is data that has meaning to people, whereas data is data that has meaning mainly to a computer or a programmer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Tsunagi BPM Workflow Engine

    Perfect Java Workflow Engine for BPM Applications

    The Tsunagi-BPM is a Java-based workflow engine for BPM applications. Workflow components, Process models and nodes, are all allowed to be designed and developed in Java. You can build workflows with only HTML and Javascripts files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Open Source Business Library integrates well known open source components like JBoss, Hibernate, Spring and WingS into an application development platform for data centric and process-driven web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    steam-sim

    An accurate, scalable, and energy-aware simulator for WSNs

    ...The time annotation engine annotates the C source code used for simulation with the timing information as if the code is run on a microcontroller. The annotation process is fully automated. Hardware models are developed using the PAWiS framework and reflect the timing, functionality, and energy-consumption of real-world hardware such as a CC2420 radio transceiver. Network behavior in terms of wireless channel models are provided by the PAWiS and the MiXiM framework. STEAM-Sim is an extension to the PAWiS and MiXiM framework. ...
    Downloads: 2 This Week
    Last Update:
    See Project
Auth0 Logo