Showing 89 open source projects for "browser beta"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    digiCamControl

    digiCamControl

    Free camera control solution

    digiCamControl is an free and open source software. This allows you to save time by transferring images directly from your camera to your computer as you take each shot and allow to control camera shooting parameters.
    Leader badge
    Downloads: 1,586 This Week
    Last Update:
    See Project
  • 2

    JPEG Metadata Remover Stripper

    View and remove fingerprint / tracking metadata from JPEG/JPG files.

    Easy way to remove all metadata from a JPG/JPEG image file. The program creates a shortcut in the right click Send-To menu. When a file is right-clicked, use Send-To > JPEG Stripper to open the program. Supports selecting multiple files. When multiple files are selected, then clicking JPEG Stripper will automatically strip the metadata from all selected files without the dialog box popping open. There is an option to create new copies of files, or overwrite the existing files. The image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FreeWRL VRML/X3D browser
    FreeWRL is an Open Source, cross platform VRML2 and X3D compliant browser, with script, SAI and EAI support. Platforms supported: Linux and other Unix-style platforms; Mac OS/X; Windows. Support for mobile platforms (iOS, Android, QNX) is under development.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 4
    XR3Player

    XR3Player

    Dominant JavaFX Advanced Media Player

    This project is on Github now : https://github.com/goxr3plus/XR3Player
    Downloads: 6 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    Movie Updates

    Movie Updates

    This application automatically checks for new movie uploads on YTS

    Get notifications only for the movies YOU want as soon as they're uploaded. YIFY torrents (or YTS) is one of the most popular sites to download movies. This program runs in the background and checks for new movie uploads of your watchlist. All you have to do is adding the movies you want to the "watchlist" text file and you'll be notified when they're available. ______________________________________________________________________________________ This is my very first project so...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Bilding -- view and manage a local picture-gallery through your web-browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OCR Web based

    OCR Web based

    OCR web based for Browser Firefox & PC

    Optical Character Recognition in JS for Browser is based on ocrad.js. OCR for Browser is a free extension and You can use this application to extract text from any image you supply. Just upload your image files. OCR for Browser takes either a JPG, GIF, TIFF, BMP, PNG. ========= Get OCR for Android (Beta release) - https://play.google.com/store/apps/details?id=com.ulm.ocr ========= Add-on for Opera: http://bit.ly/1F0E0wP ========= Release 1.0.1 For safety reasons, I disabled the possibility to import an image from url. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PdfCMYKerLite

    PdfCMYKerLite

    PdfCMYKerLite - inspect and remix CMYK separations of PDF file

    PdfCMYKerLite is a wxPython GUI front-end for Ghostscript `gs` and ImageMagick `convert`, which uses the Ghostscript tiffsep device to obtain CMYK separations of a PDF document. For full description, see README.md in the code browser at https://sourceforge.net/p/pdfcmykerlite/code/ci/master/tree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Youtube Manager

    Youtube Manager

    Fast & easy way to watch videos from Youtube

    YouTube Manager is a ligthweight, fast and powerful tool for search, watch and download videos from YouTube. YM is an extensiĂ³n of Pampa Browser. Learn more at: pampa.deosoftware.com.ar Please download our lastest tool for YouTube: https://sourceforge.net/projects/ymp/
    Downloads: 4 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    Dukebox

    Dukebox

    An audio library manager and media-player.

    The Dukebox audio library manager brings you a modern, clean media-player that play's over 53 different formats of audio. Note this is still in beta and as such has some bugs, please let me know if you find any. For more information see: https://djfdyuruiry.github.io/Dukebox/ Please Note: This project is now only actively maintained @ https://github.com/djfdyuruiry/Dukebox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PWN Reader Web

    PWN Reader Web

    Web based manag and comic reader with thumbnail supports

    A browser based manga reader that will let you browse your manga collection. It enable you to browse them as you browser in any of the online comics site. It uses python to generate list of the manga in the library and use jQuery to let you browse those in the browser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nightingale

    Nightingale

    A community supported fork of the Songbird media player and library.

    Nightingale is a community created fork of the Songbird media player. It is developed by a proud community and we are equally proud to bring you the most extensible, feature-rich media experience on Windows, Mac, and Linux. See the official website at http://getnightingale.com for the source, builds, and information. On Sourceforge, we provide our releases, the binary deps for building, as well as builds for testing purposes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    Lazy Load Remastered

    Lazy Load Remastered

    Vanilla JavaScript plugin for lazyloading images

    Lazy Load delays loading of images in long web pages. Images outside of viewport will not be loaded before user scrolls to them. This is opposite of image preloading. This is a modern vanilla JavaScript version of the original Lazy Load plugin. It uses Intersection Observer API to observe when the image enters the browsers viewport. Original code was inspired by YUI ImageLoader utility by Matt Mlinac. New version loans heavily from a blog post by Dean Hume. By default Lazy Load assumes the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    WebChimera

    Web Plugin powered by Firebreath/Qt Qml/Vlc

    Vlc Web Plugin with possibility of UI customization via Qt Qml.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15

    fbvlc

    Vlc web plugin based on FireBreath

    This project is not supported anymore. Please use WebChimera Plugin instead: http://WebChimera.org
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 16
    vespadj apps

    vespadj apps

    local web based app: Music & VST Browser, Shazam charts local cache

    These Apps run on a small portable web server (Lua Xavante wsapi, size < 3MB), so you can take it on flash usb and use a web GUI (Firefox, Chrome), internet connection is not required, data are stored in path. Music_Browser: index your archive of music on sqlite database, run presetted query, like find double albums/songs or simply find your songs, launch operation on files (drag'n'drop to desktop application*, open in forder, listen on winamp) VST_Browser: index your tons of vst...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SlideshowViewer

    Use your PC as a digital photo frame.

    Use your PC as a digital photo frame. Shows slideshow of pictures in a folder and subfolders. For usage see https://sourceforge.net/p/slideshowviewer/wiki/Home/ Code is available at: https://github.com/atlesl/SlideshowViewer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ColorMorphing

    ColorMorphing

    Wallpaper Maker

    Create customized spiral art for wallpapers using your own images. This version is HTML5 based - it runs on most modern browsers. Use the sliders to create just the effect you want or put it in shuffle mode for a screensaver style effect. You can also toggle the user interface on and off. Simply click/touch the camera button to save the current appearance as an image on your device. The rainbow effect requires WebGL and hardware acceleration enabled in your browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Brainstorm Browser

    Brainstorm Browser

    Online, multiuser, brainstorm app.

    This was a multi-user organizational tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MyUI
    A cross browser set of client side web components implemented with JavaScript and CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    libdvdetect DVD Online Database

    libdvdetect provides fast database lookup for DVDs

    THIS VERSION WILL NO LONGER BE MAINTAINED! Please go to https://github.com/nschlia/libdvdetect for updates. The libdvdetect library provides fast lookup of DVDs, similar to existing services for CDs like Gracenote, freeDB or MusicBrainz. The DVD Detection Library (libdvdetect) is a library to lookup DVDs in a database and provide information about e.g. title, UPC/EAN or even cover arts. It is OS-independent and compiles for Windows or Unix operating systems. Mac support is also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Safire

    Safire

    Safire is an interactive graphically appealing simple music player.

    Safire is an interactive graphically appealing simple music player with auto album art downloads, lyrics, audio fx, top charts, amazing visualizations and much much more. The user interface of Safire, can be customized anyway you want, from background images to skins. Safire comes with many UX modes, providing a music experience like never before! It's all about how you want it!
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    fennec

    fennec

    Play, convert, rip and manage all your audio files.

    Fennec is a high quality (64-bit) media player/converter. With batch converting, joining, ripping, tag editing + multichannel support, media library, skins, DSP effects, visualizations, multi-channel equalizer and a completely new slide based interface... It can play/convert nearly 100 media file formats (inc. ogg, flac, mp3, mpc, mp4, flv, ape, wv...). Additional features including: automatic album art detection, media library, media file browser, quick search...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    TV Series Browser

    TV Series Browser

    Browse, Manage, and Play Television Series media and information

    Fast and efficient TV Series collection sorting and video playing. TV Series Browser is a simple to use tool which allows searching for TV Series and Episode information, Actor Information, Fanart, Banners, and save the information to your computer. TV Series Browser also uses filename recognition so dropping hundreds of video files and having them sorted to their proper episodes automatically is quick and easy. Play a video anytime by double clicking on the desired episode. Rename video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Dazzle

    Digital Signage and Advertisement Display

    Dazzle provides a free Digital Signage and Advertisement Display system for your business in four easy steps. 1. Download and install the Dazzle Server (a free User Guide is also provided) 2. Upload your advertisement and infomercial videos and images to the Dazzle Server 3. Organize in to play-lists (for different departments, stores, etc.) 4. Start the full-screen Dazzle Media players on any PC or device supporting Adobe Flash plugin on a web browser. And that’s it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next