Showing 28 open source projects for "match"

View related business solutions
  • 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
  • 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
    Color-Match

    Color-Match

    Find a color's closest match in a color list

    Find a color's closest match in a color list, such as Pantone or RAL. You can use the color list included or easily create your own with any text editor, in a simple Comma Separated Value format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GoWall

    GoWall

    A tool to convert a Wallpaper's color scheme / palette, image to pixel

    Gowall is a versatile command-line tool for processing images, initially created to convert wallpapers to match specific color schemes. It has evolved to include features like image-to-pixel-art conversion, color palette extraction, background removal, and more, making it a powerful utility for image manipulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Flameshot

    Flameshot

    Powerful yet simple to use screenshot software 🖥️ 📸

    ...The software offers a clean, straightforward interface that makes taking and annotating screenshots quick and intuitive. Users can customize the application extensively to match their workflow and preferences. With support for cloud uploads and command-line operations, Flameshot adapts easily to both casual and advanced users.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 4
    Pinta

    Pinta

    Simple GTK# Paint Program

    ...Don't be afraid to experiment, Pinta tracks your full history so you can always undo. Use layers to help separate and group elements of your image for easy editing. Like docked windows? No problem. Floating windows? No problem. You can even mix and match. Original Pinta code is licensed under the MIT License, see license-mit.txt for the MIT License. Code from Paint.Net 3.36 is used under the MIT License and retains the original headers on source files.
    Downloads: 19 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Countries, Languages & Continents data

    Countries, Languages & Continents data

    Countries, Languages & Continents data (capital and currency)

    ...This version changes a lot in the data structures and placement of the files. So, if your projects depend on the old structure — specify previous versions, <2.0.0. Country item languages field is an Array in JSON files to easily count and match items with a Language item. But currency and phone calling codes may be a comma-separated String. Languages list only contains languages used in Countries data. Full list of known languages is exported as languagesAll from ./dist/languages.all.json.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Its Hover

    Its Hover

    Icons that move with intent

    ...Installation can be as simple as pulling in specific icons and their dependencies, and it supports a registry-style workflow that fits teams that want consistency across products. It’s also meant to be forked and modified: you can copy the source of any icon, tweak the animation curves, adjust stroke width, and refine styling to match your system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    react-rewards

    react-rewards

    A package containing a few micro-interactions you can use

    ...In order to use the rewards, you'll need to provide an element that will become the origin of the animation. This element needs to have an ID that matches the one used inside the hook - it can be anywhere in the DOM as long as the IDs match. You can place the element inside a button, center it and shoot up from the button. You can place it on top of the viewport with position: "fixed" and change the angle to 270, to shoot downwards. Try, experiment, have fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Color to Word

    Color to Word

    Turn colors into words

    The program will turn a color into a list of 10 words, obtained according to a custom designed algorithm based on letter shape and position in the alphabet. - Click inside the frame on the left to pick a color through the color chooser window - The program will match the color with the colors corresponding to a list of all the English words contained in the file wordcolor.txt - The first 10 matches will appear in the frame on the right - Right-click - Copy to copy the word matches and the RGB values This version comes with a text file (wordcolor.txt) containing all the English words followed by Red, Green, Blue channel values for the corresponding color. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    fileaxy

    fileaxy

    Fileaxy does file sync, de-duplication, image matching & bulk preview

    Fileaxy is a file de-duplication, organization, synchronization, and bulk previewing tool which utilizes a new user interface for local file management. Using content hashing or machine vision algorithms, Fileaxy can detect identical files as well as similar names, images, videos, or fonts and correlate those to others based on naming conventions. Optionally integrates with ImageMagick, GraphicsMagick, FFmpeg, and Mac Sips file decoding with a simple button click. Fileaxy opens NO network...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    Friendly Palette Generator

    Friendly Palette Generator

    Palette generator based on grayscale values

    Friendly Palette Generator (FPG) is a tool that generates color palettes based on grayscale values. The colors produced match their grayscale equivalents, ensuring that no two colors in the palette have the same luminance. Colors that appear distinct to one person can be challenging to differentiate for individuals with color vision deficiencies or in specific visual conditions. FPG's color palettes are designed to be distinguishable, making them accessible to a broader range of users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel SSE/SSE2/SSE4 and AVX/AVX2/AVX-512 (32/64-bit x86 ISAs), ARMv7 NEON/NEONv2, ARMv8 AArch32 and AArch64 NEON, SVE (32/64-bit ARM ISAs), MIPS 32/64-bit r5/r6 MSA and POWER 32/64-bit VMX/VSX (little/big-endian ISAs) are mostly implemented (/w horizontal reductions) although scalar improvements, wider SIMD vectors with zeroing/merging predicates in 3/4-operand instructions are planned as extensions to current 2/3-operand SPMD-driven vertical SIMD ISA. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    HARFANG 3D engine

    HARFANG 3D engine

    HARFANG 3D source code public repository

    ...Its software suite is tailored to developers, designers and engineers aiming to efficiently and seamlessly develop, implement & deploy 3D solutions (HMI, VR/AR, simulation, interactive 3D), regardless of development language or platform constraints. HARFANG Studio is the ideal 3D editor for creating real-time scenes & animations that match your design vision. It can manage the entire 3D graphics production workflow in a simple and optimized manner, without compromising the integration in other development environments. HARFANG Studio’s philosophy is in line with that of HARFANG 3D engine, a compliant, straightforward, fast & lightweight. Everything that runs in HARFANG Studio is compatible with our Framework and its supported coding languages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Vanga

    Compiler-like generic data scraper and GUI automation tool.

    A Java-based visual compiler for GUI recognition and automation. The screens are described in an XML file which contains the definitions of lexemes and the tokens that comprise them. Upon a successful match of a screen, user-defined code is executed. Within the scope of this code, the user is capable of extracting data from the screen, interpreting it, and driving the GUI accordingly. The demonstration example reads the value of a calculator, displays it for the user, and enables him to enter a number which is then inputted into the calculator by pressing the appropriate keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Brass fingering chart generator

    Brass fingering chart generator

    Fingering chart generator for brass wind instruments

    ...The program finds all fingerings within an acceptable error range, then chooses the one with the lowest harmonic (shortest tubing length). If no fingering falls in the acceptable error range, the closest match is chosen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Coppermine Photo Gallery
    Coppermine is an easily set-up, fast, feature-rich photo gallery script with mySQL database, user management, private galleries, automatic thumbnail creation, ecard feature and a template system for easy customization to match the rest of a site.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 16
    i-Map - Plot Geolocation from Images

    i-Map - Plot Geolocation from Images

    Automatically plots latitude, longitude from images on Google maps.

    ...After loading images, with a single click, iMap plots all the images on World Map to visually check where they have been captured, generate timeline and activity of suspect and match them with CDR (Call Detail Record) Details. To generate a report, you can export this data into PDF or Excel file according to your requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Modellers Colour Matching/Mixing Toolkit

    Modellers Colour Matching/Mixing Toolkit

    Colour matching/mixing toolkit for modellers

    One of the problems faced by modellers is matching their available paint colours to those used on the object (eg aircraft) being modelled. The aim of this toolkit is to help them in this endeavour including assistance in mixing paints to achieve the required match if required. Non Windows Versions 1.00 and later require: - Python 3.43 or later - python3-gobject 3.22.0 or later - python3-cairo 1.10.0 or later Windows Versions 1.00 or later require: - Python 3.4.3 - PyGI 3.18.2 AIO for Python 3.4.3
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    soccerPitchTeamEdition

    soccerPitchTeamEdition

    Edition of football teams on HTML canvas- javascript source

    ...This code also use an other open source library (jscolor) editor site here : http://jscolor.com which help this code to use color picker this tool also provides some report match features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Vibrant.js

    Vibrant.js

    Extract prominent colors from an image. JS port of Android's Palette

    ...It is inspired by the Android Palette API and allows developers to style interfaces dynamically based on image content. Common use cases include adapting UI elements to match album art, user avatars, or featured content images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MassGeotagger

    MassGeotagger

    MassGeotagger lets you to geotag sets of JPG Photos with GPX logs

    ...To get the GPS coordinates, the method of choice is to select one or several GPX files and set the difference of time between APN time saved in EXIF data and GPS time. However other strategies to match JPG and GPS coordinates are available : by selecting one of the GPX waypoint, by selecting a point on the map or by user input. MassGeotagger can also be used to view the location of geotagged photos on a map.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    Flash to Ren'Py Exporter

    A Flash exporter for Ren'Py.

    This JSFL exporter allows a Flash project to export the Graphic symbols of its library and convert them into PNG files and Ren'Py data, allowing Ren'Py to use Flash as an animation tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MicroStitcher

    MicroStitcher

    Tiny tool capable of stitching hundreds images into one single image

    ...The tool automatically calculates relative positions of every single patch. A single patch has to have considerable amount of margins that are required to find control points that will match a pair of patches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GIMPshop

    GIMPshop

    Modification of the graphics program GIMP to replicate Photoshop feel

    ...It shares all GIMP's advantages, including the long feature list and customisability, while addressing some common criticisms regarding the program's interface: GIMPshop modifies the menu structure to closely match Photoshop's, adjusts the program's terminology to match Adobe's, and, in the Windows version, uses a plugin called 'Deweirdifier' to combine the application's numerous windows in a similar manner to the MDI system used by most Windows graphics packages. While GIMPshop does not support Photoshop plugins, all GIMP's own plugins, filters, brushes, etc. remain available
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24
    ...It supports developers to generate charts within the java environment via an intuitive API. Most features of the google API are supported and it is easily expandable to match own requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java Photo Contesting/Voting application. Displays a number of thumbnails and allows visitors to try to match names to pictures as well as rate each picture as “hot or not.” Supports MySQL or Postgresql.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB