From 154f224194487b76f8b544513adfb103a5bac8d4 Mon Sep 17 00:00:00 2001 From: Arpit Date: Thu, 4 May 2023 00:23:30 +0530 Subject: [PATCH] comment broken links --- CODE_OF_CONDUCT.md | 2 +- cryptography/README.md | 2 +- design/README.md | 2 +- languages-paradigms/functional_reactive_programming/README.md | 2 +- pattern_stringology/README.md | 2 +- testing/tdd/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5450f85..71739b8 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -8,7 +8,7 @@ Papers We Love events are for anyone interested in Computer Science/Computer Eng **Be an adult, don't be a jerk.** -We value the participation of each member of the community and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout the meet-ups and at all Papers We Love events and interactions on the GitHub repository, IRC, [gitter](https://gitter.im/papers-we-love/), or [Slack](https://paperswelove.slack.com/messages/general/) channels. + Need help? ---------- diff --git a/cryptography/README.md b/cryptography/README.md index 3193fcd..9a75b0d 100644 --- a/cryptography/README.md +++ b/cryptography/README.md @@ -1,6 +1,6 @@ # Cryptography -* [A Method for Obtaining Digital Signatures and Public-Key Cryptosystems (1977)](http://people.csail.mit.edu/rivest/Rsapaper.pdf) + * [Twenty Years of Attacks on the RSA Cryptosystem (1999)](https://crypto.stanford.edu/~dabo/papers/RSA-survey.pdf) * :scroll: [Communication Theory of Secrecy Systems (1949)](communication-theory-of-secrecy-systems.pdf) * [New Directions in Cryptography (1976)](http://www-ee.stanford.edu/~hellman/publications/24.pdf) diff --git a/design/README.md b/design/README.md index e68db20..62ece37 100644 --- a/design/README.md +++ b/design/README.md @@ -1,5 +1,5 @@ # Design -* [No Silver Bullet — Essence and Accidents of Software Engineering](http://www.cs.unc.edu/techreports/86-020.pdf) + * [Traits: A Mechanism for Fine-Grained Reuse](http://scg.unibe.ch/archive/papers/Duca06bTOPLASTraits.pdf) * [THING-MODEL-VIEW-EDITOR an Example from a planningsystem](http://heim.ifi.uio.no/~trygver/1979/mvc-1/1979-05-MVC.pdf) diff --git a/languages-paradigms/functional_reactive_programming/README.md b/languages-paradigms/functional_reactive_programming/README.md index 875fc63..4465a24 100644 --- a/languages-paradigms/functional_reactive_programming/README.md +++ b/languages-paradigms/functional_reactive_programming/README.md @@ -2,7 +2,7 @@ * [Functional Reactive Programming, Continued](https://www.antonycourtney.com/pubs/frpcont.pdf) -* [Event-Driven FRP](http://www.cs.yale.edu/homes/zwan/papers/mcu/efrp.pdf) + * [Real-Time FRP](https://csiflabs.cs.ucdavis.edu/~johari/refs/rt-frp.pdf) diff --git a/pattern_stringology/README.md b/pattern_stringology/README.md index 2bbf5ea..31e9591 100644 --- a/pattern_stringology/README.md +++ b/pattern_stringology/README.md @@ -1,6 +1,6 @@ # Stringology -[Stringology](https://en.wikipedia.org/wiki/String_(computer_science)#String_processing_algorithms) refers to one of the various kinds of string processing algorithms. + 🧭 Part of the pattern-matching group, in PWL diff --git a/testing/tdd/README.md b/testing/tdd/README.md index d4d4c7d..9c01d15 100644 --- a/testing/tdd/README.md +++ b/testing/tdd/README.md @@ -5,4 +5,4 @@ ## In industrial teams -[Realizing quality improvement through test driven development: results and experiences of four industrial teams](https://github.com/tpn/pdfs/raw/master/Realizing%20Quality%20Improvement%20Through%20Test%20Driven%20Development%20-%20Results%20and%20Experiences%20of%20Four%20Industrial%20Teams%20(nagappan_tdd).pdf). This paper is important because it one of the few instances of quantitative research about TDD in industrial teams (not in controlled environments) +