Showing 482 open source projects for "listen"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • 1
    Listen 1

    Listen 1

    One for all free music in china (chrome extension)

    Listen 1 can search and play songs from Netease Cloud Music, Xiami, QQ Music, Kugou Music, Kuwo Music, Bilibili, Migu Music website, making your music library more comprehensive. It also supports the playlist function, you can easily play, collect and create your own playlist. Download the Chrome plugin version zip package and unzip it. Open the Chrome extension page and check "Developer Mode" in the upper right corner. Select "Load unpacked extension..." and select the folder you just unpacked...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Simple HTTP  Server

    Simple HTTP Server

    Simple http server in Rust (Windows/Mac/Linux)

    Simple HTTP server in Rust (Windows/Mac/Linux) Windows support (with colored log). Specify listen to address (ip, port), specify running threads, and specify the root directory. Nginx like directory view (directory entries, link, filesize, modified date) Breadcrumb navigation.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 3
    Jellyfin Android TV

    Jellyfin Android TV

    Android TV Client for Jellyfin

    Jellyfin Android TV is a Jellyfin client for Android TV, Nvidia Shield, and Amazon Fire TV devices. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way. Jellyfin enables you to collect, manage, and...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 4
    Signal iOS

    Signal iOS

    A private messenger for iOS

    Signal is a free, open source, messaging app for simple private communication with friends. Say "hello" to a different way of chatting: Signal is all about privacy, but with all the features you expect from a chat app. State-of-the-art end-to-end encryption (backed by Signal's open source protocol) keeps your chats safe. Neither we can read your messages or listen to your calls, nor anyone else. Privacy is not an optional mode, it is how Signal works. In all your messages, all your calls...
    Downloads: 27 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 5
    Signal Desktop

    Signal Desktop

    Private messenger for Windows, Mac, and Linux

    Say "hello" to a different messaging experience. An unexpected focus on privacy, combined with all of the features you expect. State-of-the-art end-to-end encryption (powered by the open source Signal Protocol) keeps your conversations secure. We can't read your messages or listen to your calls, and no one else can either. Privacy isn’t an optional mode, it’s just the way that Signal works. Every message, every call, every time. Share text, voice messages, photos, videos, GIFs and files...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    Jellyfin

    Jellyfin

    The Free Software Media System

    Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way. Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included. Hold your entire movie collection, with a beautiful collection of posters. Jellyfin lets you watch your...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Frescobaldi

    Frescobaldi

    LilyPond sheet music text editor

    Frescobaldi is a free and open source LilyPond sheet music text editor. Designed to be powerful yet lightweight and easy-to-use, Frescobaldi offers great functionality and a host of useful features such as music view with advanced two-way Point & Click, Midi capturing to enter music, a Snippet Manager and many more. Frescobaldi is named after Girolamo Frescobaldi (1583-1643), an Italian composer of keyboard music in the late Renaissance and early Baroque period.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Laravel JSON API Paginate

    Laravel JSON API Paginate

    A paginator that plays nice with the JSON API spec

    In a vanilla Laravel application, the query builder paginators will listen to the page request parameters. This works great, but it does not follow the example solution of the json: API spec. That example expects the query builder paginator to listen to the page[number] and page[size] request parameters. This package adds a jsonPaginate method to the Eloquent query builder that listens to those parameters and adds the pagination links the spec requires.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Ring

    Ring

    Unofficial packages for Ring Doorbells, Cameras, Alarm System

    ... so you can view, listen, and speak to anyone on your property from anywhere. Ring's customizable motion sensors allow you to focus on the most important areas of your home. You will receive instant warnings as soon as your Ring device detects movement, so you are always the first to know if someone has gotten too close to your property. Ring allows you to monitor every corner of your property.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    Ligolo-ng

    Ligolo-ng

    An advanced, yet simple, tunneling/pivoting tool

    Ligolo-ng is a simple, lightweight and fast tool that allows pentesters to establish tunnels from a reverse TCP/TLS connection using a tun interface (without the need of SOCKS). When running the relay/proxy server, a tun interface is used, packets sent to this interface are translated and then transmitted to the agent's remote network. You need to download the Wintun driver (used by WireGuard) and place the wintun.dll in the same folder as Ligolo. You can listen to ports on the agent...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    hyper for Rust

    hyper for Rust

    An HTTP library for Rust

    ... to consider warp. Both are built on top of this library. A Service lets you define how to respond to incoming requests. While it is possible to implement the trait directly, there are a few patterns that are common when using Hyper. We’ve included some helpers for when these patterns fit our needs. An echo server will listen for incoming connections and send back the request body as the response body on POST requests.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    X6

    X6

    JavaScript diagramming library that uses SVG and HTML for rendering

    Provides easy-to-use node customization capabilities and out-of-the-box interactive components, allowing us to quickly build flowcharts, DAG diagrams, ER diagrams and other graph applications. Extremely easy to customize: support custom node styles and interactions using SVG/HTML/React/Vue/Angular. Out of the box: built-in 10+ image editing supporting extensions, such as frame selection, alignment line, small map, etc. A complete event system that can listen to any event that occurs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bolt for JavaScript

    Bolt for JavaScript

    A framework to build Slack apps using JavaScript

    A JavaScript framework to build Slack apps in a flash with the latest platform features. Read the getting started guide to set-up and run your first Bolt app. To listen to messages that your app has access to receive, you can use the message() method which filters out events that aren’t of type message. message() accepts an optional pattern parameter of type string or RegExp object which filters out any messages that don’t match the pattern. A RegExp pattern can be used instead of a string...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Kweb

    Kweb

    A Kotlin web framework

    ... browser's DOM (Document Object Model). With Kweb, you can create and manipulate DOM elements, and listen for and handle events, all using an intuitive Kotlin DSL that mirrors the structure of the HTML being created. Kweb is built on the Ktor framework, which handles HTTP, HTTPS, and WebSocket transport, and is optimized to minimize latency and resource usage on both the server and browser.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Yodd's AI Chat

    Yodd's AI Chat

    This app uses the OpenAISwift library, ChatGPTSwift library and OpenAI

    ... need to have some credits on your OpenAI account, if you don't have them is looks that adding a payment method to your account is enough. If the testflight link is down you can download the source code and build it yourself, or you can install the IPA. With Yodd AI Chat, you can also generate images to accompany your messages, adding a new level of creativity and personalization to your conversations. Plus, you can save, listen to, and delete messages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Web Scrobbler

    Web Scrobbler

    Scrobble music all around the web!

    Web Scrobbler helps music listeners to scrobble their online playback history. Web Scrobbler is a browser extension created for people who listen to music online through their browser, and would like to keep an updated playback history using scrobbling services, such as Last.fm, Libre.fm and ListenBrainz. Download and install the extension for your browser. You can use the download buttons above. Open the extension options, and expand the "Accounts" section, then sign in to a scrobbling service...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Conduit

    Conduit

    Conduit streams data between data stores. Kafka Connect replacement

    ... the binary and start building. Conduit connectors give you the ability to pull and push data to any production datastore you need. If a datastore is missing, the simple SDK allows you to extend Conduit where you need it. Conduit pipelines listen for changes to a database, data warehouse, etc., and allows your data applications to act upon those changes in real-time. Run it in a way that works for you; use it as a standalone service or orchestrate it within your infrastructure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Masonite

    Masonite

    The Modern And Developer Centric Python Web Framework

    ... for sending notifications to your users simply and effectively. Task scheduling to run your jobs on a schedule (like everyday at midnight) so you can set and forget your tasks. Events you can listen for to execute listeners that perform your tasks when certain events happen in your app. A BEAUTIFUL Active Record style ORM called Masonite ORM. Amazingness at your fingertips. Many more features you need which you can find in the docs!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Harmonoid

    Harmonoid

    Plays & manages your music library. Looks beautiful & juicy

    Plays & manages your music library. Looks beautiful & juicy. Playlists, visuals, synced lyrics, pitch shift, volume boost & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Laravel Mailbox

    Laravel Mailbox

    Catch incoming emails in your Laravel application

    Catch incoming emails in your Laravel application. Laravel Mailbox is a package for Laravel 5.7 and up that will allow your application to catch and react to incoming emails from different services like Mailgun, SendGrid, or the local log driver for debugging purposes. Listen to incoming email messages in a Laravel-Route-like fashion and react to them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    log4rs

    log4rs

    A highly configurable logging framework for Rust

    log4rs is a highly configurable logging framework modeled after Java's Logback and log4j libraries. If you are using the file rotation in your configuration there is a known substantial performance issue so listen up! By default the gzip feature is enabled and when rolling files it will zip log archives automatically. This is a problem when the log archives are large as the zip happens in the main thread and will halt the process while the zip is completed. Be advised that the gzip feature...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hertz

    Hertz

    Go HTTP framework with high-performance and strong-extensibility

    ... customizable requirements, Hertz will be a good choice. During the development process, it is often more important to write the correct code quickly. Therefore, in the iterative process of Hertz, we actively listen to users' opinions and continue to polish the framework, hoping to provide users with a better user experience and help users write correct code faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Slack API in Go

    Slack API in Go

    Slack API in Go - community-maintained fork

    .... Instead, you can use SocketmodeHandler much like you use an HTTP handler to register which event you would like to listen to and what callback function will process that event when it occurs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Supabase Realtime

    Supabase Realtime

    Listen to your to PostgreSQL database in realtime via websockets

    Supabase is an open-source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage. Every project is a full Postgres database, the world's most trusted relational database. Add user sign ups and logins, securing your data with Row Level Security. Store, organize, and serve large files. Any media, including videos and images. Write custom code without deploying or scaling servers. Supported by a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Chrome Extension CLI

    Chrome Extension CLI

    The CLI for your next Chrome Extension

    The CLI for your next Chrome Extension. When you're ready to publish to Chrome Web Store, create a minified bundle with npm run build and then zip the build folder. You don’t need to install or configure Webpack. Webpack comes in preconfigured so that you can focus on the code. Your environment will have everything you need to build a Chrome Extension. Override default page like New Tab, Bookmarks, or History page. Add features to Chrome Developer Tools. Creates an extension for supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next