GithubHelp home page GithubHelp logo

azone / o-reilly-offering-programming-ebooks-for-free Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhaolion/o-reilly-offering-programming-ebooks-for-free

0.0 3.0 0.0 3 KB

O'Reilly Offering Programming eBooks for Free

o-reilly-offering-programming-ebooks-for-free's Introduction

#著名动物园出版社 O'Reilly 提供数十本免费的电子书

著名计算机科学类图书发行商 O'Reilly 向用户提供了数十本免费的电子书, 这些电子书根据其类别分为编程类, 数据科学和人工智能类,安全类, Web开发类, 以及物联网类. 这些电子书很多是近期出版的, 如 "Swift Pocket Reference", "Real-World Maintainable Software". 电子书提供了 epub、mobi 和 PDF 三种版本, 下载这些电子书需要注册, 但有人发布了直接下载的链接(只包含一部分).

部份书名如下:

  • Modern Java EE Design Patterns - Building Scalable Architecture for Sustainable Enterprise Development
  • Object-Oriented vs. Functional Programming - Bridging the Divide Between Opposing Paradigms
  • Java: The Legend - Past, Present, and Future
  • Introducing Java 8 - A Quick-Start Guide to Lambdas and Streams
  • A Whirlwind Tour of Python
  • 20 Python Libraries You Aren't Using (But Should)
  • Hadoop with Python
  • How to Make Mistakes in Python
  • Functional Programming in Python
  • Python in Education
  • Picking a Python Version: A Manifesto
  • Trends Shaping the London Tech Scene
  • 2016 European Software Development Salary Survey
  • 2016 Software Development Salary Survey
  • Why Rust?
  • C++ Today
  • Analyzing and Visualizing Data with F#
  • RxJava for Android App Development
  • Swift Pocket Reference

下载连接

使用 aria2c 下载:

aria2c -i O-Reilly-Offering-Programming-eBooks-for-Free.txt

使用 wget 下载:

wget -i O-Reilly-Offering-Programming-eBooks-for-Free.txt

使用 curl 下载:

cat O-Reilly-Offering-Programming-eBooks-for-Free.txt | while read LINE; do curl -O $LINE; done;

使用 httpie 下载:

cat O-Reilly-Offering-Programming-eBooks-for-Free.txt | while read LINE; do http -d $LINE; done;

o-reilly-offering-programming-ebooks-for-free's People

Contributors

azone avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.