Skip to content
#

file-search

Here are 104 public repositories matching this topic...

Поиск файлов исследований КТ по заданным параметрам (в примере- исследования легких), их копирование и анонимизация, а так же отправка на сервер обработки и получение результатов с уведомлением по электронной почте.

  • Updated Jan 20, 2021
  • Python

The main idea is to match and search words efficiently among text files in a directory. The files are indexed using multiprocessing. The indexed files are then searched using a Trie. In simple words, this project is word autocomplete using multiprocessing and trie.

  • Updated Dec 3, 2021
  • Python

Improve this page

Add a description, image, and links to the file-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the file-search topic, visit your repo's landing page and select "manage topics."

Learn more