Showing 115 open source projects for "match"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start 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
    jupyter-themer

    jupyter-themer

    Apply custom CSS styling to your jupyter notebooks

    Apply custom CSS styling to your jupyter notebooks. Contributions are welcome!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    Retrieval-Based Conversational Model

    Retrieval-Based Conversational Model

    Dual LSTM Encoder for Dialog Response Generation

    ...The core idea is to embed both the conversation context and potential replies into vector representations, then score how well each candidate fits the current dialogue, choosing the best match accordingly. Designed to work with datasets like the Ubuntu Dialogue Corpus, this codebase includes data preparation, model training, and evaluation components for building and assessing dialog models that can handle multi-turn conversations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Statuspage

    Statuspage

    A statuspage generator that lets you host your statuspage for free

    ...It is designed to be hosted for free on GitHub Pages, making it especially attractive for startups and open-source projects that want transparent uptime communication without additional hosting costs. The system supports customization of styles, branding, and layout so organizations can match their public status presence to their product identity. Because it integrates tightly with GitHub tokens and repositories, statuspage fits naturally into DevOps pipelines that already rely on GitHub for incident tracking. Overall, the project provides a simple but powerful way to maintain public service transparency using existing developer tooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    File checksum validator

    File checksum validator

    Python (2.7) script validating the checksum of a file.

    ...usage -------- python CheckSum.py <algo> <filename> <checksum> example ------- C:\Python27\python.exe C:/Users/User/Projects/Python/CheckSum/CheckSum.py sha256 C:\Users\User\Downloads\pycharm-community-2016.2.1.exe f800ce642c6c838c17bb726bc0ae9680fd07b3801fd82ee402155bfd5ddded7c Checksum match! Process finished with exit code 0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GRAJ music player
    GRAJ is a simple yet very powerful music player that runs in terminal. It uses VLC as a backend to play music. Forget typing your music filenames or selecting songs by hand. Just type: "graj yell sub" to play the "Yellow Submarine" song. That rocks! If there is another music player with which you can play all the songs that you haven't listened to since a month, that are graded at least 5, that have play count 5 or more and have "hard" as part of a name with something simpler and faster...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ElastAlert

    ElastAlert

    Easy and flexible alerting with ElasticSearch

    ...It works by combining Elasticsearch with two types of components, rule types and alerts. Elasticsearch is periodically queried and the data is passed to the rule type, which determines when a match is found. When a match occurs, it is given to one or more alerts, which take action based on the match. This is configured by a set of rules, each of which defines a query, a rule type, and a set of alerts. Several rule types with common monitoring paradigms are included with ElastAlert. Alerts link to Kibana dashboards. Aggregate counts for arbitrary fields. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Dual-Boot Filename Filter

    Sustain data readibility in a dual-boot Windows-Linux environment

    ...Even burning discs can be tiresome, if they have to be readable in both environments. Common disc burning programs are able to rename your files if their name do not match the expectations of the wanted file system, but they usually do not list the problematic files for you to rename them manually. This program checks your files if they meet the expectations of various file systems. The aim is to develop a program which is not only able to list the problematic files, but even to rename them according to your own rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Super Coco

    Super Coco

    Super Mario Bros python version with custom levels

    ...So geeky. The so-called Coco finished the game in one go without losing a single life in front of a crowd of 200 at his own wedding and after quite a few drinks. Can you match that?!? Requires python (written with 2.7) and pygame. An executable is available for windows. If you spot gameplay discrepancies with the original game, please report them!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 10
    MKGI Chess Club is a chess playing server with a pure Web interface. It features complete player profile management, full html email notification with embedded board display. It also includes an interface to match against chess engines such as gnuchess.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    syphon is an extension for mod_openopc, to monitor telnet devices (serial devices) that sit on Serial -to- Ethernet bridges (such as barcode scanners) and export parsed data to an OPC compliant device (such as a PLC).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    zopoclient

    Scriptable GTK based Python MUD Client

    ...Triggers and macros recognize patterns in the regular ways plus in an AL compatible mode. Actions can be defined by users as directly commands. Alternatively, in script mode, the action text is interpreted as Python code. The mud, match objects and defined variables are accessible from any feature. For the more advanced user, the implementation is small and extensible. Specially the gtkmud/mud API is easy to understand. It is thread-safe enabling multiple threads to input data to the target MUD. Also, multiple listeners can register to get all MUD output. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GUANO

    GUANO

    GUANO - Graphical User interface for performing ANalysis Of variance

    ...Features: - Capable of high order factorial designs (> 2 factors) - Within and mixed analyses of variance provide corrections for violations of sphericity (Huynh-Feldt, Greenhouse-Geisser, Box) - A variety of data transformations can be applied (log10, reciprocal, arcsine, square-root, and Windsor) - Generalized eta-squared measures of effect size - Post-hoc power analysis (should match G*Power) - Outputs include tables of estimated marginal means - Up to 4-way interaction plots with errorbars (png, svg) - Confidence intervals account for within-subject variability (where applicable; Loftus and Masson, 1994) - Non-proprietary HTML output files - Non-proprietary codebase Gotchas: - Assumes balanced designs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    New Release Now!!!! We Have 3 Releases Now. its up to you which one to download in this 2011 CWC fever. check our readme.txt to see the files and get a idea of which one you need. Sorry For Already Inserted Data,it is now removed and everything is 0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An Australian Rules Management sim in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Live Cricket Score applet for Gnome Desk
    A gnome-applet which will display score at gnome-panel, the same way, we see date/time. Cricket score applet is written in python. It will also score updates through libnotify module. You can select matches from matches in progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    digSetStat helps tracks volleyball stats (serving, hitting, blocking, defending, serve receive) during a match. It facilitates the job of the stat-taker by providing them with photos of the relevant players in the correct layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    note taking simplified
    *nts* provides a simple format for using text files to store notes, a command line interface for viewing notes in a variety of convenient ways and a cross-platform, wx(python)-based GUI for creating and modifying notes as well as viewing them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java exception extractor. This utility will parse all files (either plain text or bzipped) and tries to search for various exceptions. It then tries to match exceptions against grouping rules (regexps). It is also able to group unrecognised exceptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Symbology is an open source game in which players must match symbols on a board. The object of the game is to 'convert' all spaces on the board (to gold) by matching three or more symbols in a row or column. Symbology is written in Pygame/python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python gen-purpose log monitoring tool. Can track several log files at once, and trigger actions by regexp matching. Actions are defined via modules with a very simple interface to implement. It can monitor syslog as well as gather web server stats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    A program designed to walk the Windows registry and match keys, values, and data with regular expressions. Matched items can be deleted or the branch they are on can be pruned to a particular depth.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Watchan is a python program designed to automatically observe threads on imageboards that match criteria the user selects. Observed threads, including images, are mirrored onto the hard drive, where they stay even when the original thread is deleted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    U9input designed to allow text input with a restricted number of keys. User defined keys relate to a set of letter and the program then presents possible words that match. It can be configured to allows it to emulate T9.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB