From Bash to Z Shell: Conquering the Command Line

Автор: buratino от 19-10-2016, 11:38, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Автор: Oliver Kiddle and Peter Stephenson
Название: From Bash to Z Shell: Conquering the Command Line
Издательство: Apress
Год: 2004
ISBN: 978-1590593769
Язык: English
Формат: pdf
Размер: 14,4 mb
Страниц: 472

The book covers shell programming, but is unique in its thorough coverage of using shells interactively--a powerful and time-saving alternative to windows and a mouse. This strong author team has written an immediately useful book, packed with examples and suggestions that users of Unix, Linux, Mac OS X and Microsoft Windows can readily apply.
 

Python 201: Intermediate Python

Автор: АлександрШе от 19-10-2016, 05:18, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Python 201: Intermediate Python
Название: Python 201: Intermediate Python
Автор: Driscoll M.
Издательство: Leanpub
Год: 2016 (version 2016-10-17)
Страниц: 255
Формат: pdf
Размер: 35 mb
Качество: хорошее
Язык: английский

Welcome to Python 201! I wrote this book to help take you to the next level in your programming journey. It will also demonstrate to you some of the many ways you can use Python in your day-to-day work. I will be covering intermediate and some advanced level material in this book. This book is using Python 3 in all of its examples. Some of the topics covered will only work in Python 3 as some of the modules covered contain updates that were not back-ported to Python 2. Also note that this book will follow in the footsteps of my first work in that I won’t be covering the topics in minute detail, but just enough to allow you to start using these building blocks yourself.
 

Introducing Elixir: Getting Started in Functional Programming, 2nd Edition

Автор: bhaer от 18-10-2016, 22:28, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Introducing Elixir: Getting Started in Functional Programming, 2nd Edition
Название: Introducing Elixir: Getting Started in Functional Programming, 2nd Edition
Автор: Simon St. Laurent, J. David Eisenberg
Издательство: O'Reilly
Год: 2016
Страниц: 250
Формат: PDF (Early Release)
Размер: 11 Mb
Язык: English

Smooth, powerful, and small, the Elixir programming language is an excellent place for newcomers to learn about functional programming. This book shows readers how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby. Readers will learn how Elixir simplifies some of Erlang's odder corners and reaches toward metaprogramming with powerful macro features.
 

Classic Shell Scripting

Автор: daromir от 18-10-2016, 20:12, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Classic Shell Scripting
Автор: Arnold Robbins and Nelson H.F. Beebe
Название: Classic Shell Scripting
Издательство: O'Reilly Media
Год: 2005
ISBN: 978-0596005955
Язык: English
Формат: pdf
Размер: 24,2 mb
Страниц: 560

Classic Shell Scripting gives you everything you need to master your essential skills in Unix.
 

Node.js for Embedded Systems: Using Web Technologies to Build Connected Devices

Автор: bhaer от 18-10-2016, 00:05, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Node.js for Embedded Systems: Using Web Technologies to Build Connected Devices
Название: Node.js for Embedded Systems: Using Web Technologies to Build Connected Devices
Автор: Patrick Mulder, Kelsey Breseman
Издательство: O'Reilly
Год: 2016
Страниц: 266
Формат: PDF
Размер: 29 Mb
Язык: English

How can we build bridges from the digital world of the Internet to the analog world that surrounds us? By bringing accessibility to embedded components such as sensors and microcontrollers, javascript and Node.js might shape the world of physical computing as they did for web browsers. This practical guide shows hardware and software engineers, makers, and web developers how to talk in javascript with a variety of hardware platforms. Authors Patrick Mulder and Kelsey Breseman also delve into the basics of microcontrollers, single-board computers, and other hardware components.
 

bash Cookbook: Solutions and Examples for bash Users

Автор: daromir от 17-10-2016, 11:31, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

bash Cookbook: Solutions and Examples for bash Users
Автор: Carl Albing and JP Vossen
Название: bash Cookbook: Solutions and Examples for bash Users
Издательство: O'Reilly Media
Год: 2007
ISBN: 978-0596526788
Серия: Cookbooks (O'Reilly)
Язык: English
Формат: pdf
Размер: 21,3 mb
Страниц: 630

Recipes for Shell Scripting.
 

Beginning JSON

Автор: Denisreader от 17-10-2016, 10:02, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Beginning JSON
Название: Beginning JSON
Автор: Ben Smith
Издательство: Apress
Год: 2015
Язык: English
Формат: pdf
Страниц: 353
Размер: 7 Mb

JSON (javascript Object Notation) — текстовый формат обмена данными, основанный на javascript.

Beginning JSON is the definitive guide to JSON - today's standard in data formatting for the web.
The book starts with the basics, and walks you through all aspects of using the JSON format.
 

Designing Great Web APIs

Автор: bhaer от 17-10-2016, 09:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Designing Great Web APIs
Название: Designing Great Web APIs
Автор: James Higginbotham
Издательство: O'Reilly Media
Год: 2015
Страниц: 45
Формат: PDF
Размер: 11 Mb
Язык: English

The number of APIs is growing rapidly. Businesses are using APIs for innovation, integration, and product strategy. This means that APIs aren’t just an IT solution. They involve every aspect of the business. They require a multi-discipline, cross-functional team to deliver APIs that meet the goals of both business and development teams.
 

Programming Beyond Practices: Be More Than Just a Code Monkey

Автор: bhaer от 17-10-2016, 09:53, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Programming Beyond Practices: Be More Than Just a Code Monkey
Название: Programming Beyond Practices: Be More Than Just a Code Monkey
Автор: Gregory T Brown
Издательство: O'Reilly Media
Год: 2016
Страниц: 132
Формат: PDF
Размер: 10 Mb
Язык: English

Writing code is the easy part of your work as a software developer. This practical book lets you explore the other 90%—everything from requirements discovery and rapid prototyping to business analysis and designing for maintainability. Instead of providing neatly packaged advice from on high, author Gregory Brown presents detailed examples of the many problems developers encounter, including the thought process it takes to solve them.
 

Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications

Автор: bhaer от 17-10-2016, 00:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications
Название: Reactive Programming with RxJava: Creating Asynchronous, Event-Based Applications
Автор: Tomasz Nurkiewicz, Ben Christensen
Издательство: O'Reilly
Год: 2016
Страниц: 372
Формат: PDF
Размер: 10 Mb
Язык: English

In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.