Search Results for "java project with source code" - Page 25

Showing 10536 open source projects for "java project with source code"

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
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    eXist-db

    eXist-db

    eXist-db is a feature rich Open Source native XML database

    eXist-db is a native XML database featuring efficient, index-based XQuery processing, extensions for keyword search, XUpdate support, XSLT support, XForms support, REST and tight integration with existing XML development tools. Moved to Github - https://www.github.com/exist-db/exist
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    MaryTTS

    MaryTTS

    An open-source, multilingual text-to-speech synthesis system

    MaryTTS is an open-source, multilingual Text-to-Speech Synthesis platform written in Java. It was originally developed as a collaborative project of DFKI’s Language Technology Lab and the Institute of Phonetics at Saarland University. It is now maintained by the Multimodal Speech Processing Group in the Cluster of Excellence MMCI and DFKI. As of version 5.2, MaryTTS supports German, British and American English, French, Italian, Luxembourgish, Russian, Swedish, Telugu, and Turkish; more...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    PLDroidPlayer

    PLDroidPlayer

    A free player SDK for Android platform

    ..., the CPUs of mainstream models on the market all adopt the armv7 architecture. You can copy the dynamic library in the release directory to the corresponding directory of your project according to the needs of compatibility. For example, copy the so in the armeabi-v7a directory to the jniLibs/armeabi-v7a directory of the project. The SDK mainly includes demo code, PLDroidPlayer jar package, and dynamic library files that the SDK depends on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SimpleLog

    SimpleLog

    SimpleLog is a pilot logbook for desktop Windows, Mac and Linux

    SimpleLog is a logbook software for professional and private pilots. Being developed by a professional pilot, SimpleLog is simple, intuitive, designed to log flight and simulator hours with a minimum amount of inputs. Just enter the Date, Departure Place/Time and Arrival Place/Time and hit "calculate". SimpleLog will calculate night time, IFR, PIC, SIC, etc. and display the results for you to verify before saving. SimpleLog works on Windows, Mac OS and Linux and can share the same...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    MGB OpenSource Guestbook
    MGB is a free OpenSource Guestbook completely written in PHP, using JavaScript and a MySQL Database. Easy to use, flexible and customizable with templates to make it fit 100% to your homepage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Material About

    Material About

    It's a material-design about screen to use on your Android apps

    This is an Android project. You, as a mobile developer, can use this library to show material about screen in your apps. It was built to make your life easier when introducing you to your users, and also, to create an about-screen pattern for material Android apps. It's really simple and dynamic, check it out. This library has a lot more customization and features than is able to show here. Please check the sample app and feel free to help with a pull request. You can take a look at the sample...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The OpenHMS Project
    OpenHMS brands a collection of projects and many subprojects developed by Health Market Science. This is a robust collection of development libraries, APIs, and tools oriented around data manipulation and professional software development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fafnir-DB

    Fafnir-DB

    Database file mapping names to records, implementing a file-system

    Fafnir-DB is a database file, addressing variable record data through textual names as identifiers, which applies heap organisation of its data space (based on the Moelnir-file project). Fafnir-DB also implements a rudimentary file system (within the file). This operation modus is optional. There are no data size limits other than the range of a 64-bit signed integer. Scalability is limited to 1 - 10 Mio. entries due to non-paging internal structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    android-backup-toolkit

    Collection of several utilities to work with android backups

    Project name: android-backup-toolkit URL: https://sourceforge.net/p/android-backup-toolkit/ License: various (see individual projects) Authors: various (see individual projects) This project is simply a compilation of the six following projects, both latest source code and binaries: * android-backup-extractor: https://sourceforge.net/projects/adbextractor/ * android-backup-splitter: https://sourceforge.net/p/adb-split/ * android-timestamp-keeper: https://sourceforge.net/projects...
    Downloads: 9 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 10
    Batch Insert License

    Batch Insert License

    Prepend a copyright/license declaration to many files at once.

    Batch Insert License is used to prepend a block of text, describing the applicable software license, to many source files automatically. It can be used to: - Add a specified license comment block to the top of each source file in your project. - Replace an existing license comment block with a specified new license comment block in each source file. - Delete an existing license comment block from each source file. It is written in Java and will run on any OS that has Java is installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fastjson

    fastjson

    A fast JSON parser/generator for Java

    Fastjson is a Java library that can be used to quickly convert Java Objects into their JSON representation or convert JSON strings to their equivalent Java object. Based on benchmarks it provides the best performance in both server side and Android client, and can work with arbitrary Java objects, even those pre-existing objects of which you do not have the source code. Fastjson provides a simple conversion method to turn Java objects to JSON and vice versa, with extensive support of Java...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    umi-project

    umi-project

    Just bring Linux for a better world

    U M I, pronounce "ou" "ème" "aie" to an approach of "you & I" expression, is meant to be a derivative of Ubuntu, a Linux distribution. U M I is a system that wants generalist, simple and tailored to your needs. M I perhaps as "Maths Infos", "Mission Impossible", "Micro Imagination", "Museum Incarnation", ..., "Mandela Ideologie", ...,"Magne Isapèt" :), ... ; but in reality M I for "Me Inside", inside Linux, inside Debian, inside Ubuntu. This project designates all logistics associated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Shadow

    Shadow

    Zero reflection fully dynamic Android plugin framework

    Shadow is an Android plug-in framework independently developed by Tencent, which has been tested by hundreds of millions of online users. Shadow not only shares the key code of plug-in technology with open source, but also completely shares all the designs required for online deployment. Reuse the source code of the independent installation App. The source code of the plug-in App can be installed and run normally. Zero reflection and no Hack implementation of plug-in technology. In theory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Fluid

    Fluid

    Fluid is an android aftermarket custom rom aiming to redefine ui.

    Fluid provides a minimal UI with some customization. We're based mostly on AOSP with additions from LineageOS. Our telegram channel: t.me/projectfluid
    Downloads: 20 This Week
    Last Update:
    See Project
  • 15

    gervill-android

    Use the gervill sofware midi synthesizer on Android

    This project contains code to enable the use the gervill software synthesizer on Android. This makes it possible to play midi files using a Soundfont. This is achieved using a modified subset of the GNU Classpath project to create a minimal JavaSound environment for gervill. The gervill synthesizer itself has also been modified to reduce the amount of JavaSound code. The modified gervill code also offers key API improvements, and retains compatibility with desktop java. This project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Weka

    Weka

    Machine learning software to solve data mining problems

    Weka is a collection of machine learning algorithms for solving real-world data mining problems. It is written in Java and runs on almost any platform. The algorithms can either be applied directly to a dataset or called from your own Java code.
    Leader badge
    Downloads: 11,014 This Week
    Last Update:
    See Project
  • 17
    xdroidOSS

    xdroidOSS

    a Android Open Source Project with mnmlistUI additions.

    xdroid is an AOSP-based custom Android ROM which is focusing on simple and minimalism while keeping the smoothness and optimization provided by AOSP.
    Downloads: 88 This Week
    Last Update:
    See Project
  • 18

    Wheefun TriggerWarning Library

    Selectively enable features in software which may be objectionable

    ... undesirable by the user (controlled by a global profile) * Preventing the execution of legally-encumbered code (such as code under differential patent terms)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    OpenVigil

    Open pharmacovigilance data extraction, mining and analysis tool

    ... or reporting odds ratios) and export to spreadsheets programs like Microsoft Excel or statistics programs like R. OpenVigil 1 operates on raw data, OpenVigil 2 on cleaned data (using drugbank.ca and drugs@FDA), OpenVigilFDA uses the official FDA online API. OpenVigil 2 supports query for ATC codes or certain chemical moieties. Other tools of the OpenVigil project include a calculator for measurements of disproportionality for a 2x2 contingency table and a drugname mapper using RxNorm.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20
    OSwiss

    OSwiss

    Program for tournament management.

    Tournament management software for various sports that uses swiss pairing system. Program invented for tournament organisers. It assists in managing events, calculates standings, ratings, supports printing and checking player cards. If something goes wrong during tournament, it is posibble also to enter pairings manually. Project is written in Java SE designed for PC and J2ME for mobile phones. DEAR USER If you are missing any features in this software, please open a ticket...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    Better keyboard

    Small lightweight program to customize your keyboard

    This small lightweight program allows you to modify your keyboard as you want -colors -key changing (you can change "k" to be "h" when pressed) -battery info detector (voltage and battery life) - ability to disable any key on keyboard -and lot more. Needs: java 5.0u75 or higher NET framework 3.5 SP1 or higher 64x architecture of windows, 32x is not supported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JNativeHook

    JNativeHook

    Global keyboard and mouse listeners for Java

    JNativeHook is a library to provide global keyboard and mouse listeners for Java. This will allow you to listen for global shortcuts or mouse motion that would otherwise be impossible using pure Java. To accomplish this task, JNativeHook leverages platform-dependent native code through Java's native interface to create low-level system-wide hooks and deliver those events to your application.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 23
    Database forms library and constructor written in java. User application consists of database objects definition, declarative forms definition (stored in Oracle or PostgreSQL repository database) and java classes, which extеnds base form class. Constructor are based on this library and also may be used as sample application. Project was started in year 2003 as C++/Win32 library. In year 2006 it was completely rewritten in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jupiter Blockchain

    Jupiter Blockchain

    Platform needed to run the Gravity framework for information storage

    The Jupiter Project aims to make blockchain accessible and safe for everyone. Jupiter’s military-grade encryption helps ensure that user data is private and secure. Through our elite encryption capabilities, Jupiter can power secure dApps on public and private networks based on our client’s wishes. Our main product is our L1 blockchain, Jupiter. Jupiter is the base platform needed to run the Gravity framework for information storage and decentralized application building. Jupiter is built from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WireShare
    Formerly entitled LimeWire Pirate Edition(LPE), WireShare is the newest fork of the original LimeWire open source project. Our sole intention is to create and maintain a bona fide continuation of the project. All work is undertaken on a pro bono basis. The name was changed for legal reasons.
    Leader badge
    Downloads: 193 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.