Search Results for "java application" - Page 22

Showing 6033 open source projects for "java application"

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
  • 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
  • 1
    Shimmer for Android

    Shimmer for Android

    An easy way to add a shimmering effect to any view in an Android app

    ... attributes) or programmatically in your code, and generate an animation on the fly. See the API reference for further details. Note that you cannot use the custom attributes on the tag if you use the Jar file. You can instead download the AAR file and reference that locally in your project. You can use the included Gradle wrapper to build the Shimmer library and sample application locally as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MVPArms

    MVPArms

    A common architecture for Android applications developing based on MVP

    A common Architecture for Android Applications developing based on MVP, integrates many Open Source Projects (like Dagger2, RxJava, Retrofit, etc.), to make your developing process quicker and easier. This framework combines them and uses them all. Dagger2 is managed and provided to developers. Using this framework to develop your project means that you already have an MVP + Dagger2 + Retrofit + RxJava project. MVPArt is a new MVP architecture, suitable for small and medium-sized projects....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    FileCrypt

    Android application to do AES-128 bit encryption on all types of files

    This is an android application able to perform AES-128 bit encryption on all types of files. Its tested encryption speed for 1080 HD video on android device is 3.43 MB per second, and decryption speed is 6.25 MB per second for android device with 3 GB RAM and MT6735 Quad-core 1.3 GHz CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    FreeMarker template engine

    Generates text that depends on changing data (like dynamic HTML).

    FreeMarker is a template engine. That is, it provides an easy way to generate text (HTML, source code, configuration files, emails, etc.) that depends on changing data. It's designed to separate the rendering/formatting logic (like visual design, HTML issues, etc.) from the backing application logic and technical complexity. It has a flexible API so you can integrate it into your application the way that best fits it.
    Downloads: 26 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

    Java Address Book - JAddressBook

    A small address book written in Java

    A small address book written in Java. This project's goal is to demonstrate the creation of a small database based application (CRUD application) in the most simple way. In a deeper use, this project demonstrates the impact of an extreme normalization of the ER schema which results in an augmentation of database tables number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    UAVStack

    UAVStack

    UAVStack Open Source All in One Repository

    UAVStack as an intelligent service technology stack is the integrated solution to R&D, operation and maintenance. As the acronym of unmanned aerial vehicle, UAV depicts the scenario where the unmanned aerial vehicle hovers under the sky and completes tasks in an intelligent and transparent manner. This stack features AIOps Robot (HIT), full dimension monitoring (UAV.Monitor), application performance management (UAV.APM), service governance (UAV.ServiceGovern), micro-service computing (UAV.MSCP...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Bubbles2.java

    draws random circles on the screen, makes png file from them

    Draws random circles on the screen, makes png file from them. Partly from "Java 2 Game Programming" by Thomas Petchel . A stand-alone java application. Circles are random sizes and colours. Circles are placed in a random part of the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IPCalc v1.2

    IPCalc v1.2

    This project is an IP calculator to educational usage

    A desktop application which is written in Java programming language. You can use it to educational purposes. This application by knowing the host IP address and the subnet mask can count network IP address, broadcast address and how many hosts can be at the network, Also shows binary operations.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9

    Multifunctional Ethereum Wallet

    This project is made to bring decentralization into daily life.

    The Multifunctional Ethereum Wallet (MEW) is an Ethereum blockchain based decenttalized application (DAPP). It uses smart contracts on the Ethereum blockchain for executing transactions, bets, informations, codes, stc. The MEW is a Beta version, it's in testing phase, so it is available only on Ropsten, Infura network. However it is already capable to connect on the mainnet as well. The platform is designed to be a decentralized platform, which is available for everyone. It will have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    PiksLitCanvas

    PiksLitCanvas

    A Painting Application to draw beautiful pictures,fractals and more

    Canvas is an application created in java that allows you to draw rich complicated and beautiful pictures using a variety of tools.The most useful tool to draw complicated patterns ,is the fractal tool that allows you to create any number of these fractals.Other features includes different line styles like grass,splosh,caligraphic,etc,Square tool ,Oval tool, are other unique features.Background can be set to gradient (Horizontal ,Vertical,etc..).The best part..... you can choose fro a variety...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    EA Async

    EA Async

    EA Async implements async-await methods in the JVM

    EA Async implements Async-Await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion. EA Async should be used to write non-blocking asynchronous code that makes heavy use of CompletableFutures or CompletionStage. It improves scalability by freeing worker threads while your code awaits other processes; And improves productivity by making asynchronous code simpler and more readable. The methods look blocking but are actually transformed into asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    toothache

    A conversion utility from proprietary TIF exams to DICOM standard

    This application is able to convert TIF radiology exams to DICOM objects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PigIron

    PigIron

    Java bridge to IBM z/VM System Management API

    PigIron is an open source Java class library which implements the client side of the IBM z/VM Virtual Machine Operating System Systems Management Application Programming Interface (VSMAPI). PigIron is not associated with the IBM corporation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is going to be a Java Swing Application that will be used as a quick reference for Java API names. It will feature incremental search and filtering so that searching efficiency is improved. It will be very simple and a good way to statistically analyze java api's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Nwicode CMS App Builder

    Nwicode CMS App Builder

    Mobile app Builder without coding

    The NWICODE CMS project, an open source mobile app Builder, was launched in beta testing in 2019. Since 2016, the platform has only been offered as a cloud-based solution for creating mobile applications. Our goal Not a month goes by without the launch of new platforms and mobile app designers on the market. All these platforms with DRAG&DROP and ready-made features. These solutions are very standardized and do not allow you to develop and control your application. We eliminate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Binaural Beats

    Binaural Beats

    Brainwaves entrainment, auto hypnosis & lucid dreaming on Android

    Brainwaves entrainment, auto-hypnosis & lucid dreaming with an Android phone. This Android application is completely free and open-source, released under the GPL V3 license. To install, search for binaural beats therapy in the market or click on the link directly from your phone. Binaural beats stimulate your brain by sending special auditory artifacts directly into your headphones to produce subtle changes in behavior though the entrainment of brainwave frequency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Waves FX

    Waves FX

    Advanced 2D simulator for evolving harmonical waves.

    WavesFX is a Java FX application to compute and represent with a very high precision harmonical waves evolving in space and time. The real-time motor is result of many years of investigation about the nature of the time. I decided to implement the philosophical motor in Java because of the cross-platform nature of the language. Some of the "normal" features are XY scalation, manual or mouse-assisted, translation of the XY axes, change of background colors, dynamic range X and DX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Boot

    Boot

    Build tooling for Clojure

    Boot is a Clojure build framework and ad-hoc Clojure script evaluator. Boot provides a runtime environment that includes all of the tools needed to build Clojure projects from scripts written in Clojure that run in the context of the project. Build processes for applications always end up being complex things. A simple web application, for instance, may require many integrations–asset pipelines, deployment to different environments, the compilation of multiple artifacts with different compilers...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Fiery

    Fiery

    trace for PHP

    Fiery is an APM-Application Performance Management for the PHP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    .Net Native Interface Library

    The best library to work with .Net Assemblies in any programming lang.

    The .Net Native Interface Library (DotNetNativeInterface) is a native programming interface which provides a way for programming languages such as C, C++, Fortran, Assembly, Pascal, Java, VB etc to interact with applications and libraries written in any of the .Net languages (such as C#, VB.Net etc). Programmers can use DotNetNativeInterface native methods to access .Net 3rd party libraries or .Net Framework Libraries without the need for registry entries, COM registrations or changes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VasSonic

    VasSonic

    Hybrid framework to speed up the first screen of websites

    VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform. VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform. Not only does VasSonic supports the static or dynamic websites which are rendered by server, but it is also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    OO-based Calc for Design Training

    Object-oriented calculator for design training

    This application is a simple calculator where the main purpose is training in design issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Duklan

    Duklan

    Project management web application

    Web application for project management. Based on sokolovo framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SOAP/REST Mock Service

    Mock service for SOAP/REST webservices to support automated tests.

    SOAP/REST Mock Service is a simple configurable application designed to mock any SOAP or RESTful (or "REST-like") webservices. It's main goal is to support automated black box integration testing of applications that integrate with 3rd party applications. Check the Wiki section for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Beigesoft Enterprise Information System

    Beigesoft Enterprise Information System

    JEE based Accounting web-application.

    Beigesoft™ EIS is free accounting software. This is JEE-WEB-based software that works anywhere - on MS Windows, Mac, Linux and Android. This is the first version of the successor to Beige Accounting All In One. The main goal was successfully achieved, it works noticeably faster on weak devices such as a smartphone than its predecessor. It works as: * Standalone A-Jetty web-app for standard Java (Ms Windows, Mac, Nix...). * Standalone A-Jetty web-app for Android (use "Beigesoft...
    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.