Code Monkey home page Code Monkey logo
for emoji in sorted([emoji for category, emojis in self.emojidata.items() for name, emoji in emojis.items() if self.searchbox.get_text().lower() in emoji.get("name").lower() or self.searchbox.get_text().lower() in " ".join(emoji.get("keywords"))], key=lambda emoji: (1 - Levenshtein.ratio(self.searchbox.get_text(), emoji.get("name"))) + (1 - Levenshtein.setratio([self.searchbox.get_text()], emoji.get("keywords")))):
  self.search_results.add_emoji(emoji)

ash lea's Projects

ananas icon ananas

The Python Bot Framework for Mastodon

awesome-buttplug icon awesome-buttplug

A list of awesome projects that use the Buttplug Sex Toy Control Library

browserhost icon browserhost

Dalamud plugin for in-game browser rendering. Think OverlayPlugin, but it's in the game itself.

browserpass icon browserpass

Chrome & Firefox browser extension for pass, a UNIX password manager.

buttplug icon buttplug

Rust Implementation of the Buttplug Sex Toy Control Protocol

confuse icon confuse

A YAML configuration FUSE filesystem

dendrite icon dendrite

Dendrite is a second-generation Matrix homeserver written in Go!

dizzydon icon dizzydon

Customizable userstyle for mastodon. Supports vanilla, glitch-soc, and sleeping town front ends. Ret-2-Go 💫🚀✨

dizzydon-1 icon dizzydon-1

Customizable userstyle for mastodon. Supports vanilla, glitch-soc, and sleeping town front ends. Ret-2-Go 💫🚀✨

dolphin icon dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.

easyeffects icon easyeffects

Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications

epapi icon epapi

The lightweight Discord plugin framework

font-kit icon font-kit

A cross-platform font loading library written in Rust

g933-utils icon g933-utils

Configure and control the Logitech G933 wireless headset (and some others)

glium icon glium

Safe OpenGL wrapper for the Rust language.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.