Commit Graph

868 Commits

Author SHA1 Message Date
Eric Leung
486ea37fe3
Add applied-ml GitHub repo for example papers (#791) 2024-05-20 05:24:40 -04:00
Maria Ines Parnisari
5cb3499886
add zanzibar paper for authorization (#772) 2023-09-04 17:57:07 -04:00
Marius R
8f812e7367
Added photogrammetry topic and two paper + Color Constancy paper (#766) 2023-07-22 06:39:09 -04:00
Marius R
798a474a51
Added Matting and three paper for this topic (#764) 2023-07-21 06:24:21 -04:00
xatier
59c27f3d41
Update links in README.md (#761) 2023-07-19 05:41:43 -04:00
swarnatonse
aa2abaef3d
Fix broken haskell paper link (#752)
Fix link for `Monad transformers and modular interpreters`
2023-06-16 06:44:50 -04:00
Darren
1a0cfdddbd
Adds b-tree-optimization paper (#745)
An Introduction to Bε-trees and Write-Optimization

Michael A. Bender, Martin Farach-Colton, William Jannen, Rob Johnson, Bradley C. Kuszmaul, Donald E. Porter, Jun Yuan, and Yang Zhan
2023-05-14 15:09:34 -04:00
Darren
2e6b65ae7c
Correct links instead of commenting them out (override of #740) (#741)
* Remove gittr and Slack links, replace with Discord
* Update Rivest paper link
* Update link for No Silver Bullet
* Update link to Event Driven FRP
* Update link to Realizing quality improvement paper
2023-05-03 19:06:05 -04:00
Arnab Ray
23aa051db2
Improve Actor formalism paper source (#737) 2023-04-28 08:39:56 -04:00
Kumar Arnav
56efcfa2e7
Update link of Time, Clocks, and the Ordering of Events in a Distributed System (#735) 2023-04-07 06:33:47 -04:00
David Ashby
bb7bc490fb
replacing dead domain with new links (#731) 2023-04-03 10:46:59 -04:00
Andrew Lin
b096c1cdce
Fixed broken link. (#724)
KinectFusion: Real-time 3D Reconstruction and Interaction Using a Moving Depth Camera
2023-03-04 13:46:56 -05:00
Max Marrone
8ac9250746
Fix some broken links. (#718) 2023-02-06 19:46:27 -05:00
Sen
77d918fc9e
Fix broken link (#715)
fix broken link: End-to-End Arguments in System Design
2023-01-29 08:00:45 -05:00
bruised_samurai
4ffec2d6bf
Fix broken url of Fast String Searching (#712)
Fixes #711
2023-01-17 06:02:52 -05:00
Sam Miller
eb19abcc6b
Update broken link to IronFleet paper (#709)
Current link is broken. IronFleet paper retrieved via link on Microsoft Research [publication](https://www.microsoft.com/en-us/research/publication/ironfleet-proving-practical-distributed-systems-correct/) page. Paper is formatted in two-columns, further indicating that it is the same paper as the previously linked one.
2023-01-15 08:33:19 -05:00
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