Showing 1634 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    FastFlow: programming multi-core

    FastFlow: programming multi-core

    Pattern-based multi/many-core parallel programming framework

    FastFlow is a C/C++ programming framework supporting the development of pattern-based parallel programs on multi/many-core, GPUs and distributed platforms. FastFlow run-time is built upon non-blocking threads and lock-free queues. Thanks to its very efficient CAS-free communication/synchronization support (e.g. few clock cycles core-to-core latency), FastFlow effectively supports the exploitation of fine grain parallelism, e.g. parallel codes managing very high frequency streams on...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CallbackParams is a JUnit-extension for writing parameterized tests with new innovative patterns that offer elegant solutions to many of the drawbacks that are traditionally associated with parameterized testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    WallpaperChanger

    Fully configurable multimonitor multiimage automatic wallpaper changer

    ...Try it! -Many collages: why having only one collage? configure many collages and let them play random! -Some Collages are preconfigured and some basic background patterns are provided. -Random feature does not repeat the files until all of them have been shown. -and even more
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Ghawwas_V4

    An open source system for Arabic corpora processing

    ...Frequency list for single word and N-Grams b. Concordance c. Collocation (MI, CHI Squared, LL, T-Score, Z Score, Dice, Log Dice, Weirdness Coefficient) d. Lexical patterns search e. Two corpora frequency profile comparison based on MI, CHI, LL, T-Score, Z Score, Dice, Log Dice, Weirdness Coefficient f. Accept Windows and UTF-8 character encoding g. Accept TXT, DOC, DOCX, RTF and HTML formats h. Export the processing results in CSV file format
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Recompose

    Recompose

    React utility belt for function components and higher-order components

    Recompose is a React utility belt for function components and higher-order components. Think of it like lodash for React. You can use Recompose to lift state into functional wrappers, perform the most common React patterns, optimize rendering performance, interoperate with other libraries, build your own libraries, etc. Recompose helpers integrate really nicely with external libraries like Relay, Redux, and RxJS. Recompose focuses on higher-order components. HoCs are functions that accept a base component and return a new component with additional functionality. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    argent

    RSS Feed Agent

    Argent is an RSS feed reader that can search feeds for specified patterns and send the results via email. The name derives from the phrase "RSS Agent".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    QuoJS

    QuoJS

    Micro #JavaScript Library for Mobile Devices

    ...A core feature set centers on high-level touch gestures—such as tap, double-tap, swipe, pinch, and long-tap—abstracting away platform quirks so developers can attach handlers consistently across devices. The library embraces modern browser features and CSS3 where available, offering helpers that make common mobile UI patterns feel responsive and fluid. Because it is intentionally minimal, QuoJS plays well as a drop-in alongside other client libraries when you only need fast gestures and a few utilities rather than a full framework. Its API is designed to be readable and chainable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Learn_Deep_Learning_in_6_Weeks

    Learn_Deep_Learning_in_6_Weeks

    This is the Curriculum for "Learn Deep Learning in 6 Weeks"

    ...The plan also introduces practical considerations like GPU usage, checkpoints, and debugging training dynamics. It aims to give you enough breadth to recognize common patterns and enough depth to implement them on your own problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Graphical Machine
    ...Its particularity is that it does not display on a console but on a 900 by 600 screen, making it possible to display lines, squares, circles and even 3D shapes. Text display is still possible thanks to another new feature: patterns. Patterns are "objects" storing a plane of pixels, allowing the display of "prefabricated" objects (such as a letter or a button). It is also possible to share and use function libraries (such as drawing algorithms). The main pack comes with libraries and patterns that I created myself, like letters or basic drawing functions (this will evolve over time).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 10
    Bracelet Generator

    Bracelet Generator

    A friendship bracelet pattern designer.

    Bracelet Generator is a friendship bracelet pattern designer. It enables you to easily design your own patterns, add rows and strings, change the colors. The pattern can also be symmetrized. With the two-colored motif editor, create your motif and the pattern will automatically be generated. The motif can be rotated and symmetrized. The patterns can be exported in .png, .jpeg and .ps.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 11
    Hb.HexEditor2

    Hb.HexEditor2

    Hb.Hexeditor2 is a hex editor written in C# uses HexBox2 control.

    ...This C# control is reusable for every .NET Framework application. Translator and programmer support welcome New Version ( 2.0.1) New Features: HexBox2 Added fill and insert bytes method. It is possible insert byte patterns or text patterns. Hexeditor2 uses this feature with fill and insert menus HexBox2 added Save as method. So can save changes to another file. Hexeditor2 uses this feature with Save as... menu item. TODO Undo and redo features will add to Hexbox2.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Essential React

    Essential React

    A minimal skeleton for building testable React apps using Babel

    ...Babel 6 with Webpack and Hot Loader. Fast testing with mocked-out DOM. Import CSS files as class names. Separate smart and dumb components. No specific implementation of Flux or data fetching patterns. A core philosophy of this skeleton app is to keep the tooling to a minimum. For this reason, you can find all the commands in the scripts section of package.json. This leverages React Hot Loader to automatically start a local dev server and refresh file changes on the fly without reloading the page. It also automatically includes source maps, allowing you to browse code and set breakpoints on the original ES6 code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Sorter

    Sorter

    Easy and fast file organisation and management in a few mouse clicks

    ...You can put all letters documents into one folder, all images with the word home into another, all music by one artist in yet another folder, etc. Sorter organises these files into folders which are grouped according to one or more of the following patterns: a common word in the file names, the file type/format, a custom name and the category of the file formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Flutter UI Kit

    Flutter UI Kit

    Flutter app for collection of UI in a UIKit

    Flutter UI Kit by iampawan is a library of real-world Flutter UI templates—including e-commerce dashboards, shopping lists, login pages, animations, and more. It demonstrates clean code structure, modular design, and reusable components. Ideal for learning Flutter UI patterns and quickly prototyping app interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JCSprout

    JCSprout

    Basic, concurrent algorithm

    JCSprout is a curated learning path for Java engineers that mixes concise notes, diagrams, and runnable examples to cover core computer science and JVM topics. It walks readers through data structures and algorithms, networking fundamentals, Java concurrency, JVM memory model and GC, and common interview problem patterns. The repository emphasizes understanding over memorization, linking conceptual summaries with small code artifacts that can be compiled and profiled. It also highlights best practices around collections, thread safety, lock-free techniques, and performance trade-offs so learners can make informed design decisions. The material is structured to support incremental study, making it useful for both foundational learning and pre-interview refreshers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PMU-UD

    PMU-UD

    handwritten dataset of Urdu/Arabic Numerals

    The handwritten dataset was collected from 170 participants with a total of 5,180 numeral patterns. The dataset is named Prince Mohammad Bin Fahd University - Urdu/Arabic Database (PMU-UD).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CoVaMa

    Co-Variation Mapper

    CoVaMa (Co-Variation Mapper) (python) detects correlated patterns of mutations in a viral quasi-species. CoVaMa takes NGS alignment data (SAM) and populates large matrices of contingency tables that correspond to every possible pairwise interaction of nucleotides or amino acids in the viral genome. These tables are then analysed for evidence linkage disequilibrium. CoVaMa requires python version 2.7 and Numpy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    electron-vue-admin

    electron-vue-admin

    Vue electron admin template web

    ...The project aims to let teams reuse familiar Vue components, routing, and permission models while packaging the app as a cross-platform desktop application. Because it inherits from the template ecosystem, you can incorporate patterns like Element UI components, axios-based API calls, and role-based navigation. It’s useful for internal tools that benefit from native-like desktop packaging, offline capabilities, or OS-level integrations. The repository provides a recognizable structure so Vue developers can get productive quickly without learning a new desktop-specific framework from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    We introduce a nonparametric Bayesian clustering method for inhomogeneous Poisson processes to detect heterogeneous binding patterns of multiple proteins including transcription factors. The estimated protein clusters form regulatory modules in different chromatin states, which help explain how proteins work together in regulating gene expression. We applied this approach on ChIP-seq data for mouse neural stem cells containing 21 proteins and observed different groups or modules of proteins clustered within different chromatin states. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    TimescapeGlobal

    a space-time interpolation geostatistical tool

    ...Including time variability adds further issues to the already complicated field of geostatistical interpolation. On the other hand, most of the distributions of variables used in Earth and environmental sciences show patterns of change over time, not only in space. This tool is a free, open-source software, based on a generalization of the Inverse Distance Weighted algorithm. It outputs three-dimensional, layered discrete models from which time series and equal-time GIS Grid layers can be extracted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Modern CLJS

    Modern CLJS

    A series of tutorials on ClojureScript

    Modern-CLJS is a repository that collects modern ClojureScript tooling, libraries, patterns, and examples to modernize and improve ClojureScript development. It aims to show how to build ClojureScript frontends with contemporary JavaScript interop, build systems, module bundling, testing, and reactive UI patterns. (Note: limited public documentation found, so some aspects are inferred.) These tutorials require that you have some prior programming experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Express & mongoose REST API Boilerplate

    Express & mongoose REST API Boilerplate

    A boilerplate application for building RESTful APIs Microservice

    ...Helps you stay productive by following best practices. Follows Airbnb's Javascript style guide. JavaScript code linting is done using ESLint, a pluggable linter tool for identifying and reporting on patterns in JavaScript. Uses ESLint with eslint-config-Airbnb, which tries to follow the Airbnb JavaScript style guide. Supports code coverage of ES6 code using istanbul and mocha. Code coverage reports are saved in the coverage/directory post yarn test execution. Open coverage/lcov-report/index.html to view the coverage report. yarn test also displays code coverage summary on the console. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    test-tlb

    test-tlb

    Stupid memory latency and TLB tester

    test-tlb is a tiny C microbenchmark that explores the performance characteristics of memory access patterns with respect to the CPU’s Translation Lookaside Buffer (TLB) and caches. It walks arrays using different strides and working-set sizes so you can observe when access patterns overflow cache or TLB capacity. By timing tight loops and varying parameters, the program reveals step-changes in latency that map to cache lines, page sizes, and TLB coverage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    jsondata

    jsondata

    Modular JSON by trees and branches, pointers and patches

    ...Provides the assembly of modular patch entries and the serialization of resulting patch lists. - JSONDiff - Diff utility for JSON data. - JSONSearch - Search utility JSON patterns. Online documents: https://jsondata.sourceforge.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    openVmTil

    openVm : Tookit for Implementing (and exploring) Languages

    *An Exploration of Language Theory - and its Machine Implementation* *Imagine a low level, optimizing, virtual machine (like llvm) that is an extensible scripting language and that is small enough to be easily verified, where even the runtime is reconfigurable - minimize that.* *Current focus (to do) : * minimal bootstrap, self-hosting, patterns/sets, logic, tail call, type checking, gui
    Downloads: 0 This Week
    Last Update:
    See Project