Search Results for "process control kill" - Page 9

Showing 664 open source projects for "process control kill"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 1

    bloxtor

    professional and intelligent web-development framework designed for No

    Bloxtor is a **professional and intelligent web-development framework designed for No-Coders, Low-Coders, and Coders alike**. It functions as a versatile code reader and converter, seamlessly transforming code into visual environments and visual components back into code. The concept is to provide a centralized AI-powered web development platform with multiple levels of Citizen Development, empowering both technical and non-technical developers to easily create any type of web application,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CSRmanage

    CSRmanage

    Centralized vetting and records of Certificate Signing Requests (CSRs)

    CSRmanage is an application that can be used to validate CSRs (Certificate Signing Requests) and store them along with anciliary information about the personnel involved with CSRs and certificate installations and approvals. CSR evaluation is configurable/very strict. With adequate configuration, CSRmanage may save organizations time and money by ensuring that CSRs to be submitted are formatted corrrectly and conform to organizational network/I.T/DNS naming conventions. It can also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Syslogd2

    High capacity syslog data collection, filtering, and management.

    Syslogd2 is a syslog daemon that has been completely re-imagined specifically for use in network environments. It is multi-threaded, scalable and versatile with features designed for both network and host managers. Each Syslogd2 binary is customized from a set of over 20 features at compile-time. It can support input from text files, named-pipes, Linux kernel and user-defined Linux and (both IPv4 and IPv6) IP sockets (both UDP and TCP). It provides a pre-loadable name-cache that can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ClashN

    ClashN

    A clash client for Windows, support Mihomo

    ...It wraps the Clash core in a familiar, configurable UI so users can import subscriptions, switch nodes, and observe connections without editing YAML by hand. The app emphasizes rule-based routing, letting you combine rule providers and policy groups to steer traffic by domain, process, or destination category. System-wide proxy control, including PAC and TUN/TAP options, helps route applications that don’t natively support proxies. Logs, traffic charts, and connection inspectors make troubleshooting and optimization straightforward. For power users, granular profile editing and hot-reloading reduce the friction of iterating on configurations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 5
    Data Annotator for Machine Learning

    Data Annotator for Machine Learning

    Data annotator for machine learning

    ...Data Annotator for Machine Learning (DAML) is an application that helps machine learning teams facilitate the creation and management of annotations. Active learning with uncertain sampling to query unlabeled data. Project tracking with real-time data aggregation and review process. User management panel with role-based access control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    local-llm

    local-llm

    Run LLMs locally on Cloud Workstations

    ...It focuses on making generative AI development more accessible by leveraging quantized models and CPU-based execution, eliminating the dependency on expensive GPU infrastructure. The repository includes tools, Docker configurations, and command-line utilities that simplify the process of downloading, running, and interacting with language models directly on local or cloud-based workstations. This approach improves data privacy and control, as all inference can be performed locally without sending sensitive information to external APIs. It also integrates seamlessly with Google Cloud services, allowing developers to build and test AI-powered applications within the broader cloud ecosystem.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    resvg-js

    resvg-js

    A high-performance SVG renderer and toolkit, powered by Rust

    ...It supports both Node.js environments through native bindings and browser environments through a pure WebAssembly implementation, making it highly portable across platforms. resvg-js also includes advanced capabilities such as font handling, bounding box calculations, cropping, and scaling, enabling precise control over rendering output.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    GNU Gluco Control (GGC) is diabetes management application. It helps managing user's daily data, food data. Has graphs, statistics, printing, diabetes devices support (meter, pump, CGMS). It works on any platform supporting at least Java 5 (1.5). Our repo moved to GIT (click on tab Git Code), Lowest supported Java now is 1.8 and project code base is in process of redesign (updating libraries and ways how application is built and run).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    LX Linux

    LX Linux

    A light version of Debian with minimal installed using LXDE.

    LX Linux is a distro based on Debian using LXDE as DE with some customization. The installation process uses Calamares. Recommended for very old machines, like 15 years old or more. live password: live Come with some extra repositories to install 3rd part packages (optional). - If brightness keys do not work, open a terminal: sudo nano /etc/default/grub where GRUB_CMDLINE_LINUX_DEFAULT="xxxxx" put acpi_backlight=video or acpi_backlight=vendor try one or another and test...
    Downloads: 10 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10
    JLD.jl

    JLD.jl

    Saving and loading julia variables while preserving native types

    JLD, for which files conventionally have the extension .jld, is a widely used format for data storage with the Julia programming language. JLD is a specific "dialect" of HDF5, a cross-platform, multi-language data storage format most frequently used for scientific data. By comparison with "plain" HDF5, JLD files automatically add attributes and naming conventions to preserve type information for each object. For lossless storage of arbitrary Julia objects, the only other complete solution...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Starscream

    Starscream

    Websockets in swift for iOS and OSX

    ...Note that socket is probably best as a property, so it doesn't get deallocated right after being setup. After you are connected, there is either a delegate or closure you can use for process WebSocket events. The writeData method gives you a simple way to send Data (binary) data to the server. The writeString method is the same as writeData, but sends text/string. The writePing method is the same as write, but sends a ping control frame. Starscream will automatically respond to incoming ping control frames so you do not need to manually send pongs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MasterLab

    MasterLab

    No-code/low-code workflow automation

    MasterLab is a no-code/low-code workflow automation and data integration platform that helps users design backend logic visually. It enables the creation of APIs, database operations, and process automation without writing code. MasterLab is designed for startups and teams that need to prototype and iterate quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aurora View Webcam Settings

    Aurora View Webcam Settings

    Aurora View Webcam Utility Software For Windows

    Aurora View is a simple webcam software for Windows systems. It helps you easily adjust and save your webcam settings. It finds your webcam automatically and lets you adjust, save, load, and reset your settings with no hassle. Aurora View a simple solution for webcam configuration and management, offering user-friendly features for both novices and experienced users. Whether you're a content creator, remote worker, or simply someone who values webcam quality, Aurora View streamlines the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pdf combiner merger converter splitter

    pdf combiner merger converter splitter

    PDF Combiner is a user-friendly, GUI-based tool built in

    PDF Combiner is a user-friendly open source free to use, GUI-based tool for combining, pdf to excel, pdf to word, image to pdf, zip, unzip annotate and splitting PDF files. It is easy to use, supports multiple file insert and delete and process, and allows you to adjust the order of files before combining.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Smart Find

    Smart Find

    SmartFind: Fuzzy file search and copy utility for locating files

    ...It calculates the similarity between filenames and search terms using the Levenshtein distance algorithm, allowing you to find files with partial or slightly varied names. With customizable search options and similarity thresholds, SmartFind gives you control over the matching process. It supports single-directory and recursive search, intelligently compares filenames, and can automatically copy matched files to a specified destination. SmartFind generates detailed reports of the matching process and features a user-friendly GUI built with Lazarus IDE and Free Pascal. It is open-source and valuable for anyone who needs to search and manage files based on fuzzy information. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Path-Creator

    Path-Creator

    Path creation asset for Unity game development

    ...It is designed to be both user-friendly and flexible, accommodating a variety of use cases. Overall, Path Creator simplifies the process of implementing path-based movement in Unity projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Watchtower

    Watchtower

    A process for automating Docker container base image updates

    With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially. Watchtower is an application that will monitor your running Docker containers and watch for changes to the images that those containers were originally started from. If...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    TikTok Filter Remover

    TikTok Filter Remover

    Removes some filters from TikTok videos

    Introducing our groundbreaking app designed to redefine your TikTok video editing experience! Tired of being limited by filters in downloaded TikTok videos? Our innovative program empowers you to effortlessly remove select filters, giving you unparalleled control over your content. Utilizing an intuitive interface, our app harnesses sophisticated algorithms and the robust capabilities of the Midjourney API to diligently reconstruct frames, striving for optimal results. While our process isn't flawless, we're committed to delivering exceptional outcomes, providing you with greater freedom to customize your videos.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    LLMFlows

    LLMFlows

    LLMFlows - Simple, Explicit and Transparent LLM Apps

    LLMFlows is a framework for building simple, explicit, and transparent applications utilizing Large Language Models (LLMs). It emphasizes clarity and control in the development process, allowing developers to create LLM-powered applications with well-defined workflows and interactions. LLMFlows supports various LLMs and provides tools to manage prompts, responses, and application logic effectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SimpleDCS
    SimpleDCS is a Distributed Control System made easy - fully configurable both on hardware and a software level. Experimental stage (alpha)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Rowy

    Rowy

    Rowy is an open-source low-code platform

    Rowy is an open-source low-code platform. Airtable-like UI for managing your database with cloud functions workflows in JS/TS, all in your browser. Connect to your database and build cloud functions. All in your browser. Forget CLIs, config, and DevOps. Focus on building your apps. Connect to your database, and manage data in table-UI with role-based access controls. Build cloud function workflows in JS/TS using any NPM or APIs. Forget CLIs, configs, and DevOps. Focus on building your apps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AAX Audio Converter

    AAX Audio Converter

    Convert Audible aax files to mp3 and m4a/m4b

    ...With a user-friendly interface, it simplifies what would otherwise be a complex conversion process. Overall, it serves as a practical solution for managing and archiving audiobook collections in open formats.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 23
    PHPMailer-BMH

    PHPMailer-BMH

    PHPMailer-BMH -- Bounce Mail Handler

    ...Sample callbacks are included for the three most common processes: echo to screen, update database (and echo to screen), and create CSV file (and echo to screen). The entire process of dealing with your bounced emails can be totally automated and within your own environment and control. View the changelog at https://phpmailer.pro/index.php?pg=bmh-changelog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    RS485MODBUS V3.O

    RS485MODBUS V3.O

    Software utility for STM8S103, R421A08, R221A04, R413D08 relay board

    RS485MODBUS V3.O The STM8S103, R421A08, R221A04 and R413D08 are relay boards that are controlled from your computer, through the USB port. They allow you to control any 12 volt appliance such as led lights for example. You can install an additional 120/220 volt relay that is 12 volt activated. The relay boards can also process input signals such as switches and sensors. Contains MS Visual studio C++ source code. Windows 7/8 compatible. FX1N Series programmable logic controller Activate relays, read sensors via TTL R4AVA07 7 Channel RS485 analog voltage sampler - Read 7 voltages vis RS485 PZEM-016 power sensor - Read mains voltage and current consumption vis RS485 Pelco-d PTZ control - Control pan tilt zoom via RS485 Huawei E3372 modem - Send sms via USB virtual serial port STM32 series WT Servo 16 - 16 channels servo motor control - Control servos via TTL timpearson5000@gmail.com
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    xTuring

    xTuring

    Easily build, customize and control your own LLMs

    ...The entire process can be done inside your computer or in your private cloud, ensuring data privacy and security.
    Downloads: 0 This Week
    Last Update:
    See Project