Showing 66 open source projects for "data.6bin"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 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
  • 1
    RisingWave

    RisingWave

    RisingWave: the next-generation streaming database in the cloud

    ...Create materialized views for the data that need to be incrementally aggregated. Query for data in RisingWave, including persisted data and data you add or import to RisingWave. RisingWave makes it easy to manage streams and data. All you need to interact with RisingWave is Postgres-compatible SQL. No Java or Scala codes are needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    omniparser

    omniparser

    Native Golang ETL streaming parser and transform library

    Omniparser is a native Golang ETL parser that ingests input data of various formats (CSV, txt, fixed length/width, XML, EDI/X12/EDIFACT, JSON, and custom formats) in streaming fashion and transforms data into desired JSON output based on a schema written in JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Reactor Core

    Reactor Core

    Non-Blocking Reactive Foundation for the JVM

    Reactor Core is a foundational library for building reactive applications in Java, providing a powerful API for asynchronous, non-blocking programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Textream

    Textream

    Textream is a free macOS teleprompter app for streamers, interviewers

    Textream is an open-source, free macOS teleprompter application designed for streamers, podcasters, presenters, and interviewers who want a smooth, distraction-free way to stay on script. It runs natively on macOS and leverages on-device speech recognition to highlight each word in real time as you speak, keeping your focus where it belongs — on delivery rather than memorization. The interface supports multiple modes of use, such as classic constant-scroll auto-scrolling, voice-activated...
    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
  • 5
    Streamlink

    Streamlink

    Streamlink is a CLI utility which pipes video streams

    ...The main purpose of Streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. There is also an API available for developers who want access to the stream data. Streamlink is built upon a plugin system that allows support for new services to be easily added. Most of the big streaming services are supported. Streamlink is made up of two parts, a cli and a library API. See their respective sections for more information on how to use them. The default behavior of Streamlink is to playback streams in the VLC player. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    Riemann

    Riemann

    A network event stream processing system, in Clojure

    Riemann aggregates events from your servers and applications with a powerful stream processing language. Send an email for every exception in your app. Track the latency distribution of your web app. See the top processes on any host, by memory and CPU. Combine statistics from every Riak node in your cluster and forward to Graphite. Track user activity from second to second. Riemann streams are just functions which accept an event. Events are just structs with some common fields like :host...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    formidable

    formidable

    The most used, flexible, fast and streaming parser

    The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production. This project is semantically versioned and available as part of the Tidelift Subscription for professional-grade assurances, enhanced support and security. The maintainers of formidable and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the Open Source dependencies you use to build your applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Live API Web Console

    Live API Web Console

    A react-based starter app for using the Live API over websockets

    Live API Web Console is a React starter that demonstrates how to use Gemini’s Live API over WebSockets to build real-time, multimodal experiences. The app includes modules for streaming audio playback, recording user media from the microphone, webcam, or even screen capture, and it surfaces a unified event log so you can debug the session as it flows. Configuration lives in a simple .env file and the project boots with standard web tooling, letting you experiment quickly with models, system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    butt (broadcast using this tool)

    butt (broadcast using this tool)

    Icecast and Shoutcast broadcasting client

    ...butt (broadcast using this tool) is an easy to use, multi OS streaming tool. It supports ShoutCast and IceCast and runs on Linux, MacOS and Windows. The main purpose of butt is to stream live audio data from your computers Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself or automatically stream a set of audio files.
    Leader badge
    Downloads: 407 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    Zip-Ada

    Zip-Ada

    A standalone, portable Ada library for .zip archives

    Zip-Ada is a library for .zip archives. Full sources are in Ada and are unconditionally portable. Input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. Task safe and endian-neutral. More information on: http://unzip-ada.sf.net Alire crate: https://alire.ada.dev/crates/zipada Mirror: https://github.com/zertovitch/zip-ada/
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 11
    Amazon Kinesis Video Streams Parser Lib

    Amazon Kinesis Video Streams Parser Lib

    Easy to work with the output of video streams

    ...A streaming Mkv Parser called StreamingMkvReader that provides an iterative interface to read the MkvElements in a stream. Applications such as OutputSegmentMerger and FragmentMetadataVisitor built using the StreamingMkvReader. A callback-based parser called EBMLParser minimizes data buffering and copying. StreamingMkvReader is built on top of EBMLParser. Unit tests for the applications and parsers that demonstrate how the applications work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ISP UNLOCKER

    ISP UNLOCKER

    Unlock Your ISP and access all your restricted websites

    Main Functions Links to official domain names only Users can visit linked sites or enter there on sites Easy and user-friendly interface All data is encrypted over the network Non-installer runs from CD HDD or USB Pen Auto updates System requirements Windows 7 SP1 (x86 and x64) Windows 8 (x86 and x64) Windows 8.1 (x86 and x64) Windows 10 (x86 and x64) .NET Framework 4.6.1 Requires Administrator Privileges Processor Intel or AMD x86 or 64 bit 1 GHz or faster processor 1GB of RAM At least 100 megabytes (MB) available space on the hard disk An active internet connection We have set a few website restrictions within the app for security reasons and to stop browser-based Bruteforce attacks all banks and payment gateways are restricted and will not load from within the app
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    EasyDarwin

    EasyDarwin

    Industrial rtsp streaming server

    ...Helps streaming media developers realize the latest mobile Internet streaming live and on-demand faster and easier. Simple, efficient, and stable open-source audio encoding library, which supports transcoding of various audio data into AAC format. EasyDarwin is able to transcode G.711A/PCMA, G.711U/PCMU, and other audio formats to Linear PCM. Provided to the public in the form of SDK, completely free to use. Provides a series of streaming media audio and video development practical tools to help developers quickly solve problems in the process of operation, maintenance and debugging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    base64io

    base64io

    A stream implementation for Python that provides transparent base64

    ...However, there is no streaming interface for Base64 encoding, and none is available from the community. The legacy base64.encode and base64.decode interface lets you shuffle data between two streams, but it assumes that you have two complete streams. We wanted a standard stream that applies Base64 encoding and decoding. :class:`base64io.Base64IO` provides an io streaming interface with context manager support that transparently Base64-encodes data read from it. You can use it to transform large files without caching the entire context in memory or to transform an existing stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SupahSimpol Radio Player

    SupahSimpol Radio Player

    The super simple webradio player for Windows!

    Lightweight audio player to listen to your favorite radio stations. From now on it will no longer be necessary to go to the site of your favorite radio stations or to install app / software full of advertising or that pick up your data in a hidden way. Just copy-paste the station URL in the preset customization page and take profit! Here you can find the list of audio stations from around the world: http://www.listenlive.eu/ https://www.internet-radio.com/ Remember, no ads, no banners, no software to install, 100% portable. It's a donationware, if you like it and the software seems useful you can offer me a coffee or even a pizza. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nullsoft SHOUTcast Server 2.0  GUI

    Nullsoft SHOUTcast Server 2.0 GUI

    shoutcast, web radio, streaming, dnas, radionomy, SHOUTcast, radio,m3u

    Shoutcast FRONTEND GUI for the new Nullsoft SHOUTcast sc_serv /SHOUTcast DNAS v2 /Radionomy win32/win64 Server.Nullsoft SHOUTcast GUI is designed as the interface for Nullsoft SHOUTcast Server (latest Radionomy based) and is helpful for broadcasting radio stations.It comes with support for a rich set of configuration settings that give you the possibility to set up an online or a local network radio station fast Features: -the main window embeds several handy configuration settings and reveals a log with details about the entire broadcasting process -support for an automatic mode if the server experiences crashes and is able to restart the process if bugs occur - enables you to diagnose/fix errors that may appear upon connecting and registering to Shoutcast Directory,repairs .conf file errors related to missing portbase, admin password and others -sends titles notifications about tunes played,autoregister/autoupdate data Web: www.openradiodirectory.com
    Downloads: 12 This Week
    Last Update:
    See Project
  • 17
    Webcam Server
    Application grabs video from connected usb webcams and streams data to Android based Webcam Client appliaction (available in Google Play). Application runs as Windows service (deamon in Linux).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    m3w
    m3w is an audio streamer for the www. m3w streams audio data to servers like icecast. shoutcast, or darwin. It takes data from the sound card, encodes (using lame) and sends it. m3w aims for high reliability, top quality, and ease of use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Transport Stream analyser for the Brazilian D-TV system (SBTVD / ISDB-Tb). It shows in a GUI the SI/PSI structure of the stream in a tree-view, bitrate statistics for each ES, specific Closed Caption, EPG and DSMCC carroussel decoding plus more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    zcahttpproxy

    TV proxy with cas descrambler.

    Multicast UDP to HTTP proxy with Interzet CAS Descrambler. 10.10.2019 New epg map file: http://github.com/ViPetroFF/zcahttpproxy/blob/master/TVGMapNames.ini EPG resource: http://www.teleguide.info/ To update epg map run: "setupM3U.cmd". Obsolete support page: http://code.google.com/p/zcahttpproxy/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Livestreamer

    Command-line utility that extracts various streams into a video player

    ...It allows users to avoid buggy and CPU-heavy flash plugins while still enabling them to enjoy various streamed content. For developers who wish to access the video stream data, API is also available.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    LightBird

    LightBird media server

    LightBird is a media server that allows anyone to access their data from anywhere with any device. Its main goal is to provide a secured and closed environment, that doesn't rely on any third party, without any technical knowledge required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MRelay

    Host to Host Network Acceleration and Encryption

    MRelay splits and distributes the traffic of a single TCP connection to several connections and merges the data at the other end. Using this approach, it is possible to achieve high throughput between two points on the network regardless of the delay between two points. MRelay can optionally encrypt the data and exchange some http headers before the relay process to make the traffic look like a regular http file download. This can be used to overcome the highly restrictive firewalls that are content-sensitive or can detect and block VPN traffic. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A utility to read/write from: pipes, sockets, standard handles, files, block devices, NT Native API objects, file mapping/section objects, comm ports, etc. Supports various text/data conversions, multiple inputs/outputs, and various IO types/options.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    MiniKakofonix

    Asterix UDP multicast recorder

    This program is capable of subscribing to an UDP multicast feed containing (live) radar data in Eurocontrol Asterix format. The received UDP frames are stored in a recording file. A new (raw) Asterix recording file can be created every x minutes. The previously recorded Asterix filename contains date and timestamp. This tool can be used to do continuous 24/7 Asterix multicast recordings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB