MixpeekSearch the contents of DWG files with Python using OCRAutoCAD has dominated the Computer Aided Design (CAD) space since the 1970’s. They created a file format for saving and sharing CAD files…Nov 21, 2022
Nirbhay SinghShell script to Search files and CopyHere’s a shell script that reads the filenames from a text file and searches for them recursively in a directory (/data/), copying the…Nov 27, 2024Nov 27, 2024
Chi Thuc NguyenThe fastest way to find files by filename — mlocate (locate commands)One of the best way for quickly finding files by filename is the locatecommand. The locate command reads one or more databases prepared by…Jul 14, 2018Jul 14, 2018
MixpeekSearch the contents of DWG files with Python using OCRAutoCAD has dominated the Computer Aided Design (CAD) space since the 1970’s. They created a file format for saving and sharing CAD files…Nov 21, 2022
Nirbhay SinghShell script to Search files and CopyHere’s a shell script that reads the filenames from a text file and searches for them recursively in a directory (/data/), copying the…Nov 27, 2024
Chi Thuc NguyenThe fastest way to find files by filename — mlocate (locate commands)One of the best way for quickly finding files by filename is the locatecommand. The locate command reads one or more databases prepared by…Jul 14, 2018
AnılA file search project in Python with fundamentals of argparse module, virtual environment and git.Python contains various tools and libraries inside. Some of them exactly associated with programming itself but it’s just a tip of iceberg…Jul 12, 2024
Michelle KayeWhat about Wildcard Searches?We’ve now looked at searching, and hopefully you’re finding your files easily. But how often are the ones that you’re looking for at the…Apr 28, 2024
Ben BurtenshawA file’s place in the world: Transferring knowledge from file structures to semantic searchThis post is about extracting semantic information from file structures and using it in semantic search.Jan 16, 2023