Skip to content

Instantly share code, notes, and snippets.

View YuganshT79's full-sized avatar
💻
waiting for the build to finish...

Yugansh Tyagi YuganshT79

💻
waiting for the build to finish...
View GitHub Profile
@demidovakatya
demidovakatya / anime.md
Last active August 23, 2024 22:16
telegram stickers // anime

###Big Questions for search optimization

How many queries? Can get (and parse) full lyrics? Can store/serialize lyrics? How to store once acquired? Restricted list Possible queries and benchmarks from existing APIs

Crawler Search and ranking already done when you do a search. To make search so fast, the search layer just returns the next 10 results from a list starting at position 1.

@granoeste
granoeste / EachDirectoryPath.md
Last active November 20, 2025 21:11
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories