Showing 2260 open source projects for "users"

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
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    EliteTagger
    Advanced tag & rename application with Discogs integration. Besides that you have also the possiblity to convert audio files (flac / mp3 / ogg / wav), extract audio from video files, and many more ... OS: Windows platform (soon Mac / Linux) - Looking for developers, please contact me ! Java: Java 7 platform (latest version is recommended) Downloads: v3.03.09-1925 (beta) 32-bit version (x86) v3.03.09-1925 (beta) 64-bit version (x64) Remark: auto detector is an experimental module,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AsphaltOpen is a project to visualize data collected during road asphalting operations. Asphalt contractors can use the software to visualize their operations, learn from the visualizations, and improve their processes continually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A screen capture / screenshot and edit utility written in java to be cross platform. It allows the selection of an area with instant, inplace markup and annotation ability, then copy to clipboard or save to file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Cabernet

    Cabernet is an MP3 manager with cloud integration.

    When we used WinAmp to manage our music, the organization of the mp3 files themselves was a secondary concern. Now that we are migrating to cloud based music systems, a music manager needs to be more of an organizational tool than a player. Cabernet attempts to fill that new realm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    AnimeBrowser is a java multiplatform program designed to help people who are accustomed to watch a lot of anime series. You can define episodes series you are looking for, then AnimeBrowser will search for it on some very popular websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    J Subtitle Player is a program that plays SRT subtitle files on a translucent window. It's a great way to add a subtitle to a video that doesn't have any subtitle support. It can also be used with native and online streaming videos, such as, Netflix, Hulu, Amazon Prime videos, Google Play Movies, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Image Maker

    PNG Pixel editor

    Image Maker is a small Java pixel-editor. Users can load .PNG files, edit them by-the-pixel + manipulate them in various ways, and save the edited image. Images are resized as you edit them to accomodate what you draw.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Reason to leave source forge: Rather no download counter than an add-ware trap for end-users. Also the license can not seem to be corrected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MangaCat

    MangaCat is a cataloguing program to manage your manga collection

    MangaCat is a manga cataloguing program to manage your manga collection. With mangaCat, you will be able to catagorise Scanlated Manga archives into volume/chapter ascociations based on Manga name. The MangaCat software suite is modeled after popular media players such as Winanp and Windows media player where the user can import media files and manage them through tagging in the media library. Once you have imported your manga files into the Media LIbrary, you can read your manga files...
    Downloads: 2 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
  • 10

    HMM Speech Recognition in Java

    HMM Speech Recognition in Java

    HMM Speech Recognition in Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MewsicPlayer

    MewsicPlayer

    Player for files and Youtube Videos

    Resulting from the poor youtube playlist feature this player tries to bridge the gap between classic audio file players and the huge amount of music videos on Youtube.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SpotMachine
    A program to record and sequentially play audio spots in e.g. supermarkets. This project is now on github: http://github.com/pryds/spotmachine
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Maestro Project

    Maestro Project

    Maestro is a Rethought Virtual Metronome

    Maestro is a free open source multiplatform virtual metronome, totally rethought to provide new functionalities to the user and a much better and easy-to-use interface. We know: there are lots of virtual metronomes, and many of them are also free software. However, there are no one like Maestro. Our professional team have produced a more ergonomic interface, powerfull but simple and easy. The inovative features were created in consonance with professional musicians and reflect their...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    My Lick Library

    Create your own personal library of your favourite guitar licks

    There are thousands of great guitar licks posted all over the internet, but finding licks that you like and want to use is difficult, and remembering the ones that you like is even harder. This is where My Lick Library comes in. My Lick Library is your own personal database of licks. Once you find or even invent a lick that you like and want to remember add it to your lick library. My Lick Library comes with a comprehensive and easy to use Tab Creator and allows you to add as many tags to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    tmsnet
    The TMSNetServer TAP allows Topfield PVR users to control their PVRs from a PC. This project is a java library that provides a cross-platform way of accessing the TAP via its network protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JFileSplitter

    JFileSplitter

    a java tool to split and join huge files

    Using this app you can easily split huge files so that you can easily transfer them in to drives. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A collection of Java ports of open source terrain and solar system generation packages. Code has been extensively refactored, extended and documented. GPL License with exception for required libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JJTeacher is a java based programm to learn jazzchords on a midikeyboard. The chords are displayed on screen and you have to play them. Some chords like Minor, Major and Evans voicings are delivered. Own chords can be defined in an xmlfile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Jxt4PlayerJ: MP3 Player

    Player Exclusively For MP3 File Formates Only

    ==================================================================================== Title: Jxt4PlayerJ Version: 9.0.1v Developed: Kumar KBS J Jxt4PlayerJ is a Java Application used to play supported Audio Format Files. The Supporting Audio Formates: MP3 It is set to Repeated Mode and plays repeatedly until Pause or Stop button pressed. It Supports Five Themes for look and feel. ShotCut Keys: ALT+1 : Theme1 ALT+2 : Theme2 ALT+3 : Theme3 ALT+4 : Theme4 ALT+5 : Theme5 ALT+A : ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    R:U:A:P is the Really Useful Audio Player
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    GrooveTube

    An ITunes style music player sourcing music from Youtube

    GrooveTube is a mashup of several APIs. It gives you an ITunes style desktop music player, but without having to have any of the music on your desktop. Music is organised by artists, albums and songs in the same way as any other desktop music player. Just type in a new artist and it's as though you instantly have all their albums available to listen to. GrooveTube will first search your Music directory for the given song and play it if available. But if the song isn't available it will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    cancerberosgxjava1

    some utils project and some final user apps written in java desktop

    some utils project and some final user apps written in java desktop. Author, Sebastián Gurin, aslias cancerbero_sgx, some time ago write these util java classes and final user tools and now wish to share and mantain these here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PicsONmydesk

    PicsONmydesk

    Simple Image Frame

    Image frame for desktop with automatic image change. Useful for keep things in mind . Release Version 1.0.0 - Add remove item - Some improved code Release Version 1.1.0 - Bug fixes - Some improved code - Added deb package for Ubuntu/Debian based distros (Requires Java)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SmartCam
    SmartCam - Smart Phone Web Camera - Turns a camera phone (S60, WinMo6.x, Android, Samsung Bada) with bluetooth or WiFi into a handy webcam ready to use with your PC
    Downloads: 24 This Week
    Last Update:
    See Project