Search Results for "java open source" - Page 68

Showing 1860 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
    Picturama

    Picturama

    Digital image organizer powered by the web

    Digital image organizer powered by the web. Scan local files, keep your privacy, and don't upload your personal photos to a cloud service. Non-destructive, the original images won't be touched (unless you purge the trash) Read various photo formats, JPG, PNG, TIF, WebP, HEIC / HEIF. Read raw formats of a whole bunch of cameras (only on Mac and Linux, see Issue #25) Browse photos by dates. View the photo in detail (zoomable). View EXIF information. Tags, favorites, rotate photos and delete photos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    vuesax-next

    vuesax-next

    Vuesax v4: framework components for Vuejs

    We love what we do. Let us help you do what you love. It helps to pay for dedicated development time so that I can move forward and evolve. With Vuesax you can use any component with few lines of code and with great customization, and most importantly very easy to use and understand. Vuesax components have responsive support and adapt to each type of size, apart from that you can easily use the grid components to generate visual changes based on screen size either a phone, tablet or desktop....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Astro Boy Chat Room

    Astro Boy Chat Room

    Atom chat room nestjs+vue full stack chat room

    In my spare time, I wanted to make a chat room to consolidate front-end skills, so I started the development journey of Astro chat room on June 24, 2020. The project is developed in full typescript, which is to lay the foundation for future functional iterations. Of course, I also like typescript very much. At present, the chat room has a complete chat function. More cool features will be developed in the future! Interested friends can fork to develop by themselves, you can change it at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NativeScript Secure Storage plugin

    NativeScript Secure Storage plugin

    NativeScript plugin for secure local storage of fi. passwords

    The nativescript-secure-storage plugin provides a secure mechanism for storing sensitive data, such as passwords and tokens, within NativeScript applications, ensuring data protection through encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nonprofit Budgeting Software Icon
    Nonprofit Budgeting Software

    Martus Solutions provides seamless budgeting, reporting, and forecasting tools that integrate with accounting systems for real-time financial insights

    Martus' collaborative and easy-to-use budgeting and reporting platform will save you hundreds of hours each year. It's designed to make the entire budgeting process easier and create unlimited financial transparency.
    Learn More
  • 5
    Sketchbook

    Sketchbook

    3D playground built on three.js and cannon.js

    3D playground built on three.js and cannon.js. Simple web-based game engine built on three.js and cannon.js focused on third-person character controls and related gameplay mechanics. Mostly a playground for exploring how conventional third-person gameplay mechanics found in modern games work and recreating them in a general way. Raycast character controller with capsule collisions. General state system. You can define your own scenes in Blender, and then read them with Sketchbook. Sketchbook...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    NativeScript Feedback

    NativeScript Feedback

    Non-blocking textual feedback for your NativeScript app

    The nativescript-feedback plugin allows developers to provide in-app user feedback through customizable visual notifications, such as toasts and alerts, enhancing user experience by delivering timely messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vue Class Component

    Vue Class Component

    ES / TypeScript decorator for class-style Vue components

    Vue Class Component is a library that lets you make your Vue components in class-style syntax. You can define component data and methods in the intuitive and standard class syntax by annotating the class with the @Component decorator. You can simply replace your component definition with a class-style component as it is equivalent with the ordinary options object style of component definition. By defining your component in class-style, you not only change the syntax but also can utilize some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    qD Messages

    qD Messages

    Lightning fast peer-to-peer cross-platform messenger

    qDesk Messages is on track to become the first fully featured, cross-platform, publicly auditable, decentralized, real-time, dag-based end-to-end encrypted messenger with a feature to exchange goods and services and send payments. In this module, you can create end-to-end encrypted channels, organize them in folders, share the folder structure with your invite, control the channels you own, and participate in self-owned channels. Have private conversations or public channel discussions. Use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Koa2 & Next.js hydration packages

    Koa2 & Next.js hydration packages

    A koa middleware for next.js with some common tools

    Koa2 & Next.js hydration packages. Firstly set up a koa server entry, then write your own next.js pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Scroll Bottom Sheet

    Scroll Bottom Sheet

    Cross platform scrollable bottom sheet with virtualisation support

    Cross-platform scrollable bottom sheet with virtualization support, native animations at 60 FPS and fully implemented in JS land. Integrates with all core scrollable components from React Native: FlatList, ScrollView and SectionList. Also, it's 100% compatible with Expo. FlatList and SectionList components are 1st class citizens, as well as ScrollView. It's recommended you install a version of gesture handler equal or higher than 1.6.0, and for reanimated, equal or higher than 1.7.0....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    node-markov-generator

    node-markov-generator

    Generates simple sentences based on given text corpus

    This simple generator emits short sentences based on the given text corpus using a Markov chain. To put it simply, it works kinda like word suggestions that you have while typing messages in your smartphone. It analyzes which word is followed by which in the given corpus and how often. And then, for any given word it tries to predict what the next one might be. Here you create an instance of TextGenerator passing an array of strings to it - it represents your text corpus which will be used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tone.js

    Tone.js

    A Web Audio framework for making interactive music in the browser

    Tone.js is an open source Web Audio framework for creating interactive music in the browser. It has advanced scheduling capabilities, synths, effects and more. Tone.js is built to be useful and familiar to both musicians and audio programmers. It has common DAW (digital audio workstation) features for those looking to schedule events and tinker with pre-built synths and effects.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Mocky.io Lockdown Edition

    Mocky.io Lockdown Edition

    Generate custom HTTP responses, the simpler way to test your services

    Generate custom HTTP responses, the simpler way to test your web services. Mocky is a simple app that allows to generate custom HTTP responses. It's helpful when you have to request a build-in-progress WS, when you want to mock the backend response in a single app, or when you want to test your WS client. Don't wait for the backend to be ready, generate custom API responses with Mocky and start working on your application straight away. Mocky is a free and unlimited online service. Mocky API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Atomic Layout

    Atomic Layout

    Build declarative, responsive layouts in React using CSS Grid

    Atomic Layout is a spatial distribution library for React. It uses CSS Grid to define layout areas and render them as React components. This pattern encourages the separation of elements and spacing, preventing contextual implementations and boosting maintenance of layouts. You control the spacing between the areas in a dedicated layer called Composition. Since the position and spacing is contextless that way, you achieve ultimate separation of concerns and boost maintenance of your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RAP2-DELOS

    RAP2-DELOS

    Open source interface management tool

    RAP2 is a new project redone based on RAP1. It can provide you with convenient interface document management, mock, export and other functions. It contains two components (corresponding to two Github Repository). This tool is a development tool, and the related API has not been subjected to any security verification such as XSS. Please do not rely on any service of RAP in the production environment!Install Docker and Docker Compose (Linux users need to install separately). It is recommended...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SAO

    SAO

    Futuristic scaffolding tool

    SAO was made because yeoman, while powerful, is too complex. vue-cli, on the other hand, is more than a scaffolding tool and lacks some important features like unit testing. SAO combines the powerful core features of yeoman with the simplicity of vue-cli into a single application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Firestore for Google Apps Scripts

    Firestore for Google Apps Scripts

    A Google Apps Script library for accessing Google Cloud Firestore

    This library allows a user (or service account) to authenticate with Firestore and edit their Firestore database within a Google Apps Script. The easiest way to use this library is to create a Google Service Account for your application and give it read/write access to your datastore. Giving a service account access to your datastore is like giving access to a user's account, but this account is strictly used by your script, not by a person.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Iconify

    Iconify

    Universal icon framework. One syntax for FontAwesome, Material Design

    Iconify is a universal icon framework that aggregates over 150 open-source icon sets—including FontAwesome, Material Design Icons, DashIcons, Feather, EmojiOne, and more—into a single, consistent syntax, making it vastly easier for developers to work with scalable vector icons across web and app projects. The project provides a standardized API and tooling for embedding SVG icons in frameworks such as React, Vue, and Svelte, letting developers include and style icons without multiple disparate libraries or imports. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 19
    flatend

    flatend

    Quickly build microservices using p2p networking in NodeJS/Go

    Flatend is a fast, lightweight edge server and microservice runtime built in Go, designed for simplicity and high concurrency. It uses a decentralized service discovery model that allows nodes to communicate over UDP or QUIC with minimal setup, making it ideal for low-latency APIs and distributed systems. Flatend provides a clean developer experience and is optimized for environments where traditional service meshes or orchestration platforms are too heavy. It supports dynamic peer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    0x Monorepo

    0x Monorepo

    0x protocol monorepo - includes our smart contracts

    0x protocol monorepo, includes our smart contracts and many developer tools. 0x is an open protocol that facilitates the trustless, low-friction exchange of Ethereum-based assets. For more information on how it works, check out the 0x protocol specification. This repository is a monorepo including the 0x protocol smart contracts and numerous developer tools. Each public sub-package is independently published to NPM. Visit our developer portal for a comprehensive list of core &...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VoTT

    VoTT

    Visual Object Tagging Tool, an electron app for building models

    Visual Object Tagging Tool: An electron app for building end-to-end Object Detection Models from Images and Videos. An open source annotation and labeling tool for image and video assets. VoTT is a React + Redux Web application, written in TypeScript. This project was bootstrapped with Create React App. VoTT can be installed as a native application or run from source. VoTT is also available as a stand-alone Web application and can be used in any modern Web browser. ...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 22
    Bili

    Bili

    Bili makes it easier to bundle JavaScript libraries

    Bili makes it easier to bundle JavaScript libraries. Both .js and .ts config files are transpiled by Babel using babel-preset-env and babel-preset-typescript, so feel free to use modern JavaScript features. Bili allows you to add additional Rollup plugins. Automatically transforms JS files using Buble, Babel or TypeScript. Built-in support for CSS, Sass, Stylus, Less and CSS modules. Ridiculously easy to use Rollup plugins if you want. Written in TypeScript, automatically generated API docs....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WorldBrain's Memex

    WorldBrain's Memex

    Browser Extension to full-text search your browsing history

    Curate, annotate and discuss the most valuable content and ideas. As individuals, teams and communities. Effortlessly find bookmarks again without organizing anything. Save websites and PDFs with one click. Recover everything in milliseconds. Search with any words you remember from the title or text, the time frame or domain. Declutter your notes about the things you read. No more copy-pasting important sections into your scattered notes. Highlight & annotate websites & PDFs (even locally...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    immutability-helper

    immutability-helper

    Mutate a copy of data without changing the original source

    React lets you use whatever style of data management you want, including mutation. However, if you can use immutable data in performance-critical parts of your application it's easy to implement a fast shouldComponentUpdate() method to significantly speed up your app. Dealing with immutable data in JavaScript is more difficult than in languages designed for it, like Clojure. However, we've provided a simple immutability helper, update(), that makes dealing with this type of data much easier,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AvionDB

    AvionDB

    A decentralised database with MongoDB-like developer interface

    AvionDB uses OrbitDB stores to model MongoDB-like Databases. AvionDB is alpha-stage software. It means AvionDB hasn't been security audited and programming APIs and data formats can still change. We encourage you to reach out to the maintainers if you plan to use AvionDB in mission-critical systems. This is the TypeScript implementation and it works with Browsers, Node.js & TypeScript with support for Linux, OS X, and Windows. The minimum required version of Node.js is now 8.6.0 due to the...
    Downloads: 0 This Week
    Last Update:
    See Project