-
-
Save zeeshanlakhani/677512e49f2bb5b7ab0f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List of all the valid pdf URLs ever posted to the #Clojure IRC channel. | |
# | |
# Many of them are interesting CS papers others are not that useful. What I've done: | |
# | |
# 1. crawled an IRC history archive for the channel | |
# 2. extract pdf list in a file with: grep -riIohE 'https?://[^[:space:]]+pdf' * > pdf-links.txt | |
# 3. remove dupes: cat pdf-links.txt | sort | uniq > pdf-links-uniq.txt | |
# 4. filter only HTTP 200: cat pdf-links-uniq.txt | xargs curl -o /dev/null --connect-timeout 2 --silent --head --write-out '%{http_code} %{url_effective}\n' | grep "^200" > valid-pdf-links.txt | |
# | |
# Now your choice to download them all or not. If you want, use: cat valid-pdf-links.txt | awk '{print $2}' | xargs wget | |
200 http://1978th.net/tokyocabinet/benchmark.pdf | |
200 http://api.itextpdf.com/itext/com/itextpdf/text/pdf/PdfWriter.html | |
200 http://appletree.or.kr/quick_reference_cards/Others/ClojureScript%20Cheat%20Sheet.pdf | |
200 http://arxiv.org/pdf/cs/0609062v2.pdf | |
200 http://becool.info.ucl.ac.be/pub/theses/thesis-dooms.pdf | |
200 http://becool.info.ucl.ac.be/pub/theses/thesis-zampelli.pdf | |
200 http://ben.moseley.name/frp/paper-v1_01.pdf | |
200 http://cdn.oreilly.com/oreilly/booksamplers/9781449394707_sampler.pdf | |
200 http://clemens.endorphin.org/ILC07-Liskell-draft.pdf | |
200 http://clip.dia.fi.upm.es/papers/RuleML11_slides.pdf | |
200 http://clip.dia.fi.upm.es/papers/granularity.pdf | |
200 http://www.ccs.neu.edu/racket/pubs/padl12-stff.pdf | |
200 http://www.cs.berkeley.edu/~fateman/papers/y%3Dz2w.pdf | |
200 http://www.cs.indiana.edu/pub/techreports/TR158.pdf | |
200 http://www.cs.indiana.edu/~sabry/papers/rational.pdf | |
200 http://www.cs.toronto.edu/~ajuma/326f08/11Scheme4.pdf | |
200 http://www.cs.yale.edu/homes/dvm/papers/ytdoc.pdf | |
200 http://www.erlang.org/download/armstrong_thesis_2003.pdf | |
200 http://www.manfred-lange.com/publications/TimeTravel.pdf | |
200 http://www.mpi-sws.org/~dreyer/papers/mtc/main-long.pdf | |
200 http://www.oracle.com/us/corporate/pricing/technology-price-list-070617.pdf | |
200 http://www.p-cos.net/documents/cstm.pdf | |
200 http://clojure.org/file/view/ca.pdf | |
200 http://conal.net/papers/genuinely-functional-guis.pdf | |
200 http://cs.au.dk/~hosc/local/LaSC-4-3-pp223-242.pdf | |
200 http://cse.unl.edu/~goddard/Courses/CSCE310J/Lectures/Lecture8-DynamicProgramming.pdf | |
200 http://cucats.soc.srcf.net/files/Escape%20from%20the%20ivory%20tower%20Feb12.pdf | |
200 http://daly.axiom-developer.org/clojure.pdf | |
200 http://days2011.scala-lang.org/sites/days2011/files/01.%20Martin%20Odersky.pdf | |
200 http://db.cs.berkeley.edu/papers/cidr11-bloom.pdf | |
200 http://deptinfo.unice.fr/~roy/sicp.pdf | |
200 http://dist.neo4j.org/neo-technology-introduction.pdf | |
200 http://dmwit.com/papers/201107EL.pdf | |
200 http://doc.rz.ifi.lmu.de/programming/mozart/print/tutorial/FiniteDomainProgramming.pdf | |
200 http://docs.oracle.com/javase/specs/jvms/se7/jvms7.pdf | |
200 http://download.forge.objectweb.org/asm/asm4-guide.pdf | |
200 http://dreamsongs.net/Files/PatternsOfSoftware.pdf | |
200 http://eb.host.cs.st-andrews.ac.uk/drafts/effects.pdf | |
200 http://ecs.victoria.ac.nz/foswiki/pub/Events/PLATEAU/2009Program/plateau09-hanenberg.pdf | |
200 http://eprints.nottingham.ac.uk/237/1/monparsing.pdf | |
200 http://files.zeroturnaround.com/developer-productivity-report/zeroturnaround-developer-productivity-report-2012.pdf | |
200 http://ftp.sunet.se/pub/lang/erlang/download/armstrong_thesis_2003.pdf | |
200 http://gotocon.com/dl/goto-cph-2012/slides/clojure/datomic-in-clojure.pdf | |
200 http://gotocon.com/dl/jaoo-aarhus-2010/slides/StuartHalloway_ClojureProtocolsArenotInterfaces.pdf | |
200 http://gpd.sip.ucm.es/rafa/papers/flops99.pdf | |
200 http://groups.csail.mit.edu/cag/crg/papers/sweeney06games.pdf | |
200 http://groups.csail.mit.edu/mac/users/gjs/6.945/readings/MITApril2009Steele.pdf | |
200 http://hal.archives-ouvertes.fr/docs/00/44/58/73/PDF/dualV1.pdf | |
200 http://hodapple.com/files/papers/Critique%20of%20RPC%20Paradigm%20-%20AST.pdf | |
200 http://hodapple.com/files/papers/Note%20on%20Distributed%20Computing%20-%20Waldo_%20Wyant_%20Wollrath.pdf | |
200 http://home.ccil.org/~cowan/XML/tagsoup/tagsoup.pdf | |
200 http://homepages.inf.ed.ac.uk/slindley/papers/practical-theory-of-linq.pdf | |
200 http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf | |
200 http://homes.cs.washington.edu/~lamarca/pubs/templogic-uist00.pdf | |
200 http://hypirion.com/pdf/igor.pdf | |
200 http://incanter.org/docs/incanter-cheat-sheet.pdf | |
200 http://info.azulsystems.com/rs/azulsystems/images/zing_product_brocha4.pdf | |
200 http://infoscience.epfl.ch/record/149136/files/icfp113-rompf.pdf | |
200 http://infoscience.epfl.ch/record/169879/files/RMTrees.pdf | |
200 http://jaoo.dk/dl/jaoo-aarhus-2009/slides/RichHickey_TheClojureConcurrencyStory.pdf | |
200 http://kib2.alwaysdata.net/tempo/gnuvince.pdf | |
200 http://lampwww.epfl.ch/papers/idealhashtrees.pdf | |
200 http://lampwww.epfl.ch/~imaier/pub/DeprecatingObserversTR2010.pdf | |
200 http://lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf | |
200 http://math.andrej.com/wp-content/uploads/2012/03/eff.pdf | |
200 http://media.pragprog.com/titles/shcloj/flow.pdf | |
200 http://moscova.inria.fr/~maranget/papers/ml05e-maranget.pdf | |
200 http://okmij.org/ftp/Haskell/Iteratee/DEFUN08-talk-notes.pdf | |
200 http://okmij.org/ftp/continuations/PPYield/yield-pp.pdf | |
200 http://okmij.org/ftp/papers/DDBinding.pdf | |
200 http://parametricity.net/dropbox/yield.subc.pdf | |
200 http://pauillac.inria.fr/~maranget/papers/ml05e-maranget.pdf | |
200 http://people.csail.mit.edu/jrb/Projects/gel.pdf | |
200 http://people.uleth.ca/~jonathan.seldin/RCS2.pdf | |
200 http://plaice.web.cse.unsw.edu.au/~plaice/archive/WWW/1985/B-AP85-LucidDataflow.pdf | |
200 http://pub.gajendra.net/src/paredit-refcard.pdf | |
200 http://repository.readscheme.org/ftp/papers/ai-lab-pubs/AIM-443.pdf | |
200 http://repository.readscheme.org/ftp/papers/sw2006/12-byrd.pdf | |
200 http://research.microsoft.com/en-us/people/tball/tball_30yai_text.pdf | |
200 http://research.microsoft.com/en-us/um/people/akenn/sml/CompilingWithContinuationsContinued.pdf | |
200 http://research.microsoft.com/en-us/um/people/hoppe/perfecthash.pdf | |
200 http://research.microsoft.com/pubs/138696/main.pdf | |
200 http://research.microsoft.com/pubs/173076/information-rich-themes-v4.pdf | |
200 http://research.microsoft.com/pubs/69431/osr2007_rethinkingsoftwarestack.pdf | |
200 http://rfrn.org/~shu/drafts/ti.pdf | |
200 http://soft.vub.ac.be/~tvcutsem/talks/presentations/STM-in-Clojure.pdf | |
200 http://steve.vinoski.net/pdf/IC-ClojureScript.pdf | |
200 http://strangeloop2010.com/system/talks/presentations/000/014/450/BlochLee-JavaPuzzlers.pdf | |
200 http://stuartsierra.com/download/2010-11-17-clojure-async.pdf | |
200 http://stuartsierra.com/download/2011-09-18-strangeloop-clojure-intro.pdf | |
200 http://sunset.usc.edu/csse/TECHRPTS/2008/usc-csse-2008-808/usc-csse-2008-808.pdf | |
200 http://supportline.microfocus.com/Documentation/books/VisualCOBOL/Intro_to_OO_Programming_for_COBOL_Developers.pdf | |
200 http://tratt.net/laurie/research/pubs/papers/berger_tratt__program_logics_for_homogeneous_meta_programming.pdf | |
200 http://ttic.uchicago.edu/~dreyer/course/papers/wadler.pdf | |
200 http://user.it.uu.se/~kostis/Papers/succ_types.pdf | |
200 http://users-cs.au.dk/danvy/sfp12/papers/byrd-holk-friedman-paper-sfp12.pdf | |
200 http://users.ece.utexas.edu/~adnan/emacs-refcard.pdf | |
200 http://users.uom.gr/~iliass/Publications/Conferences/S05_cspcons_SETN.pdf | |
200 http://vrac.cgrand.net/DSL.pdf | |
200 http://wayback.archive.org/web/*/wiki.jvmlangsummit.com/images/a/ab/HickeyJVMSummit2009.pdf | |
200 http://web.mit.edu/alexmv/6.001/sicp.pdf | |
200 http://web.mit.edu/~axch/www/phd-thesis.pdf | |
200 http://web.science.mq.edu.au/~mmccurdy/cms2010talk.pdf | |
200 http://wiki.jvmlangsummit.com/images/a/ab/HickeyJVMSummit2009.pdf | |
200 http://wiki.jvmlangsummit.com/pdf/27_Hickey_clojure.pdf | |
200 http://writequit.org/papers/files/RudolF.pdf | |
200 http://ws-rest.org/2012/proc/a4-2-lanthaler.pdf | |
200 http://www.azulsystems.com/events/javaone_2009/session/2009_J1_JVMLang.pdf | |
200 http://www.brown.edu/Research/Istrail_Lab/papers/p232-bloom.pdf | |
200 http://www.ccs.neu.edu/home/samth/ifl2010-slides.pdf | |
200 http://www.ccs.neu.edu/home/shivers/papers/loop.pdf | |
200 http://www.ccs.neu.edu/racket/pubs/sfp10-kth.pdf | |
200 http://www.clojuresphere.com/clj-pdf/clj-pdf | |
200 http://www.coinheist.com/rubik/a_regular_crossword/grid.pdf | |
200 http://www.crime-research.org/library/grcdos.pdf | |
200 http://www.cs.bham.ac.uk/~mhe/papers/exhaustive.pdf | |
200 http://www.cs.cmu.edu/afs/cs.cmu.edu/project/scandal/public/papers/treaps-spaa98.pdf | |
200 http://www.cs.cmu.edu/~joshuad/papers/tridirectional-typechecking/Dunfield04_tridirectional.pdf | |
200 http://www.cs.cmu.edu/~rwh/theses/davies.pdf | |
200 http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf | |
200 http://www.cs.colorado.edu/~main/cs1300/lab/refcard-emacs.pdf | |
200 http://www.cs.dartmouth.edu/~sergey/langsec/papers/Bratus.pdf | |
200 http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf | |
200 http://www.cs.indiana.edu/cgi-pub/c311/lib/exe/fetch.php?media=manymonads.pdf | |
200 http://www.cs.indiana.edu/l/www/pub/techreports/TR615.pdf | |
200 http://www.cs.indiana.edu/~dyb/pubs/hocs.pdf | |
200 http://www.cs.indiana.edu/~dyb/pubs/monadicDC.pdf | |
200 http://www.cs.indiana.edu/~dyb/pubs/nano-jfp.pdf | |
200 http://www.cs.indiana.edu/~dyb/pubs/tr356.pdf | |
200 http://www.cs.indiana.edu/~sabry/papers/exteff.pdf | |
200 http://www.cs.indiana.edu/~sabry/papers/yield.pdf | |
200 http://www.cs.kent.ac.uk/people/staff/dat/miranda/wadler87.pdf | |
200 http://www.cs.kent.ac.uk/projects/ofa/jcsp/jcsp.pdf | |
200 http://www.cs.nott.ac.uk/~gmh/fold.pdf | |
200 http://www.cs.nott.ac.uk/~gmh/monparsing.pdf | |
200 http://www.cs.ox.ac.uk/ralf.hinze/Kan.pdf | |
200 http://www.cs.rochester.edu/~vmarathe/research/papers/2008_PPoPP.pdf | |
200 http://www.cs.swan.ac.uk/~csetzer/slides/goeteborg2009AgdaIntensiveMeeting.pdf | |
200 http://www.cs.toronto.edu/~sme/presentations/cat101.pdf | |
200 http://www.cs.trinity.edu/~jhowland/aprol.paper.pdf | |
200 http://www.cs.tufts.edu/~nr/cs257/archive/chris-okasaki/breadth-first.pdf | |
200 http://www.cs.ucla.edu/~todd/research/iandc.pdf | |
200 http://www.cs.umd.edu/~jfoster/papers/cs-tr-4923.pdf | |
200 http://www.cs.umd.edu/~nau/cmsc421/norvig-lisp-style.pdf | |
200 http://www.cs.unm.edu/~crowley/papers/sds.pdf | |
200 http://www.cs.utah.edu/~mflatt/past-courses/cs6510/public_html/lispm.pdf | |
200 http://www.cs.utexas.edu/~wcook/Drafts/2009/essay.pdf | |
200 http://www.cs.uwm.edu/~boyland/fool2012/papers/fool2012_submission_3.pdf | |
200 http://www.cs.virginia.edu/~robins/papers/Signal_Constellation_Design_Tool_A_Case_Study_in_User_Interface_Synthesis.pdf | |
200 http://www.cs.vu.nl/~tcs/cm/mc-nndfs.pdf | |
200 http://www.cse.chalmers.se/~bernardy/FunctionalIncrementalParsing.pdf | |
200 http://www.cse.chalmers.se/~rjmh/Papers/whyfp.pdf | |
200 http://www.cse.chalmers.se/~ulfn/papers/afp08/tutorial.pdf | |
200 http://www.daimi.au.dk/~eernst/dPersp08/cheatsheet.pdf | |
200 http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf | |
200 http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf | |
200 http://www.dreamsongs.com/NewFiles/HOPL2-Uncut.pdf | |
200 http://www.dreamsongs.com/NewFiles/WhyOfY.pdf | |
200 http://www.eaipatterns.com/docs/IEEE_Software_Design_2PC.pdf | |
200 http://www.emacs.uniyar.ac.ru/doc/O%27Reilly_Emacs/Writing%20GNU%20Emacs%20Extensions.PDF | |
200 http://www.erlang.org/download/armstrong_thesis_2003.pdf | |
200 http://www.gnu.org/software/emacs/manual/pdf/eintr.pdf | |
200 http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFEQFjAA&url=http%3A%2F%2Fwiki.jvmlangsummit.com%2Fimages%2Fc%2Fce%2FNashorn.pdf | |
200 http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fwww.cs.toronto.edu%2F~ajuma%2F326f08%2F11Scheme4.pdf | |
200 http://www.hpi.uni-potsdam.de/hirschfeld/publications/media/GellerHirschfeldBracha_2010_PatternMatchingForAnObjectOrientedAndDynamicallyTypedProgrammingLanguage_HPI36.pdf | |
200 http://www.humantechnology.jyu.fi/articles/volume4/2008/jones-burnett.pdf | |
200 http://www.inference.phy.cam.ac.uk/mackay/itprnn/ps/284.292.pdf | |
200 http://www.ini.uzh.ch/~acardona/papers/Cardona_2010_lineage_identification.pdf | |
200 http://www.iro.umontreal.ca/~feeley/papers/StAmourFeeleyIFL09.pdf | |
200 http://www.itu.dk/~sestoft/pebook/jonesgomardsestoft-a4.pdf | |
200 http://www.manning.com/fogus/Fogus_MEAP_Ch1.pdf | |
200 http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf | |
200 http://www.math.northwestern.edu/~clark/285/handouts/soln-set.pdf | |
200 http://www.mtome.com/Publications/PNLA/prolog-digital.pdf | |
200 http://www.opengl.org/registry/doc/glspec40.core.20100311.pdf | |
200 http://www.p-cos.net/documents/contextl-overview.pdf | |
200 http://www.p-cos.net/documents/filtered-dispatch.pdf | |
200 http://www.pgcon.org/2009/schedule/attachments/96_visualizing-postgres-2009-05-21.pdf | |
200 http://www.scala-lang.org/docu/files/IC_TECH_REPORT_200433.pdf | |
200 http://www.shivers.com/~shivers/scheme04/tmp/scheme04/article/05-lexparse.pdf | |
200 http://www.soi.city.ac.uk/~jacob/solver/flops.pdf | |
200 http://www.staff.science.uu.nl/~swier004/Publications/DataTypesALaCarte.pdf | |
200 http://www.suberic.net/~dmm/27B-6.pdf | |
200 http://www.tekbot.com/clojure-simple-start.pdf | |
200 http://www.unicode.org/charts/PDF/U2300.pdf | |
200 http://www.vpri.org/pdf/tr2011003_abmdb.pdf | |
200 http://yaxu.org/writing/ppig.pdf | |
200 https://github.com/jafingerhut/clojure-cheatsheets/blob/master/pdf/cljs-cheatsheet.pdf | |
200 https://github.com/relevance/clojure-conj/blob/master/2011-slides/ambrose-bonnaire-sergeant-introduction-to-logic-programming.pdf | |
200 https://github.com/relevance/clojure-conj/blob/master/2011-slides/anthony-grimes-clojail.pdf | |
200 https://github.com/strangeloop/2011-slides/blob/0780f9c766832b8da682e226d04bb4649475e40a/Tellman-EventDrivenProgrammingInClojure.pdf | |
200 https://github.com/strangeloop/clojurewest2012-slides/blob/master/Tellman-Distilling-Java-Libraries.pdf | |
200 https://github.com/strangeloop/strangeloop2012/blob/master/slides/sessions/Wolfe-Graph.pdf | |
200 https://github.com/yogthos/clj-pdf | |
200 https://github.com/yogthos/instant-pdf | |
200 https://lirias.kuleuven.be/bitstream/123456789/120456/1/KBI_0718.pdf | |
200 https://lists.linux-foundation.org/pipermail/clusters_sig/attachments/20051025/88ed8b30/Comparison-CR-0001.pdf | |
200 https://wiki.postgresql.org/images/b/b4/Pg-as-nosql-pgday-fosdem-2013.pdf | |
200 https://www.assembla.com/spaces/clojure/documents/download/deftypes.pdf | |
200 https://www.dropbox.com/s/3v13d2g8klwer3d/AWS%20-%20RubyCentral%20-%20Feb2014.pdf | |
200 https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCsQFjAA&url=http%3A%2F%2Fivanych.net%2Fdoc%2FPessimalAlgorithmsAndSimplexityAnalysis.pdf | |
200 https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CC4QFjAA&url=http%3A%2F%2Fwww2009.eprints.org%2F98%2F1%2Fp971.pdf | |
200 https://www.usenix.org/system/files/1309_14-17_mickens.pdf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment