Commit Graph

852 Commits

Author SHA1 Message Date
Zeeshan Lakhani
06ce2b8208 discord link and some readme updates (#705)
* fix issue update action
2023-01-10 09:53:15 -05:00
David Angulo
0cb5254a45 add specializing ruby paper (#700) 2022-12-08 06:45:24 -05:00
Alex Kachanov
530ed80cea fix link for "Heap Architectures For Concurrent Languages" (#697) 2022-11-04 17:59:18 -04:00
Alex Kachanov
9ffb623833 Fixing link to "Time, Clocks, and the Ordering of Events" (#696) 2022-11-03 23:55:19 -04:00
Kaleb Petersen
0165408948 Adding new paper to how-to-read papers section of readme (#692) 2022-09-30 21:43:02 -04:00
david-gary
3398d9f35f Updated link for Cuckoo Hashing paper (#691) 2022-09-28 13:49:11 -04:00
Giacomo Mazzucchi
f962083fa6 Add "Emergent Economies for Role Playing Games" paper (#690)
paper on developing free market system in computers
2022-09-12 21:01:47 -04:00
Sean Broderick
7d4336c327 fix links to hosted garbage collection paper 2022-07-20 23:51:59 -04:00
Sean Broderick
abcbcfba6c fix pagerank local link in information_retrieval 2022-07-20 23:40:34 -04:00
Sean Broderick
6d11375128 fix link to robotics (dynamic window) paper 2022-07-20 23:23:39 -04:00
Dave Peticolas
43e6c6097e Add link for Portland, OR chapter of Papers We Love (#681)
* Add link for Portland, OR chapter of Papers We Love

Papers We Love: PDX had a successful first meeting after our chapter reboot: https://www.meetup.com/papers-we-love-pdx/events/286209448/

I'd like to add a link to help continue spreading the word.

* Update README.md
2022-07-09 17:26:52 -04:00
Sean Broderick
17a8917ae8 cleanup computer_education file names and readme links 2022-07-06 12:19:58 -04:00
Ethan Brierley
30b51124b8 add readme to computer_education section for consistency (#678) 2022-07-06 12:16:13 -04:00
Sean Broderick
50717bd58a restore link to "The History of Erlang" 2022-06-06 00:24:08 -04:00
Kieran
89716f2949 Remove dead links (#672) 2022-06-06 00:18:02 -04:00
Sean Broderick
57e3cbee27 fix lychee syntax per project docs
Simplify args quoting per lychee docs --
https://github.com/marketplace/actions/lychee-broken-link-checker
2022-05-09 23:14:36 -04:00
ian
ea96efcdb6 let lychee handle advanced globbing (#662)
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.
2022-05-09 23:13:18 -04:00
SMMH
21c4c8f728 Update CONTRIBUTING.md (#664)
fix spelling error/typo in contributing readme
2022-04-25 13:23:31 -04:00
bolshoytoster
5f6ceaf4f1 Fixes some broken links and increases max retries for lychee (#659)
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
2022-04-09 12:05:02 -04:00
Kyle Kizirian
a96a6dcab7 fixes minor typos (#655) 2022-03-28 23:56:00 -04:00
che-ch3
068e2647fd Update link on Reading Academic Papers (#651) 2022-01-28 06:12:47 -05:00
tfpgh
6b41c9a01e Directly link to organizers repo (#646) 2022-01-25 15:12:13 -05:00
theHausdorffMetric
461f19183b Update Economics README.md to correct typo in author name (#648)
changed Grief->Greif typo
2022-01-25 15:11:20 -05:00
bolshoytoster
c526d615a1 Fixed a few more broken links (#643) 2021-12-31 14:05:11 -05:00
bolshoytoster
f28b9c9f6c Fixed broken links (#641)
I went through #638 and fixed the broken links in there.

There was one I couldn't find, and it wasn't in the wayback machine
so I deleted it.
2021-12-31 11:52:14 -05:00
Darren
0cb91bcd52 Quantum computing: update link to accurately reflect title 2021-12-19 14:05:50 -05:00
Darren
9a1d95d1fc Update quantum computing readme for better signal 2021-12-19 14:03:44 -05:00
Gonzalo Bella
18cd311325 Use relative paths in scripts/download.sh (#632)
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>
2021-11-26 12:20:27 -05:00
Robbi Nespu
20b552c908 Auto check missing / forbidden external papers and raise issue (#624)
* Create lychee.yml
* Link checker with auto create issue
* 📅 run once a month

Request from https://github.com/papers-we-love/papers-we-love/pull/624#issuecomment-939320960
2021-10-11 07:15:05 -04:00
Matías Lang
7a241da5e8 Add On-the-Fly Garbage Collection Paper (#627)
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.
2021-10-02 07:40:52 -04:00
Ben Aiad
e3b443ba64 Fix no longer active link to John Backus’ Turning Award paper (#626) 2021-09-22 12:05:26 -04:00
Sean Broderick
5c2f076f1b Update link for Defining Gamification paper (in gamification) 2021-09-05 12:11:27 -04:00
Brian J Brennan
383c92fcc0 Update link for f4 paper (#623)
f4: Facebook’s Warm BLOB Storage System
2021-09-04 09:27:23 -04:00
Sean Broderick
ef222ea194 add kingsbury and alvaro "elle" paper (#622) 2021-04-17 06:55:20 -04:00
Walerian Sobczak
60a37fc138 Add TDD with mutation testing (Roman & Mnich 2020) (#617)
Add TDD with mutation testing (Roman & Mnich 2020)
2020-12-03 00:25:17 -05:00
Angela Ambroz
8a3c6af1ca Adding Nash 1950, Grief 1993 in econ (#615) 2020-10-16 17:15:01 -04:00
Prince Sumberia
7577bf8335 Remove Dead Link (#611)
The link was returning 404. Seems like the group is deleted.
2020-10-02 11:43:06 -04:00
Elena Sukmanova
6281564b1b Add Privacy Papers for Visual Data (#613) 2020-09-16 01:34:21 -04:00
Brian J Brennan
bba1fb137d Update link for Cuckoo Hashing (#608)
This change updates the link for Data Structures > Cuckoo Hashing. The old link no longer works.
2020-07-19 15:12:44 -04:00
jensschaefer
6bcb9ff7d3 Updated Link for Effective Inter-Component Communication Mapping in Android
octeau-sec13
2020-07-19 15:11:09 -04:00
Sean Broderick
eb289e50a9 restore "Combinatorial Analysis and Computers" with archive link 2020-07-11 16:06:38 -04:00
Sean Broderick
51a8b1b4c0 remove "Combinatorial Analysis and Computers" link (missing) 2020-07-06 23:34:36 -04:00
Songlin Yang
c8dd4cb2bd fix(readme): change bell system technical journal link (#605) 2020-06-18 02:05:37 -04:00
Sean Broderick
0f518152c6 change source for Ritchie C Language paper (per github/josh-59) 2020-05-08 12:45:34 -04:00
Sean Broderick
9d9b8dc158 fix gamification thom paper link (thanks, @fdiogoc) 2020-04-26 23:48:13 -04:00
Min Pae
6200caee69 Fix broken link for unified theory of garbage collection (#602)
Fix broken link for unified theory of garbage collection
2020-04-06 13:22:36 -04:00
Sean Broderick
20a8d9551b remove pdfs, normalize readme format [fix PR#540] 2020-03-29 15:49:06 -04:00
Sean Broderick
38b446fb56 restore datastore googlefs paper [fixing PR#540] 2020-03-29 15:42:05 -04:00
Mayur Patil (मयूर पाटील)
814d97e610 Distributed File Systems, Search Engine Original Papers (#540)
* 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
2020-03-29 15:38:47 -04:00
Sean Broderick
a8355394ce fix data_compression hosting links (and file org) 2020-03-29 15:14:53 -04:00