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
  • 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
    DiagonalLayout

    DiagonalLayout

    Explore new styles and approaches on material design

    DiagonalLayout is another Android UI library aimed at enabling non-rectangular, more dynamic layout patterns: it provides a custom layout container whose sides (top, bottom, left, right) can be clipped diagonally, producing slanted, angled UI containers. This is especially useful when you want to build visually striking, non-conventional layouts — e.g. a header section on a profile screen with a diagonal bottom edge, a card with angled border, or image backgrounds slanted across the screen. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fabric8 Pipeline Library

    Fabric8 Pipeline Library

    Fabric8 Pipeline for Jenkins

    This repository is a Jenkins Shared Library that packages reusable pipeline steps and patterns for building, testing, and releasing containerized applications to Kubernetes and OpenShift. It codifies best practices—building images, running unit/integration tests, publishing artifacts, and rolling out changes—so teams can adopt a consistent CI/CD approach with minimal Groovy code. The library includes helpers for preview environments, GitOps-style promotion, and release versioning to improve traceability across stages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    C++ Core Guidelines

    C++ Core Guidelines

    The C++ Core Guidelines are a set of tried-and-true guidelines

    ...Authored and curated by leaders in the C++ community, it organizes guidance into rules on type and resource safety, interfaces, performance, error handling, concurrency, and library design. Each rule is rationale-driven, showing the “why” behind recommendations and linking to examples that illustrate good and bad patterns. The guidelines encourage use of modern language features—RAII, smart pointers, move semantics, ranges, and constexpr—while steering developers away from brittle idioms and unsafe constructs. Enforcement is a central theme: many rules are designed to be checkable by static analysis tools and linters so teams can automate compliance. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ES6 Overview

    ES6 Overview

    ES6 Overview in 350 Bullet Points

    ...Topics include block-scoped declarations (let, const), arrow functions, classes, modules, destructuring, rest/spread, template strings, iterators, generators, maps/sets, promises, and more. Each section gives short, practical bullet points that highlight what the feature is, how it compares to older patterns, and why it matters for real-world code. The document links out to longer, in-depth articles for readers who want to dive deeper into a particular topic, but stands alone as a quick reference or crash course in modern JavaScript. It’s particularly useful for developers coming from ES5 who want to update their mental model and code style without reading a full book.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 5
    PurifyCSS

    PurifyCSS

    Remove unused CSS. Also works with single-page apps

    ...If your application is using a CSS framework, this is especially useful as many selectors are often unused. Statically analyzes your code to pick up which selectors are used. The CLI currently does not support file patterns. Remove unused CSS code from your stylesheet. PurifyCSS is meant to be installed via npm and built into your build process using tools like Grunt, Gulp or Webpack. However if you're using a different development stack or building your sites with a CMS like Wordpress, you can use the online tool to clean up your stylesheet. Especially if you are using CSS frameworks like Bootstrap or a multi-purpose Wordpress theme, chances are you are actually using less than 20% of the defined CSS rules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    SG ERP

    SG ERP

    Purchase and Sale Management System

    The relevance of the development of the project addressed is justified difficulties in managing the business processes in search of of an organizational improvement. Taking advantage of the ease of doing research on information. Being able in a second step to make a study in the data collected to observe patterns, probabilities, generate graphs. In addition to the benefits already mentioned, we also access of business data, the end of redundancies, facilitate the creation of estimates, decrease of physical space for storage of data, access from anywhere with the internet and browsing, human error and less vulnerability in access to information information, such as cadastral data, for example.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    yo-yo.js

    yo-yo.js

    A tiny library for building modular UI components using DOM diffing

    ...The core idea behind yo-yo is to enable developers to write modular, dynamic views using ES6 tagged template syntax, then update those views by intelligently diffing and morphing the real DOM rather than re-rendering everything. It’s inspired by patterns found in larger UI frameworks but stays extremely lightweight—only a few kilobytes when minified and gzipped—by leveraging existing tools like bel (for templating) and morphdom (for DOM updates). yo-yo underpins some higher-level frameworks and is ideal for developers who want direct control over components without the overhead of a full reactive framework. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    React Redux Starter Kit

    React Redux Starter Kit

    Get started with React, Redux, and React-Router

    ...The project structure presented in this boilerplate is fractal, where functionality is grouped primarily by feature rather than file type. This structure is only meant to serve as a guide, it is by no means prescriptive. That said, it aims to represent generally accepted guidelines and patterns for building scalable applications. Hot reloading is enabled by default when the application is running in development mode (yarn start). This feature is implemented with webpack's Hot Module Replacement capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    olivermak.es

    olivermak.es

    Personal archive for Oliver Pattison: writing, photos and projects

    Personal archive for Oliver Pattison: writing, photos, and projects. Build a personal website as an archive for my creative output. Experiment with HTML, CSS, and JavaScript using design patterns that I have not implemented before. Self-built: design and implement as much as possible by myself. Showcase my work for others. Improve at building advanced static sites with Jekyll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    lua-resty-waf

    lua-resty-waf

    High-performance WAF built on the OpenResty stack

    lua-resty-waf is a web application firewall implemented in Lua for OpenResty/NGINX, designed to run inline at the edge with low overhead. It inspects requests and responses during NGINX phases, applying rule logic and anomaly scoring to detect patterns like SQL injection, cross-site scripting, and protocol abuse. Rules are organized into policies with configurable actions—block, log, or allow—and can leverage shared dictionaries for counters, rate limits, and caching decisions. Because it runs inside the NGINX event loop, it scales with the web tier and avoids the latency of external proxies. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Corrode

    Corrode

    C to Rust translator

    ...It handles common C features such as pointers, structs, enums, arrays, and function calls, while flagging areas that need attention during the migration. Preprocessor handling and tricky macro patterns are approached pragmatically, aiming for working output over exhaustive transformation. As a proof-of-concept, it demonstrates how automated tooling can accelerate moving from legacy C to a memory-safe language without a full rewrite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DataCleaner

    DataCleaner

    Data quality analysis, profiling, cleansing, duplicate detection +more

    DataCleaner is a data quality analysis application and a solution platform for DQ solutions. It's core is a strong data profiling engine, which is extensible and thereby adds data cleansing, transformations, enrichment, deduplication, matching and merging. Website: http://datacleaner.github.io
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    StarkOX

    StarkOX

    Open Source Robot Operating System

    ...Furthermore, strong cognitive functions, voice and pattern detection together with a new powerful scripting language provide possibilities to create and share abstract behavior patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TESTIMAGES

    TESTIMAGES

    Testing images for scientific purposes

    ...The archive includes more than 2 million images originally acquired and divided in three different categories: SAMPLING and SAMPLING_PATTERNS (aimed at testing resampling algorithms), COLOR (aimed at testing color rendering on different displays) and PATTERNS (aimed at testing the rendering of standard geometrical patterns). Please cite the following papers when using any image in this archive: * ASUNI N, GIACHETTI A, "TESTIMAGES: A Large Data Archive For Display and Algorithm Testing", Journal of Graphics Tools, Volume 17, Issue 4, 2015, pages 113-125, DOI:10.1080/2165347X.2015.1024298 * ASUNI N, GIACHETTI A, "TESTIMAGES: a large-scale archive for testing visual devices and basic image processing algorithms", STAG - Smart Tools & Apps for Graphics Conference, 2014.
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project
  • 15
    Picturefill

    Picturefill

    A responsive image polyfill

    ...If you only want to have an image show up at certain sizes, and not show up at others, you will need to use a transparent placeholder gif. There are currently no known unsupported browsers, provided that you use the markup patterns provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CStitch
    Convert images to cross stitch patterns: choose the number of colors to use and the final pattern size; edit your pattern (save and restore your work); save your pattern as a pdf.
    Leader badge
    Downloads: 209 This Week
    Last Update:
    See Project
  • 17
    AnCH Framework

    AnCH Framework

    Another C++ Hack

    This project has been migrated to GitHub : https://github.com/vlachenal/anch-framework AnCH framework aims to provide utility classes for some common programming features. Features are implemented to be used as simply as possible. This framework was initially a way to test new C++ specifications (C++11) and to test C++ design patterns and tricks. Only POSIX systems are supported for now. Others could be supported later. (Partial) Doxygen documentation can be found on project home page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Web Starter Kit

    Web Starter Kit

    Web Starter Kit - a workflow for multi-device websites

    ...Minify and concatenate JavaScript, CSS, HTML and images to help keep your pages lean. JavaScript code linting is done using ESLint - a pluggable linter tool for identifying and reporting on patterns in JavaScript. Web Starter Kit uses ESLint with eslint-config-google, which tries to follow the Google JavaScript style guide. A built-in server for previewing your site locally while you develop and iterate. Reload the browser in real-time anytime an edit is made without the need for an extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    To create an Open Source and Free solution for the analysis of woven fabric stuctures. Included will be the ability to view the weave structure in 2D, 3D and profile as well as print and save the drafts (patterns).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CloudMIG Xpress

    CloudMIG Xpress

    Find the best suited cloud provider and deployment for your software

    To reduce resource over and under-provisioning, software systems can be migrated to IaaS and PaaS-based cloud environments. However, aligning and optimizing existing software systems for a cloud computing foundation often involves substantial reengineering activities or at least an elaborated configuration during the migration. There exist various challenges that have to be addressed, for example, systematically comparing cloud environment candidates, checking the conformance with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Zabbix Log File Monitoring

    Monitor logs with Zabbix (Application logs, DB logs, System log files)

    ...Monitor/Alert on an unlimited number of linux, unix log files; system logs, application logs, db logs, all log file, regardless of log size or log format. Graph any measurable log file metric: -number of error patterns found -latest size of a monitored log file -number of new entries -identify anomalies -total number of entries at the most recent check time Configure complex log monitoring zabbix checks within seconds...i.e. --Monitor a log for a particular pattern, when string is found, show X number of lines that comes right before and/or after it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Eye

    Eye

    Process monitoring tool. Inspired from Bluepill and God

    ...Inspired from Bluepill and God. Requires Ruby(MRI) >= 1.9.3-p194. Uses Celluloid and Celluloid::IO. Eye is an image processing and analysis library for quickly analyzing image patterns and features, often used in computer vision tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Google Authenticator OpenSource

    Google Authenticator OpenSource

    Open source version of Google Authenticator (except the Android app)

    Google Authenticator is the open-source counterpart of Google’s one-time passcode apps, implementing industry-standard OATH algorithms such as TOTP (time-based) and HOTP (counter-based) for two-factor authentication. The repository historically hosts code for mobile platforms like iOS and BlackBerry, demonstrating how to generate numeric codes locally without needing network access. Its core purpose is to help services and users add a second factor that’s simple to deploy yet resistant to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Gene-Environment iNteraction Simulator 2

    A tool able to simulate gene-environment and gene-gene interactions.

    Gene-Environment iNteraction Simulator 2 (GENS2) simulates interactions among two genetic and one environmental factor and also allows for epistatic interactions. GENS2 is based on data with realistic patterns of linkage disequilibrium, and imposes no limitations either on the number of individuals to be simulated or on number of non-predisposing genetic/environmental factors to be considered. The GENS2 tool is able to simulate gene-environment and gene-gene interactions. To make the Simulator more intuitive, the input parameters are expressed as standard epidemiological quantities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Art of Node

    The Art of Node

    A short introduction to node.js

    The Art of Node is an open-source resource and codebase that explores idiomatic and practical ways to write Node.js applications, often focusing on design patterns, best practices, and real-world examples to help developers build robust, scalable, and maintainable server-side JavaScript. Instead of simply cataloging APIs, the project delves into architecture concepts such as modularization, asynchronous control flows, testing strategies, error handling patterns, and tooling setups that professional Node applications benefit from. ...
    Downloads: 1 This Week
    Last Update:
    See Project