Showing 914 open source projects for "oracle-apex-workflow"

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
  • 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
  • 1
    GrowthBook

    GrowthBook

    Open source feature flagging and AB testing platform

    GrowthBook is an open-source platform for feature flagging and AB testing built to give teams the power of a fully-featured experimentation system without building it entirely from scratch. It supports both self-hosted and cloud-hosted deployment models, giving organizations the flexibility to own their infrastructure or consume it as a managed service. The platform is designed for performance and scale: its SDKs are lightweight, supporting local evaluation to minimize latency, and it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    App Ideas Collection

    App Ideas Collection

    A Collection of application ideas to improve your coding skills

    App Ideas Collection is a collection of application idea prompts created by Florin Pop designed to help developers improve their skills by building full applications. It is structured with tiers (Beginner, Intermediate, Advanced) so learners can choose ideas appropriate to their experience level. Each idea comes with a clear objective, user-stories, bonus features, and links to resources, making it more than just a list—it’s a guided roadmap. It’s aimed at people who might suffer from “what...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    doc.rustdesk.com

    doc.rustdesk.com

    Document of RustDesk

    This repository powers RustDesk’s official documentation site, serving as the central knowledge base for installing, configuring, and operating the open-source remote desktop ecosystem. It consolidates step-by-step guides for end users, administrators, and self-hosting teams, from client setup to server deployment and maintenance. The docs explain concepts like rendezvous versus relay roles, NAT traversal, security settings, and platform-specific nuances across Windows, macOS, Linux, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Stable Diffusion Web UI Extensions

    Stable Diffusion Web UI Extensions

    Extension index for stable-diffusion-webui

    ...It aggregates metadata for hundreds of community plugins—image utilities, ControlNet tools, upscalers, prompt helpers, animation suites—so users can browse and add capabilities directly from the UI. The index maintains short descriptions, tags, and repository links, enabling quick filtering by purpose or workflow. It also standardizes submission format so extension authors can contribute entries that the Web UI can parse reliably. For end users, this turns the Web UI into a modular platform where new features appear without manual cloning or guesswork. The project effectively coordinates a thriving plugin ecosystem, keeping discovery and updates lightweight and centralized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Fully Homomorphic Encryption

    Fully Homomorphic Encryption

    An FHE compiler for C++

    ...At its core is a “transpiler” that converts ordinary functions (typically written in a restricted subset of C++ or similar) into FHE circuits, plus backends that execute those circuits with different FHE libraries. The workflow usually mirrors normal software development: write and test a cleartext implementation, run a simulator to validate logic and performance characteristics, then compile to an encrypted form to run with real FHE parameters. The project includes benchmarking harnesses, examples, and tutorials that demystify parameter selection, gate costs, and latency/throughput trade-offs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Statistical Rethinking 2024

    Statistical Rethinking 2024

    This course teaches data analysis

    ...It provides updated notebooks, R scripts, and model examples, some streamlined and restructured compared to previous years. The 2024 repo also highlights the transition toward more robust Stan models and integration with newer Bayesian workflow practices, continuing to emphasize accessibility for learners while modernizing the tools. This version is designed for students following the 2024 lecture series, offering the most current set of examples, exercises, and teaching material aligned with the Statistical Rethinking framework. Online, flipped instruction. I will pre-record the lectures each week. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ExpressJS.com

    ExpressJS.com

    The Express.js Website

    This repository contains the source for the Express web site and documentation, the canonical reference for developers using the Express framework. It organizes material into API reference, getting-started guides, best practices, and topic-focused explanations such as routing, middleware, error handling, templating, and performance. Versioned docs help readers match API behavior to the framework version they’re running, reducing confusion during upgrades. The site showcases common patterns...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Authentic Theme

    Authentic Theme

    Official theme for the best server management panel

    Authentic Theme is a modern, responsive skin for the Webmin/Uberspace control panels that updates the look, feel, and usability of interface components. It replaces the default UI layout and navigation, adding sidebars, iconography, contextual menus, tabs, and dynamic theme options to enhance both aesthetics and workflow. The theme supports multiple screen sizes and devices, adapting elements like menus and panels to maintain usability on narrow windows. It also integrates customization options—color schemes, fonts, layout toggles—so administrators can brand and tailor the control panel. Under the hood it works with Webmin’s templating and module hooks to maintain compatibility with existing plugins and module content. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gradle JOOQ Plugin

    Gradle JOOQ Plugin

    Gradle plugin that integrates jOOQ

    ...By automating schema-to-code generation, the plugin keeps the application’s data model and database in sync. This reduces runtime errors and increases productivity by making database interactions strongly typed and integrated into the development workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 10
    JMH Gradle Plugin

    JMH Gradle Plugin

    Integrates the JMH benchmarking framework with Gradle

    ...JMH is the de facto standard for writing accurate and reliable Java microbenchmarks, and this plugin automates tasks like generating benchmark sources, compiling them with the required JMH support classes, and packaging runnable benchmark jars. It simplifies the workflow by handling classpath setup and wiring Gradle tasks for running benchmarks. Developers can run benchmarks via Gradle commands, produce reports, and compare performance over time. This reduces the manual effort of setting up JMH, making performance testing a natural part of the development cycle. The plugin is especially useful in projects where regression in execution speed or memory use must be carefully monitored.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Weave GitOps

    Weave GitOps

    Weave GitOps provides insights into your application deployments

    Weave GitOps is a simple, open source developer platform for people who want cloud-native applications but who don't have Kubernetes expertise. Experience how easy it is to enable GitOps and run your apps in a cluster. Use Git to collaborate with team members making new deployments easy and secure. Start with what developers need to run apps, and then easily extend to define and run your own enterprise platform. Our vision is that all cloud-native applications should be easy for developers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Material UI

    Material UI

    Comprehensive React component library that implements Material Design

    Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box. A meticulous implementation of Material Design; every Material UI component meets the highest standards of form and function. Start quickly with Material Design or use the advanced theming feature to easily tailor the components to your needs. CSS utilities allow you to move faster and make for a smooth developer experience when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tekton Pipelines

    Tekton Pipelines

    A cloud-native Pipeline resource

    ...Tekton lets you create CI/CD systems quickly, giving you scalable, serverless, cloud native execution out of the box. Tekton abstracts the underlying implementation so that you can choose the build, test, and deploy workflow based on your team’s requirements. Tekton is a collaborative project where members of the ecosystem contribute together to make CI/CD easier for everyone. See the individuals and organizations that are involved in the Tekton project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Plural

    Plural

    Deploy open source software on Kubernetes in record time

    ...Dependency management between Terraform/Helm modules, with dependency-aware deployment and upgrades. Authenticated docker registry and chartmuseum proxy per repository. Secret encryption using AES-256 (so you can keep the entire workflow in git). Configuring a DNS service to register fully-qualified domains under onplural.sh to eliminate the hassle of DNS registration for users. Being an OIDC provider to enable zero touch login security for all Plural applications. Plural creates versioned infrastructure-as-code which makes it easy to track what’s changing and roll back between versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gitify

    Gitify

    GitHub notifications on your menu bar

    ...Gitify will notify you every time you receive a notification by playing a sound (not an annoying one - it's a promise), showing native mac OS notifications or by just turning its tray icon to green. It is not there to interrupt your workflow or distract you, you can customize your settings to your preference. Gitify is based on Electron, React, Tailwind CSS and more awesome open source libraries. Written in Typescript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Rules Engine

    Rules Engine

    A Json based Rules Engine with extensive Dynamic expression support

    ...For RuleExpressionType LamdaExpression, the rule is written as a lambda expression. Consuming Entity Framework and populating the Rules Engine is shown in the EFDemo class with Workflow rules populating the array and passed to the Rules Engine, The Demo App includes an example RulesEngineDemoContext.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AWS ParallelCluster Cookbook

    AWS ParallelCluster Cookbook

    The Chef cookbook used to build and bootstrap AWS ParallelCluster

    ...AWS ParallelCluster facilitates both quick start proof of concepts (POCs) and production deployments. You can build higher-level workflows, such as a Genomics portal that automates the entire DNA sequencing workflow, on top of AWS ParallelCluster. Node.js is required by AWS CDK library used by ParallelCluster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Serverless Framework

    Serverless Framework

    The easy and open way to build serverless applications

    Serverless Framework gives you everything you need to build serverless applications on any cloud. It provides structure, workflow automation and best practices out-of-the-box so you can deploy sophisticated serverless architectures. It uses new, event-driven compute services, such as AWS Lambda, Azure Functions, Google CloudFunctions and more. Serverless Framework lets you build apps made up of microservices that run in response to events. These auto-scale and will only charge you when they run, which means lesser costs for application maintenance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Erupt Framework

    Erupt Framework

    Pure Java annotation, single class file, rapid development

    Pure Java annotation, single class file, rapid development of Admin management background. Does not generate any code, zero front-end code, zero CURD, automatic table creation, annotated API, custom service logic, supports all mainstream databases, supports custom pages, supports multiple data sources, provides more than 20 types of business components, more than a dozen It supports logical deletion, dynamic timing tasks, front-end and back-end separation, etc. Core technologies: Spring...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Squidex

    Squidex

    Headless CMS and content managment hub

    ...So you can trigger external systems when content is changed and also post your blog to Medium or create a tweet automatically. We know that companies can have very complicated rules about who can create, review or publish content. With our compelling workflow system, you can implement your rules in Squidex.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    QxOrm library

    QxOrm library

    C++ Qt ORM (Object Relational Mapping) and ODM library

    QxOrm library is an Object Relational Mapping (ORM) and Object Document Mapper (ODM) database library for C++ Qt developers. QxEntityEditor is a graphic editor for QxOrm library : QxEntityEditor provides a graphic way to manage the data model. QxEntityEditor is multi-platform (available for Windows, Linux, and Mac OS X) and generates native code for all environments, desktop (Windows, Linux, Mac OS X), embedded and mobile (Android, iOS, Windows Phone, Raspberry Pi, etc.). A user manual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Anthony's VS Code Settings

    Anthony's VS Code Settings

    My VS Code settings and extensions

    Anthony's VS Code Settings contains the personal VS Code settings, extensions list and snippets of Anthony Fu— essentially his curated development environment configuration. It provides the settings.json, extensions.json, and other snippet files under .vscode/. The idea is for others to inspect, adopt, clone, or adapt his settings for a more consistent VS Code experience. The settings cover font, icons, product icons, theme, file-nesting config (via the other project), linting integration,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ultracite

    Ultracite

    A highly opinionated, zero-configuration linter and formatter

    Ultracite is a highly opinionated, zero-configuration linting and formatting preset designed primarily for modern JavaScript/TypeScript codebases. It is built on top of the Biome toolchain (written in Rust) and aims to deliver sub-second performance so that formatting and linting feel seamless, even on large projects. Because it comes pre-configured with sensible defaults for frameworks like React and Next.js, developers can adopt it with minimal setup—simply run npx ultracite init and start...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java Design Patterns Website

    Java Design Patterns Website

    Next generation website for Java Design Patterns

    ...The site structure makes it easier to discover related patterns, see intent and applicability, and jump between creational, structural, and behavioral groups. Because it’s built on VuePress, it benefits from a static-site workflow, theming, and easy deployment to GitHub Pages or similar hosting. It’s a good example of taking a large technical repo and giving it a documentation-first UI so newcomers can learn patterns without getting lost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    type-challenges

    type-challenges

    Collection of TypeScript type challenges with online judge

    type-challenges is a massive set of TypeScript type-level puzzles that turn the compiler into a playground for metaprogramming. Each challenge is a miniature kata where you implement types that transform other types—parsing strings, inferring tuples, mapping unions—without writing any runtime code. Problems are arranged from warm-ups to brain-twisters, letting developers build intuition about distributive conditional types, inference in extends, variance, and other corner cases of the type...
    Downloads: 0 This Week
    Last Update:
    See Project