search
Here are 5,405 public repositories matching this topic...
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
Updated
Jun 5, 2022 - Rust
(As discussed in #885,) the current benchmark suite has a few shortcomings.
The most obvious one is that there is no standardized dataset. Past ideas involved using large Git repositories (Linux, Chromium, Rust compiler), but these repositories change over time. We can not simply check out a certain state because the .git folder will still grow. It'
Minimal examples of data structures and algorithms in Python
-
Updated
May 23, 2022 - Python
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
May 26, 2022
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
-
Updated
May 17, 2022 - C++
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Jun 6, 2022 - Markdown
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
-
Updated
Jun 7, 2022 - C
-
Updated
May 26, 2022 - Rust
Currently when clicking an image from search resutls the pop-up includes the image at a fixed size.
I propose to either increase that scaling to a somewhat higher fixed value or factor in the original image size so that very small pictures do not become pixelated.
Currently the preview is too small in my opinion which forces me to visit the website.
The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.
-
Updated
Jun 7, 2022 - JavaScript
Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch
-
Updated
Jun 7, 2022 - C++
Algorithms implemented in Go for beginners, following best practices.
-
Updated
May 21, 2022 - Go
Is your feature request related to a problem? Please describe.
This is a continuation ticket for zinclabs/zinc#178. Now that we have Swagger support in zinc, we would like to provide the rest of the API Docs.
Describe the solution you'd like
Provide the rest of the Swagger API Documentation by annotating the API Endpoints using https://github.com/swaggo/gin-sw
Next-Generation full text search library for Browser and Node.js
-
Updated
Mar 6, 2022 - JavaScript
A bit like Solr, but much smaller and not as bright
-
Updated
May 14, 2022 - JavaScript
Installed it, typed ctrl + space, and the application presented itself as expected. When I started typing in the query box, the dialog expanded and presented a black screen only, with what looked like a Google icon. Clearly not as expected.
After looking around I saw that cerebro had theme settings and since I use a dark theme, many things commonly have issues supporting it so I tried to change
-
Updated
May 29, 2022 - JavaScript
Describe the feature you'd like to see added
Current the /search endpoint returns a HTML file to display the results. This works well for UI users, which might be the first use case of Whoogle. But it's hard for prog
Object-based searching.
-
Updated
May 29, 2022 - Ruby
-
Updated
Jun 5, 2022 - Python
Is your feature request related to a problem? Please describe.
A recent review of the dependency libraries showed that CVE-2020-36518 (jackson-databind) can lead to creation of a large depth of nested objects and potentially cause a stack overflow.
Describe the solution you'd like
While the immediate fix is upgrading the affected library to a patched version of the library (https://gi
A supercharged version of paperless: scan, index and archive all your physical documents
-
Updated
Jun 1, 2022 - Python
Search UI components for React and Vue: powered by appbase.io / Elasticsearch
-
Updated
Jun 7, 2022 - JavaScript
Node.js & Browser SDK & React UI components for Elasticsearch.
-
Updated
Jun 3, 2022 - TypeScript
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
-
Updated
Feb 13, 2022
Apache Lucene and Solr open-source search software
-
Updated
Jun 6, 2022
Improve this page
Add a description, image, and links to the search topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the search topic, visit your repo's landing page and select "manage topics."


I think here we should first check if there is a next node before lost the reference on first object
https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/datastructures/hashmap/hashing/HashMap.java
/**
Linked list class - delete method with the following signature
*/
public void delete(int key) {
if (!isEmpty()) {
if (first.ge