Search Results for "java application" - Page 55

Showing 6033 open source projects for "java application"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1

    javastim

    An e-stim signal generator in java

    A signal generator generating signals for e-stim purposes. Planned to support windows, linux, and popular cell phone/tablet systems. Will create pulse trains that are mostly zero-averaged to avoid cell damage, allow certain manipulation options (frequency and amplitude modulation in certain ways). Control will be possible via a Java Swing GUI, and/or a terminal like interface on network or serial lines. Will allow 1-4 channels (2-8 electrodes). Output the signal via a soundcard to an amplifier...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    iFreeBudget is a free, open source expense and budget tracking application for PC and Android platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    WhyWaitForever Musicbox

    WhyWaitForever Musicbox

    Midi file create, save and play.

    A simple, easy to extend, parameter driven and customisable Java application that creates and plays Midi music files. A music notation file needs to be created. The application parses the music notation file and creates a Midi file. The application can play any Midi file. The application can read a Midi file and create an XML file from a Midi file. The application can create a music notation file from the XML file. The application includes a simple Gui interface which allows parameters...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    BatchFactory

    BatchFactory is an Architecture

    BatchFactory is an application for managing a distributed and scalable batch, based on Spring Integration and Spring Batch. This high availability architecture can also serve Java skeleton for your own applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5

    FPA-CAD

    Function Point Analysis-Computer Aided Design

    FPA-CAD is an application developed to support the measurement of the functional size of the code according to the FPA method of IFPUG. FPA-CAD draws each of the elements of the FPA method. FPA-CAD calculate automatically FPs of each element drawn. FPA-CAD built a report with the results of the project that has been measured
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Enhanced Vnc Thumbnail Viewer
    The enhanced version of the Vnc Thumbnail Viewer written in Java. Open-source software by Intelligent Millionaire Co., Ltd (www.the-im.com). The main developer is Thosaphol Rodkwamtuk. The source code repository of this project has its new home on GitHub: https://github.com/the-im/enhanced-vnc-thumbnail-viewer
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    gcRadar

    A library for monitoring the garbage collection of app objects

    ... enables the application to be aware of the memory constaraints that arise at runtime. The workings of the mythical Java Garbage Collector have for long eluded the common developer. Now by gcRadar enable you to record the life and death of objects at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TextualModelGenerator

    Generator for textual models by applying different techniques

    This is a project created and supported by: Angel Castellanos Juan Cigarrán Recuero Ana García Serrano This projects allows the modelling of textual contents by applying different techniques: TF-IDF KLD Mutual Information Chi^2 With this application the users can be able to extract the most representative terminology of a textual collection. The application is Java-based, allowing their execution in several platforms and operative systems (Windows, Linux, MacOS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    camouflage

    camouflage

    Full featured open source BRM/BPM/CMS stack

    Camouflage is a full featured open source BRM/BPM/CMS stack using industrial strength open source products. This project is based on JBoss 7, Camunda BPM Engine, Liferay Portal Server and Drools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10

    LightAdmin

    Pluggable data administration UI interface for Java web applications

    The primary goal of the project is to speed up application development by bringing pluggable fully operational data management back-end for JPA based applications and to relieve your codebase for more important stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a straightforward shell script with alternate JAVA application to regularly monitor your hosts and let you know via GUI or email if they go down. The app can be run in a simple GUI or via the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Easy File Share

    Easy File Share

    File Sharing Simplified

    Easy File Share is a software which will allow you to share files from your PC to any other device which has a web browser with networking support. You can even share files to your android or iOS device. It is written in java so will run on any platform supporting java. Java 1.6 or higher required
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    QuickFind

    QuickFind

    Instant File Search

    QuickFind is a cross platform Java Application for searching files in your Computer. The sole purpose of this application is to save user time by searching the desired file almost instantly. User has all the freedom to schedule or cache manually any time on selected directories. Once the caching is done all you have to do is input the name of the file you want to find.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    justsimple

    the paradigm MVC implemented by using Java annotations on a Swing app

    This simple framework allows the implementation of the paradigm MVC (Model-View-Controller) for the development of any Java Standalone Desktop application just by using only one Java annotation. It was called "just simple" because the developer has just to define 3 separated and independent classes, a model, a view and a controller... and all the work of putting together is made by the the framework that discovers the annotations (specified in each class) and mix all together...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    WiRe

    The Android-smartphone universal television remote

    The WiRe project seeks to provide android smartphones with universal Infrared (IR) television remote control functionality. The limitations/scope of this project include: 1. Android application will be restricted to a minimum Android Operating Sytem of Android 4.2.2 2. Data communications will be conducted over a Wi-Fi network 3. The embedded device will be built utilizing the Beaglebone Black as its core 4. The Final product will be capable of conducting common television...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    2step is a development framework written in Java for developing complete web applications (including web services). As a servlet framework features access control, logging, I18N, database access, deploy, XML/XSL, etc, and uses Jetty, FOP and jCharts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A Java servlet filter which moves session storage out of the java application container, allowing to scale easily by adding more servers, without using a cluster nor changing the code. Session data can be stored into a cookie, memcached, a DB ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Easy Mail Sender

    Easy Mail Sender

    It is a Email Sender application .

    You can send mail from your email id to destination email . Without entering your email account . you can also send a file by attaching with the mail .please use and enjoy this application .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The project composes of 15 ERP modules which are the pillars of any IT Network and Service Management Application. A customizable set of plugins ensures extensions can be built for custom needs of the organization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    We provide Eclipse Plug-ins for web application development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Java application for training and deploying text processing applications such as part-of-speech taggers, based on a re-implementation of Brill's algorithm in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    ReMazed

    A maze adventure game

    ReMazed is my first creation in Java, in fact it is the very first proper game and application I have ever created. Right now the game is in it's early pre-alpha state and as such will use some testing and help along the ride.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    AddressBook

    AddressBook is used to store important information for contact purpose

    This Address Book is used to store the information about a person including both personal as well as official details.In order to quickly retrieving important information about the person and manage over all details about each and every person, to whom you are currently deals with. This things can be achieved by using efficient algorithms which are more dynamic and consistence in nature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    HD Audio Recorder

    An HD audio recorder for android

    An Android application for recording high definition stereo audio through built in microphones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    TeletextViewer

    Read ORF TeleText on Android

    TeletextViewer – An Android application that indicates and displays Teletext articles from <http://text.orf.at>
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.