Showing 192 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
  • Retail Point of Sale and Inventory Management Software Icon
    Retail Point of Sale and Inventory Management Software

    RetailEdge retail point of sale software is designed for single and multi-store businesses

    Caters to small and mid-sized retailers with multiple locations who require a reliable point of sale and inventory management software solution.
    Learn More
  • 1
    Notoma

    Notoma

    Use Notion as your blogging editor, with any static gen blog engine

    Use Notion as your blogging editor, with any static gen blog engine. Notoma converts Notion pages to Markdown files. Convert contents of your Notion Blog database to a bunch of Markdown files. Watch Notion Blog database for updates and regenerate Markdown files on any updates. Create a new Notion database for your Blog with all required fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jekyll Docs Theme

    Jekyll Docs Theme

    A mediocre Jekyll theme for writing documentation websites

    A Jekyll theme inspired by Bootstrap's official documentation theme from a few years back. This theme started off by stealing all of Bootstrap Docs' CSS and being used in mistic100's theme. This theme has since be rewritten from scratch and remains solely inspired by the original design. This theme is designed for writing documentation websites instead of having large unmaintainable README files or several markdown files inside of a folder in a repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Jekyll-Paper

    Jekyll-Paper

    A simple Jekyll theme, helping you to create your own blog

    Jekyll Paper is a simple Jekyll theme, and it aims to help you to create your own blog in the easiest way. Unfortunately, Jekyll Paper implements the category page by the 'Jekyll-archive' plugin, and GitHub Pages does not support it. So, this project is for the self-host blog, and the GitHub Pages version is also available in Jekyll Paper for Github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    jekyll-loading-lazy

    jekyll-loading-lazy

    Load images on your sites lazily without JavaScript

    This plugin adds loading="lazy" to all img and iframe tags on your Jekyll site. No configuration is needed. If a loading attribute is already present nothing is changed. Note that the github-pages gem runs in safe mode and only allows a defined set of plugins. To use this gem in GitHub Pages, you need to build your site locally or use a CI (e.g. Github Workflow) and deploy to your gh-pages branch. In case you want to prevent loading some images/iframes lazily, add loading="eager" to their...
    Downloads: 0 This Week
    Last Update:
    See Project
  • World class QA, 100% done-for-you Icon
    World class QA, 100% done-for-you

    For engineering teams in search of a solution to design, manage and maintain E2E tests for their apps

    MuukTest is a test automation service that combines our own proprietary, AI-powered software with expert QA services to help you achieve world class test automation at a fraction of the in-house costs.
    Learn More
  • 5
    jekyll-course-website-template

    jekyll-course-website-template

    Feature-rich and easy-to-use Jekyll website template

    Feature-rich and easy-to-use Jekyll website template for academic courses. Individual page for assignments, lectures, course material, and course schedule. Auto-generated course updates section (for each new lecture and assignment) + custom/manual announcements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    research-tips

    research-tips

    The WI+RE (Writing Instruction + Research Education)

    The WI+RE (Writing Instruction + Research Education) is a collection of open educational resources designed by learners and for learners. Folders with an underscore in front of the name (e.g., _data) are special in GitHub pages. Here's an overview of what some of these folders do on the WI+RE site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    deep2Read

    deep2Read

    This website includes a (growing) list of papers and lectures

    As a group, we need to improve our knowledge of the fast-growing field of deep learning. To educate students in our graduate programs, to help new members in my team with basic tutorials, and to help current members understand advanced topics better, this website includes a (growing) list of tutorials and papers we survey for such a purpose. We hope this website helps people who share similar research interests or those interested in learning advanced topics about deep learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    imgIX

    imgIX

    A plugin for integrating imgix into Jekyll sites

    imgix manages, optimizes, and delivers images and videos for faster pages, better visual quality, and a simpler workflow. Visual media technology is cumbersome, complex, and ever-evolving. We streamline it so you can control your workflow. Poor loading speed hurt conversions and SEO. Improve your performance with robust media processing. Future-proof your visual media, so your customers get the best experience anywhere, on any platform. Upload, search, edit, and organize all cloud assets....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Poole

    Poole

    The Jekyll Butler. A no frills responsive Jekyll blog theme

    A diligent and noble steward for building Jekyll sites. Poole is the butler for Jekyll, the static site generator. It's designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles. Poole is the butler for Jekyll, the static site generator. It's designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The all-in-one software to manage your HOA Icon
    The all-in-one software to manage your HOA

    PayHOA is association management software for HOAs, COAs, and any community looking for robust, easy-to-use, affordable software

    PayHOA is modern software for self-managed communities. Trusted by more than 11,000 associations, PayHOA automates operations, so you can focus on what's important. We provide free onboarding, free unlimited support, a 30-day free trial, and no contracts. Claim your free trial and see why HOAs across the country are choosing PayHOA.
    Learn More
  • 10
    wp-animalshelter

    wp-animalshelter

    Elegant & Responsive three pages based Wordpress Theme for Shelter

    This theme provides easy customization for the user as well as the developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Jekyll Readme Index

    Jekyll Readme Index

    A Jekyll plugin to render a project's README as the site's index

    A Jekyll plugin to render a project's README as the site's index. Let's say you have a GitHub repository with a README.md file, that you'd like to use as the index (main page) for a GitHub Pages site. You could rename the file to index.md, but then it wouldn't render on GitHub.com. You could add YAML front matter with permalink: / to the README, but why force a human to do what Jekyll can automate? If you have a readme file, and your site doesn't otherwise have an index file, this plugin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Jekyll Optional Front Matter

    Jekyll Optional Front Matter

    A Jekyll plugin to make front matter optional for Markdown files

    A Jekyll plugin to make front matter optional for Markdown files. Out of the box, Jekyll requires that any markdown file have YAML front matter (key/value pairs separated by two sets of three dashes) in order to be processed and converted to HTML. While that behavior may be helpful for large, complex sites, sometimes it's easier to simply add a plain markdown file and have it render without fanfare. This plugin does just that. Any Markdown file in your site's source will be treated as a Page...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Jekyll Titles from Headings

    Jekyll Titles from Headings

    A Jekyll plugin to pull the page title from the first Markdown heading

    A Jekyll plugin to pull the page title from the first Markdown heading when none is specified. If you have a Jekyll page that doesn't have a title specified in the YAML Front Matter, but the first non-whitespace line in the page is a Markdown H1 / H2 / H3, this plugin instructs Jekyll to use that first heading as the page's title.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    saber-theme-minima

    saber-theme-minima

    A Saber Port of the Default Jekyll Theme: Minima

    A Saber Port of the Default Jekyll Theme: Minima.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Jekyll-Instagram Plugin

    Jekyll-Instagram Plugin

    A Jekyll plugin for displaying your recent Instagram photos

    Jekyl-Instagram is a Jekyll plugin for displaying a feed of your recent Instagram photos. To install this plugin into your project you will need to copy _plugins/jekyllgram.rb into the _plugins directory in your Jekyll project. Then for the plugin to be able to communicate with Instagram you will need to register an application with the Instagram Basic Display API and then make your access token available as an environment variable on your dev/build machine named JEKYLLGRAM_TOKEN. Your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WP Bootstrap Navwalker

    WP Bootstrap Navwalker

    Custom WordPress nav walker class to implement the Twitter Bootstrap

    A custom Wordpress walker to implement the Twitter Bootstrap dropdown navigation using the WordPress built-in menu manager. This is a utility class that is intended to format your WordPress theme menu with the correct syntax and CSS classes to utilize the Bootstrap dropdown navigation. It does not include the required Bootstrap JS and CSS files, you will have to include them manually. Between version 3 and version 4 of the walker there have been significant changes to the codebase. Version 4...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Chalk Theme

    Chalk Theme

    Chalk is a high quality, completely customizable, performant and free

    Chalk is a high-quality, completely customizable, performant and 100% free blog template for Jekyll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jekyll Cloudinary Liquid tag

    Jekyll Cloudinary Liquid tag

    Jekyll plugin adding a Liquid tag for Cloudinary

    jekyll-cloudinary is a Jekyll plugin adding a Liquid tag to ease the use of Cloudinary for responsive images in your Markdown/Kramdown posts. It builds the HTML for responsive images in the posts, using the srcset and sizes attributes for the <img /> tag (see the "varying size and density" section of this post if this is new for you, and why it's recommended to not use <picture> most of the time). URLs in the srcset are cloudinary URLs that fetch on-the-fly the post's images and resize them...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MkDocs Jekyll Theme

    MkDocs Jekyll Theme

    The Material theme from MkDocs provided as a Jekyll template

    This is a starter template for a MkDocs Jekyll theme. GitHub pages uses Jekyll natively, so when I make documentation, I typically look for Jekyll templates. Why? Using Jekyll means that I can use markdown, and allow for users to easily contribute, and build automatically just by way of pushing to a master branch (or general GitHub pages). I’ve liked MkDocs in the past, but it required me to use a special renderer. I also felt limited in my ability to customize it. The same is true for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Junior

    Junior

    A striking black and white theme for Jekyll

    Junior is a blog/portfolio theme for Jekyll, the static site generator. Connects, using Github's API, with your public profile and pulls your projects (ordered by Stars). Coming soon, you will also be able to showcase significant PRs. Tag colors are also matched to the project's Github language color coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Webpage for CS 341 (formerly CS 241)
    CS 241 course website. First, make sure you have ruby 2.6. We recommend using rvm. After, we recommend bundler to install all the dependencies. Then navigate to the root of the repository and install. Finally, your repository has the submodules needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BeeGrid

    BeeGrid

    A microframework based on CSS Grid Layout

    A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve-column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    KLiK

    KLiK

    Complete PHP-based Login/Registration system and profile system

    KLiK is a PHP-based Information Pool System (or simply a Social Media Website), consisting of a complete Login/Registration system, User Profile system, Chat room, Forum system and Blog/Polls/Event Management System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Minimalism

    Minimalism

    Minimalism is a Jekyll theme for minimalist

    Minimalism is a Jekyll theme for minimalist! This theme adopts a responsive layout, is compatible with all major browsers, and is adapted to mobile clients. Supports multiple functions such as prohibiting copying, prohibiting right-click menus, and copying with a copyright statement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jekyll-gitlab-letsencrypt

    jekyll-gitlab-letsencrypt

    Automate letsencrypt renewals for gitlab pages

    This plugin automagically does the entire the letsencrypt process for your gitlab-hosted Jekyll blog! GitLab CI setup such that when you push to master (or your preferred branch), your changes are deployed live. Automate letsencrypt renewals for Gitlab pages.
    Downloads: 0 This Week
    Last Update:
    See Project