Showing 1248 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 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
    The Fish Cookbook

    The Fish Cookbook

    From Shell to Plate: Savor the Zest of Fish

    ...Instead of treating Fish as a niche or simple alternative shell, this cookbook showcases real solutions for common shell tasks such as prompt customization, tab completion, scripting patterns, task automation, environment configuration, and tooling workflows. Through clear examples and “copy-paste ready” solutions, users can learn idiomatic Fish scripting techniques that leverage Fish’s modern features like universal variables, autosuggestions, and colorized prompts. Because Fish’s syntax diverges from POSIX shells like bash/zsh, the cookbook helps close the gap by providing approachable, real-world snippets that teach both functionality and style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    iJEPA

    iJEPA

    Official codebase for I-JEPA

    ...The design scales naturally with Vision Transformer backbones and flexible masking strategies, and it trains stably at large batch sizes. i-JEPA’s predictions are made in embedding space, which is computationally efficient and better aligned with downstream discrimination tasks. The repository provides training recipes, data pipelines, and evaluation code that clarify which masking patterns and architectural choices matter most.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    React Projects

    React Projects

    Collection of React example / tutorial projects

    This repository is a collection of small-to-medium React applications that showcase practical patterns, from stateful widgets to multi-page interfaces. Each project is self-contained and demonstrates specific techniques—hooks for state and effects, context for global state, custom hooks for reuse, and reducer patterns for complex updates. The codebases include common UI tasks like forms, modals, lists, filtered search, and pagination, along with data fetching and basic routing where appropriate. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 5
    Flutter UI Nice

    Flutter UI Nice

    More than 130+ pages in this beautiful app

    ...It includes sample implementations of login screens, shopping flows, media apps, dashboards, and social layouts. The goal is to give developers a reference for how to achieve common UI patterns using Flutter widgets and theming. Each example is designed to be clean, responsive, and easy to adapt into production codebases. The repository is particularly helpful for beginners who want hands-on guidance on structuring real screens instead of only isolated widgets. It serves as both a design gallery and a practical teaching tool, showing how Flutter can mimic polished, industry-level designs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kubernetes Examples

    Kubernetes Examples

    Minimal self-contained examples of standard Kubernetes features

    A reference repository of YAML with canonical and as-simple-as-possible demonstrations of Kubernetes functionality and features. Minimal self-contained examples of standard Kubernetes features and patterns in YAML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    javaboy-code-samples

    javaboy-code-samples

    Collection of Java code examples and demo projects

    javaboy-code-samples is a well-curated collection of Java code examples and demo projects assembled by a prolific instructor and blogger to illustrate key concepts in backend development. Rather than focusing on a single application, it groups many small sample programs and projects that exemplify usage of Java core APIs, Spring Boot, frameworks like GRPC and Shiro, REST services, JWT, web security, caching, asynchronous processing, and database interactions. Each sample serves as a compact...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    haoel.github.io

    haoel.github.io

    Comprehensive guide on self-hosting proxies, VPNs and transparent gate

    ...It walks through buying and evaluating VPSes (regions, bandwidth, CN2/GIA lines), enabling kernel/network optimizations (BBR), and applying production practices like TLS certificates with Let’s Encrypt and using Cloudflare safely. The guide provides multiple deployment patterns (Dockerized gost / Shadowsocks / L2TP-IPSec, IKEv2 suggestions, and Cloudflare WARP integration), plus client configuration instructions for desktop and mobile (Clash, SwitchyOmega, Shadowrocket, etc.). Several transparent gateway patterns are explained: router/OpenWRT (Clash on the router), Raspberry Pi gateway, and a data-center NAT/EC2 NAT instance design with Clash for whole-VPC routing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Uber Go Style Guide

    Uber Go Style Guide

    The Uber Go Style Guide

    This repository holds the Uber Go Style Guide, which documents patterns and conventions used in Go code at Uber. Styles are the conventions that govern our code. The term style is a bit of a misnomer, since these conventions cover far more than just source file formatting—gofmt handles that for us. The goal of this guide is to manage this complexity by describing in detail the Dos and Don'ts of writing Go code at Uber.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 10
    ProShop eCommerce Platform

    ProShop eCommerce Platform

    Shopping cart built with MERN & Redux

    ProShop is a full-stack e-commerce teaching project that demonstrates how to build a production-style store with the MERN stack. The backend uses Node.js and Express to expose RESTful endpoints for products, users, orders, and payments, with MongoDB handling persistence and indexing. Authentication uses JWT and protected routes, while role-based guards separate shopper and admin flows such as product management and order fulfillment. The React frontend implements routing, global state, cart...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Index Advisor

    Index Advisor

    PostgreSQL Index Advisor

    index_advisor is a PostgreSQL extension developed by Supabase that suggests index optimizations based on query performance. It passively monitors query patterns and recommends indexes to improve performance without requiring deep database expertise. This tool helps developers and DBAs reduce query latency and improve efficiency in production environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flutter Tutorials

    Flutter Tutorials

    Source code for all the tutorials on FilledStacks' channel

    This repository is a collection of educational Flutter projects created to teach best practices, patterns, and real-world app features. Each tutorial is structured as a separate mini-project focusing on a topic like state management, navigation, responsive layouts, or service integration. It emphasizes clean architecture, testability, and scalable code, showing developers how to go beyond toy examples. Tutorials often come with detailed commentary or videos to explain design decisions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Metlo

    Metlo

    Metlo is an open-source API security platform

    Metlo is an open source API security tool you can set up in < 15 minutes that inventories your endpoints, detects bad actors, and blocks malicious traffic in real time. Metlo passively listens to your API traffic and tags every malicous request. Our models are built on patterns of malicous requests to detect bad actors and API attacks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    sense2vec

    sense2vec

    Contextually-keyed word vectors

    sense2vec (Trask et. al, 2015) is a nice twist on word2vec that lets you learn more interesting and detailed word vectors. This library is a simple Python implementation for loading, querying and training sense2vec models. For more details, check out our blog post. To explore the semantic similarities across all Reddit comments of 2015 and 2019, see the interactive demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AI Code Translator

    AI Code Translator

    Use AI to translate code from one language to another

    AI Code Translator is a web-based tool that leverages AI to translate source code from one programming language to another, making cross-language porting or code conversion significantly easier — useful when migrating codebases, experimenting across languages, or learning how code patterns map across languages. The UI is built with Next.js + TypeScript, plus modern tooling like Tailwind CSS, giving a clean frontend experience where you paste or upload code, select target language, and get output quickly. Because it uses AI under the hood, the translation can handle not just syntax but also adapt idioms or patterns appropriately for the target language (though with the usual caveats around AI output correctness). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Understand Prompt

    Understand Prompt

    Structured exploration and summary of prompt engineering practices

    ...It aims to elevate prompts from ad-hoc text inputs to a disciplined part of the toolchain, helping developers/artists/writers get more reliable results from AI models. The repository also acknowledges that prompt engineering is model-specific and evolving, and invites readers to adapt patterns rather than blindly copy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TanStack Bling

    TanStack Bling

    Framework agnostic transpilation utilities for client/server RPCs

    TanStack Bling is a compact, opinionated helper library providing syntactic sugar and utility helpers to enhance productivity and readability in TanStack-based projects, without enforcing architecture. Framework agnostic transpilation utilities for client/server RPCs, env isolation, islands, module splitting, and more. Simplified syntax for repetitive patterns like caching or state updates. Integration with TanStack Query and Router for DRY code. Designed for readability and developer ergonomics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    reCAPTCHA

    reCAPTCHA

    PHP client library for reCAPTCHA, a free service

    reCAPTCHA is Google’s human-verification system that helps websites distinguish real users from automated abuse while keeping friction low for legitimate traffic. The project bundles client and server examples, language-specific helpers, and documentation patterns for integrating reCAPTCHA v2 and v3 flows into web forms and APIs. Its design philosophy is “risk-based”: most users pass silently based on behavioral signals, while higher-risk interactions may be challenged with an image, checkbox, or other verification step. Site owners register keys, embed a small client script, and verify tokens on the server to protect actions like sign-ups, logins, and form submissions. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    peco

    peco

    Simplistic interactive filtering tool

    peco (pronounced peh-koh) is based on a python tool, percol. percol was darn useful, but I wanted a tool that was a single binary, and forget about python. peco is written in Go, and therefore you can just grab the binary releases and drop it in your $PATH. peco can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results. Demos speak more than a thousand words! Here's me looking for a process on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    conc

    conc

    Better structured concurrency for go

    Conc is a Go library for managing structured concurrency, simplifying the development of concurrent applications with high performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DevConnector 2.0

    DevConnector 2.0

    Social network for developers, built on the MERN stack

    ...The frontend is a React app that implements routing, protected pages, Redux-style state management, and UI flows such as registration, login, profile creation, and post feeds. It shows end-to-end patterns like form handling, API consumption, error handling, alerts, and deployment-ready configuration. The project is structured as teaching material, making trade-offs explicit and code approachable for newcomers to full-stack development. Learners can use it as a template for their own projects or as a reference for common MERN stack techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Filebuster

    Filebuster

    An extremely fast and flexible web fuzzer

    Filebuster is an extremely fast and flexible web fuzzer designed for content discovery. Written in Perl, it utilizes efficient HTTP handling to quickly identify hidden files and directories on web servers, aiding in security assessments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Learning Prompt

    Learning Prompt

    Free prompt engineering online course

    Learning-Prompt is a curated repository of prompts, techniques, and instructional patterns designed to help people construct better prompts for AI systems, including generation, reasoning, and debugging tasks. It collects examples of effective prompt formats, chains of thought, strategy scaffolds, and comparative methods that help yield consistent, high-quality results. The project also includes meta-guidance: reflections on prompt failures, tips for prompt tuning, ways to mitigate model bias or misinterpretation, and how to adapt prompts for different AI capabilities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tidyverse

    tidyverse

    Easily install and load packages from the tidyverse

    tidyverse is a meta‑package that installs and loads a cohesive suite of R packages designed for data science, sharing underlying design principles, grammar, and data structures. Core components include ggplot2, dplyr, tidyr, readr, purrr, tibble, stringr, forcats, and more. It promotes tidy data workflows and consistency across tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    missingno

    missingno

    Missing data visualization module for Python

    ...This quickstart uses a sample of the NYPD Motor Vehicle Collisions Dataset dataset. The msno.matrix nullity matrix is a data-dense display which lets you quickly visually pick out patterns in data completion. At a glance, date, time, the distribution of injuries, and the contribution factor of the first vehicle appear to be completely populated, while geographic information seems mostly complete, but spottier. The sparkline at right summarizes the general shape of the data completeness and points out the rows with the maximum and minimum nullity in the dataset. ...
    Downloads: 1 This Week
    Last Update:
    See Project