Showing 1633 open source projects for "patterns"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • The first and only enterprise browser that solves both enterprise security and workforce productivity Icon
    The first and only enterprise browser that solves both enterprise security and workforce productivity

    A browser purpose-built for work: one that simultaneously supercharges enterprise security, workforce productivity and enterprise AI.

    Traditional browsers were never designed for work. They're for internet browsing. Imagine a browser purpose-built for work: one that simultaneously supercharges enterprise security, workforce productivity and enterprise AI.
    Learn More
  • 1
    Beginner JavaScript

    Beginner JavaScript

    Slam Dunk JavaScript

    ...Because everything runs in the browser with minimal tooling, setup is simple and newcomers can focus on the language rather than the build system. The repo doubles as a reference you can revisit later when you need to refresh syntax or patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    soulng

    Lexer and parser generator tool for C++

    ...The slg tool takes a .lexer file that contains the description of a lexical analyzer as input and produces C++ source code for a lexical analyzer as output. The produced lexical analyzer is a finite state machine that recognizes patterns described as regular expressions and return corresponding token identifiers to the parser. The spg tool takes .parser files that contain descriptions of parsers as input and produces C++ source code for parser classes as output. The parser generator produces a recursive descent top-down backtracking parser that use the lexical analyzer generated by slg to tokenize the input.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    DavesMetronome
    ...JRE can be downloaded from https://www.java.com/en/download/manual.jsp. Version 2.0 adds programming capability. Program simple exercises to increase or decrease tempo after a specified number of beats or define complex rhythm patterns. See the 'Help' menu item in the upper right corner of the application for information about How To Use the Metronome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    handson-ml2

    handson-ml2

    Jupyter notebooks that walk you through the fundamentals of ML

    ...Deep learning sections use the contemporary Keras/TensorFlow 2 ecosystem, highlighting clean APIs and eager execution to make experiments easier to reason about. Traditional ML topics remain central, with scikit-learn pipelines, feature engineering, and cross-validation patterns that transfer to real projects. The material favors clear explanations and runnable code over theory alone, so learners can iterate, visualize, and debug as they go. It’s suitable for self-study, classrooms, and as a reference for practitioners who want concise, working examples of common ML tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Dragonfly | An In-Memory Data Store without Limits Icon
    Dragonfly | An In-Memory Data Store without Limits

    Dragonfly Cloud is engineered to handle the heaviest data workloads with the strictest security requirements.

    Dragonfly is a drop-in Redis replacement that is designed for heavy data workloads running on modern cloud hardware. Migrate in less than a day and experience up to 25X the performance on half the infrastructure.
    Learn More
  • 5
    modplug

    modplug

    A music tracker software for Windows.

    NOTE: This is a legacy sourceforge project. Please download the software from https://openmpt.org/ instead. The official code repository can now be found at https://source.openmpt.org/browse/openmpt/ OpenMPT is a Windows-based audio application used to produce music. The application was initially a private project developed by Olivier Lapicque and is a popular 'tracker' used by many musicians. OpenMPT is available as both a 32-bit and 64-bit application. For more information and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Flutter Tips and Tricks

    Flutter Tips and Tricks

    A Collection of Flutter and Dart Tips and Tricks

    A curated collection of over 300 Flutter and Dart tips, tricks, and code patterns shared by developer Vandad Nahavandipoor. It showcases concise, real-world examples like map equality, animations, custom errors handling, UI effects, performance tweaks, and more. This resource is excellent for both beginners and experienced developers looking to level up Flutter skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Comete
    Comete is a Java framework that aims to make easier programming of scientific data plotting applications. It uses a MVC paradigm and other design patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AnalysePlugin
    ...DE 2016-01 Supporting Don HO's NotePad++ see http://notepad-plus-plus.org/ This sources are a dockable pattern search plugin for Notepad++ version 5.1 or later. With this plugin you can search for multiple patterns in any of the opened documents in NotePad++. You may want to tune your search using all fancy tricks from NPP like regular expressions or escaped patterns and give each of the searches different colors. The result will be stored in a dockable window in same ordering as in the origin and a double click allows you to jump to the original position. ...
    Leader badge
    Downloads: 782 This Week
    Last Update:
    See Project
  • 9
    Fruit

    Fruit

    Fruit, a dependency injection framework for C++

    ...Instead of relying on runtime string keys or service locators, bindings are expressed with templates and policy objects that the compiler verifies. It supports constructor injection, assisted injection for factory patterns, scoping (singleton vs. per-request), and provider chains while keeping overhead minimal. Modules declare provided interfaces and requirements, and the injector ensures the whole graph is complete before you ship, eliminating many runtime surprises. Because bindings are ordinary C++ code, they integrate naturally with headers, visibility rules, and link-time optimization. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Advertise and grow confidently Icon
    Advertise and grow confidently

    TrafficGuard is for any business advertising on Google Ads to ensure their ad spend delivers genuine advertising engagement

    TrafficGuard's PPC protection makes it easy for businesses of all sizes to protect their Google Ads campaigns from click fraud.
    Learn More
  • 10
    Opulence

    Opulence

    A simple, secure, and scalable PHP application framework

    ...Create extendable, cacheable views using Fortune. Use middleware to manipulate your HTTP requests and responses. Use plain-old PHP objects and the repository and data mapper patterns for your ORM. Write your own powerful console commands using Apex. Integration test all your HTTP routes and console commands. Automatically instantiate controllers with the DI container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Privaxy

    Privaxy

    Privaxy is the next generation tracker and advertisement blocker

    ...Privaxy is a MITM HTTP(s) proxy that sits in between HTTP(s) talking applications, such as a web browser and HTTP servers, such as those serving websites. By establishing a two-way tunnel between both ends, Privaxy is able to block network requests based on URL patterns and to inject scripts as well as styles into HTML documents. Operating at a lower level, Privaxy is both more efficient as well as more streamlined than browser add-on-based blockers. A single instance of Privaxy on a small virtual machine, server or even, on the same computer as the traffic is originating from, can filter thousands of requests per second while requiring a very small amount of memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Spring Boot Examples

    Spring Boot Examples

    Spring Boot tutorials, technology stack example code

    spring-boot-examples is a collection of small, runnable projects that teach Spring Boot “by example,” emphasizing minimal dependencies and practical, copy-pasteable patterns. The repository provides multiple standalone demos (e.g., web, scheduling, persistence, messaging, caching, Docker) to help beginners quickly grasp common components and idioms. The author notes that all examples have been updated to Spring Boot 3.0, with earlier 1.x and 2.x code paths kept accessible for reference. Each sample focuses on a single topic—such as Web MVC, WebFlux, Thymeleaf, JPA/MyBatis CRUD, file upload, Redis/MongoDB, RabbitMQ, and containerization—so you can learn one concept at a time and compose them later. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Binary Bit Map

    A project dedicated to monochrome images using the C language.

    A project dedicated to monochrome images using the C language. desc: There are many image formats however I found that many of them work particularly well with black and white. Some formats like PBM,XBM, and WBMP only support these two colors while other common ones such as BMP and PNG efficiently store them better than full color images. I do have code for making other colors but black and white are my favorites and my project will show the beauty of them!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    JavaScript and React Patterns

    JavaScript and React Patterns

    Repo related to the FrontendMasters course on JavaScript and React

    JavaScript and React Patterns showcases idiomatic patterns and anti-patterns for building React applications, focusing on readability, performance, and maintainability. It translates fuzzy best practices into concrete examples—how to compose components cleanly, manage state thoughtfully, and avoid foot-guns with effects and memoization. The guidance leans on modern React paradigms like hooks, context, custom hooks, and component composition to replace older, heavier patterns. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FairScale

    FairScale

    PyTorch extensions for high performance and large scale training

    ...Its components are modular, so teams can adopt just the sharding optimizer or the pipeline engine without rewriting their training loop. FairScale puts emphasis on correctness and debuggability, offering hook points, logging, and reference examples for common trainer patterns. Although many ideas have since landed in core PyTorch, FairScale remains a valuable reference and a practical toolbox for squeezing more performance out of multi-GPU and multi-node jobs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    System Design Notebook

    System Design Notebook

    Learn System Design step by step

    ...Instead of being a single long article, it’s split into topics like scalability, load balancing, data partitioning, caching, availability, consistency, and communication patterns, so you can study them in isolation. It emphasizes reasoning: why you pick a certain database, why you shard, why you put a queue, and what trade-offs come with each choice. The notes often connect abstract concepts to concrete systems such as social networks, feeds, chat, and file storage, which makes it easier to translate theory into design diagrams. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Scalos

    Scalos

    The Amiga Desktop Replacement

    ...Some of its features: 100% Workbench replacement, Undo and Redo, 64bit arithmetic, Fully multitasking, Icon imagetypes, Icon datatype system, Icon dragging is more stable, Cybergraphics and Picasso96 24bit color support, Window patterns, Optimised backgroundpatterns routine, Live updating window scrolling, Drawer windows can be iconified, Menu preferences, Application Interface (API)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Twitter's Jetpack Compose Rules

    Twitter's Jetpack Compose Rules

    Static checks to aid with a healthy adoption of Compose

    Twitter Compose Rules is a set of custom ktlint rules to ensure that your compostables don't fall into common pitfalls, that might be easy to miss in code reviews. It can be challenging for big teams to start adopting Compose, particularly because not everyone will start at the same time or with the same patterns. Twitter tried to ease the pain by creating a set of Compose static checks. Compose has lots of superpowers but also has a bunch of foot guns to be aware of as seen in this Twitter Thread. This is where our static checks come in. We want to detect as many potential issues as we can, as quickly as we can. In this case, we want an error to show prior to engineers having to review the code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    dein.vim

    dein.vim

    Dark powered Vim/Neovim plugin manager

    ...It supports managing plugins from GitHub and local directories, with a design that balances speed (like vim-plug) and flexibility (like NeoBundle). Active development has ceased, with only bug fixes expected going forward. Function API and familiar patterns, without commands or dependency hell. Clean asynchronous installation supported. Supports plugins from local or remote sources, and also Non-Github plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Finding DNA Repeats by RFRE

    Finding DNA Repeats by RFRE

    RFRE is a tool to find DNA repeats (tandem and short)

    A tool to FIND DNA REPEATS (tandem and short): RFRE is a mini tool to search for the repeated DNA sequences (SHORT REPEATS OR TANDEM REPEATS) characters by using the regular expression language (VB script). The Metacharcter and their behaviours in the context of regular expressions are the main methods to identify the different searched patterns and by different combination of Metacharcter, the programmed tool can search and detect the pattern of DNA sequence. Repeater Finder Regular Expression Tool Regular Expression for Protein Motif Search and SSR sequence. https://sourceforge.net/projects/rfret/files/RFRE122019.exe/download https://www.preprints.org/manuscript/201910.0249/v1 https://sites.google.com/must.edu.eg/finding-dna-repeats/home ---------------------------------------------- *****Very important program must be downloaded before you run the EXE FILE OF RFRE***** 1-VB6 Runtime Plus 2.2.exe , https://sourceforge.net/projects/vb6extendedruntime/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    BD-Func

    Bidirectional Functional Enrichment of Gene Expression Data

    BD-Func is an algorithm to predict activation or inhibition of pathways based upon gene expression patterns. If you use BD-Func, please cite: Warden C, Kanaya N, Chen S, and Yuan Y-C. (2013) BD-Func: A Streamlined Algorithm for Predicting Activation and Inhibition of Pathways. peerJ, 1:e159
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AppShark

    AppShark

    Static taint analysis platform to scan vulnerabilities

    AppShark is an open-source static taint-analysis platform developed by ByteDance designed to scan Android application packages (APKs) for potential security or privacy vulnerabilities. It performs code analysis without executing the app — inspecting APK contents, tracking data flows (taints), and detecting risky patterns such as insecure file access, unsafe API usage, resource-leak possibilities, or misconfigurations. Users can customize scanning via rule sets (written in JSON), defining which types of vulnerabilities or compliance issues to detect — making AppShark flexible and adaptable to different security policies or threat models. Because it is static and rule-driven, AppShark can scale to large codebases, be integrated into CI/CD pipelines, or operate as part of security audits before publishing or distribution. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    WTFJS

    WTFJS

    A list of funny and tricky JavaScript examples

    ...It’s designed as both a fun read and a serious learning aid, helping developers build an intuition for how JavaScript evaluates expressions. By highlighting common misconceptions, it encourages safer coding patterns and more reliable mental models. Teachers, interviewers, and learners use it to spark discussion and deepen understanding of JavaScript’s semantics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Security Code Scan

    Security Code Scan

    Vulnerability Patterns Detector for C# and VB.NET

    Detects various security vulnerability patterns. SQL Injection, Cross-Site Scripting (XSS), Cross-Site Request Forgery (CSRF), XML eXternal Entity Injection (XXE), etc. Inter-procedural taint analysis for input data. Continuous Integration (CI) support for GitHub and GitLab pipelines. Stand-alone runner or through MSBuild for custom integrations. Analyzes .NET and .NET Core projects in the background (IntelliSense) or during a build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A C++ framework utilizing Design Patterns for creating Linux and Windows communications applications that contain Dialogic® products. Includes media and network classes (analog, digital, SIP, H323), multithreaded event handling, distributed app support.
    Downloads: 0 This Week
    Last Update:
    See Project