The workflow does not quote `**/*.md`, so bash will handle the globbing, which does not support the recursive pattern `**`.
After quoting, bash will pass `**/*.md` to lychee, which will find all markdown files in the repository.
This will hopefully reduce the false reports due to some unreliable hosters.
* Fixes broken links in memory_management/README.md
* Fixes broken link in audio_comp_sci/README.md
* Fixes broken link in security/README.md
* Fixes broken links in garbage_collection/README.md
* Increase max retries for lychee
If there is another folder with the same name in your path when running
the script, it will enter that folder and recursively try to download
all the files. It the folder is big enough, it can hang the computer.
Co-authored-by: Gonzalo Bella <gonzalobella@gambitresearch.com>
This is the paper that introduced concurrent Garbage Collection via the tri-color marking invariant. It forms the basis for most non-concurrent incremental collectors as well. No matter where you stand on garbage collection, I think it’s useful (and interesting!) to know how collectors work, and this is one paper you’ll be hard-pressed to avoid when delving into the matter; despite the claim in the paper’s introduction that “it has hardly been our purpose to contribute specifically to the art of garbage collection, and consequently no practical significance is claimed for our solution”, this is definitely one of the most important and influential papers on GC ever written.
* Added base paper
* Create README.md
* Add files via upload
* Update README.md
* Create README.md
* Add files via upload
* From where it all started - Sun NFS
* Updated links of papers
* Does not fit in this category
* Create README.md
* Add files via upload
* Create README.md
* Create README.md
* Add files via upload
* Add files via upload
* Create README.md
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Already exists.
* Reviewed for PR
* Original link updated
* Update README.md
* Update README.md
* Update README.md
* Absolute links updated
* added some literatures covering scientific data compression.
* fixed the 📜 notation in readme file
* added the urls to the paper in readme file; added reasons for the paper in readme file.
* fixed the name of the paper in readme
Co-authored-by: Sean Broderick <hakutsuru@mac.com>
* Create README.md
* Rename security/HW Security/README.md to security/hardware_security/README.md
* Rearranging files
* Rearranging files
* Delete sok-eternal-war-in-memory.pdf
* Moving sok-eternal-war-in-memory.pdf
* Fix dead link
Updating the link for "Internet Census via Insecure Routers"
* Add Hardware Security subsection
* Add Bioinformatics research area
* fix the Shouji paper link
* Added script to download all PDFs from the Readmes
* Removed sleep
* Formatting
* Added guard closes and some docs to download script. Added it to scripts folder. Added download script readme. Added section in root readme.
* Removed old download_all.sh
* Added support for specifying which directories you want to download.
* Removed dependency on xargs.
* Changed filename to download.sh. Updated READMEs.
* More README
* Fixed download.sh logic for multiple arguments. Removed Readme section about executing script from anywhere. Updated the parsing of URLs to be more specific.
* Create README.md
* Rename security/HW Security/README.md to security/hardware_security/README.md
* Rearranging files
* Rearranging files
* Delete sok-eternal-war-in-memory.pdf
* Moving sok-eternal-war-in-memory.pdf
* Fix dead link
Updating the link for "Internet Census via Insecure Routers"
* Add Hardware Security subsection