search
Here are 5,378 public repositories matching this topic...
-
Updated
May 23, 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'
-
Updated
May 23, 2022 - Python
-
Updated
May 27, 2022 - JavaScript
-
Updated
May 26, 2022
-
Updated
May 17, 2022 - C++
-
Updated
May 29, 2022 - Markdown
Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.
Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search
-
Updated
May 29, 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.
-
Updated
May 10, 2022 - JavaScript
-
Updated
May 29, 2022 - C++
-
Updated
May 21, 2022 - Go
-
Updated
Mar 6, 2022 - JavaScript
-
Updated
May 28, 2022 - Go
-
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
-
Updated
May 29, 2022 - Ruby
-
Updated
Apr 25, 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
-
Updated
May 26, 2022 - Python
-
Updated
May 28, 2022 - JavaScript
-
Updated
May 10, 2022 - TypeScript
-
Updated
Feb 13, 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 suggest renaming the CPUalgorithms class to MemoryManagmentAlgorithms as this class implements fit algorithms that are used in the CPU but when it needs to allocate memory.