Showing 12 open source projects for "match 3"

View related business solutions
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 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
  • 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: 3 This Week
    Last Update:
    See Project
  • 2
    SonicDive-8D-Music-Player

    SonicDive-8D-Music-Player

    SonicDive 8D Music Player v-1.0

    SonicDive is an immersive audio visualization & effects-based music player designed to deliver a next-level listening experience. It combines dynamic spectrums with advanced spatial audio effects like 3D & 8D sound. ✨ Features 🎵 Audio Visual Spectrums SonicDive supports multiple real-time audio visualizations: 💿 Disk Spectrum 📊 Bars Spectrum 🌊 Wave Spectrum 🖼️ Thumbnail Spectrum ⭕ Circle Spectrum Each spectrum reacts dynamically to the music’s frequency and intensity. 🎚️...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    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: 5 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.
  • 5
    FredBoat

    FredBoat

    A Discord music bot serving music in over 3 million Discord servers

    A Discord music bot serving music in over 3 million Discord servers. FredBoat is made to be super simple to use! Getting FredBoat running on your server is easy. It is easy to add your favorite music to the playlist. To start playing a track, use the /play command. You can select the tracks from the given buttons. You can also set the priority of the tracks to True/False for adding it to the top of the queue. FredBoat's permissions can be configured the same way as any other Discord bot...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    MicroStitcher

    MicroStitcher

    Tiny tool capable of stitching hundreds images into one single image

    This is very small tool, which is capable of stitching hundreds of images into one single image. The main purpose of the tool is to stitch small pieces of map taken by screenshots for example from OpenStreetMap. 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
  • 7
    Audio File Name Fixer is a utility written in python to change the file names of your audio files to match what is in the ID3 tags. Useful for fixing names of files copied directly from an iPod.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Open source biometric SDK that can match, identify people through there finger print. I hope to make a Java, C# and C++ version of the biometrics SDK.The aim is to make a commercially competitive fingerprint matching SDK.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    Canzoniere is an mp3 classification tool, which allows users to classify their songs using personal criteria such as artist score, song score and moods (i.e. romantic, relax, party, etc.). Users can then select their mood and play songs that match.
    Downloads: 0 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
  • 10
    A Software Modem that converts user typed text into a binary stream which is sorted and transmitted as two seperate synthesised sounds which match up to a zero or a one to allow the receiver to distinguish between a digital mark and space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Character Match

    Videogame for Rapport

    Virtual Reality game for seven years old kids in Bogotá. Implemented on Java,vitral and JOGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cl-jpeg

    JPEG encoder implementation using OpenCL

    This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe. Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next