diff --git a/README.md b/README.md index bb39650..66c2f99 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Repository related to the following meetups: * [London - Papers We Love](http://www.meetup.com/papers-we-love-london) * [Saint Louis - Papers We Love](http://www.meetup.com/Papers-We-Love-in-saint-louis/) -Let us know if you are interested in starting a chapter! +Let us know if you are interested in starting a [chapter](https://github.com/papers-we-love/papers-we-love/wiki/Creating-a-PWL-chapter)! ### Past presentations @@ -29,6 +29,12 @@ We're looking for pull requests related to papers we should add, better organiza * [MIT's Distributed System's Reading Group](http://pdos.csail.mit.edu/dsrg/) * [arXiv Paper Repository](http://arxiv.org/) * [SciRate](https://scirate.com/) +* [cat-v.org](http://doc.cat-v.org/) +* [y-archive](http://yarchive.net/comp/index.html) +* [Bell System Technical Journal](http://www3.alcatel-lucent.com/bstj/) +* [netlib](http://www.netlib.org/) + +Please check out our [wiki-page](https://github.com/papers-we-love/papers-we-love/wiki/Other-Good-Sources-of-Reading-Material) for links to blogs, books, exchanges that are worth a good read. ### How To Read a Paper diff --git a/can-programming-be-liberated-from-the-von-neumann-style.pdf b/can-programming-be-liberated-from-the-von-neumann-style.pdf deleted file mode 100644 index 73c45cd..0000000 Binary files a/can-programming-be-liberated-from-the-von-neumann-style.pdf and /dev/null differ diff --git a/concurrency/README.md b/concurrency/README.md new file mode 100644 index 0000000..990d7d5 --- /dev/null +++ b/concurrency/README.md @@ -0,0 +1,3 @@ +* [everything-you-always-wanted-to-know-about-synchronization-but-were-afraid-to-ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf) + +* [time-clocks-and-the-ordering-of-event-in-a-distributed-system](http://www.stanford.edu/class/cs240/readings/lamport.pdf) diff --git a/concurrency/everything-you-always-wanted-to-know-about-synchronization-but-were-afraid-to-ask.pdf b/concurrency/everything-you-always-wanted-to-know-about-synchronization-but-were-afraid-to-ask.pdf deleted file mode 100644 index 34cd3bb..0000000 Binary files a/concurrency/everything-you-always-wanted-to-know-about-synchronization-but-were-afraid-to-ask.pdf and /dev/null differ diff --git a/concurrency/time-clocks-and-the-ordering-of-event-in-a-distributed-system.pdf b/concurrency/time-clocks-and-the-ordering-of-event-in-a-distributed-system.pdf deleted file mode 100644 index 86773cf..0000000 Binary files a/concurrency/time-clocks-and-the-ordering-of-event-in-a-distributed-system.pdf and /dev/null differ diff --git a/datastores/README.md b/datastores/README.md new file mode 100644 index 0000000..c86ae8b --- /dev/null +++ b/datastores/README.md @@ -0,0 +1 @@ +* [calvin-fast-distributed-transactions-for-partitioned-database-systems](http://cs.yale.edu/homes/thomson/publications/calvin-sigmod12.pdf) diff --git a/datastores/calvin-fast-distributed-transactions-for-partitioned-database-systems.pdf b/datastores/calvin-fast-distributed-transactions-for-partitioned-database-systems.pdf deleted file mode 100644 index 8f9d17e..0000000 Binary files a/datastores/calvin-fast-distributed-transactions-for-partitioned-database-systems.pdf and /dev/null differ diff --git a/datastores/flexible-transactional-storage.pdf b/datastores/flexible-transactional-storage.pdf deleted file mode 100644 index 1d5e66f..0000000 Binary files a/datastores/flexible-transactional-storage.pdf and /dev/null differ diff --git a/datastores/stasis-flexible-transactional-storage.pdf b/datastores/stasis-flexible-transactional-storage.pdf new file mode 100644 index 0000000..d32d4c2 Binary files /dev/null and b/datastores/stasis-flexible-transactional-storage.pdf differ diff --git a/distributed_systems/README.md b/distributed_systems/README.md new file mode 100644 index 0000000..9a4a224 --- /dev/null +++ b/distributed_systems/README.md @@ -0,0 +1 @@ +* [millwheel-fault-tolerant-stream-processing-at-internet-scale](http://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/41378.pdf) diff --git a/functional_reactive_programming/README.md b/functional_reactive_programming/README.md new file mode 100644 index 0000000..6fb38b2 --- /dev/null +++ b/functional_reactive_programming/README.md @@ -0,0 +1,5 @@ +* [asynchronous-functional-reactive-programming-for-guis](http://people.seas.harvard.edu/~chong/pubs/pldi13-elm.pdf) + +* [push-pull-frp](http://conal.net/papers/push-pull-frp/push-pull-frp.pdf) + +* [wormholes-introducing-effects-to-frp](http://haskell.cs.yale.edu/wp-content/uploads/2012/08/Winograd-Cort-Wormholes.pdf) diff --git a/functional_reactive_programming/asynchronous-functional-reactive-programming-for-guis.pdf b/functional_reactive_programming/asynchronous-functional-reactive-programming-for-guis.pdf deleted file mode 100644 index cf12911..0000000 Binary files a/functional_reactive_programming/asynchronous-functional-reactive-programming-for-guis.pdf and /dev/null differ diff --git a/functional_reactive_programming/push-pull-frp.pdf b/functional_reactive_programming/push-pull-frp.pdf deleted file mode 100644 index 8c1a6d7..0000000 Binary files a/functional_reactive_programming/push-pull-frp.pdf and /dev/null differ diff --git a/functional_reactive_programming/wormholes-introducing-effects-to-frp.pdf b/functional_reactive_programming/wormholes-introducing-effects-to-frp.pdf deleted file mode 100644 index 9336f01..0000000 Binary files a/functional_reactive_programming/wormholes-introducing-effects-to-frp.pdf and /dev/null differ diff --git a/garbage_collection/README.md b/garbage_collection/README.md new file mode 100644 index 0000000..3081920 --- /dev/null +++ b/garbage_collection/README.md @@ -0,0 +1,3 @@ +* [a-unified-theory-of-garbage-collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf) + +* [teaching-garbage-collection-without-implementing-compilers-or-interpreters](http://faculty.cs.byu.edu/~jay/static/cooper-sigcse2013.pdf) diff --git a/garbage_collection/a-unified-theory-of-garbage-collection.pdf b/garbage_collection/a-unified-theory-of-garbage-collection.pdf deleted file mode 100644 index 33dd74d..0000000 Binary files a/garbage_collection/a-unified-theory-of-garbage-collection.pdf and /dev/null differ diff --git a/garbage_collection/teaching-garbage-collection-without-implementing-compilers-or-interpreters.pdf b/garbage_collection/teaching-garbage-collection-without-implementing-compilers-or-interpreters.pdf deleted file mode 100644 index f5d2db7..0000000 Binary files a/garbage_collection/teaching-garbage-collection-without-implementing-compilers-or-interpreters.pdf and /dev/null differ diff --git a/logic_and_programming/README.md b/logic_and_programming/README.md new file mode 100644 index 0000000..e2cd347 --- /dev/null +++ b/logic_and_programming/README.md @@ -0,0 +1 @@ +* [purely-functional-lazy-non-deterministic-programming](http://www.cs.rutgers.edu/~ccshan/rational/lazy-nondet.pdf) diff --git a/logic_and_programming/purely-functional-lazy-non-deterministic-programming.pdf b/logic_and_programming/purely-functional-lazy-non-deterministic-programming.pdf deleted file mode 100644 index 29e901d..0000000 Binary files a/logic_and_programming/purely-functional-lazy-non-deterministic-programming.pdf and /dev/null differ diff --git a/macros/README.md b/macros/README.md new file mode 100644 index 0000000..c11c7e5 --- /dev/null +++ b/macros/README.md @@ -0,0 +1 @@ +* [fortyifying-macros](http://www.ccs.neu.edu/racket/pubs/icfp10-cf.pdf) diff --git a/macros/fortifying-macros.pdf b/macros/fortifying-macros.pdf deleted file mode 100644 index 7d2c9fc..0000000 Binary files a/macros/fortifying-macros.pdf and /dev/null differ diff --git a/millwheel-fault-tolerant-stream-processing-at-internet-scale.pdf b/millwheel-fault-tolerant-stream-processing-at-internet-scale.pdf deleted file mode 100644 index ba110d9..0000000 Binary files a/millwheel-fault-tolerant-stream-processing-at-internet-scale.pdf and /dev/null differ diff --git a/networks/README.md b/networks/README.md new file mode 100644 index 0000000..7ca124e --- /dev/null +++ b/networks/README.md @@ -0,0 +1 @@ +* [bimodal-multicast](http://www.csl.mtu.edu/cs6461/www/Reading/Birman99.pdf) diff --git a/networks/bimodal-multicast.pdf b/networks/bimodal-multicast.pdf deleted file mode 100644 index 63ec5c5..0000000 Binary files a/networks/bimodal-multicast.pdf and /dev/null differ diff --git a/operating_systems/README.md b/operating_systems/README.md new file mode 100644 index 0000000..8b2ca6e --- /dev/null +++ b/operating_systems/README.md @@ -0,0 +1 @@ +* [xen-and-the-art-of-virtualization](http://www.cl.cam.ac.uk/research/srg/netos/papers/2003-xensosp.pdf) diff --git a/operating_systems/xen-and-the-art-of-virtualization.pdf b/operating_systems/xen-and-the-art-of-virtualization.pdf deleted file mode 100644 index 088ca93..0000000 Binary files a/operating_systems/xen-and-the-art-of-virtualization.pdf and /dev/null differ diff --git a/plt/README.md b/plt/README.md new file mode 100644 index 0000000..78b8070 --- /dev/null +++ b/plt/README.md @@ -0,0 +1 @@ +* [can-programming-be-liberated-from-the-von-neumann-style](http://www.thocp.net/biographies/papers/backus_turingaward_lecture.pdf)