Commit Graph

848 Commits

Author SHA1 Message Date
russ
53d68456d4 Replace ps link with a pdf link. (#436) 2017-03-28 14:18:16 -04:00
Sergio García Prado
7d5d556046 Created Streaming Algorithms folder (#434)
* Created Streaming Algorithms folder
* Original link did not load
2017-03-27 06:34:21 -04:00
Hynek Schlawack
2156fcedaf Fix MD link syntax in gossip/README.md (#435)
Stray whitespace made the link to be rendered wrong.
2017-03-27 06:31:57 -04:00
Francisco Pérez-Sorrosal
3f23d13b7a Add papers presented on SF chapter on Feb 23rd 2017 (#432)
- NOTE: The paper "A Unified Theory of Garbage Collection" was already
  present in the garbage collection section, so I just added a brief
  summary.
2017-02-26 09:14:21 -05:00
Mike JS. Choi
0fb9de52ae Fix broken link to ACM copyright link in CONTRIBUTING.md (#431)
* fix broken link to acm copyright link

* Add missing `/` to link

Fix broken link to ACM's license 1
2017-02-13 11:18:39 -05:00
Zeeshan Lakhani
6b27bbabb7 imaging vector fields w/ lic paper 2017-02-09 10:12:32 -05:00
Jean-Marcel Belmont
fd60379a22 adds raleigh-durham chapter (#430) 2017-01-23 09:12:49 -06:00
Arunav Sanyal
92aafe2ad0 Adding the simple economics of open source paper (#429)
* Adding the simple economics of open source paper

* Adding the Open Source header.
2016-12-12 16:44:22 -05:00
Nachi Vpn
6954213535 adds gothenburg chapter (#428) 2016-12-09 10:57:34 -05:00
David Ashby
19b52591ea Correct link to CONTRIBUTING.md for licenses discussion (#426) 2016-11-19 17:06:40 -05:00
Jeena Lee
89f61d61a4 List 'A DNA-Based Archival Storage System' (#427) 2016-11-19 17:05:48 -05:00
Zeeshan Lakhani
088119df3b remove non-updated _meetups and add graphics papers to readme (#424) 2016-11-08 11:38:23 -05:00
Daniel
6b0bf519d3 Added San Diego to chapter list (#423) 2016-11-02 16:49:12 -07:00
Lee Sharma
7d7ee69264 Add Combinatorial Analysis and Computers (1965) (#422)
Changes:

  - add: *Combinatorial Analysis and Computers* (1965) to
         `combinatory_logic/README.md` list
  - add: year to the other paper in the README
  - fix: tweak format of papers README for readability

Decisions:

  - I put this in the `combinatory_logic` folder, but I think it would
    also fit in the `comp_sci_fundamentals_and_history` folder (given
    Knuth's historical importance to the field and the more
    theoretical nature of the paper). This seemed more direct.

---

Paper Title:  Combinatorial Analysis and Computers
Author(s):    Marshall Hall Jr. and Donald E. Knuth
Paper Year:   1965

Reasons for Including Paper:

  Papers We Love DC/NoVA will be discussing this paper (and others) at our
  November meetup.

  This paper is included in Donald Knuth's book *Selected Papers
  on Discrete Mathematics*. Knuth's writings have been extremely
  important to the field of computer science, and I think that most of
  his papers would fit in well here. This one introduces computational
  complexity and the benefits/limits of computing, then it dives into
  several combinatorial problems.

  I find it interesting because 1) it's a neat view of the possibilities and
  limitations of computation early on, and 2) the problems that he lays out
  are interesting exercises even today.
2016-10-30 08:38:53 -04:00
Rahul Yedida
748ee51c97 Added paper on Therac-25 (#420) 2016-10-04 07:10:11 -04:00
Sam L'ecuyer
0a69d3096b add epitaxis (#421) 2016-10-04 07:07:18 -04:00
Eric Leung
6b8377f375 Fix machine learning paper link and spelling (#419) 2016-09-29 14:45:45 -07:00
Nikolay Tsenkov
aa4d2c63f7 Add: audio_comp_sci: WaveNet paper + 2 implementations. (#417) 2016-09-22 10:06:09 -04:00
Arunav Sanyal
2b26e0c707 Fixing readme entry in memory management (#416)
Teaching Garbage Collection without Implementing Compilers or Interpreters was pointing to a broken link. I am making a change to put to a link still active with the same paper.
2016-09-17 23:23:02 -04:00
Dan Bernier
5a54fa883a Fix the twitter handle link text (#415)
The URL was correct, though.
2016-08-30 17:46:37 -04:00
Lee Sharma
3565b2ff01 Add Tidy Data (2014) to list of articles (#414)
The following major changes were made:

  - Create the `./data_science` directory

  - Add the *Tidy Data* pdf

  - Create/update the `./data_science` README with the article
    information (including the scroll icon, link to the source, author,
    and publication year)

Decisions:

  - Since no relevant folder existed, I created the `./data_science`
    directory. This is a broad subject, but until the number of articles
    get to be unmanageable, I think that keeping them together will help
    people find what they're interested in.

  - The README does have a sub-category list (*Tidy Data* is under "Data
    Cleaning"), but there is no corresponding subdirectory. This is
    because there are few enough raw articles that someone browsing the
    directory listing won't benefit from the subfolder (but it will cost
    them an extra click), but someone skimming the README might want to
    know more about the article categorization.

  - The README listing includes scroll/title/author/link to source, but
    it does not include any abstract/rationale. The different READMEs
    take different approaches here, but this seems to be the best
    trade-off between a concise listing and providing useful
    information. I'm happy to add a rationale or summary if it would be
    useful though.

Paper Rationale:

  This paper describes a subset of data cleaning that had previously
  been largely neglected: data tidying, or the process of reforming data
  into a standardized structure to allow for easier manipulation and the
  development of better data tools.

  The author is prominent in the data science community, being the chief
  scientist at RStudio, having authored a number of highly-regarded and
  very popular data science packages (ex. `ggplot2` and `reshape2`).
  He was named a Fellow by the American Statistical Association in 2015
  for "pivotal contributions to statistical practice through innovative
  and pioneering research in statistical graphics and computing." For
  more on Hadley Wickham, see his website: http://hadley.nz/

  This is a fairly popular paper as well; according to jstatsoft, it has
  nearly 50k views. I've seen it mentioned in several other popular
  media as well, including John Hopkin's very popular online Data
  Science MOOC.

  The main reason that I'm adding this paper, however, is because of
  how well-written it is. I don't come from a data science background,
  but after reading this paper, I walked away with a decent
  understanding of the significance of Wickham's research and
  standardization efforts, the current (circa 2014) state of the field,
  and many of the technical details associated with his method of data
  tidying. It was easy to read, despite my lacking data science
  background, but it's clear that Wickham did not "dumb down" the
  content in order to accomplish that.

  I believe that other chapters and independent readers will find this
  to be an interesting, enjoyable paper, and I believe that it will
  continue to affect the field of data cleaning.

  *This paper will be presented at the October meeting of Papers We Love
  Washington, D.C. & Northern VA.*

Copyright Information:

  The raw paper can be legally included in this repository. *Tidy Data*
  falls under the [Creative Commons Attribution 3.0 Unported License],
  which allows for sharing and adaptation with attribution.

  [Creative Commons Attribution 3.0 Unported License]:
    https://creativecommons.org/licenses/by/3.0/
2016-08-30 10:47:06 -04:00
Jonathan Schuster
c74663d152 Add the Sketch-n-Sketch paper (#412) 2016-08-29 20:56:18 -07:00
Lee Sharma
86ab435326 README.md: Add Washington, DC chapter (#411)
We've had our first meeting, so this commit adds the Washington, DC/NoVA
chapter/meetup link to the chapters list.
2016-08-25 14:58:36 -04:00
Zeeshan Lakhani
2c1a0ca98f kalman filter and category (#410) 2016-08-24 11:18:00 -04:00
Zeeshan Lakhani
a434208aa9 Update README.md
Fix Scalable Commutativity Rule link.
2016-08-18 10:17:55 -04:00
Evgeniy Zheltonozhskiy
ff22097f79 Cryptography, non-blocking algorithm, quantum computing (#409) 2016-08-18 10:16:55 -04:00
Joe Reynolds
3e12fc55e2 Move paradigms into a paradigms directory (#407) 2016-07-28 16:11:38 -04:00
Chris Hiestand
22b5bdff86 Add "age" to Spelling It Out (#408)
We had a San Diego community member ask that age be added to the list of things to not discriminate by.
2016-07-26 15:46:05 -04:00
Zeeshan Lakhani
48dfd6bc62 Cleanup of unused things and add @loveapaper 2016-07-12 17:31:08 -04:00
Joe Reynolds
5af1fef111 Move languages into languages dir. Move 'tdd' dir into testing (#403)
* add languages dir

* moved files into language sub dir

* move tdd into testing
2016-07-10 23:04:17 -04:00
Alvaro Garcia
6af9910099 create two versions of the same document (#404)
one in PDF, the other in scanned images
2016-07-06 18:26:22 -04:00
Zeeshan Lakhani
9e4134d3c2 add details wrt live/stream, remote details (#406) 2016-06-29 23:56:44 -04:00
Zeeshan Lakhani
b8d987bb08 add tiered rep paper (#401) 2016-06-13 12:06:49 -04:00
Sheryl Hohman
002bb1fa1a fix broken link (#400) 2016-06-11 08:22:29 -04:00
Zeeshan Lakhani
f7d73036a2 Merge pull request #398 from cynic/master
SoK: Eternal War in Memory
2016-06-10 10:08:10 -04:00
cynic
a7e00370fe Add files via upload
- Classifies memory attacks into a hierarchy that is usable by both black- and white-hats.
- An excellent primer on the different memory-related vulnerabilities that exist, (more importantly) why they exist, and the ways in which various defences act to counter them.

Update README.md

Include year in README

Update README.md
2016-06-08 13:25:52 +02:00
Zeeshan Lakhani
ae80644096 Merge pull request #397 from carllerche/patch-1
README.md: Portland chapter
2016-06-02 10:20:18 -04:00
Carl Lerche
8f52bc5a7e README.md: Portland chapter
Added Portland chapter link
2016-06-01 13:58:41 -07:00
Eugene Jen
d5122b2e6f replace broken link to dropbox paper to official usenix link (#396) 2016-05-31 07:34:27 -04:00
Marco Rietveld
159e8613f7 Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms (#395)
Presented on May 25th, 2016 in Amsterdam

http://www.meetup.com/papers-we-love-amsterdam/events/230722227/
2016-05-31 07:33:43 -04:00
Zeeshan Lakhani
baed7e16c0 new nyc papers and such 2016-05-25 12:18:25 -04:00
Neil Menne
ab9a4758c8 Add Chattanooga to chapters list (#393)
First meetup was [last night](http://www.meetup.com/Papers-We-Love-Chattanooga/events/230675662/)
2016-05-05 06:38:42 -04:00
Zeeshan Lakhani
22bbe7a086 next paper nyc 2016-04-22 00:37:24 +01:00
Zeeshan Lakhani
f36bf3811c Merge pull request #391 from Lechindianer/master
Fixed typo
2016-04-14 11:06:34 -04:00
Pascal Schmid
214d8de5d6 Fixed typos 2016-04-14 17:04:59 +02:00
Zeeshan Lakhani
ea6f179516 Merge pull request #390 from rjbs/patch-1
code of conduct: correct a typo (extra full stop)
2016-03-27 13:57:24 -04:00
Ricardo Signes
6decb9c94e code of conduct: correct a typo (extra full stop)
Nothing interesting here: just one too many full stops at the end of a sentence.
2016-03-26 18:41:25 -04:00
Zeeshan Lakhani
8939e69d92 Update README.md 2016-03-26 13:04:36 -04:00
Darren_N
01830a2b4c Merge pull request #388 from 0x1997/patch-1
Fix broken links
2016-03-22 07:27:26 -04:00
Zhe Wang
7e699a5162 Fix broken links 2016-03-22 13:21:38 +08:00