Showing 44 open source projects for "listen"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 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: 6 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: 35 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: 38 This Week
    Last Update:
    See Project
  • 4
    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: 2 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
    Learn More
  • 5
    NeoDB

    NeoDB

    NeoDB is a self-hosted server tracking what you read/watch/listen/play

    NeoDB is an open-source software and global community platform since 2021. It helps users to manage and explore collections, reviews, and ratings for various cultural products, including books, movies, music, podcasts, games, and performances. Additionally, users can share their collections, publish microblogs, and engage with others in the Fediverse. NeoDB integrates the functionalities of platforms like Goodreads, Letterboxd, RateYourMusic, and Podchaser, among others. It also supports...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Fast Android Networking

    Fast Android Networking

    A Complete Fast Android Networking Library that also supports HTTP/2

    Fast Android Networking Library is a powerful library for doing any type of networking in Android applications which is made on top of OkHttp Networking Layer. Fast Android Networking Library takes care of each and everything. So you don't have to do anything, just make a request and listen for the response. The recent removal of HttpClient in Android Marshmallow(Android M) made other networking libraries obsolete. No other single library does and everything like making requests, downloading...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    CoreDNS

    CoreDNS

    CoreDNS is a DNS server that chains plugins

    CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. Each plugin performs a (DNS) function. CoreDNS is a Cloud Native Computing Foundation graduated project. CoreDNS is a fast and flexible DNS server. The key word here is flexible: with CoreDNS you are able to do what you want with your DNS data by utilizing plugins. If some functionality is not provided out of the box you can add it by writing a plugin. CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    International Telephone Input

    International Telephone Input

    Plugin for entering and validating international telephone numbers

    ... keys. Automatically set the input placeholder to an example number for the selected country. Automatically select the user's current country using an IP lookup. Access the country data to create a separate country dropdown for an address form, and then listen for change events to keep the two dropdowns in sync. Use Twilio's API to build phone verification, SMS 2FA, appointment reminders, marketing notifications and so much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    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: 0 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.
    Learn More
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    Tartube

    Tartube

    Download videos/channels/playlists from YouTube and many other sites

    Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders. It is written in Python 3 / Gtk 3 and runs on MS Windows, Linux, BSD and MacOS.
    Leader badge
    Downloads: 788 This Week
    Last Update:
    See Project
  • 12
    Self Integrated DNS DHCP Server Open Source Freeware Windows/Linux. Works as DHCP or DNS Server or both. Using both services automatically adds DHCP allotted hosts automatically to DNS Server. Support Relay Agent, PXEBOOT, BOOTP, Zone Trasfer, DHCP Range Filters. Download.
    Leader badge
    Downloads: 164 This Week
    Last Update:
    See Project
  • 13
    MOFO Linux

    MOFO Linux

    Linux designed to defeat state censorship and surveillance.

    The mission of MOFO Linux is to give you the power to unblock any media, at your discretion, clearing the way for you to read, write, watch, listen to, debate, or collaborate beyond the reach of Big Brother. In other words, you jump the barrier, find media, and interact with people. MOFO Linux is designed for easy usage on home PCs, laptop computers, or workstations, whether installed in internet cafes anywhere the world or on the most modest of home desktop machines. It is a collection...
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • 14

    SL3MEGA

    ATMEGA8515 based ethernet MP3 player

    This 20 year old project of mine claims to be the smallest internet operating system, written in 100% AVR assembler, that includes everything from Ethernet (RTL8019AS) driver, DLC, ARP, IP, ICMP, TCP streaming to a hardware MP3 decoder chip (VLSI 1001K) and some simple FTP client incl. a little GUI for a 5x7 dot matrix LCD within 3472 bytes Flash ROM of the AVR. Yes only 3.4kbytes of Flash and 64k of external SRAM - not more than this is needed to listen to a MP3 transferred from a FTP server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    radio_chung
    radio chung is a desktop application to listen to online radio web url , with plugin plugin2 plugin3 plugin4 plugin5 plugin6 dsp effects support compatible with midipiano_chung freemp3_chung dsp_chung ( provided with baxandall_chung & resonance _chung & decay_chung ) it uses bass dll and gui_chung and is written in easy fast compiled freebasic . Can also play audio ( * ,mp3,ogg,wav,...) files - generic path * or single file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    rxWebSocket

    rxWebSocket

    rxWebSocket is a simple reactive extension of OkHttp Websocket

    rxWebSocket is a simple reactive extension of OkHttp Websocket interface with support for Convertor Factories and Interceptors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jQuery Confirm

    jQuery Confirm

    A multipurpose plugin for alert, confirm & dialog

    A jQuery plugin that provides a great set of features like, Auto-close, Ajax-loading, Themes, Animations and more. This plugin is actively developed, I would love you have your suggestions. Get more control over the modal, mainly important for binding events for the modal elements. Dialog types helps give the user a hint as to what the dialog is about. Give meaning to your dialog with custom icons. Many have a different taste, who won't be using bootstrap in their projects. You can simply...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SlimerJS

    SlimerJS

    A scriptable browser like PhantomJS, based on Firefox

    SlimerJS is a scriptable browser. It allows you to manipulate a web page with an external Javascript script: opening a webpage, clicking on links, modifying the content... It is useful to do functional tests, page automation, network monitoring, screen capture etc. It is a tool like PhantomJs, except that it runs Gecko instead of Webkit, and it is headless when using Firefox 56+. It can be used with Firefox 59. Higher version of Firefox is not supported and probably will not be supported in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mp3 Grabber

    mp3 Grabber

    App for Downloading mp3 Files Hyperlinked in Webpages

    ... player and listen to them where and when you want to.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    WebSocketListener

    WebSocketListener

    A lightweight and scalable asynchronous WebSocket listener

    The WebSocketListener class provides simple methods that listen for and accept incoming WebSocket connection requests asynchronously. It is a lightweight listener with an API very similar to the System.Net.TcpListener class. It does not use the Microsoft's System.Net.WebSockets namespace. WebSocketListener has been designed to provide WebSocket connectivity to other applications, in the same way that System.Net.TcpListener provides TCP connectivity. It is not a communication framework on its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Router Online

    Router Online

    Aplikasi untuk menembus DNS Blokir

    Router Online adalah aplikasi untuk menembus DNS Blokir seperti NAWALA, AMALA, Internet Positif dan bahkan sanggup menembus DNS blokir dari provider negara luar Indonesia. Fungsi utama Router Online adalah menyembunyikan DNS dan mengganti IP lain, sehingga data identitas privasi kamu tidak akan bisa di ketahui atau di lacak oleh siapapun (Anonymous). Router Online menggunakan bahasa Indonesia dan portable artinya tidak perlu di instal dan bisa dijalankan di dalam flashdisk. Router...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    RaspFM

    This is a raspberry FM System

    This image has been created for those who wan to listen radio and music in the car without having a special car player. You will need only a smartphone with bluethooth , raspberry pi , bluethooth device reconised by raspberry pi and a min 8 gb card, and optionaly a gsm 3g modem. You connect to the device via bluethooth. It is Visible in the first 30 seconds after boot . Device IP on the bluethooth is 192.168.3.1 and lan is configured to get ip from any dhcp server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LeetSocket is an easy to use Socket Component, built on TCP, written in c# .net 2.0 Example Usage: Build a chat in 5 mins http://www.youtube.com/watch?v=Tm2jS6mQjRs Developers: Ahmet Yüksektepe Nick Russler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tftp2http

    tftp2http

    Transfere TFTP to HTTP requests

    tftp2http is xinetd service which listen tftp request and translate it to http request (one to one). It can also run as standalone server. It tftp-http bridge with support PUT and GET method to http server. The tftp protocol is often used to boot diskless workstations, download configuration files to network-aware printers, and to start the installation process for some operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ypd will listen on a port and delegate requests to the right daemon. git: http://repo.or.cz/r/ypd.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next