Showing 18 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
  • 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
    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: 7 This Week
    Last Update:
    See Project
  • 2

    Simple MVC Example in Java

    A simple example to demonstrate the MVC programming pattern in Java

    The MVC pattern is a basic pattern in programming and the most known one. It helps the developer to organize and manage the project by defining clear responsabilities and tasks for every level. During learning, this pattern can help students to better understand the complexity of the application and to reduce this complexity by allowing him to work on one level at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Tri a Bulles avec visualisation

    Une variante de tri à bulle avec visualisation

    L'objectif de ce code est de montrer utilité du design pattern "Observer" dans la simplification du code et pour permettre de séparer les responsabilités entre les différentes classes. Dans cet exemple, la tâche "tri" est séparée de la tâche "visualisation".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 5

    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
  • 6
    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: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    java me

    java me

    my book about java language and design pattern and JAVA EE and so on.

    my book about java language and design pattern and JAVA EE and so on. It also introduce some kind of webpage design technology, like css/css3 and JavaScript/jQuery/prototype and HTML/HTML5. So i just write all what i have learned, an i hope it would be helpful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 10
    Descriptive Examination System(DES)
    DES is mainly focused on managing university type exams containing descriptive questions or a mix of descriptive and objective type questions. Various exam related tasks are made easy and online using the tool. Please visit www.cdacmumbai.in/des
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    Rail pattern design for toy train
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    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
  • 16
    The open source Educational System Modeling project (OSESMP) provides a Java-based simulation testbed. Driven by social theory, development conforms to the "process" design pattern exemplified by the theory of communicating sequential processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Create, edit & save your own tessellations. Toolkit includes floodfill, stretch, rotate, linebend, linebreak, flip, erase& pattern-fill; save your work as PNG or JPG, or in an "EscherSketch file" format later re-editing. Java web applet & standalone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Data Mining Platform is a platform for data mining and analysis. It contains many of the new and sophisticated methods such as kernel-based classification, two-way clustering, bayesian networks, pattern recognition for time series analysis and many other
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB