Showing 543 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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Solved by Flexbox

    Solved by Flexbox

    A showcase of problems once hard or impossible to solve with CSS

    Solved by Flexbox is a collection of layout patterns that demonstrates how CSS Flexbox elegantly resolves classic web design problems. It tackles everyday challenges—vertical centering, equal-height columns, sticky footers, fluid media, and responsive grids—showing concise, production-ready CSS instead of elaborate hacks. Each pattern is presented with plain HTML, clear commentary, and minimal styling, making the underlying technique easy to adapt and extend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BeaEngine 5

    BeaEngine 5

    BeaEngine disasm project

    BeaEngine is a C library designed to decode instructions from 16-bit, 32-bit and 64-bit intel architectures. It includes standard instructions set and instructions set from FPU, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, VMX, CLMUL, AES, MPX, AVX, AVX2, AVX512 (VEX & EVEX prefixes), CET, BMI1, BMI2, SGX, UINTR, KL, TDX and AMX extensions. If you want to analyze malicious codes and more generally obfuscated codes, BeaEngine sends back a complex structure that describes precisely the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FLOGO

    FLOGO

    Simplify building efficient & modern serverless functions and apps

    ...A simple pipeline-based stream processing action with event joining capabilities across multiple triggers & aggregation over time windows. Microgateway pattern for conditional, content-based routing, JWT validation, rate limiting, circuit breaking and other common patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    serverless-chrome

    serverless-chrome

    Run headless Chrome/Chromium on AWS Lambda

    ...Serverless Chrome takes care of building and bundling the Chrome binaries and making sure Chrome is running when your serverless function executes. In addition, this project also provides a few example services for common patterns (e.g. taking a screenshot of a page, printing to PDF, some scraping, etc.). Why? Because it's neat. It also opens up interesting possibilities for using the Chrome DevTools Protocol (and tools like Chromeless or Puppeteer) in serverless architectures and doing testing/CI, web-scraping, pre-rendering, etc. You must configure your AWS credentials either by defining AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environmental variables, or using an AWS profile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Online Fundraising Platform and Donation Software Icon
    Online Fundraising Platform and Donation Software

    BetterWorld uses cutting-edge technology to make online fundraising easy for nonprofits.

    Our fundraising platform is designed to be incredibly easy to use. Set up an account and start raising funds in minutes! With BetterWorld, design gorgeous online auctions to raise more funds with less effort. Our fundraisers look beautiful on phones, tablets, and desktop computers. Utilize the BetterWorld platform to build elegant online giveaways that engage donors and raise funds. Impress donors and spread awareness for your cause. Sell more tickets to fundraisers with BetterWorld. Quickly design custom-branded pages to showcase your events. Take advantage of quick and convenient crowdfunding to raise funds for good causes. BetterWorld's online fundraising platforms make crowdfunding simple and fun.
    Learn More
  • 5

    sreplace

    Command line tool to replace quickly strings in files.

    Command line tool to replace quickly strings in files. Replaces recursively in directories, handles huge files, accepts regulars expression patterns, can replace binary chunks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Sparse Attention

    Sparse Attention

    "Generating Long Sequences with Sparse Transformers" examples

    Sparse Attention is OpenAI’s code release for the Sparse Transformer model, introduced in the paper Generating Long Sequences with Sparse Transformers. It explores how modifying the self-attention mechanism with sparse patterns can reduce the quadratic scaling of standard transformers, making it possible to model much longer sequences efficiently. The repository provides implementations of sparse attention layers, training code, and evaluation scripts for benchmark datasets. It highlights both fixed and learnable sparsity patterns that trade off computational cost and model expressiveness. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Makani

    Makani

    Makani was developed a commercial-scale airborne wind turbine

    Makani was an ambitious Google X project that sought to harness wind energy using airborne wind turbines — autonomous kites capable of generating power while flying in crosswind patterns. This open-source repository contains the complete software stack that powered Makani’s research and flight systems, including the flight simulator, autopilot controller, avionics firmware, visualization tools, and ground control software. The software enables simulation, control, and analysis of the Makani M600 turbine system, designed to operate offshore and autonomously manage complex aerodynamic behaviors. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Whole Platform
    The Whole Platform is a technology for engineering the production of software. We provide an Eclipse based Language Workbench for developing, manipulating and transforming languages using a model driven approach.
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • 9
    Flutter WhatsAppClone

    Flutter WhatsAppClone

    Building a WhatsApp Clone in Flutter

    Flutter WhatsAppClone is a Flutter project that replicates the interface and core user experience of the WhatsApp mobile messaging app, giving developers a full-stack reference for building complex, multi-screen applications in Dart and Flutter. The clone typically includes chat list screens, individual message threads, user profiles, and navigation patterns familiar to WhatsApp users, helping learners see how such UIs are implemented with Flutter’s widget hierarchy. Although it may not have full backend messaging functionality out of the box, the code often illustrates how to model chat data, handle user input, and structure responsive layouts that adapt to different screen sizes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Easy Way To Build A Referral Program Icon
    The Easy Way To Build A Referral Program

    Referral Factory is the #1 referral software used by SMEs and Marketers.

    Referral Factory offers over 1000 pre-built referral program templates you can use as your own, or you can build your own referral program from scratch. You get unlimited referral campaigns on all plans, and brilliant support from their team of referral marketing experts.
    Learn More
  • 10
    interactive-coding-challenges

    interactive-coding-challenges

    120+ interactive Python coding interview challenges

    ...Problems span arrays, strings, stacks, queues, linked lists, trees, graphs, dynamic programming, and more, mirroring common interview themes. Many challenges include hints and reference solutions so you can compare approaches and learn idiomatic patterns. The structure encourages incremental improvement—start with a brute-force idea, then refine to optimal time and space complexity. It serves both as a self-study path and as a warm-up bank for interview prep or coding katas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React-Native-Parsed-Text

    React-Native-Parsed-Text

    Parse text and make them into multiple React Native Text elements

    react-native-parsed-text is a React Native component that enables parsing and styling of substrings within a text block. It allows developers to identify patterns like URLs, phone numbers, or emails and apply custom styles or actions to them.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    libreact

    libreact

    Collection of useful React components

    libreact is a collection of reusable React components and utilities — described as a “standard library for React projects” — that aims to simplify and standardise common patterns in React development. The library is modular: you can import specific modules such as withState, withToggle, mock, loadable, lazy, flipflop, withValue, List, Map, sensors, toggles and more. Many components are isomorphic (work in browser and server) and some even support React Native. It comes with documentation and storybook examples, making it useful for developers who want ready-to-use building blocks instead of reinventing common hooks or patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Skicka

    Skicka

    Command-line utility for working with Google Drive

    ...Because it’s written as a single, portable binary, skicka drops neatly into CI jobs, cron tasks, or container images without extra dependencies. It supports partial trees and ignore patterns, making it easy to back up only what you need or mirror specific project directories. Thoughtful defaults and clear diagnostics help prevent accidental overwrites while keeping common tasks to a single command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Flutter Example Apps

    Flutter Example Apps

    Basic Flutter apps, for flutter devs

    FlutterExampleApps is a curated repository of Flutter application source code and demos intended to help developers learn Flutter development through real-world examples and practical implementations of common app patterns. Instead of being a single app, it consists of dozens of example projects including clones of popular apps, utility apps, interactive UIs, and Flutter integrations with plugins and device features, covering topics from basic widgets to Firebase integration and responsive layouts. This repository is frequently starred and forked by developers because it provides a broad, hands-on showcase of how different features of the Flutter framework and Dart language are used in practice. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Phoenix Framework

    Phoenix Framework

    Peace of mind from prototype to production

    Phoenix is a high-performance, productive web development framework written in Elixir. It runs on the Erlang VM (BEAM). It is designed to support both traditional request/response web applications. It also supports real-time, soft-real-time applications via WebSockets, channels, PubSub, and presence features. Phoenix emphasizes fault tolerance, scalability, and developer productivity. It provides tools like code generators, LiveView integration, templating, routing, and a flexible plug...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    End-To-End

    End-To-End

    End-To-End is a crypto library to encrypt, decrypt, digital sign

    End-to-End was a client-side encryption project that prototyped OpenPGP-compatible, end-to-end encrypted messaging in the browser. The idea was to move cryptographic operations entirely to the user’s machine—key generation, encryption, and signature—so messages remain unreadable to intermediaries. It packaged a JavaScript crypto library, UI elements, and a browser extension workflow that could integrate with webmail-style UIs without server changes. The codebase emphasized careful key...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    Hikari

    Hikari

    LLVM Obfuscator

    ...Designing an Obfuscator is hard, and keeping the source open definitely leaks the pattern to crackers which could potentially make the crackers' life easier if they have the right skillset. While every reasonable attempt has been made in Hikari to reduce such patterns from appearing, however, with overkill weapons like symbolic execution, binary obfuscation can still be defeated much easier, even so-called VM-based obfuscation. DOI 10.1145/2991079.2991114 explained this in great detail. I would implement a few anti-SE mechanisms in the future in an attempt to cause (even) more trouble to attackers, though.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Scaffold-ETH

    Scaffold-ETH

    Forkable Ethereum dev stack focused on fast product iterations

    ...Common dapp niceties are prewired—wallet connections, account switching, faucets for local testing, and example UIs for reading/writing contract functions—so teams can focus on product logic rather than scaffolding. The project promotes good habits with opinionated structure, sample tests, and patterns for environment configuration and multi-network deployment. It’s widely used for tutorials, hackathons, and MVPs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Adianti

    Adianti Framework provides a complete architecture for developing PHP.

    Adianti Framework provides a complete architecture for developing PHP applications, reducing development costs and helping developers to write less code. Adianti Framework is a component-based and event-driven framework that uses commonly known enterprise design patterns like MVC (Model View Controller), Front Controller and ORM (Object-Relational Mapping) design patterns like Active Record and Repository. Adianti Framework is also the first framework in the world that provides two different widget toolkits, one for Web applications (HTML/CSS) and another for graphical applications (with Graphical User Interface) that uses Gtk internally. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    ArangoDB Interactive Tutorials

    ArangoDB Interactive Tutorials

    Repository for all ArangoDB interactive tutorial notebooks

    Choose your favored cloud platform with ArangoGraph, a full-managed, scalable, and high-performance graph database service that delivers the added value of an integrated document store, full-text search engine, and geospatial capabilities. This unified solution offers seamless, hassle-free management of these diverse data models and types, relieving you of operational overhead and allowing you to focus on innovation and development. Run on ANY system. Plus, ArangoDB supports Kubernetes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python Patterns

    Python Patterns

    A collection of design patterns/idioms in Python

    Python-Patterns is a repository collecting implementations of many classical design patterns and idioms, written in Python. It serves as an educational resource: showing how to implement creational, structural, behavioral, testability, and other patterns in a Pythonic style (or sometimes less so), illustrating trade-offs, different styles, and use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AhoCorasickDoubleArrayTrie

    AhoCorasickDoubleArrayTrie

    An extremely fast implementation of Aho Corasick algorithm

    AhoCorasickDoubleArrayTrie is a Java implementation of the Aho–Corasick multi-pattern matching algorithm that is optimized using a Double-Array Trie data structure. It is designed for fast keyword scanning across large texts, where you want to search for many patterns simultaneously and efficiently. The core idea is to build an automaton from a dictionary of patterns, then stream through input text to emit matches with minimal overhead. By using a double-array trie representation, the project emphasizes performance and memory efficiency compared to simpler pointer-heavy trie structures, which can matter a lot for large dictionaries or latency-sensitive services. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    react-native-material-bottom-navigation

    react-native-material-bottom-navigation

    Beautiful, customizable and easy-to-use material design navigation

    A beautiful, customizable and easy-to-use. Material Design Bottom Navigation for react-native.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    IntelliJ Plugins

    IntelliJ Plugins

    Open-source plugins included in the distribution of IntelliJ IDEA

    ...By hosting plugin source code publicly, JetBrains promotes transparency, community contribution, and shared ownership of tooling that improves developer productivity and integrates niche technologies into world-class IDEs. Developers can explore design patterns, sample implementations, and extension points used by real plugins, learn how to build their own, or contribute enhancements and bug fixes.
    Downloads: 8 This Week
    Last Update:
    See Project