Showing 6329 open source projects for "java open source"

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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Generator express

    Generator express

    An express generator for Yeoman, based on the express command line

    An express-generator for Yeoman, based on the express command line tool. Make sure you have yo installed: npm install -g yo. Install the generator globally: npm install -g generator-express. Run: yo express and select Basic. Add --coffee if you require CoffeeScript. Run: grunt or gulp to run the local server at localhost:3000, the grunt/gulp tasks include live reloading for views, css in public/css and restarting the server for changes to app.js or js in routes/. Contributors are welcome,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Kickstart

    Kickstart

    Kickstart is a CSS library designed for modularity and fast page

    Kickstart's CSS is only 80kb and even smaller when you roll your own from the Sass mixins. Not only is the Kickstart JS smaller than Bootstrap and Foundation, it also doesn't require jQuery--drastically reducing page load times. Kickstart has been used in production websites for over three years. Kickstart is a library, not a framework. This means you only use the CSS you need instead of slowing down your site with a complete UI library. Look how easy it is to create this Navbar. Most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TeeTime

    TeeTime

    A Pipes & Filters framework for Java

    TeeTime is a Pipes & Filters framework for Java. * many primitive and composite ready-to-use stages * a type-safe way to develop and connect stages * no(!) single-threaded overhead * only a minimal multi-threaded overhead * threads can be assigned to stages arbitrarily
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    mlUnit

    mlUnit

    MATLAB unit test framework

    mlUnit is a unit testing framework for the MATLAB .m language. It considers the patterns of the xUnit family, include assertions, test cases and suites as well as the fixture. In contrast to MATLAB's own unit test framework: * mlUnit output jUnit compatible XML reports * mlUnit is compatible with Your MATLAB (not just R2013b), down to at least R2006b * mlUnit offers specialised assert functions, e.g. assert_empty, assert_warning, and many more. slUnit is a unit testing framework for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    JavaFX MVC Framework

    JavaFX MVC Framework

    A light-weight JavaFX MVC Plugin Framework

    It's a light-weight JavaFX Plugin Framework, which implements the idea of MVC structure. See the introduction.ppt file in the zip file you downloaded for more information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project hosts the reference implementation of a common base library(CBL) code for Universal Verification Methodology (UVM) as proposed by the Accellera Verification Intellectual Property Technical Subcommittee.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Adventure PHP Framework (APF)
    The adventure php framework understands itself as a utility to implement object oriented and generic PHP web applications. It supports the developer to create programms in compliance with approved software design patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Drombler

    Drombler

    Drombler FX is a modular RCP for JavaFX based on OSGi and Maven.

    Drombler FX is a modular Rich Client Platform for JavaFX based on OSGi and Maven (POM-first). The artifacts are available from Maven Central. Have a look at the Wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Arachni

    Arachni

    Web Application Security Scanner Framework

    Arachni is an Open Source, feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Mandrigo is a free, Open Source, PHP 5 based website backend. It takes care of backend tasks such as user, group, and acl management, variable loading, plug-in management, and other things allowing you to focus on developing the content of the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Go Web

    Go Web

    Set of audio and video tutorials

    "Go Web Basics" is a set of audio and video tutorials for the Go language produced by Google. It is mainly for learners who want to learn more about Go Web development after completing the "Go Programming Basics" tutorial. "Go Web Basics" is a set of video and audio tutorials for the Go language produced by Google. It is mainly for learners who want to learn about Go Web development after completing the "Go Programming Basics" tutorial. Each class will create a folder (for example:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Aspose Maven for JetBrains

    Aspose Maven for JetBrains

    Create a new IntelliJ maven based project for Aspose APIs.

    Aspose Maven for JetBrains is another JetBrains Plugin released by Aspose pty ltd, for creating the Aspose Maven based projects. Aspose for JetBrains and Aspose Maven for JetBrains IDE plugins enables Java developers to work with various binary file formats. This plugin comes with Aspose Maven Project Wizard that creates Aspose Maven based project by selecting API(s) from Aspose Java product lines like Aspose.Cells for Java and Aspose.Words for Java etc. and add those selected Aspose...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Recycler

    Automatic recycling of IBM Domino Java objects

    With manual recycling it is absolutely impossible to write clean, secure and stable code! At least if projects reach a certain size. Imagine: You are required to code a library that will be used in various projects. Should the library functions recycle the Domino objects they use, or not? Of course they must recycle, because you don't know how many object handles the final application will use and your ones might be too much, if not recycled. On the other hand, libraries must never ever...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Spock Example

    Spock Example

    Spock example specifications along with ready-to-go Gradle builds

    The Spock Example project is a reference repository demonstrating how to set up and use the Spock testing framework with Gradle or Maven. It includes sample Specification classes that illustrate key Spock features—given/when/then style, data-driven testing, mocking/stubbing, and interaction verification. The examples show how to integrate Spock into typical Java/Groovy projects, how to run tests inside IDEs like Eclipse or IntelliJ, and how to align build scripts with Spock’s dependencies....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    As of now, you can get Ehcache only from ehcache.org or Maven central. A simple, fast, thread safe, standards based cache for Java, and provides memory and disk stores and distributed operation for clusters. ehcache is widely used in such open source projects as Hibernate and Spring. Terracotta offers enterprise edition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PrototypePHP is a MVC application written in php, which include : smarty, adodb, objetbdd, phpgacl and esup-phpcas. Login can be manage into a database, ldap directory or a SSO-CAS. Menus are automatically generated. Modules are described in a xml file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jQuery.Colibra

    jQuery.Colibra

    jQuery Libraries for applications development

    Colibra is an open source initiative multi language, focused primarily at developers, designers and students, who gives them a set of free use libraries for development and implementation of Web applications. jQuery.Colibra is a compilation of jQuery plugins for development Web users interfaces (Web UI), containing mainly drivers for creating graphics objects based on HTML 5, such as buttons, data grids and charts among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Perl.Colibra

    Perl.Colibra

    Perl modules for applications development

    Colibra is an open source initiative multi language, focused primarily at developers, designers and students, who gives them a set of free use libraries for development and implementation of Web applications. Perl.Colibra is a compilation of Perl modules for applications development based on Perl 5 and integrated with jQuery.Colibra, besides of include objects that allow integration with all classes of jQuery.Colibra directly from Perl, this compilation include modules to support the processing and handling of formats data such as XML and date-time among others. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PHP.Colibra

    PHP.Colibra

    PHP Libraries for applications development

    Colibra is an open source initiative multi language, focused primarily at developers, designers and students, who gives them a set of free use libraries for development and implementation of Web applications. PHP.Colibra is a compilation of PHP libraries for applications development based on PHP 5 and integrated with jQuery.Colibra, including the objects that allow the handling of all classes of jQuery.Colibra directly from PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Shell.Colibra

    Shell.Colibra

    Perl modules for UNIX shell interface development

    Colibra is an open source multi language initiative, focused primarily at developers, designers and students, who gives them a set of free use libraries for development and implementation of Web applications. Shell.Colibra is a compilation of Perl modules for developing Shell line command interfaces on operating systems UNIX based. This compilation could also be itegrada with Perl.Colibra, however, can operate independently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The CorneliOS WebOS is an easy-to-use and cross-browser "Web Desktop Environment", "Web Operating System" or "Web Office". It's also a powerful web application framework that can be used to build community platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PL/SQL Starter Framework

    PL/SQL Starter Framework

    A boost or headstart to your PL/SQL development

    !!! NOTE !!! The latest file upload (Simple.zip) is a simplified version of the Starter Framework meant for single-schema applications. It only offers logging, error handling and table-driven parameters (with a few extra supporting packages for writing to screen and file, and manipulating dates, strings and numbers). In order to access the simplified framework, click "Browse All Files" and choose the plsqlfmwksimplet folder, then the 2.1 folder. Download Simple.zip. The full framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XdevL
    XdevL is a powerful cross-platform C++ Object and Plug-In Oriented programming framework which helps you developing Games or device oriented applications. The whole system can be extended using additional Plug-In's which makes it extreme flexible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Pentaho Data Integration

    Pentaho Data Integration

    Pentaho Data Integration ( ETL ) a.k.a Kettle

    Pentaho Data Integration uses the Maven framework. Project distribution archive is produced under the assemblies module. Core implementation, database dialog, user interface, PDI engine, PDI engine extensions, PDI core plugins, and integration tests. Maven, version 3+, and Java JDK 1.8 are requisites. Use of the Pentaho checkstyle format (via mvn checkstyle:check and reviewing the report) and developing working Unit Tests helps to ensure that pull requests for bugs and improvements are...
    Downloads: 78 This Week
    Last Update:
    See Project
  • 25

    Jeuron

    Jeuron Application Platform

    The Jeuron Application Platform is a java based open source project released in December 2012 with the goal of providing a lightweight framework to assemble software components that would support the requirements of multiple projects and deployment scenarios while also providing an environment for testing and debugging. The platform is comprised of a set of packages which provide transport, messaging, configuration, and execution services designed to create a configurable, scalable, and distributed application environment. ...
    Downloads: 0 This Week
    Last Update:
    See Project