Showing 60 open source projects for "call log"

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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    kotlin-logging

    kotlin-logging

    Lightweight Multiplatform logging framework for Kotlin

    Lightweight Multiplatform logging framework for Kotlin, written in Pure Kotlin. A convenient and performant logging facade. Version 5 is not backward compatible with previous versions (v.3, v.2, v.1). Group id (in maven) and package names changed. It is possible to use both version 5 and previous versions side-by-side so some of the code from the old version and some new. It is also possible to have libs using old version and use the new version (and vice-versa). After seeing many questions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    claude-devtools

    claude-devtools

    A desktop app that reconstructs exactly what Claude Code did

    claude-devtools is an open-source desktop observability tool designed to provide deep visibility into Claude Code sessions by reconstructing execution activity directly from local session logs. Rather than acting as a wrapper or modifying Claude Code behavior, the application passively reads the logs stored in the user’s environment and rebuilds a structured, searchable timeline of what actually occurred during each session. The tool was created to address the loss of detail in the standard...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    SlateDB

    SlateDB

    A cloud native embedded storage engine built on object storage

    ...To mitigate high write API costs (PUTs), SlateDB batches writes. 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
  • 4
    Android Debug Database

    Android Debug Database

    A library for debugging android databases and shared preferences

    ...Delete database rows and shared preferences. Search in your data. Sort data. Download database. Debug Room inMemory database. As this library is auto-initialize, if you want to get the address log, add the following method and call (we have to do like this to avoid build error in release build as this library will not be included in the release build) using reflection. Using the Android Debug Database with an encrypted database. See all the data in the shared preferences used in your application. Run any sql query on the given database to update and delete your data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    Monica

    Monica

    Personal CRM. Remember everything about your friends, family, etc.

    ...So busy, that they don’t have time anymore to remember to call a friend, say happy birthday to a nephew, or remember to invite someone special for dinner next week. The older we get, the more life gets in the way. It’s sad, but it’s the reality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    dockerize

    dockerize

    Utility to simplify running applications in docker containers

    Utility to simplify running applications in docker containers. dockerize is a utility to simplify running applications in docker containers. It allows you to generate application configuration files at container startup time from templates and container environment variables. generate application configuration files at container startup time from templates and container environment variables. Wait for other services to be available using TCP, HTTP(S), unix before starting the main process....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TensorBoardX

    TensorBoardX

    tensorboard for pytorch (and chainer, mxnet, numpy, etc.)

    The SummaryWriter class provides a high-level API to create an event file in a given directory and add summaries and events to it. The class updates the file contents asynchronously. This allows a training program to call methods to add data to the file directly from the training loop, without slowing down training. TensorboardX now supports logging directly to Comet. Comet is a free cloud based solution that allows you to automatically track, compare and explain your experiments. It adds a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    werf

    werf

    The CLI tool gluing Git, Docker, Helm, and Kubernetes

    ...It also deletes unused images from the Docker registry. werf deploys your application to Kubernetes using a chart in the Helm-compatible format with handy customizations and improved rollout tracking mechanism, error detection, and log output.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Wait and Pounce FT8

    Wait and Pounce FT8

    Wait to decode callsigns, then call them using UDP protocol

    Neat alternative for JTAlert. Available for both Apple and Windows (10+). Make sure to automatically call any Wanted callsigns specified. Can also be used to monitor band opening. Can handle callsign exclusions. Can even handle wanted callsigns according to your worked before Rules.
    Downloads: 27 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    PokerTH
    PokerTH is a poker game written in C++/Qt. You can play the popular Texas Hold'em poker variant against up to nine computer-opponents or play internet games with people all over the world. This poker engine is available for Linux, Windows and Mac
    Leader badge
    Downloads: 121 This Week
    Last Update:
    See Project
  • 11
    Simple Dialer

    Simple Dialer

    A handy phone call manager with phonebook, number blocking

    ...Using this dial-pad, you can access your contacts and maintain a call log with ease. There is a quick dialpad at your service too, with smart contact suggestions. It supports letters too. You can use the quick search to find your favorite contacts not just in the contact list, but also in the call history. Call log entries can be removed one by one, but it can also be cleared out at once. You can easily block phone numbers to avoid unwanted incoming calls.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Matrix

    Matrix

    Plugin style, non-invasive APM system developed by WeChat

    Matrix is an APM (Application Performance Manage) used in Wechat to monitor, locate and analyse performance problems. It is a plugin style, non-invasive solution and is currently available on iOS, macOS and Android. The monitoring scope of the current tool includes: crash, lag, and out-of-memory, which includes the following two plugins, WCCrashBlockMonitorPlugin, which is based on KSCrash framework and features cutting-edge lag stack capture capabilities with crash capture, and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Timber

    Timber

    A logger which provides utility on top of Android's normal Log class

    Timber is a logger with a small, extensible API which provides utility on top of Android's normal Log class. You can use this library and apply it into all the little apps you want to make. Behavior is added through Tree instances. You can install an instance by calling Timber.plant. Installation of Trees should be done as early as possible. The onCreate of your application is the most logical choice. The DebugTree implementation will automatically figure out from which class it's being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    sms-backup-plus

    Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP

    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Emoji-Log

    Emoji-Log

    An Emoji Git commit log messages spec standard

    After building hundreds of open source software I've ended up inventing a git commit log standard called EMOJI-LOG that helps me understand a project's history with a less cognitive load just by looking at the git log. I like emoji. I like ’em a lot. Programming, code, geeks/nerds, open-source, all of that is inherently dull and sometimes boring. Emoji (which is, in fact, the plural of emoji) helps me add colors and emotions to the mix. Nothing wrong if you want to attach feelings to this 2D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Autologging

    Easier logging and tracing of Python functions and class methods.

    Autologging eliminates boilerplate logging setup code and tracing code, and provides a means to separate application logging from program flow and data tracing. Autologging provides two decorators and a custom log level: "autologging.logged" decorates a class to create a __log member. By default, the logger is named for the class's containing module and name (e.g. "my.module.ClassName"). "autologging.traced" decorates a class to provide automatic CALL/RETURN tracing for all class, static, and instance methods, as well as the special __init__ method (by default) "autologging.TRACE" is a custom log level (lower than logging.DEBUG) that is registered with the Python logging module when autologging is imported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TextFileReverse

    A Windows command line tool to reverse the contents of a text file.

    A simple command line tool, drop the Reverse.exe into the %systemroot% directory in Windows to call the program from the command line. Then just call like: Reverse /i Path\File.txt and the file will be overwritten with reversed text. Or an outfile can be specified Reverse /i Path\File.txt /o path\OutFile.txt this will leave the original file intact. A file containing: item 1 item 2 item 3 Would then be reversed to item 3 item 2 item 1 You can also remove blank lines with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SMS Backup+

    SMS Backup+

    Backup Android SMS, MMS and call log to Gmail / Gcal / IMAP

    This is a fork of the now-defunct Android backup tool SMS Backup. It uses Gmail/IMAP to perform SMS, MMS and call log backups over the network. It is important that you perform the first backup manually. SMS Backup+ needs to know whether you want to upload messages currently stored on your device or not. SMS Backup+ can also backup and restore your call logs. It stores all calls using a separate label (defaults to Call log, but can be changed in "Advanced settings"). ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 19
    BIT Free Bulk SMS Website Source Code

    BIT Free Bulk SMS Website Source Code

    A free source code for bulk sms website for all countries

    ...SMS Log & Scheduler Access & manage your SMS delivery reports in real-time 4. Fully featured developers API You can do everything programatically. From SMS sending/scheduling, to contacts manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Call Analytics for Avaya

    Monitor Avaya VDN, ACD and extension objects for call analytics

    Call Analytics tool is a server program that monitors Avaya VDNs, ACD Hunt Groups and Extension objects, it extracts useful information from monitoring events and outputs call and agent records for applications such as reporting, wallboard integration and call log analysis. The Call Analytics tool is a CTI reporting and real time monitoring engine and it is an ideal tool when CMS is not in placed for call center environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Jihosoft iPhone Data Recovery

    Jihosoft iPhone Data Recovery

    A powerful data recovery tool to recover data from iOS devices

    This is an extraordinary iOS data recovery tool which empowers you to recover deleted/lost data from iPhone, iPad and iPod Touch. It is capable of retrieving deleted/lost photos, text messages, contacts, call log, whatsapp messages & attachments, videos, audio files and more documents from iOS devices due to various reasons (like deletion,virus attack,formatting,factory resetting,etc.) The powerful software enables you to recover lost or deleted data directly from iOS device and extract data from iTunes backup as well.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    GLIntercept

    GLIntercept

    GLIntercept is a OpenGL function call interceptor for Windows

    GLIntercept is a powerful OpenGL debugging and tracing tool for Windows that allows developers to intercept and log OpenGL function calls made by applications. It captures real-time graphics API activity, shader sources, textures, and framebuffers, making it invaluable for performance tuning, reverse engineering, and debugging complex rendering problems. GLIntercept can inject itself into any OpenGL application and provide deep inspection capabilities, helping developers visualize pipeline...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    tiTrackIt

    tiTrackIt

    Complete call log and request tracking solution

    Call logger and request tracking software that is designed to help manage software development for and entire team. Was built with Visual Studio 2010 using QT 5.4. Uses MySQL as a backend database. Currently the installer and script to create the mysql database has been uploaded. Still working on getting the source code cleaned up and fully commented so I am able to upload it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Asterisk CDR import

    Simple web interface for mapping CDR from VoIP provider to Asterisk

    This is a simple tool to map information for the cost of phone calls given by your VoIP provider, to the call log inside your Asterisk. As a result, you will know how much each of your employees has spent for phone calls. Additionally, this tool shows information about the assigned DID and CLIP numbers in Asterisk. This is helpful to identify obsolete, duplicate and multiple assignments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Call & SMS Blocker

    Call & SMS Blocker

    This Amazing app will help you to block unwanted calls and sms.

    This Amazing app will help you to block unwanted calls and sms in single tap. You can see the call log who over is calling you which have already blocked by you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next