Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
25 results tagged textbook  ✕   ✕
The Art of Assembly Language Programming http://www.phatcode.net/res/223/files/html/toc.html
Sat 02 Jul 2022 09:25:25 PM PDT archive.org

A complete textbook on computer architecture and assembly language programming, as a website, in easy-to-digest pages.

online textbook assembly computers architecture programming
The Joy of Cryptography by Mike Rosulek https://joyofcryptography.com/
Thu 02 Dec 2021 03:55:34 PM PST archive.org

The Joy of Cryptography is a free undergraduate textbook that introduces students to the fundamentals of provable security.

cryptography textbook free download math
The Economy https://www.core-econ.org/the-economy/
Tue 09 Nov 2021 01:55:20 PM PST archive.org

CORE (Curriculum Open-access Resources in Economics)

CORE’s vision is that a radically transformed economics education can contribute to a more just, sustainable, and democratic world in which future citizens are empowered by a new economics to understand and debate how best to address pressing societal problems.

free creativecommons textbook economics online
A Graduate Course in Applied Cryptography https://toc.cryptobook.us/
Fri 22 Oct 2021 06:48:30 PM PDT archive.org

Can also be downloaded as a .pdf.

textbook cryptography cryptology download math
uds-se/fuzzingbook/ https://github.com/uds-se/fuzzingbook/
Mon 01 Mar 2021 02:00:27 PM PST archive.org

Welcome to "The Fuzzing Book"! Software has bugs, and catching bugs can involve lots of effort. This book addresses this problem by automating software testing, specifically by generating tests automatically. Recent years have seen the development of novel techniques that lead to dramatic improvements in test generation and software testing. They now are mature enough to be assembled in a book – even with executable code.

You can read chapters in your browser. Check out the list of chapters in the menu above, or start right away with the introduction to testing or the introduction to fuzzing. All code is available for download.

You can interact with chapters as Jupyter Notebooks (beta). This allows you to edit and extend the code, experimenting live in your browser. Simply select "Resources $\rightarrow$ Edit as Notebook" at the top of each chapter. Try interacting with the introduction to fuzzing.

You can use the code in your own projects. You can download the code as Python programs; simply select "Resources $\rightarrow$ Download Code" for one chapter or "Resources $\rightarrow$ All Code" for all chapters. These code files can be executed, yielding (hopefully) the same results as the notebooks. Even easier: Install the fuzzingbook Python package.

You can present chapters as slides. This allows for presenting the material in lectures. Just select "Resources $\rightarrow$ View slides" at the top of each chapter. Try viewing the slides for the introduction to fuzzing.

ebook infosec fuzzing textbook python
GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. https://github.com/donnemartin/system-design-primer
Sun 07 Feb 2021 07:59:59 PM PST archive.org

An online textbook about designing applications at scale.

textbook engineering design applications howto
PySDR: A Guide to SDR and DSP using Python https://pysdr.org/
Tue 13 Oct 2020 02:54:23 PM PDT archive.org
rf rtlsdr python rtlsdr dsp textbook signal-analysis
GitHub - unprovable/PentestHardware: Kinda useful notes collated together publicly https://github.com/unprovable/PentestHardware
Tue 06 Oct 2020 03:08:07 PM PDT archive.org

Drafts of the ebook Pentesting Hardware: A Practical Guide by Mark Carney.

pdf download textbook ebook pentesting hardware hacking
World Health Organization: Basic Epidemiology, second edition https://apps.who.int/iris/handle/10665/43541
Sun 26 Jul 2020 05:47:54 PM PDT archive.org

Bonita, Ruth, Beaglehole, Robert, Kjellström, Tord & World Health Organization. (‎2006)‎. Basic epidemiology, 2nd ed. World Health Organization.

Teacher's guide for basic epidemiology, WHO document no. WHO/EHG/94.10

213 p.

ISBN
9783456852546 (‎‎‎German, 2013)‎‎‎
9241547073
9789241547079
9784901433044 (‎‎‎Japanese)‎‎‎
9783456845357 (‎‎‎German)‎‎‎
8872660319 (‎‎‎Italian)‎‎‎
9789645190314 (‎‎‎Persian)‎‎‎
9788572888394 (‎‎‎Portuguese)‎‎‎
9789144053806 (‎‎‎Swedish)‎‎‎
8386052716 (‎‎‎Polish)‎‎‎

Format: PDF

Upload to the Internet Archive? Mirror on my website?

medicine textbook epidemiology disease free download ebooks
GitHub - DoctorWkt/acwj: A Compiler Writing Journey https://github.com/DoctorWkt/acwj
Thu 18 Jun 2020 01:30:36 PM PDT archive.org

In this Github repository, I'm documenting my journey to write a self-compiling compiler for a subset of the C language. I'm also writing out the details so that, if you want to follow along, there will be an explanation of what I did, why, and with some references back to the theory of compilers.

But not too much theory, I want this to be a practical journey.

ebook notes compiler C textbook github
"Reverse Engineering for Beginners" free book https://beginners.re/
Wed 29 Jan 2020 12:47:04 PM PST archive.org

A book that teaches the basics of reverse engineering software. CC-BY-SA. Has its own Git repo. Available in multiple languages.

infosec software reverseengineering free download pdf textbook hacking
Let's Build a Compiler https://compilers.iecc.com/crenshaw/
Mon 23 Dec 2019 12:44:40 AM PST archive.org
online textbook compilers
Writing An Interpreter In Go | Thorsten Ball https://interpreterbook.com/
Fri 01 Mar 2019 10:45:57 AM PST archive.org

In this book we will create a programming language together.

We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language.

Step by step. From tokens to output. All code shown and included. Fully tested.

textbook buy programming golang languages interpreter howto
David MacKay: Information Theory, Inference, and Learning Algorithms: The Book http://www.inference.phy.cam.ac.uk/mackay/itila/book.html
Tue 20 Mar 2018 02:47:57 AM PDT archive.org

David MacKay has put the textbook he wrote online for everyone to download in a variety of formats. If you find it useful, consider buying a copy.

inference probability ai compsci textbook engineering books cybernetics learning download education ebooks information statistics compression machinelearning academic book math theory datamining ebook free bayesian reference programming communications compsci algorithms pdf security informationtheory
Handbook of Applied Cryptography http://www.cacr.math.uwaterloo.ca/hac/
Tue 20 Mar 2018 02:46:13 AM PDT archive.org

The full text of The Handbook of Applied Cryptography, one of the best textbooks available in the field. The original authors have gotten permission from the publisher to put the text online as sets of PostScript and .pdf files for anyone to download and share.

reference textbook postscript ebooks download education technology information encryption cryptology math theory cryptography ciphers security
Visual Quantum Mechanics http://vqm.uni-graz.at/
Tue 20 Mar 2018 01:29:03 AM PDT archive.org

Homepage for a pair of textbooks on quantum mechanics that heavily use multimedia presentations to explain the complex concepts (well, all of them).

textbook physics homepage qm quantummechanics
The Open Data Handbook — Open Data Handbook http://opendatahandbook.org/en/
Tue 20 Mar 2018 12:44:48 AM PDT archive.org

A Creative Commons handbook that teaches the legal, social, and technical aspects of open data. Teaches not only what you can do with an open data set, but how to go about getting datasets opened to analysis. If you're looking for a hands-on nitty-gritty book about mining open data, however, this isn't it.

textbook reference free opendata analysis semanticweb handbook
Security Engineering - A Guide to Building Dependable Distributed Systems https://www.cl.cam.ac.uk/~rja14/book.html
Tue 20 Mar 2018 12:40:33 AM PDT archive.org

Ross Anderson put the entire second edition of Security Engineering on his website for free download. It's been very highly rated and recommended. Each chapter comes in its own PDF so be prepared to use a downloader to grab it all.

cryptography topics textbook authentication softwareengineering infosec law
The little book about OS development https://littleosbook.github.io/
Tue 20 Mar 2018 12:25:08 AM PDT archive.org

A free and libre textbook of OS design and implementation on the x86 architecture. The full book can be read here or downloaded as a PDF from this site, or you can check out the book from its Github repository (https://github.com/littleosbook/littleosbook).

development kernel github x86 programming os textbook creativecommons pdf
Neural networks and deep learning http://neuralnetworksanddeeplearning.com/
Tue 20 Mar 2018 12:21:36 AM PDT archive.org
ai ebook programming free research deeplearning python neuralnetworks textbook machinelearning online download
page 1 / 2
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn