Showing 26 open source projects for "pattern"

View related business solutions
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 1
    LeetCode Book

    LeetCode Book

    Comprehensive study guide for coding interviews

    ...It organizes problems by topic—arrays, linked lists, stacks/queues, trees/graphs, dynamic programming, greedy, backtracking, and math—so you can study systematically. Explanations are concise but intentional, highlighting why a pattern fits, how to reason about boundary cases, and the time/space trade-offs. Many entries include template code and “swap-in” variations, helping you recognize how the same technique adapts across similar problems. The book also emphasizes problem-solving habits like deriving invariants, choosing appropriate data structures, and verifying with small counterexamples. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Elixir Koans

    Elixir Koans

    Elixir learning exercises

    ...Inspired by the style of koans used in other programming communities, it provides incomplete code snippets and failing tests that learners must solve to progress. Each exercise builds on the previous one, gradually introducing core concepts such as pattern matching, recursion, processes, and concurrency in Elixir. By debugging and filling in missing pieces, users gain practical, hands-on experience while reinforcing theoretical knowledge. The project is ideal for both complete beginners and developers transitioning from other languages who want to learn Elixir in a structured, exploratory way. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Weekly

    Weekly

    Front-end intensive reading weekly

    ...Combining cutting-edge technology and source code interpretation with the work experience of large factories. Gradually add some back-end technical interpretations. Some business thinking. The two basic modules of compilation principle and design pattern have been completed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Stanza

    Stanza

    Stanford NLP Python library for many human languages

    Stanza is a collection of accurate and efficient tools for the linguistic analysis of many human languages. Starting from raw text to syntactic analysis and entity recognition, Stanza brings state-of-the-art NLP models to languages of your choosing. Stanza is a Python natural language analysis package. It contains tools, which can be used in a pipeline, to convert a string containing human language text into lists of sentences and words, to generate base forms of those words, their parts of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 5
    Azure Zero to Hero Course

    Azure Zero to Hero Course

    Repository to learn Azure from Zero

    ...Multiple days are dedicated to full projects, such as deploying an application behind a firewall on Azure, building CI/CD pipelines with Azure DevOps and AKS, deploying a three-tier e-commerce app on AKS, and integrating Key Vault with Kubernetes using CSI drivers. Later sections cover serverless Azure Functions in an event-driven pattern, using Terraform to manage Azure resources, and wrapping up with resume preparation and interview questions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Object-oriented crystallographic library and program, for the analysis of Crystal structures from scattering experiments: optimized scattering computation, Graphical interface for structures and data, global optimization algorithms.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Golang Regex Tutorial

    Golang Regex Tutorial

    Golang - Regular Expression Tutorial

    ...It also provides insights into alternatives and variations of regex usage within Go. The repository is designed to help developers understand not only the syntax but also the practical implementation of pattern matching in Go. With its structured format, it serves both as an introductory guide and as a reference for intermediate users who want to strengthen their understanding of regular expressions in Go.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    30 Days of Elixir

    30 Days of Elixir

    A walk through the Elixir language in 30 exercises

    ...Each day introduces new material in a concise and practical format, encouraging hands-on experimentation and gradual mastery of the language. The content covers essential topics such as pattern matching, recursion, data structures, processes, and message passing—core principles that define Elixir’s design. This incremental learning format allows developers to build confidence and understanding while maintaining consistent progress. As one of the early and influential resources in the Elixir community, 30-days-of-elixir remains a valuable guide for self-learners and newcomers to the functional programming paradigm.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    NYT Vote Scraper

    NYT Vote Scraper

    Scrapes the NYT Votes Remaining Page JSON

    NYT Vote Scraper is a small but clever project that periodically fetches JSON data from the “Votes Remaining” page of The New York Times during the 2020 U.S. presidential election and commits the results into the repository, effectively using Git as a time-series database. The idea is to create a historical record — including diffs — of how vote counts and “votes remaining” estimates changed over time. The repo outputs multiple formats (HTML, CSV, XML, plain text) so that you or other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 10
    PRMLT

    PRMLT

    Matlab code of machine learning algorithms in book PRML

    This Matlab package implements machine learning algorithms described in the great textbook: Pattern Recognition and Machine Learning by C. Bishop (PRML). It is written purely in Matlab language. It is self-contained. There is no external dependency. This package requires Matlab R2016b or latter, since it utilizes a new Matlab syntax called Implicit expansion (a.k.a. broadcasting). It also requires Statistics Toolbox (for some simple random number generator) and Image Processing Toolbox (for reading image data). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Origami Editor 3D

    Origami Editor 3D

    Virtual paper folding program

    Origami Editor 3D is an advanced paper folding simulator. It uses a what-you-see-is-what-you-get interface and operates with a geometric abstraction of the Yoshizawa-Randlett system. Anything from a simple airplane to John Montroll's omega star can be folded in this editor. Origami files created with the program preserve the entire folding process, and they can be exported as folding diagrams in PDF, animated GIF files, or even as standalone Java programs displaying the origami in a 3D...
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 12
    Savsoft Quiz v3.0

    Savsoft Quiz v3.0

    Savsoft Quiz v3.0 is an open source php script to create quiz/exam

    ...Create Quiz/Test and assign to groups. Instant Result with graphical view, Analysis result. Capture user photo while attempting quiz. Mobile Compatible Theme. 100% Source code with MVC pattern. PDF certificate. Online payment gateway to conduct paid quiz
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Savsoft Quiz v2.0

    Savsoft Quiz v2.0

    Savsoft Quiz is an Open Source Quiz Management Web Application

    Savsoft Quiz v2.0 is a php based open source web application to create and manage online quiz, test, exam on your website. To read terms and condition please visit: http://savsoftquiz.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Lightweight REST JEE Arch Pattern

    Fully working architecture example

    This project is a fully working example for an architecture pattern using only JEE technologies, namely JPA, EJB and JAX-RS. It is intended to serve as an example to help education of Java developers and architects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Blood Bank

    Blood Bank

    A BloodBank Administration Software

    This networked(LAN) software is made as an IT solution for a blood bank to support the day-to-day actions. The software is coded using Java language and the UI is implemented with JavaFX. Please concern that this software is developed mainly for educational purpose.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Penney Ante

    Penney Ante

    It explains a phenomenon of a coin tossing game called Penney Ante

    A university project explaining a phenomenon of a coin tossing game called Penney Ante. Penney Ante is a coin tossing game invented in 1969 by a mathematician called Walter Penney. It is played by two players. Each player selects a pattern of three heads and tails. The two patterns must be different. The players then flip a fair coin repeatedly until one of the patterns appears. The winner is a person whose pattern appears first. Although initially the game appears to be fair, it is not in general. There is no best pattern that beats all others. The best we can do is let our opponent go first and then choose the best possible option that beats his particular pattern. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Coin Games

    Coin Games

    It explains a phenomenon of a coin tossing game called Penney Ante

    ...Parts of the original project have been later rewritten in Java as a simple frame application. Penney Ante is a coin tossing game invented in 1969 by a mathematician called Walter Penney. It is played by two players. Each player selects a pattern of three heads and tails. The two patterns must be different. The players then flip a fair coin repeatedly until one of the patterns appears. The winner is a person whose pattern appears first. Although initially the game appears to be fair, it is not in general. There is no best pattern that beats all others. The best we can do is let our opponent go first and then choose the best possible option that beats his particular pattern. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ShiVaSmiles

    ShiVaSmiles

    A slick interface to see various scale analysis algorithms in action.

    The Shape Visualizer is intented to be an exploratory/educational tool making it quick and easy to see how various mathematical methods perform in analysing and selecting the various patterns present on an image. The main website is built as a wiki gathering info and examples on the various implemented algorithms. The combination of the application and its wiki intend to constitute a nice little pedagogic toolkit for multiscale analysis. Feel free to contribute code or wiki content !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ontea - Pattern based Semantic Annotation Platform. Ontea search or create semantic meta data from text or documents using pattern based approaches. Implementation currently includes regular expressions (regex) patterns
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simulation of diffraction pattern duality experiment. Each particle impacts the phosphor screen at a particular localized point, but when many individual particle impacts occur, the wave-based diffraction pattern emerges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Pattern Sandbox is a small utility for visually testing and practicing regular expressions by highlighting matching text. It specifically uses the java.util.regex library which has a similar syntax to Perl5 regular expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Logpat is a tool for analyzing server-logfiles. It can be used for research about interactions with hypertext-environments. The special purpose is to analyze information not only about page counts (like many other analyzing-tools do) but also about sequen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JuggleAnim is a juggling pattern animator written in 100% pure Java (AWT), executable as an applet or application. Juggling patterns are entered in siteswap notation or selected from generated or pre-defined lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Pattern Recognition Analysis Project is a Java implementation of a basic multilayered backpropagation neural network, used in a color recognition and character recognition project, made for educational and experimental purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pattern recognition software package. It includes several classification and clustering algorithms. It can read data from a set of images, an ASCII file or a JDBC connection. A small TCP data server with its corresponding JDBC driver is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →