Showing 20 open source projects for "patterns"

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-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 1
    Android Interview Questions

    Android Interview Questions

    Your Cheat Sheet For Android Interview

    ...Modern practices are addressed as well—Kotlin language features, coroutines, Jetpack components, MVVM/MVI architecture, dependency injection, and testing strategies. Performance and reliability topics receive attention, such as memory management, threading, WorkManager, networking, and offline storage patterns. The content favors concise, practical answers that interviewers expect, helping candidates rehearse concepts and trade-offs rather than memorize trivia. It’s equally useful for brushing up before an interview and for leveling up day-to-day Android engineering knowledge.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Spring Integration

    Spring Integration

    Provides an extension of the Spring programming model

    Extends the Spring programming model to support the well-known Enterprise Integration Patterns. Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters. Those adapters provide a higher-level of abstraction over Spring’s support for remoting, messaging, and scheduling. Spring Integration’s primary goal is to provide a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OWASP Find Security Bugs

    OWASP Find Security Bugs

    The SpotBugs plugin for security audits of Java web applications

    ...Plugins are available for Eclipse, IntelliJ / Android Studio and NetBeans. Command line integration is available with Ant and Maven. Can be used with systems such as Jenkins and SonarQube. Extensive references are given for each bug patterns with references to OWASP Top 10 and CWE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    From Java To Kotlin

    From Java To Kotlin

    Your Cheat Sheet For Java To Kotlin

    ...Examples illustrate side-by-side Java and Kotlin snippets, revealing opportunities to reduce boilerplate and improve readability. The guide includes best practices for coroutine usage, collection operations, and scoping functions that make asynchronous and functional patterns feel natural. It also discusses interoperability and migration strategies so mixed-language projects remain stable during the transition. The result is a concise playbook that helps teams adopt Kotlin with confidence, writing safer and more maintainable code without losing touch with the underlying platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 5
    RE2/J

    RE2/J

    linear time regular expression matching in Java

    ...It achieves this efficiency by simulating all possible matches in a single pass using a nondeterministic finite automaton (NFA), ensuring predictable and safe performance even with complex patterns. This makes RE2/J ideal for applications that must handle user-supplied regular expressions securely without the risk of denial-of-service through regex backtracking. While it omits some advanced features like backreferences and certain Java regex options, it supports the vast majority of practical expressions used in production code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QR Code generator library

    QR Code generator library

    High-quality QR Code generator library in Java, TypeScript/JavaScript

    This project aims to be the best, clearest library for generating QR Codes. My primary goals are flexible options and absolute correctness. The secondary goals are compact implementation size and good documentation comments. This work is an independent implementation based on reading the official ISO specification documents. I believe that my library has a more intuitive API and shorter code length than competing libraries out there. The library is designed first in Java and then ported to...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 7
    LaTeX Examples

    LaTeX Examples

    Examples for the usage of LaTeX

    LaTeX-examples is a repository collecting a variety of example documents and snippets demonstrating LaTeX features, usage patterns, and common templates. It acts as a playground for learning LaTeX syntax, macros, formatting tricks, and document structuring practices. Files include sample articles, reports, book chapters, presentations (using Beamer), tables, mathematical typesetting examples (equations, aligned systems, integrals, matrices), custom macros, and styling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    mall-swarm

    mall-swarm

    Microservices edition of the mall e-commerce system

    ...The repository is structured to show how cross-service concerns like service registry, configuration center, monitoring, distributed transactions, API gateway and messaging are done in microservice architecture. It is used as a teaching platform to help engineers migrate from monolith to microservices, grasp the patterns, pitfalls and infrastructure considerations (e.g., Nacos, Seata). The documentation includes diagrams of system architecture, business architecture, service organization, and shows how to set up on Kubernetes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenAI-Java

    OpenAI-Java

    OpenAI Api Client in Java

    ...It is designed to make it easier for Java applications to call endpoints like chat completions, embeddings, function calling, streaming, and other model services using idiomatic Java patterns. You configure the client (often via environment variables or system properties), then build parameter objects (e.g. ChatCompletionCreateParams) and invoke methods like client.chat().completions().create(...) to send requests in a type-safe way. The library also supports streaming APIs, where the response arrives in chunks, using helpers like ChatCompletionAccumulator to accumulate partial responses into a full object. ...
    Downloads: 2 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
    java-pdf-table-extractor-lib

    java-pdf-table-extractor-lib

    Java Pdf Table extraction library

    The command line application is an example of usage of the Java library. The library is based on pdfbox library and works by looking for the layout of each selected pdf page, and looking for table structure patterns. After calling the library (passing the pdf filename, and the page range), the result is a List<PdfTextElement>. PdfTextElement is an interface that has two implementations. * A basic text (outside the tables) * And PdfTextTabulaElement, for table structures. That implementation allows reading table dimensions and the text of each cell of the table. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Volley

    Volley

    HTTP library that makes networking for Android apps

    ...Error handling, retries with backoff, and request prioritization are first-class, making it easier to handle flaky mobile networks. While Android has other HTTP stacks, Volley’s value is in opinionated, high-level primitives that fit common app patterns without pulling in heavy dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Spring Cloud Examples

    Spring Cloud Examples

    Spring Cloud learning cases, service discovery, service governance

    The Spring Cloud Examples repository appears to be a collection of sample applications and demos that illustrate how to use Spring Cloud and related cloud-native patterns in real-world microservice or distributed-service contexts. It provides working codebases showing how to wire together service discovery, configuration, inter-service communication, and possibly resilience patterns — giving developers a hands-on playground rather than theoretical documentation. By studying the examples, one can understand how Spring Cloud works in practice: how to structure services, how to configure them, and how they interact under realistic conditions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    okhttp-utils

    okhttp-utils

    okhttp's helper class

    okhttp-utils is a utility wrapper around the popular OkHttp networking library in Android that simplifies HTTP request creation, execution, and response handling for developers building mobile applications. Instead of writing verbose setup and callback code for each request, OkHttpUtils provides fluent builder patterns to configure GET, POST, file upload, download, and form requests in a more readable and concise way. It includes built-in callbacks for parsing JSON into objects, handling errors, updating UI threads, and reporting progress for file operations, reducing boilerplate and improving developer productivity. OkHttpUtils also supports request tagging and cancellation, enabling clean lifecycle management especially in activities or fragments where you want to avoid leaks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AndroidEventBus

    AndroidEventBus

    Library for android, simplifies communication between services

    ...It allows developers to define and post custom events that can be observed by multiple parts of an app, such as UI controllers, services, or background workers, without requiring direct references between senders and receivers. Unlike simple observer patterns, AndroidEventBus typically integrates with Android lifecycles so that subscribers are automatically registered, paused, or cleaned up based on activity/fragment state — reducing memory leaks and errant behavior during configuration changes. The library aims to simplify common inter-component messaging tasks (like posting a login success event or notifying multiple listeners of state changes) while preserving type safety and performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    cairo4j

    Java bindings to cairo

    ...JNI code is automatically generated, thanks to Hawtjni library; - Supported on Windows, Linux and Mac; - Draw directly to an AWT Canvas through JAWT; Missing features: - User fonts and raster source patterns are not implemented yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JSON Search, Other Utilities

    Lightweight utility classes that complement the standard libraries.

    ...Most of the classes in this package are standalone files without dependencies on other classes inside or outside of this package. Some classes are more procedural than others in the sense that they are simply collections of static methods. Some classes are meant to enforce certain design patterns. This is an ongoing project. Java documentation is available on project website: http://jsonjavasearchmore.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Survey Developer Library 4 Java

    Survey Developer Library 4 Java

    Java framework with reusable patterns and classes

    A generic Java framework with reusable patterns and classes for enhanced development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JAgile (or "Java Agile") is a simple but practical framework in Java. It implements some JEE Patterns as Transfer Object, Session Facade, Business Object, DAO Factory and DAO. Its unique persistence implementation is the Hibernate Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A task scheduler written in java, supporting outlook style recurrence patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A simple tool to pinpoint jdbc connection leaks in java code. Of course your code is the best and implements patterns, but what if you have to work on an old project that is not so neat and it has a connection leak? Do you start looking everywhere?
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next