Showing 154 open source projects for "method"

View related business solutions
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Harmony

    Harmony

    Patching, replacing and decorating .NET and Mono methods

    ...If you develop in C# and your code is loaded as a module/plugin into a host application, you can use Harmony to alter the functionality of all the available assemblies of that application. Where other patch libraries simply allow you to replace the original method, Harmony goes one step further. It is also used in unit testing WPF controls and in many other areas. Installation is done by using 0Harmony.dll in your project or by using the Lib.Harmony nuget package.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 2
    PSR Log

    PSR Log

    An interface that describes a logger

    The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object and write logs to it in a simple and universal way. The LoggerInterface exposes eight methods to write logs to the eight RFC 5424 levels (debug, info, notice, warning, error, critical, alert, emergency). Every method accepts a string as the message, or an object with a toString() method. Implementors MAY have special handling for the passed objects. If that is not the case, implementors MUST cast it to a string. The interfaces and classes described as well as relevant exception classes and a test suite to verify your implementation are provided as part of the psr/log package. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Salt

    Salt

    Automate the management and configuration of infrastructures at scale

    ...The document also outlines the best-effort support policy for additional operating systems. Salt Bootstrap is a shell script that detects the target platform and selects the best installation method.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 4
    nwipe

    nwipe

    nwipe secure disk eraser

    nwipe is a fork of the dwipe command originally used by Darik's Boot and Nuke (DBAN). nwipe was created out of a need to run the DBAN dwipe command outside of DBAN, in order to allow its use with any host distribution, thus giving better hardware support. nwipe is a program that will securely erase the entire contents of disks. It can wipe a single drive or multiple disks simultaneously. It can operate as both a command line tool without a GUI or with a ncurses GUI.
    Downloads: 125 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.
    Try Free
  • 5
    MyPerf4J

    MyPerf4J

    High performance Java APM. Powered by ASM

    MyPerf4J is an open source Java performance monitoring and profiling tool designed to help developers and operations teams analyze application behavior with minimal overhead. It focuses on providing lightweight yet high-precision metrics collection for method execution times, throughput, and latency, making it particularly useful in high-performance production environments. The project emphasizes low performance impact by using efficient time recording and aggregation techniques, allowing continuous monitoring without significantly affecting application speed. MyPerf4J supports both real-time monitoring and offline analysis through log aggregation and visualization tools. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Hotkeys

    Hotkeys

    A robust Javascript library for capturing keyboard input

    ...Or manually download and link hotkeys.js in your HTML, It can also be downloaded via UNPKG. react-hotkeys is the React component that listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts. Detailed use method please see its documentation react-hotkeys. React hook for using keyboard shortcuts in components. Make sure that you have at least version 16.8 of react and react-dom installed, or otherwise hooks won't work for you. The following special keys can be used for shortcuts: backspace, tab, clear, enter, return, esc, escape, space, up, down, left, right, home, end, page up, pagedown, del, delete and f1 through f19.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Kubernetes Dashboard

    Kubernetes Dashboard

    General-purpose web UI for Kubernetes clusters

    ...It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. To access Dashboard from your local workstation you must create a secure channel to your Kubernetes cluster. Kubeconfig Authentication method does not support external identity providers or certificate-based authentication. Metrics-Server has to be running in the cluster for the metrics and graphs to be available. Make sure that you know what you are doing before proceeding. Granting admin privileges to Dashboard's Service Account might be a security risk. In most cases after provisioning cluster using kops, kubeadm or any other popular tool, the ClusterRole cluster-admin already exists in the cluster. ...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 8
    Consola

    Consola

    Elegant Console Logger for Node.js and Browser

    ...By default FancyReporter is registered for modern terminals or BasicReporter will be used if running in limited environments such as CIs. A reporter (class or object) exposes log(logObj) method. To get more info about how to write your own reporter, take a look at the linked implementations.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    onedriver

    onedriver

    A native Linux filesystem for Microsoft OneDrive

    onedriver is a native Linux filesystem for Microsoft OneDrive. onedriver is a network filesystem that gives your computer direct access to your files on Microsoft OneDrive. This is not a sync client. Instead of syncing files, onedriver performs an on-demand download of files when your computer attempts to use them. onedriver allows you to use files on OneDrive as if they were files on your local computer. Easily sync files between any number of Windows, Mac, and Linux computers. You can...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    dd-trace

    dd-trace

    JavaScript APM Tracer

    dd-trace is an npm package that you can install in your Node.js application to capture APM (Application Performance Monitoring) data. In Datadog terminology this library is called a Tracer. This data is then sent off to a process that collects and aggregates the data, called an Agent. Finally, the data is sent off to the Datadog servers where it's stored and made available for querying in a myriad of ways, such as displaying in a dashboard or triggering alerts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Vegeta

    Vegeta

    HTTP load testing tool and library. It's over 9000!

    ...The latter tag is required for compatibility with go mod. The JSON format makes integration with programs that produce targets dynamically easier. Each target is one JSON object in its own line. The method and url fields are required. If present, the body field must be base64 encoded. The generated JSON Schema defines the format in detail.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 12
    Stash Kubernetes

    Stash Kubernetes

    Backup your Kubernetes Stateful Applications

    ...Stash supports backup of MariaDB, Redis, PostgreSQL, MySQL, MongoDB, Elasticsearch and Percona XtraDB, Etcd databases. It seemingly integrates with KubeDB. It is now a recommended method to backup up KubeDB-supported databases.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    SlateDB

    SlateDB

    A cloud native embedded storage engine built on object storage

    ...Rather than writing every put() call to object storage, MemTables are flushed periodically to object storage as a string-sorted table (SST). The flush interval is configurable. To mitigate write latency, SlateDB provides an async put method.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Homebridge Raspberry Pi Image

    Homebridge Raspberry Pi Image

    Homebridge Raspberry Pi Image based on Raspberry Pi OS Lite

    ...This image also provides a command called hb-config which helps you keep Node.js up-to-date, perform maintenance on your Homebridge server, and install additional optional software such as Pi Hole and deCONZ. The Homebridge service is installed using the method described in the Raspberry Pi Installation Guide on the Homebridge project wiki. The easiest way to flash the Homebridge Raspberry Pi Image to your SD card is to use the Raspberry Pi Imager. Raspberry Pi Imager will now download and flash the latest version of the Homebridge Raspberry Pi Image to your SD card, this may take several minutes depending on the speed of your internet connection and SD card. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    AWS IoT Device SDK for Java v2

    AWS IoT Device SDK for Java v2

    Next generation AWS IoT Client SDK for Java

    ...This SDK is built on the AWS Common Runtime, a collection of libraries (aws-c-common, aws-c-io, aws-c-mqtt, aws-c-http, aws-c-cal, aws-c-auth, s2n...) written in C to be cross-platform, high-performance, secure, and reliable. The libraries are bound to Java by the aws-crt-java package. Consuming this SDK via Maven is the preferred method of consuming it. Supports API 26 or newer. NOTE: The shadow sample does not currently complete on android due to its dependence on stdin keyboard input. You will need to override and provide a ROOT_CERTIFICATE manually from one of the following certificates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Hangfire

    Hangfire

    An easy way to perform background job processing

    ...Although the default installation uses SQL Server and polling technique to fetch jobs, you can leverage MSMQ or Redis extensions to reduce the processing latency to minimum. Background method calls and their arguments are serialized and may overcome the process boundaries. Job filters allow you to add custom features to the background processing in a way similar to ASP.NET MVC action filters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Sogou C++ Workflow

    Sogou C++ Workflow

    C++ parallel computing and asynchronous networking engine

    As Sogou`s C++ server engine, Sogou C++ Workflow supports almost all back-end C++ online services of Sogou, including all search services, cloud input method, online advertisements, etc., handling more than 10 billion requests every day. This is an enterprise-level programming engine in light and elegant design which can satisfy most C++ back-end development requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    dash.js

    dash.js

    A reference client implementation for the playback of MPEG DASH

    A reference client implementation for the playback of MPEG DASH via JavaScript and compliant browsers. If your intent is to use the player code without contributing back to this project, then use the MASTER branch which holds the approved and stable public releases. If your goal is to improve or extend the code and contribute back to this project, then you should make your changes, and submit a pull request. dash.js is an initiative of the DASH Industry Forum to establish a production...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    UltraViewer

    UltraViewer

    Free remote desktop control software for Windows

    UltraViewer is a lightweight, fast and completely free remote desktop software designed for remote support, online meetings, remote work and computer administration. It allows you to remotely control a partner’s computer securely with minimal latency, transfer files, chat and share screen in both directions. Widely used by IT technicians and individuals for quick remote assistance. The program works through firewalls and routers without complex configuration thanks to built-in ID/Password...
    Downloads: 1,472 This Week
    Last Update:
    See Project
  • 20

    Jacoa's LG V30 Files

    Jacoa's files for the lg v30

    Files I've made for the LG V30, mostly twrp zips but also some tools I've put together for unlocking the bootloader or unbricking Stock rom twrp zips are all patched with disable_dm-verity_forceencrypt and ak3_rctd_remover except V35, This V35 is (A9) Joan not 845 Judyp ##Flashing a kdz and excluding xbl/xbl2 can cause bricks Credit to B.Kerler for the python edl tools included in some of my bootloader unlock and unbrick archives New_unlock.bin credit (semi-outdated guide): https://forum.xda-developers.com/t/wtf-lg-v30-v30-v30s-bootloader-unlock-root-method-with-clear-instructions.3790500/page-10#post-76584629
    Downloads: 85 This Week
    Last Update:
    See Project
  • 21
    linuxhub-prime
    Updated March 10, 2026 Magnet for latest release: magnet:?xt=urn:btih:0ed1d7e4c917f743d719efaa3c61d3d415037617&dn=Linuxhub-Prime-2026.03.10-v3.1.5-x86_64 Introducing DistroViews: https://distroviews.xyz/ Legacy Versions: https://linuxhub.link/legacy.php Internet Connection Required... only calamares supports 1 offline option. Desktops... you have 20+ environments to choose from. by default the environments are set up with prime customizations. you have the option to...
    Leader badge
    Downloads: 478 This Week
    Last Update:
    See Project
  • 22
    KB1OIQ - Andy's Ham Radio Linux

    KB1OIQ - Andy's Ham Radio Linux

    Install ham radio software on Debian Live, RPi OS, or Ubuntu Linux

    Latest Version: - Version 26e: November 2025 Version 26 ======== Version 26 can be installed on top of Debian Live, Raspberry Pi OS, or any supported flavor of Ubuntu Linux. The supported Linux flavors are listed in the GETTING_STARTED document. An installation script does all of the work. Please download and READ the installation instructions: https://sourceforge.net/projects/kb1oiq-andysham/files/v26e/GETTING_STARTED Watch a video of Andy (KB1OIQ) as he talks about...
    Leader badge
    Downloads: 485 This Week
    Last Update:
    See Project
  • 23
    M32/X32 Show Manager

    M32/X32 Show Manager

    Reorganize M32/X32 show files

    Both the Midas M32 and Behringer X32 share the same design of show management using the console GUI, M32-Edit and X32-Edit apps. This app provides an alternative method to manage these show files (cues, scenes and snippets). It provides an easier method of reorganizing and importing/exporting of files.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    MSI Downloader

    MSI Downloader

    MSI installers for a wide range of software and utilities

    MSI Downloader has been created for IT professionals who want a quick and easy method of downloading the latest MSI installers for various software. MSI installers are much easier to use for deployment using systems like Group Policy, Microsoft Deployment Toolkit (MDT) and Microsoft System Center Configuration Manager (SCCM). Some publishers happily supply MSI installers for their software, however, some are very hard to find.
    Leader badge
    Downloads: 165 This Week
    Last Update:
    See Project
  • 25
    IP via Email

    IP via Email

    IP notification and information of your remote computer by email

    This program will let you know the IP address of your home computer (or your office computer), that you want to use remotly with VNC programs (as RealVNC, UltraVNC and TightVNC), via the your email and/or client mode of the program and/or enabling the automatic publishing of your IP on the site www.ipviaemail.somee.com/dynamic-ip by creating your own user id and password. IP via Email is versatile and lightweight, essential for the smart working of workers and students who have a dynamic IP...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB