Showing 1425 open source projects for "pattern"

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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1

    artform

    Experiment to present art through technology

    ...In the test, it has a sample attempts to demonstrate taking in article title such as news item, social media post, etc. and process them into structures of musical pattern. It can be expanded to further exploring other possibilities for personal creativity.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    Spyne

    Spyne

    A transport agnostic sync/async RPC library

    ...Spyne aims to save the protocol implementers the hassle of implementing their own remote procedure call api and the application programmers the hassle of jumping through hoops just to expose their services using multiple protocols and transports. In other words, Spyne is a framework for building distributed solutions that strictly follow the MVC pattern, where Model = spyne.model, View = spyne.protocol and Controller = user code. Spyne comes with the implementations of popular transport, protocol and interface document standards along with a well-defined API that lets you build on existing functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pokedex-AR

    Pokedex-AR

    Pokedex-AR demonstrates ARCore, Sceneform, & modern Android tech stack

    Pokedex-AR is a small demo application based on AR, modern Android application tech stacks, and MVVM architecture. This project focuses on ARCore and SceneForm. Also fetching data from the network and integrating persisted data from the database via repository pattern.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    NB Renamer

    NB Renamer

    Interactive Batch Renamer

    NB Renamer is a free bulk renaming tool. Compared to other batch renaming software, it has a dynamic and interactive interface. It shows the preview of file name changes, and populates parameter values when you click or select on the file names. Combining a succinct design with meticulous implementation, it strives to makes the whole batch renaming process easier and intuitive.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    Physics Simulation Software based on user sketchs running a pattern recognition agent, this app is able to animate a physics sketch, from a blackboard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Wheefun Presentation Layer

    A framework for implementing a presentation layer.

    WFPL is a framework for implementing web pages using the model-view-controller (MVC) design pattern. In WFPL, documents are represented abstractly using a hierarchical "Page" structure, which are then rendered using a renderer which may represent media such as HTML, TeX, or Markdown. The controller is frequently implemented as a callback script in the case of a webpage. WPFL's strengths lie in its hierarchical design; it is similar to HTML/XML's document object model and provides a number of basic nodes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Ladda

    Ladda

    Buttons with built-in loading indicators

    ...Instead of showing spinners elsewhere on the page, Ladda turns the button into the stateful element: click it, it shows loading, and optionally it can show progress. This pattern improves user experience on forms and actions that take more than a split second, because users immediately understand that the click was received. Ladda ships with multiple styles (expand, zoom, slide) so it can blend into different UI designs without rewriting CSS from scratch. It’s framework-agnostic, so you can drop it into existing pages and just attach it to buttons that trigger async actions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flux

    Flux

    Application architecture for building user interfaces

    Flux is the application architecture that Facebook uses for building client-side web applications. It complements React's composable view components by utilizing a unidirectional data flow. It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist in a Flux application, but they are controller-views — views often found at the top of the hierarchy that retrieve data from the stores and pass this data down to their children. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9

    EventBus

    The no.1 event library for Android

    EventBus is an open-source library for Android and Java that uses the publisher/subscriber pattern for loose coupling, enabling central communication to decoupled classes with just a few lines of code. It simplifies communication between Activities, Threads, Services and other components while also simplifying code, eliminating dependencies, and overall improving app development speed and quality. EventBus offers several advanced features, such as jump start, delivery threads, subscriber priorities, and many others. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    MovieHunt

    MovieHunt

    Movie Android App written in Kotlin, MVVM, RxJava, Jetpack Compose

    MovieHunt is a sample Android project using The Movie DB API based on MVVM architecture. It showcases the latest Android tech stacks with well-designed architecture and best practices.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    WAI-ARIA

    WAI-ARIA

    WAI-ARIA Authoring Practices Guide (APG)

    ...Each milestone corresponds to a working draft or releases published to w3.org. Work is organized by topic in our projects. Each project corresponds to a type of design pattern or section of guidance. The scope of work and roadmap are described in the project wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PicPrint

    Small VB6 based tool to collate jpg files into a printout

    With PicPrint, you can select a number of jpg files and print them out, e.g. to a PDF printer, in a predefined grid pattern. The file names can be printed over or under the images, and a title and page footer can be added, too. This is a small tool written on two days to help out a friend. It covers only a limited range of requirements. Some features might be added in the future, though, and if you have any easily implementable additional requirement which you (eg due to lack of a VB6 compiler) cannot solve yourself, please open a ticket. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Nurdle

    Nurdle

    A Wordle solver and companion app

    Nurdle helps you make strong guesses when playing Wordle, by analysing the performance of words from Nurdle's dictionary against all remaining secret word candidates. It will let you step back and replay your moves, so you can try out different guesses and strategies. Nurdle can play Wordle in both easy mode and hard mode. Re-exploring your Wordle games with Nurdle should give you more insight into Wordle strategies and make you a better player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    jfugue4a

    The adaptation of JFugue library for Android

    Homebrewed from j2me sources (https://sourceforge.net/projects/jfugue2me/) with AIDE (https://www.android-ide.com/). The library intended to play JFugue music strings on Android devices. Added K<number of half-tones to shift pattern> element for transposition, so that the string " K[-3] c e g" sounds equally to "a4 c# e ". То change the octave use K[12*n].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JetQuotes

    JetQuotes

    Quotes Application built to Demonstrate use of Jetpack Compose

    A Quotes Application built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    hcfr

    hcfr

    Free Video Projector/Monitor Calibration Software

    Video Projector/Monitor Calibration Software orginally developed as ColorHCFR. This code base is based off version 2.1 and will aim for a more open development process. The opensource version integrates an ArgyllCMS interface for continued meter support and development. If you feel the program has been of value to you since I started working on it about 3 years ago please consider a contribution via the link below. Thanks! -zoyd https://www.paypal.me/zoyd
    Leader badge
    Downloads: 165 This Week
    Last Update:
    See Project
  • 17
    Scanning and tomographic X-ray Powder Diffraction data processing.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    opencpnplugins

    opencpnplugins

    Plugins for OpenCPN

    This project hosts various plugins for the OpenCPN chart plotter, which are not bundled with the core package. OpenCPN is a free software (GPLv2) project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement.
    Leader badge
    Downloads: 125 This Week
    Last Update:
    See Project
  • 19
    Imivic is an implementation of Model2 pattern dedicated for web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Curv

    Curv

    A language for making art using mathematics

    ...These can be plugged together like Lego to make 2D and 3D models. Coloured shapes are represented using Function Representation (F-Rep). They can be infinitely detailed, infinitely large, and any shape or colour pattern that can be described using mathematics can be represented exactly. Curv exposes the full power of F-Rep programming to experts. The standard geometry library is written entirely in Curv. Many of the demos seen on shadertoy.com can be reproduced in Curv, using shorter, simpler programs. Experts can package techniques used on shadertoy as high-level operations for use by beginners.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    MagicalPdfEditor

    MagicalPdfEditor

    This is a small PDF editor based on OpenPdf core and AndroidPdfViewer

    This is a small PDF editor based on OpenPDF Core and AndroidPdfViewer. As there is not many open-source easy working PDF editors and PDF wizards, I decided to create a simple directory to resolve my issues. Here I have worked on two separate cores, add some functionality to them, and combined them together to achieve my target. I am working on this repo, any help will be appreciated. Just clone the project and trance the source code, It's really easy and clear. All functionality in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    MovieCompose

    MovieCompose

    Demo movie app using Jetpack Compose and Hilt based on modern Android

    MovieCompose is a small demo application based on modern Android tech-stacks especially focus on Jetpack Compose UI using The Movie DB API. Also fetching data from the network and integrating persisted data in the database via repository pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Alerter

    Alerter

    An Android alerting library

    This library aims to overcome the limitations of Toasts and Snackbars, while reducing the complexity of your layouts. With simplicity in mind, the Alerter employs the builder pattern to facilitate easy integration into any app. A customizable Alert View is dynamically added to the Decor View of the Window, overlaying all content. Include the JitPack.io Maven repo in your project's build.gradle file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Instant Weather

    Instant Weather

    An Android weather application implemented using the MVVM pattern

    An Android weather application implemented using the MVVM pattern, Retrofit2, Dagger Hilt, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the Android Jetpack. Instant Weather fetches data from the OpenWeatherMap API to provide real-time weather information. It also makes use of the Algolia Instant Search service which enables you to search for weather conditions of various locations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pandas TA

    Pandas TA

    Python 3 Pandas Extension with 130+ Indicators

    ...Pandas Technical Analysis (Pandas TA) is an easy-to-use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns. Many commonly used indicators are included, such as: Candle Pattern(cdl_pattern), Simple Moving Average (sma) Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma), Bollinger Bands (bbands), On-Balance Volume (obv), Aroon & Aroon Oscillator (aroon), Squeeze (squeeze) and many more.
    Downloads: 259 This Week
    Last Update:
    See Project