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
  • 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
    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
  • 2
    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
  • 3
    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
  • 4
    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
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    Algorithms in Python

    Algorithms in Python

    Data Structures and Algorithms in Python

    ...It includes code for graph algorithms, heap data structures, stacks, queues, and more — each implemented cleanly so learners can trace logic and adapt for their problems. The repository is particularly useful for people preparing for competitive programming, job interviews, or building a foundational understanding of algorithmic patterns. Because it’s openly maintained, you can browse through issues, see test cases, and observe coding style in a “learning through code” fashion. It also serves as a playground where you can add problems, measure performance, and compare different algorithmic approaches. For anyone striving to move from “I know the syntax” to “I know how to use the right algorithm at the right time,” this repository is a practical asset.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PyPattyrn

    PyPattyrn

    A simple library for implementing common design patterns

    PyPattyrn is a Python package aiming to make it easier and faster to implement design patterns into your own projects. Design patterns by nature cannot be directly translated into code as they are just a description of how to solve a particular problem. However, many of the common design patterns have boilerplate code that is common throughout all implementations of the pattern. This package captures that common code and makes it easy to use so that you don't have to write it yourself in all your projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CSSLint

    CSSLint

    Automated linting of cascading stylesheets

    CSSLint is an open-source CSS code quality tool originally written by Nicholas C. Zakas and Nicole Sullivan. A lint tool performs static analysis of source code and flags patterns that might be errors or otherwise cause problems for the developer. CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    go-best-practice

    go-best-practice

    Trying to complete over 100 projects in various categories in golang

    ...The goal is to help developers go beyond basic syntax and actually build real applications, drawing inspiration from similar “projects” collections in other languages. It emphasizes hands-on learning, using many small, focused examples to demonstrate real-world usage patterns, not just contrived snippets. The project is also community-oriented, with donation links, forums, and a dedicated QQ group for discussion and feedback. Content is licensed under Creative Commons (for the book) and BSD 3-Clause (for the code), making it friendly for both learners and people who want to reuse examples in their own projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    cpx

    cpx

    A cli tool to watch and copy file globs.

    CPX is a Node.js file copying utility designed for handling complex file copy operations with watch mode support. It is useful for build pipelines that require file synchronization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Collection of reusable componentized Design Patterns implemented in Java. The implementations will not be limited to those from GoF. Long term aim is to provide a full catalog of Software Engineering best practices in Java along with show case demos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ruby-processing

    Ruby-processing

    Bridge between the Processing creative-coding framework and Ruby

    Ruby-processing is a bridge between the Processing creative-coding framework (originally Java-based) and the Ruby language, created to let developers and artists write Processing sketches using Ruby syntax. It enables the well-known graphics, animation, interaction and sketching patterns of Processing in a Ruby environment, which can be appealing to those who prefer Ruby’s syntax or already live in the Ruby ecosystem. Though the project is now deprecated and newer alternatives exist, it remains an excellent historical example of how to embed a drawing/graphics API into another language and how creative coding communities evolve. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JCLAL

    JCLAL

    A Java Class Library for Active Learning

    ...JCLAL framework is open source software and it is distributed under the GNU general public license. It is constructed with a high-level software environment, with a strong object oriented design and use of design patterns, which allow to the developers reuse, modify and extend the framework. If you want to refer to JCLAL in a publication, please cite the following JMLR paper. The full citation is: Oscar Reyes, Eduardo Pérez, María del Carmen Rodríguez-Hernández, Habib M. Fardoun, Sebastián Ventura. JCLAL: A Java Framework for Active Learning. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Scaloid

    Scaloid

    Scaloid makes your Android code easy to understand and maintain

    Scaloid is a Scala library designed to make Android app development in Scala more concise, idiomatic, and less verbose compared to using the standard Android APIs. It provides wrappers, syntactic sugar, and implicit conversions so that interacting with Android UI elements, layouts, intents, and other Android primitives feels more natural to Scala developers. For example, it offers DSL-style helpers for defining views and layouts with less boilerplate, implicit conversions to help with event...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CSS3 GitHub Buttons

    CSS3 GitHub Buttons

    Helps you easily create GitHub-style buttons and toolbars using links

    ...It also highlights cross-browser considerations for older engines while keeping the footprint light. For designers and front-end developers, it serves as both a ready-to-use component set and a learning example of crafting classic UI patterns with pure CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    vim-pathogen

    vim-pathogen

    pathogen.vim: manage your runtimepath

    ...Rather than dumping all plugins directly into the same directories, Pathogen encourages you to install each plugin into its own subdirectory (for example under ~/.vim/bundle/), and then it automatically adds those directories into Vim’s runtimepath. This makes upgrades, removals and organization of plugins far easier and more robust. It also supports “infecting” arbitrary directory patterns, so you can keep your plugin directories wherever you like and still have them load seamlessly. While Vim 8 and newer include native “packages” support, Pathogen remains valued for its simplicity and for backward compatibility with older Vim versions. The README emphasises minimal fuss: once execute pathogen#infect() is in your vimrc, you can clone plugin repositories and they just work. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RUM HTML UI

    RUM HTML UI

    Simple, decomplected, isomorphic HTML UI library for Clojure

    Rum is a simple, “decomplected” HTML UI library that works on both the client and server, giving Clojure/ClojureScript developers a unified way to build interfaces. On the client, it functions as a thin React wrapper in ClojureScript, exposing familiar component patterns with idiomatic data-driven code. On the server, it generates static HTML from Clojure so the same component concepts can render outside the browser. The library emphasizes control over state and rendering rather than magic, making it suitable for complex single-page apps that still require server-side rendering or templating. The maintainer notes the project is in “support mode,” but it remains a practical, well-documented approach to isomorphic UIs in the Clojure ecosystem. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Object Graph Visualizer

    Object Graph Visualizer

    A modeling tool for software engineers (OO)

    Object Graph Visualizer is a tool primarily meant to be used in CS courses to help new students understand the Object Oriented paradigm and patterns. Classes and objects - that can be part of a software project - are visualised in 3D: The classes stay In the xz-plane in form of an UML class diagram. Directly above in the y-axis objects can be instantiated as an object diagram. Classes can be connected with all sorts of relations (Associations, Compositions, Generalization, etc.), objects with object relations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    UMD

    UMD

    Patterns for JavaScript modules that work everywhere

    This repository formalizes the design and implementation of the Universal Module Definition (UMD) API for JavaScript modules. These are modules which are capable of working everywhere, be it in the client, on the server or elsewhere. The UMD pattern typically attempts to offer compatibility with the most popular script loaders of the day (e.g RequireJS amongst others). In many cases it uses AMD as a base, with special-casing added to handle CommonJS compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GXUI

    GXUI

    An experimental Go cross platform UI library

    ...Rendering was driven by a graphics backend so that animations, text, and compositing could be smooth without relying on heavyweight native bindings. The library encouraged idiomatic Go patterns—composition and interfaces—while offering a retained-mode tree of views for common desktop interactions. Although the project is no longer actively developed, it remains a reference for how to bridge Go’s concurrency model with UI event loops and rendering pipelines. Developers still look to it for examples of input handling, focus management, and custom drawing in pure Go environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    flex: the fast lexical analyser

    flex is a tool for generating scanners

    flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. ...
    Leader badge
    Downloads: 1,838 This Week
    Last Update:
    See Project
  • 21
    DeepDream

    DeepDream

    This repository contains IPython Notebook with sample code

    DeepDream is a small, educational repository that accompanies Google’s original “Inceptionism” blog post by providing a runnable IPython/Jupyter notebook that demonstrates how to “dream” through a convolutional neural network. The notebook shows how to take a trained vision model and iteratively amplify patterns the network detects, producing the hallmark surreal, hallucinatory visuals. It walks through loading a pretrained network, selecting layers and channels to maximize, computing gradients with respect to the input image, and applying multi-scale “octave” processing to reveal fine and coarse patterns. The code is intentionally compact and exploratory, encouraging users to tweak layers, step sizes, and scales to influence the aesthetic. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Effinator

    A complete code generator for Entity Framework based Architecture

    Effinator is a open source application developed in C#.Net basically its a code generator to build your Basic Architecture based on Entity Framework and best practice patterns. In a gist, with this tool instead of writing CRUD codes for each database table this project will generate it for you saving you time and effort in creating a repetitive process.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    FREJ
    FREJ stands for "Fuzzy Regular Expressions for Java" - it is a command-line tool and library which allow you easily compare strings with patterns disregarding nasty typos and considering several variants (like "Barack Obama", "B.H.Obama" etc.) Project sources are moved to github: https://github.com/RodionGork/FREJ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MOBIDICK
    MOBIDICK (MOdular But IntegrateD applICation frameworK) is dedicated to gather as less as possible Java frameworks in order to complete full needs of large business application and allow regeneration of code, even when java frameworks change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Gulp-Cheatsheet

    Gulp-Cheatsheet

    A cheatsheet for gulp.js

    The gulp-cheatsheet repository is a compact, printable reference guide for Gulp.js, summarizing common commands, patterns, and usage examples in both JavaScript and CoffeeScript. It’s designed to be easily printed or posted beside a workstation, acting as a quick lookup for task definitions, streams, watching, and build workflows. The cheatsheet covers essential topics like Gulp installation, defining tasks, piping streams, watchers, and handling asynchronous tasks.
    Downloads: 0 This Week
    Last Update:
    See Project