Prayas Kumar

Results 7 issues of Prayas Kumar

In total I provided the nodejs-securify's github repository link, npm page link and blog link in readme.

enhancement

After running this following code: `dtale.show(df, open_browser=True) ` Im getting this ouput in browser: ![image](https://github.com/user-attachments/assets/a9a95335-9636-4aa4-a600-391bdd0c0345)

### What would you like to Propose? **Overview** The goal of this proposal is to implement a LowestSetBit class that provides efficient methods for manipulating and analyzing the lowest set...

enhancement

- [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have not plagiarized it. - [x] All filenames are in PascalCase. -...

- [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have not plagiarized it. - [x] All filenames are in PascalCase. -...

### What would you like to Propose? This PR introduces an InvertedIndex data structure that uses the **[BM25 scoring algorithm](https://en.wikipedia.org/wiki/Okapi_BM25)** for ranking movie search results. The InvertedIndex class indexes movie...

enhancement

Here's a short note summarizing the changes made to address the issue of re-indexing renamed images: **Changes in db.py:** - Updated schema with hash column. - Updated DB.VERSION to 3...