Showing 659 open source projects for "java web apps"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Business Automation Software for SMBs Icon
    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
  • 1

    Transpozycje harmonijki

    Transpose melodies for diatonic harmonica

    A web application allowing to transpose music for diatonic harmonica between different tonations and notations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project is a simple Java based web application to share your pictures on the internet. You can set up different users and each one will be able to see their Albums. Also provided a REST API to integrate with external solutions. Android solution is also implemented. http://hudson.viewerfree.es/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ImageJA is a fork of the popular ImageJ software for image viewing. ImageJA is focused on slimming down the code base for better applet usage as well as adding in more general features that are of use to everyone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    jCapture screencast applet

    jCapture is an applet to capture screenshots or record audio/screen

    jCapture is a Java applet which allows to capture screen shots or record screen activity and audio and upload them directly to your web application (wiki, CMS, etc.) With jCapture you can quickly create documentation pages for UI-rich software products. It is built-in to Tiki 10 and is available via a plug-in for DokuWiki, saving directly to the media manager.
    Downloads: 0 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.
    Learn More
  • 5

    Cylindrical BLAST Viewer

    Alignments in Rotating Cylinder / 3D

    3D viewer which arranges BLAST hits and other bioinformatics-related alignments in a rotating, cylindrical display. Feedback appreciated. NOTE: requires Java3d installation. Superceded by Cylindrical Alignment App
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    What's That Color

    What's That Color

    get the pixel color values in RGB, HSB, HEX and CMYK on your screen

    What's That Color is an app to get the current pixel color at mouse pointer in RGB, HSB, HEX and CMYK values. 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
  • 7
    Easy Equations

    Easy Equations

    Hand Written Equation Creator

    Easy Equations is a utility using which one can write the mathematical equations. The focus of this utility is to provide user friendly access to write mathematical equations which is helpful for students, lecturers, mathematicians and Research persons who prefer using mathematical equations in a document, PowerPoint or web sites. Works on Windows as well as Linux platforms. Software Requirements: JDK 7 or higher. Linux Platform with kernel version 2.7 or higher.(for Linux users).python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JScreenRecorder

    JScreenRecorder

    a java based desktop screen recorder

    ...Create custom textual watermark 6. Watermark alpha(transparency) settings 7. WYSIWYG (What You See Is What You Get) type of Watermark location selector 8. Frame rate setting 9. Runs on all major Java supported platforms 10. Uses jcodec, TransPanel and JTextChooser components 11. Encodes video in MP4 format CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    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
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 10
    Description Title: Jxt4PlayerJ Version: 9.0.0v Developed: Kumar KBS J Jxt4PlayerJ is a Java Application used to play the Supporting Audio Formates: MP2, MP3, WAV, MID, MPG,.... It Plays Non-Tagged Audio File Formates Only. It Supports Four Themes for look and feel. ShotCut Keys: ALT+1 : Theme1 ALT+2 : Theme2 ALT+3 : Theme3 ALT+4 : Theme4 ALT+A : Adding Selected Song To Playlist ALT+R : Removing Selected Song From The Playlist ALT+Enter : Play The Selected Song ALT+P : Pause The Current Song ALT+Q : Stop The Current Song Requirement: j2se6.0v jmf2.1 To run apps first extract Jxt4PlayerJ.rar to directory and click on Jxt4PlayerJ.jar Before Running download jmf2.1.jar api and copy the jar to Lib folder. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12

    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
  • 13

    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
  • 14

    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 : Adding Selected Song To Playlist ALT+R : Removing Selected Song From The Playlist ALT+Enter : Play The Selected Song ALT+P : Pause The Current Song ALT+Q : Stop The Current Song Requirement: j2se6.0v jl1.0.1.jar [JLayer API of JavaZoom] To run apps first extract Jxt4PlayerJ.rar to directory and click on Jxt4PlayerJ.jar Before Running download jl1.0.1.jar api and copy the jar to Lib folder. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    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: 35 This Week
    Last Update:
    See Project
  • 17
    JID - Java Image Downloader
    Java bulk image downloader for image hosting services. Also used as plugin in bin2img converter: Convert any file to PNG and upload/download to/from image hosting sites: https://sourceforge.net/p/binfile2imgconv/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Social-InventoryManagement-Module

    Social-InventoryManagement-Module

    Inventarverwaltungsmodul // Inventorymanagement module for Datacrow

    Eine Inventarverwaltung kann eben mehr sein, als nur eine bloße Auflistung von Gegenständen! // An inventory-management can be much more than only an ordinary list of things! Dies ist eine Inventarverwalltungsmodul für die Sammlungsverwaltungssoftware Datacrow // This is an inventorymanagement module for the collectionmanagement software Datacrow Dies ist mein erstes Datacrow-Modul. Anregungen und Kritik willkommen! // This is my first datacrow-module. Please test it and give me a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ComicViewerApp
    A JRuby/Java-Application for viewing web comics. Preloads and caches content. Uses a database for storing comic pages. Allows easy selection of comics and pages. All comics configurable by user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PictureCode

    Convert alphanumeric codes into vector graphics and animations

    This is my first Android project, but I hope for it to become a fun little toy project that can be used to come up with alphanumeric codes that can be shared with other Android (and perhaps eventually web) users to display little images and animations in a compact format without file transfers or related security issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    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: 1 This Week
    Last Update:
    See Project
  • 22
    Beluga Player

    Beluga Player

    Beluga Player is a cross-platform Pandora (pandora.com) player.

    http://jbonjean.github.io/beluga-player/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Pattern Extractor

    a java based pattern extractor

    Pattern Extractor helps you to extract tile image from any kind of images. These tiles can be used for creating pattern in web pages or in images. You can save the tiles and export the pattern in your resolution. Tile selection is made simple for you as you can see the pattern it creates in real time. 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
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    JDrawingPanel

    a java based drawing panel

    a drawing panel module in java using swing for hand written input based projects. 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