Anonymous ID: aa6640 Feb. 24, 2017, 5:18 a.m. No.5245   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5246

Holy shit! Thanks for dumping all these, looks like you've been doing it for hours! Btw if something is too big to upload here you could always use Endchan /pdfs/ and then just link back here. Thanks again anon.

Anonymous ID: aa6640 Feb. 24, 2017, 5:31 a.m. No.5256   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5257

>>5254

 

>>5253

Noted. Think the biggest file I've looked at on my list was around 180MB so they should upload fine if I ever get my ass over there. In the meantime, I have over 150k pdf, epub, and other similar files to sift though. I'm starting to think I have a problem, but at least I'm not just leeching.

Anonymous ID: aa6640 Feb. 24, 2017, 8:36 a.m. No.5360   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>5333

>Passing the fuck out in front of their computer and foregoing important shit to share pdf files?

Kek. If I could give you a medal for services above and beyond to /pdfs/, anon I would. Take a break bro, you deserve it. Later I'll link the thread to other boards like /tech/ for some exposure.

Anonymous ID: aa6640 Feb. 24, 2017, 8:56 a.m. No.5361   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5362

>>5359

I also have lots of files for math, science, and engineering if anyone wants them I can try posting. I'll probably make a thread on endchan for the files that were too big to upload here. For now, I'm passing the fuck out.

Anonymous ID: aa6640 Feb. 24, 2017, 11:20 a.m. No.5362   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5367

>>5361

Thank you so much anon and yes please dump your other files when you feel like it. We have a STEM thread and I know there's some anons who would be grateful. I'm not going to complain but you don't need to dump so much all at once, /pdfs/ isn't going anywhere. Dump a few, come back another day and dump a few more, that kind of thing. The last thing I want is helpful anons like you killing themselves while uploading, lel.

 

Have a comfy picture.

Anonymous ID: aa6640 Feb. 24, 2017, 6:07 p.m. No.5367   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5368

>>5362

I know it's not going anywhere, I just may not always have a chance to be on for so long, so I thought I'd make a bunch of resources available from the get-go. Plus this HDD is starting to click and I'm transferring shit around. It's why I noticed suddenly that, "hey, I have a fucking LOT of books and shit, I should share them".

Anonymous ID: aa6640 Feb. 24, 2017, 6:28 p.m. No.5389   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>5390

>>5388

I'll leave this one there for now since I think that's the gist of my programming and hacking books, not including the ones too big to upload, obvious double files, and other shit I have saved like GitHub repositories. After this it goes into the math/science/engineering books.

Anonymous ID: 5d232f Aug. 21, 2017, 10:36 a.m. No.6826   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>4047 >>7580 >>8658

>>315 (OP)

>>315 (OP)

>>315 (OP)

>>315 (OP)

To download every pdf in this thread with the correct filenames easily, save this to a linux executable:

#!/bin/bashwhile read url; do wget "$url"done <list.pdf

Download the file I uploaded. It's a list of all the links in this thread (minus dupes and no-names). Put both the files into the directory you want to download them into. Then do:

chmod +777 ./[YOUR_EXECUTABLE_NAME_HERE_WITHOUT_BRACKETS] && ./[YOUR_EXECUTABLE_NAME_HERE_WITHOUT_BRACKETS]

Anonymous ID: 0be3a4 Aug. 21, 2017, 11:57 a.m. No.6830   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

gentoomen have everything posted itt

https://g.sicp.me/books/

>It's 3616 files and 35GB covering everything from Algorithms to XML. I couldn't think of anything for 'y' or 'z' but I'm sure it'll be in there.

https://g.sicp.me/books/listing.html

Anonymous ID: 26315b April 12, 2018, 9:34 a.m. No.8658   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>6826

>>7580

I guess it's a pain in the ass since new firefox doesn't support "download them all".

 

Firefox has a plugin called "copy all links". I will use that, dump to a text file, grep out all pdfs, then use that to generate that. If I wasn't lazy, I'd write a Perl script to extract out links directly from a wget'd html of this page, then loop through that list automatically.

Anonymous ID: 8d0ea6 Aug. 30, 2018, 11:16 a.m. No.10048   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

The Go Programming Language (Donovan, Kernighan 2015)

 

https://www.gopl.io/

 

Alan Donovan is a Staff Engineer in Google's infrastructure division, specializing in software development tools. Since 2012, he has been working on the Go team, designing libraries and tools for static analysis. He is the author of the oracle, godoc -analysis, eg, and gorename tools.

 

Brian Kernighan was in the Computing Science Research center at Bell Labs until 2000, where he worked on languages and tools for Unix. He is now a professor in the Computer Science Department at Princeton. He is the co-author of several books, including The C Programming Language and The Practice of Programming.

Anonymous ID: 404684 Dec. 11, 2018, 2:23 p.m. No.10690   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun   >>2204

https://www.deeplearningbook.org/

>Ian Goodfellow and Yoshua Bengio and Aaron Courville

>The Deep Learning textbook is a resource intended to help students and practitioners enter the field of machine learning in general and deep learning in particular. The online version of the book is now complete and will remain available online for free.

 

Deepmind Reinforcement Learning & Deep Learning introduction lectures playlist:

https://www.youtube.com/playlist?list=PLqYmG7hTraZDNJre23vqCGIVpfZ_K2RZs

 

Arxiv Sanity Preserver:

http://www.arxiv-sanity.com/

 

Deep Learning frameworks comparison:

https://en.wikipedia.org/wiki/Comparison_of_deep_learning_software

 

https://deepmind.com/research/open-source/

>environments, datasets and code to support and accelerate research in the wider AI community.

Anonymous ID: 43ec72 March 22, 2019, 5:02 p.m. No.11776   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

thanks for this thread. as a new project, im going to have a script that rips all ebook formats off of this page, regardless of if someone uploads something newโ€ฆyoull just have to run the script again in bash

Anonymous ID: 991c10 May 22, 2019, 3:07 a.m. No.12204   ๐Ÿ—„๏ธ.is ๐Ÿ”—kun

>>10690

http://gen.lib.rus.ec/book/index.php?md5=B74ADC9BED6C67358D25AC4A7C7045A2

>Matthew Sadler, Natasha Regan - Game Changer: AlphaZeroโ€™s Groundbreaking Chess Strategies and the Promise of AI