[go: up one dir, main page]

Showing 129 open source projects for "caller"

View related business solutions
  • 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
  • Smart IT Monitoring Icon
    Smart IT Monitoring

    We make IT management effective and simple. Easily observe your networks, servers, cloud services, containers, devices and applications.

    NetCrunch is a smart, agentless network monitoring and management software system capable of monitoring every device in a network. Developed by AdRem Software, NetCrunch helps businesses of all sizes remotely monitor network services, switches, routers, bandwidth utilization, and traffic flow and visualize their system performance.
    Learn More
  • 1
    Redigo

    Redigo

    Go client for Redis

    ...Applications create connections by calling the Dial, DialWithTimeout or NewConn functions. In the future, functions will be added for creating sharded and other types of connections. Connections support one concurrent caller to the Receive method and one concurrent caller to the Send and Flush methods. No other concurrency is supported including concurrent calls to the Do and Close methods. For full concurrent access to Redis, use the thread-safe Pool to get, use and release a connection from within a goroutine.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    ccls

    ccls

    C/C++/ObjC language server supporting cross references & hierarchies

    ...It starts indexing the whole project (including subprojects if exist) parallelly when you open the first file, while the main thread can serve requests before the indexing is complete. Saving files will incrementally update the index. Hierarchies, call (caller/callee) hierarchy, inheritance (base/derived) hierarchy, member hierarchy. Symbol rename. Document symbols and approximate search of workspace symbol. Hover information. Diagnostics and code actions (clang FixIts). Semantic highlighting and preprocessor skipped regions.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    DeepVariant

    DeepVariant

    DeepVariant is an analysis pipeline that uses a deep neural networks

    DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data. DeepVariant is a deep learning-based variant caller that takes aligned reads (in BAM or CRAM format), produces pileup image tensors from them, classifies each tensor using a convolutional neural network, and finally reports the results in a standard VCF or gVCF file. DeepTrio is a deep learning-based trio variant caller built on top of DeepVariant. DeepTrio extends DeepVariant's functionality, allowing it to utilize the power of neural networks to predict genomic variants in trios or duos. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Network Caller ID
    The NCID (Network Caller ID) project is Caller ID (CID) distributed over a network. The project contains the NCID package and 4 optional client packages. Each package is described at the NCID web site. A non-inclusive list of 3rd party addons is also available at the web site Available Packages: NCID - contains the server, gateways, and a client with output modules LCDncid - a client that uses LCDproc to display Caller ID on a LCD display NCIDandroid - a client and gateway for Android devices NCIDdisplay - a homebrew client that displays on large LED modules NCIDpop - a popup client for Windows, Mac, and Linux
    Downloads: 62 This Week
    Last Update:
    See Project
  • Queue Management System for Busy Service Providers | WaitWell Icon
    Queue Management System for Busy Service Providers | WaitWell

    The queue management system that perfectly adapts to your workflows

    The queue management system that perfectly adapts to your workflows. Improve operational efficiency in weeks with the most configurable enterprise queue system.
    Learn More
  • 5

    Bingo-caller-xlang

    bingo caller with bulgarian audio

    This is a simple console-based Bingo caller linux app for 75-ball and 90-ball Bingo. It plays pre-recorded MP3 audio files — I needed Bulgarian audio for my local village community to play Bingo for fun! You can find the code on github https://github.com/assenv/bingo-caller and compile it for windows if you want and add other languages.,
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    FusionPBX

    FusionPBX

    A domain based multi-tenant PBX & voice switch for FreeSWITCH

    FusionPBX is a multi-tenant PBX and voice switch for FreeSWITCH, a highly scalable, multi-threaded, cross-platform communication platform. FusionPBX can be used either as a single or domain based PBX, and offers several functionalities: as carrier grade switch, call center server, voicemail server, fax server, conference server, VoIP server, multi-tenant appliance framework and so much more. It also offers unlimited extensions, device provisioning, music on hold, call parking, automatic call...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    aws-encryption-sdk-cli

    aws-encryption-sdk-cli

    CLI wrapper around aws-encryption-sdk-python

    ...A qualifier to this is that when encrypting a file, if a directory is provided as the destination, rather than creating the source filename in the destination directory, a suffix is appended to the destination filename. By default the suffix is .encrypted when encrypting and .decrypted when decrypting, but a custom suffix can be provided by the caller if desired.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Babel Loader

    Babel Loader

    Babel loader for webpack

    ...Webpack supports bundling multiple targets. For cases where you may want different Babel configurations for each target (like web and node), this loader provides a target property via Babel's caller API.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    SPX

    SPX

    A simple & straight-to-the-point PHP profiling extension

    ...Multi metrics capable: 22 are currently supported (various time & memory metrics, included files, objects in use, I/O...). Able to collect data without losing context. For example Xhprof (and potentially its forks) aggregates data per caller / callee pairs, which implies the loss of the full call stack and forbids timeline or Flamegraph based analysis.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Peer to Peer Recognition Brings Teams Together Icon
    Peer to Peer Recognition Brings Teams Together

    The modern employee engagement platform for the modern workforce

    Create a positive and energetic workplace environment with Motivosity, an innovative employee recognition and engagement platform. With Motivosity, employees can give each other small monetary bonuses for doing great things, promoting trust, collaboration, and appreciation in the workplace. The software solution comes with features such as an open-currency open-reward system, insights and analytics, dynamic organization chart, award programs, milestones, and more.
    Learn More
  • 10
    DCV Color Primitives

    DCV Color Primitives

    DCV Color Primitives Library

    ...Support images greater than 4GB (64 bit). Convert an image from bgra to nv12 (single plane) format containing yuv in BT601. You might want to propagate errors to the caller function or mix with some other error types. So far, buffers were sized taking into account the image pixel format and dimensions; However, you can use a function to compute how many bytes are needed to store an image of a given format and size. If your data is scattered in multiple buffers that are not necessarily contiguous, you can provide image planes. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Arthas

    Arthas

    Alibaba Java Diagnostic Tool

    Often times, the production system network is inaccessible from the local development environment. If issues are encountered in production systems, it is impossible to use IDEs to debug the application remotely. More importantly, debugging in production environment is unacceptable, as it will suspend all the threads, resulting in the suspension of business services. Developers could always try to reproduce the same issue on the test/staging environment. However, this is tricky as some issues...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Order Voice  PHP Order Number Caller

    Order Voice PHP Order Number Caller

    is a simple yet powerful web-based application designed to streamline

    OrderVoice is a simple yet powerful web-based application designed to streamline the customer experience in businesses like restaurants, retail stores, and service centers. With OrderVoice, you can easily announce when an order is ready using a clear and customizable voice prompt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    British Bingo

    British Bingo

    90-ball bingo with sound

    ...You can cheat and get the game to correctly mark your board. There is no limit to the number of players (try 300,000). You can adjust the speed of the game and most sizes. The game can play for you. You can hear the caller reading out the numbers and the players talking (easiest with the online game at https://bbingo.xyz.)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    kfritz

    Display incomming calls on your desktop

    KFritz is a KDE Plasma 6 Plasmoid that connects to your AVM Fritz!Box and displays real-time incoming calls. It shows the caller name and number, maintains a history of recent calls, and integrates with the KDE notification system for alerts. Designed for modern Plasma 6 environments, KFritz supports: Real-time call monitoring via the FritzBox CallMonitor Caller name resolution from the FritzBox phonebook via TR-064 Recent call history with timestamps Compact and full Plasma representations KDE notifications using KNotification
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MockHttp for HttpClient

    MockHttp for HttpClient

    Testing layer for Microsoft's HttpClient library

    ...MockHttp defines a replacement HttpMessageHandler, the engine that drives HttpClient, that provides a fluent configuration API and provides a canned response. The caller (eg. your application's service layer) remains unaware of its presence. MockHttpMessageHandler defines both When and Expect, which can be used to define responses. They both expose the same fluent API, but each works in a slightly different way. Using When specifies a "Backend Definition". Backend Definitions can be matched against multiple times and in any order, but they won't match if there are any outstanding Request Expectations present (unless BackendDefinitionBehavior.Always is specified).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    ChatGPT Proxy

    ChatGPT Proxy

    Simple Cloudflare bypass for ChatGPT

    ChatGPTProxy is an open-source project that creates a lightweight proxy server to intermediate between client applications and the ChatGPT web endpoints, allowing developers to integrate ChatGPT-style functionality into their software without using an official API or embedding web UI code directly. This tool works by accepting requests in a defined format, forwarding them through the proxy to ChatGPT’s backend services, and returning responses to the caller, abstracting away direct browser automation or scraping concerns from the application layer. By consolidating the traffic through a proxy, developers can centralize logging, throttling, authentication, and caching in one place, making it easier to build consistent and controlled AI workflows. The proxy can also be customized to enforce usage policies, attach additional metadata, or translate request/response formats for compatibility with other tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    dzStartViaRegistry

    Alllows to start a program via a registry entry

    Alllows to start a program via a registry entry, so the caller does not need to know the installation directory (and the directory doesn't need to be added to the sarch path). Example: dzStartViaRegistry "HKLM\Software\Scooter Software\Beyond Compare" ExePath *parameters go here* Reads the Entry ExePath from HKLM\Software\Scooter Software\Beyond Compare and starts it. That entry (at least on my computer) points to the Beyond Compare executable regardless which version is installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SimplyServed

    SimplyServed

    SimplyServed is a fast, efficient, Point of Sale (PoS) application.

    ...It is free to use. I only request a token fee as appreciation of my effort. Please consider making a small donation on the website https://simplyserved.co.uk. Requires: Caller Line Identification (CLI) phone line (instruct carrier BT, etc, to enable). CLI compliant internal/external modem (port defined in SimplyServed.ini file). Internet connection. Laptop or Personal Computer. Windows 7-to-11. United Kingdom domicile.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    JSON Parser

    JSON Parser

    JSON Parser written in C that outputs JSON into D-List list objects

    ...If your project does not already incorporate D-List, you will also need to include dlist.h The JSON parser package also includes a JSON validator that does not parse or create resources, but allows the caller to validate JSON data from unknown sources, prior to any parsing attempts. The JSON data is returned to the caller as a set of hierarchical D-List list objects, that make the data very easy to manage, sort, search or use, and easy to remove when done. Package includes a JSON textural generator which will create JSON grammar data blocks from hierarchical D-List representations of JSON data. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    clam4j

    A java wrapper for clamd

    ...Clam4j allows you to scan for viruses in java programs by providing a simple java interface which sends the data to clamd for scanning. The results of the scan are returned to the caller via a response object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PhaseDel

    Phasing-based somatic deletion caller from single-cell WGS data

    PhaseDel is a Java-based variant caller designed for detecting somatic deletions from single-cell whole-genome sequencing (scWGS) data. It is highly specialized for discriminating genuine somatic focal deletions (several bases to kilo-bases in length) from excessive SV-like artifacts, which are inevitably occurring during single-cell whole-genome amplification. PhaseDel accurately detects such true deletions based on the linkage information between deletion breakpoints and nearby germline heterozygous SNP sites. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CWBuddy

    CWBuddy

    Minimal CW caller and CSV logger with Arduino interface

    Qt-based UI and Arduino project to provide a keyer interface as well as a UI for CQ calling and logging. This is a minimalist approach that will log the basic info (including frequency if hamlib is configured) for a CQ run session. This is intended as an aid for doing CQ runs and can log responding to hails into a CSV file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bingo Caller

    Bingo Caller

    Efficient Bingo Caller

    This is a Bingo Caller which utilises numbers 1-90. The amount of numbers called is determined by the user. Each number is only called once.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    CrossUI

    CrossUI

    CrossUI is a free Cross-Browser Javascript framework

    Build fully interactive experiences codeless and serverless. Create code into Github repository directly. CrossUI No-Code App Builder enables anyone (no software developer required) to Create Interactive Apps Without Coding. Prototype, develop and package the exactly same code into Web Apps, Native Desktop (Windows, Linux and Mac) Apps, as well as Mobile Apps. Rich client-side API, works with any backend or static HTML pages. Web services (JSON/XML/SOAP) can be directly bound. More than 100...
    Downloads: 0 This Week
    Last Update:
    See Project