Title: P3: Big Data frameworks learing [2023-12-11 Mon]
: (setq fuzzy-match-accept-length-difference 0)
To activate:
: M-x turn-on-fuzzy-isearch
: M-: (fuzzy-isearch-activate)
: C-s guangua

There is fzf command line utility and integration with Emacs https://github.com/bling/fzf.el

and there is implementation in pure Emacs: https://www.masteringemacs.org/article/fuzzy-finding-emacs-instead-of-fzf
😶 #Emacs #bigdata #fuzzysearch #chinese

GitHub - bling/fzf.el: A front-end for fzf

A front-end for fzf. Contribute to bling/fzf.el development by creating an account on GitHub.

GitHub

Title: P2: Big Data frameworks learing [2023-12-11 Mon]
(if isearch-forward #'re-search-forward #'re-search-backward)
regexp bound noerror count))))
(setq-local isearch-search-fun-function 'pinyin-isearch)
🔪
Info about fuzzy search in Emacs that I have collected: ^‿^

There is fuzzy package with fast search but it don't have Levenshtein
distance.

In ~/.emacs:
: (require 'fuzzy)
: (setq fuzzy-match-accept-error-rate 0.25) #Emacs #bigdata #fuzzysearch #chinese

Title: P1: Big Data frameworks learing [2023-12-11 Mon]
(lambda (string &optional bound noerror count)
(let* ((st (regexp-quote string))
(st (string-replace 'a' '[āáǎà]' st))
(st (string-replace 'e' '[ēéěè]' st))
(st (string-replace 'o' '[ōóǒò]' st))
(st (string-replace 'i' '[īíǐì]' st))
(st (string-replace 'u' '[ūúǔùǚ]' st))
(regexp st))
(funcall #Emacs #bigdata #fuzzysearch #chinese

Title: P0: Big Data frameworks learing [2023-12-11 Mon]
I have been reading about Big Data frameworks: Apache Spark, Hadoop, Spark
Dask, MapReduce and frontend framework FastAPI. 🏄

Emacs: I was trying to make search for Chinese pinyin. I have tryed fuzzy search,
but it didn't suite me well.

I writed my first package for pinyin search in Emacs. It create minor mode that
modifies isearch to regex, very simple but effective. 🏂 #Emacs #bigdata #fuzzysearch #chinese

Search Lib | Utilities Tools | Unity Asset Store

Use the Search Lib from PreDashGames on your next project. Find this utility tool & more on the Unity Asset Store.

GitHub - m31coding/fuzzy-search: A fast, accurate and multilingual fuzzy search library for the frontend.

A fast, accurate and multilingual fuzzy search library for the frontend. - m31coding/fuzzy-search

GitHub

No more “no results found” frustrations: Fuzzy Search matches close alternatives so you get relevant connections instantly 🔎⚡

#automation #fuzzysearch #productivity #Itops #remotemanagement #technology #software #productivity #rdp #ssh

🔥Hot Notes. Fast fuzzy search for Apple Notes on macOS.

Open your notes at the speed of thought.

I just found out of this very cool search library in JS without the need of a backend, called Fuse.js https://github.com/krisk/fuse (give it a star!)

Love the project, I will incorporate this search feature in my Hugo blog.. Here is an example of Fuse.js: https://www.fusejs.io/demo.html

#search #fast #performant #lightweight #fuzzysearch #javascript

GitHub - krisk/Fuse: Lightweight fuzzy-search, in JavaScript

Lightweight fuzzy-search, in JavaScript. Contribute to krisk/Fuse development by creating an account on GitHub.

GitHub

Toller, schneller #launcher! Mit #fuzzysearch und erinnert sich an die meist geöffneten Applikationen:
https://github.com/j0ru/kickoff

In #hyprland config:
bind=ALT,D,exec,cat ~/.config/kickoff/dateiliste.txt | kickoff --from-stdin --history ~/.config/kickoff/history.csv
Top!

Hatte jetzt lang #fuzzel, aber da kickoff in #nixos verfügbar..
Suck on this, #openSUSE! :-)

#linux #wayland #rust

GitHub - j0ru/kickoff: Minimalistic program launcher

Minimalistic program launcher. Contribute to j0ru/kickoff development by creating an account on GitHub.

GitHub