Showing 465 open source projects for "pid-ce"

View related business solutions
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 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
  • 1
    Jspreadsheet CE

    Jspreadsheet CE

    Javascript plugin to create web-based tables & spreadsheets

    Jspreadsheet CE is a lightweight Vanilla JavaScript data grid plugin to create amazing web-based interactive HTML tables, and spreadsheets compatible data grid with other spreadsheet software. You can create an online spreadsheet table from a JS array, JSON, CSV or XSLX files. You can copy from excel and paste straight to your Jspreadsheet CE spreadsheet and vice versa.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Phaser CE

    Phaser CE

    Phaser CE is a fun, free and fast 2D game framework

    Phaser CE is the community-maintained version of Phaser 2, offering bug fixes, new features, and ongoing improvements after official development moved to Phaser 3. It remains a stable choice for developers who prefer the Phaser 2 API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CEmu emulator

    CEmu emulator

    Third-party TI-84 Plus CE / TI-83 Premium CE emulator

    Developer-oriented emulator of the eZ80-based TI-84 Plus CE / TI-83 Premium CE calculators. CEmu is a third-party TI-84 Plus CE / TI-83 Premium CE calculator emulator, focused on developer features. The core is programmed in C and the GUI in C++ with Qt, for performance and portability reasons. CEmu works natively on Windows, macOS, and Linux! Easy setup - get running by doing a one-time-only connection of your calculator!
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    s6-overlay

    s6-overlay

    s6 overlay for containers (includes execline, s6-linux-utils

    s6-overlay is an easy-to-install (just extract a tarball or two!) set of scripts and utilities allowing you to use existing Docker images while using s6 as a pid 1 for your container and process supervisor for your services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 5
    gops

    gops

    A tool to list and diagnose Go processes currently running

    ...Local mode requires that you start the target binary as the same user that runs gops binary. To use gops in a remote mode you need to know target's agent address. In Local mode use process's PID as a target; in Remote mode target is a host:port combination. gops supports CPU and heap pprof profiles. After reading either heap or CPU profile, it shells out to the go tool pprof and let you interactively examine the profiles.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    CounterfactualExplanations.jl

    CounterfactualExplanations.jl

    A package for Counterfactual Explanations and Algorithmic Recourse

    CounterfactualExplanations.jl is a package for generating Counterfactual Explanations (CE) and Algorithmic Recourse (AR) for black-box algorithms. Both CE and AR are related tools for explainable artificial intelligence (XAI). While the package is written purely in Julia, it can be used to explain machine learning algorithms developed and trained in other popular programming languages like Python and R. See below for a short introduction and other resources or dive straight into the docs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    VisualVM

    VisualVM

    VisualVM is an All-in-One Java Troubleshooting Tool

    ...VisualVM automatically detects and lists locally and remotely running Java applications (jstatd must be running on the remote host). You can also define applications manually by JMX connection. For each process VisualVM shows basic runtime information: PID, main class, arguments passed to java process, JVM version, JDK home, JVM flags and arguments and System properties.
    Downloads: 50 This Week
    Last Update:
    See Project
  • 8
    kube-bench

    kube-bench

    Checks whether Kubernetes is deployed

    ...Both, the Trivy CLI, and the Trivy Operator support CIS Kubernetes Benchmark scanning among several other features. There are multiple ways to run kube-bench. You can run kube-bench inside a pod, but it will need access to the host's PID namespace in order to check the running processes, as well as access to some directories on the host where config files and other files are stored.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    noti

    noti

    Monitor a process and trigger a notification

    ...Just put noti at the beginning or end of your regular commands. If you already started a command, but forgot to use noti, then you can do this to get notified when that process' PID disappears. You can also press ctrl+z after you started a process. This will temporarily suspend the process, but you can resume it with noti.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 10
    Mist Cloud Management Platform

    Mist Cloud Management Platform

    Mist is an open source, multicloud management platform

    Mist CE is an open-source multi-cloud management platform, offering unified control and monitoring for hybrid and multi-cloud environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    py-spy

    py-spy

    Sampling profiler for Python programs

    ...It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. py-spy works from the command line and takes either the PID of the program you want to sample from or the command line of the python program you want to run. py-spy has three subcommands record, top and dump. py-spy supports recording profiles to a file using the record command. Top shows a live view of what functions are taking the most time in your python program, similar to the Unix top command.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Passbolt API

    Passbolt API

    Passbolt Community Edition (CE) API

    Passbolt API is an open-source password manager designed for teams. It allows users to securely store and share passwords using end-to-end encryption. Passbolt is self-hosted, offering full control over data and enhanced security. It integrates seamlessly into the workflow, allowing team members to access shared credentials while maintaining robust security practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Portainer.io

    Portainer.io

    Making Docker and Kubernetes management easy

    ...Portainer Business Edition builds on the open-source base and includes a range of advanced features and functions (like RBAC and Support) that are specific to the needs of business users. Portainer CE is an open source project and is supported by the community. You can buy a supported version of Portainer at portainer.io.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Kubermatic Kubernetes Platform

    Kubermatic Kubernetes Platform

    The Central Kubernetes Management Platform For Any Infrastructure

    Kubermatic Kubernetes Platform is in an open source project to centrally manage the global automation of thousands of Kubernetes clusters across multicloud, on-prem and edge with unparalleled density and resilience. Kubermatic Kubernetes Platform Community Edition (CE) is available freely under the Apache License, Version 2.0. Kubermatic Kubernetes Platform Enterprise Edition (EE) includes premium features that are most useful for organizations with large-scale Kubernetes installations with more than 50 clusters. To access the Enterprise Edition and get official support please become a subscriber.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 18 This Week
    Last Update:
    See Project
  • 16
    Komiser

    Komiser

    Cloud environment inspector

    Stay under budget by uncovering hidden costs, monitoring increases in spending, and making impactful changes based on customer recommendations. Komiser CE is a free and Open Source project with the goal to create an open cloud cost optimization project with the support of all major public cloud providers. In the last months, we’ve more than doubled our OSS downloads and expanded our community footprint. This is possible because the tool works solves real problems, and is embraced by end-users. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    o3DIAG

    o3DIAG

    o3DIAG – A Open Source OBD-II Diagnostic Tool for Windows and Linux

    ... – Connect or disconnect the adapter with a single click. – Initialize the adapter automatically with the required AT commands. Live Data Reading – Read common engine parameters such as: - Engine RPM (PID 010C) - Vehicle Speed (PID 010D) - Coolant Temperature (PID 0105) - Engine Load (PID 0104) – Raw responses are automatically converted into real-world values (e.g., RPM in revolutions per minute, temperature in °C, speed in km/h). Diagnostic Trouble Codes (DTCs) – Read stored error codes from the engine control unit...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    Auto Compare Registers-CE
    Here is my tool for comparing registers in CE. https://www.youtube.com/watch?v=mXL3aXp2b0g https://cheatengineguide.blogspot.com/2025/02/ce-guide.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Modbus Time Server

    Modbus Time Server

    Modbus Time Server - Un serveur Modbus TCP pour la lecture des données de l'horloge système Ce projet utilise la bibliothèque jlibmodbus version 1.2.9.7 http://jlibmodbus.sourceforge.net https://github.com/kochedykov/jlibmodbus Développé avec processing. https://processing.org Licence : Ce projet est sous la licence Apache License, Version 2.0 (la "Licence"); http://www.apache.org/licenses/LICENSE-2.0 Ce projet est un logiciel libre, contribuez, améliorez-le et partagez-le ! ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Auto Comparator - Stack ViewCE
    Here is my Tool for Auto compare Stack View in CE. https://youtu.be/PTW8hmar_CI Here is My cheat engine Tutorial: https://cheatengineguide.blogspot.com/2025/02/ce-guide.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This tool is used to compare two Arrays of Byte for CE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RHT-LA Profil

    RHT-LA Profil

    RHT-LA : Applicatif Tracé Ligne Aérienne HT

    Ce programme est une aide au dessin pour produire les profils Ligne aérienne Haute Tension à partir des éléments techniques de PLSCADD. Ce programme génère les profils sous AutoCAD pour répondre à la charte graphique spécifique du gestionnaire de réseau : RTE-France.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Excel - NSE Stock Option Chain

    Excel - NSE Stock Option Chain

    Fetch the live NSE Stock Option Chain data in Excel

    ...It can be used to compare and analyze Open Interest and Price Changes at different Strike Prices. This Excel sheet collects the following data at a given Strike Price, for both Calls (CE) and Puts (PE) and at different Expiry Dates. > Open Interest (OI) > Change in Open Interest (in %), > Last Traded Price for NSE Stock option (in INR) > Change in Last Traded Price (%) It narrows down and fetches few selective Strike Price ranges only at Out of Money (OTM) near to ATM (At the Money) and not fetches from deep far Out of Money Strike Price data. ...
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 25
    LxPup - Puppy Linux + LXDE

    LxPup - Puppy Linux + LXDE

    Puppy Linux with the LXDE desktop environment

    ...LxPup offers the Openbox window manager, LxPanel panel manager and PCManFM file manager. There are various "flavours" of LxPup some built as derivatives of official Puppy Linux builds (based on Slackware and Ubuntu components) and one a new woof-ce build (Slackware based). The various flavours offer different kernels and access to the software repositories of the base system. LxPup combines all the significant advantages of Puppy Linux - small iso size, extensive hardware support, wide range of applications built-in, live cd and frugal installs, friendly supportive user forum etc etc, with the lightweight but modern LXDE desktop environment. ...
    Leader badge
    Downloads: 1,328 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB