万本电子书0元读

万本电子书0元读

Games We Used to Play Outside as Children
Games We Used to Play Outside as Children
Nite, Aluta
¥19.52
Contained in this book are 32 outdoor games and activities we were involved in as children growing up. We made apparatus we needed ourselves using all sorts of materials available around our homesteads.
Eating Right
Eating Right
Nite, Aluta
¥29.33
Contained in this book are 132 recipes of natural foods prepared the African way in very simple manner, but very tasty and life changing in that they are healthy and modest in cost.
Fabulous Short Stories
Fabulous Short Stories
Mason, Stan
¥39.14
This anthology of stories comprises tales of romance, comedy, horror, revenge, fantasy and intrigue as well as many situations relating to love, life and prosperity... each one with superb characters that bring them alive and each one with a twist in the tail. You will really enjoy reading them.
First Book of Short Stories
First Book of Short Stories
Funnell, Lyn
¥19.52
A collection of easy reading short stories that cover a variety of situations, places and characters. Another Fine Mess, Dining Out, If Britain became the new Venice, My Best Friend Jake and more will keep you entertained while your on the move or reading in bed.
Harry Potter - The Ultimate Book of Facts
Harry Potter - The Ultimate Book of Facts
Goldstein, Jack
¥34.24
Are you a huge fan of Harry Potter? You have probably read every book and seen every film many times over. But how much do you really know? This excellent book has more than two hundred facts that will surprise and amaze you in equal measure. Sections include:- Harry Potter and Daniel Radcliffe- Quidditch- Hermione Granger and Emma Watson- The Ministry of Magic- The Triwizard Tournament- Hogwarts- And many moreIf you love Harry Potter and want to expand your knowledge of the series, this is the perfect way to do it - you can even use these fantastic facts to make the ultimate quiz for your friends!
Modern C++: Efficient and Scalable Application Development
Modern C++: Efficient and Scalable Application Development
Richard Grimes
¥90.46
Create apps in C++ and leverage its latest features using modern programming techniques. Key Features *Develop strong C++ skills to build a variety of applications *Explore features of C++17, such as containers, algorithms, and threads *Grasp the standard support for threading and concurrency and use them in basic daily tasks Book Description C++ is one of the most widely used programming languages. It is fast, flexible, and used to solve many programming problems. This Learning Path gives you an in-depth and hands-on experience of working with C++, using the latest recipes and understanding most recent developments. You will explore C++ programming constructs by learning about language structures, functions, and classes, which will help you identify the execution flow through code. You will also understand the importance of the C++ standard library as well as memory allocation for writing better and faster programs. Modern C++: Efficient and Scalable Application Development deals with the challenges faced with advanced C++ programming. You will work through advanced topics such as multithreading, networking, concurrency, lambda expressions, and many more recipes. By the end of this Learning Path, you will have all the skills to become a master C++ programmer. This Learning Path includes content from the following Packt products: *Beginning C++ Programming by Richard Grimes *Modern C++ Programming Cookbook by Marius Bancila *The Modern C++ Challenge by Marius Bancila What you will learn *Become familiar with the structure of C++ projects *Identify the main structures in the language: functions and classes *Learn to debug your programs *Leverage C++ features to obtain increased robustness and performance *Explore functions and callable objects with a focus on modern features *Serialize and deserialize JSON and XML data *Create client-server applications that communicate over TCP/IP *Use design patterns to solve real-world problems Who this book is for This Learning Path is designed for developers who want to gain a solid foundation in C++. The desire to learn how to code in C++ is all you need to get started with this Learning Path
Hands-On System Programming with C++
Hands-On System Programming with C++
Dr. Rian Quinn
¥90.46
A hands-on guide to making system programming with C++ easy Key Features *Write system-level code leveraging C++17 *Learn the internals of the Linux Application Binary Interface (ABI) and apply it to system programming *Explore C++ concurrency to take advantage of server-level constructs Book Description C++ is a general-purpose programming language with a bias toward system programming as it provides ready access to hardware-level resources, efficient compilation, and a versatile approach to higher-level abstractions. This book will help you understand the benefits of system programming with C++17. You will gain a firm understanding of various C, C++, and POSIX standards, as well as their respective system types for both C++ and POSIX. After a brief refresher on C++, Resource Acquisition Is Initialization (RAII), and the new C++ Guideline Support Library (GSL), you will learn to program Linux and Unix systems along with process management. As you progress through the chapters, you will become acquainted with C++'s support for IO. You will then study various memory management methods, including a chapter on allocators and how they benefit system programming. You will also explore how to program file input and output and learn about POSIX sockets. This book will help you get to grips with safely setting up a UDP and TCP server/client. Finally, you will be guided through Unix time interfaces, multithreading, and error handling with C++ exceptions. By the end of this book, you will be comfortable with using C++ to program high-quality systems. What you will learn *Understand the benefits of using C++ for system programming *Program Linux/Unix systems using C++ *Discover the advantages of Resource Acquisition Is Initialization (RAII) *Program both console and file input and output *Uncover the POSIX socket APIs and understand how to program them *Explore advanced system programming topics, such as C++ allocators *Use POSIX and C++ threads to program concurrent systems *Grasp how C++ can be used to create performant system applications Who this book is for If you are a fresh developer with intermediate knowledge of C++ but little or no knowledge of Unix and Linux system programming, this book will help you learn system programming with C++ in a practical way.
Blockchain Quick Start Guide
Blockchain Quick Start Guide
Xun (Brian) Wu
¥54.49
Learn quick and effective techniques to get up and running with building blockchain including Ethereum and Hyperledger Fabric. Key Features *Understand the key concepts of decentralized applications and consensus algorithms *Learn key concepts of Ethereum and Solidity programming *Practical guide to get started with build efficient Blockchain applications with Ethereum and Hyperledger Book Description Blockchain is a technology that powers the development of decentralized applications.This technology allows the construction of a network with no single control that enables participants to make contributions to and receive benefits from the network directly. This book will give you a thorough overview of blockchain and explain how a blockchain works.You will begin by going through various blockchain consensus mechanisms and cryptographic hash functions. You will then learn the fundamentals of programming in Solidity – the defacto language for developing decentralize, applications in Ethereum. After that, you will set up an Ethereum development environment and develop, package, build, and test campaign-decentralized applications.The book also shows you how to set up Hyperledger composer tools, analyze business scenarios, design business models, and write a chain code. Finally, you will get a glimpse of how blockchain is actually used in different real-world domains. By the end of this guide, you will be comfortable working with basic blockchain frameworks, and develop secure, decentralized applications in a hassle-free manner. What you will learn *Understand how blockchain hashing works *Write and test a smart contract using Solidity *Develop and test a decentralized application *Build and test your application using Hyperledger Fabric *Implement business network using Hyperledger Composer *Test and interact with business network applications Who this book is for The book is for developers, analysts, or anyone looking to learn about Blockchain in a quick and easy manner.
Learn Linux Shell Scripting – Fundamentals of Bash 4.4
Learn Linux Shell Scripting – Fundamentals of Bash 4.4
Sebastiaan Tammer
¥71.93
Create and maintain powerful Bash scripts for automation and administration. Key Features *Get up and running with Linux shell scripting using real-world examples *Leverage command-line techniques and methodologies to automate common yet complex administration tasks *A practical guide with exposure to scripting constructs and common scripting patterns Book Description Shell scripts allow us to program commands in chains and have the system execute them as a scripted event, just like batch files. This book will start with an overview of Linux and Bash shell scripting, and then quickly deep dive into helping you set up your local environment, before introducing you to tools that are used to write shell scripts. The next set of chapters will focus on helping you understand Linux under the hood and what Bash provides the user. Soon, you will have embarked on your journey along the command line. You will now begin writing actual scripts instead of commands, and will be introduced to practical applications for scripts. The final set of chapters will deep dive into the more advanced topics in shell scripting. These advanced topics will take you from simple scripts to reusable, valuable programs that exist in the real world. The final chapter will leave you with some handy tips and tricks and, as regards the most frequently used commands, a cheat sheet containing the most interesting flags and options will also be provided. After completing this book, you should feel confident about starting your own shell scripting projects, no matter how simple or complex the task previously seemed. We aim to teach you how to script and what to consider, to complement the clear-cut patterns that you can use in your daily scripting challenges. What you will learn *Understand Linux and Bash basics as well as shell scripting fundamentals *Learn to write simple shell scripts that interact with Linux operating system *Build, maintain, and deploy scripts in a Linux environment *Learn best practices for writing shell scripts *Avoid common pitfalls associated with Bash scripting *Gain experience and the right toolset to write your own complex shell scripts Who this book is for This book targets new and existing Linux system administrators, Windows system administrators or developers who are interested in automating administrative tasks. No prior shell scripting experience is needed but in case you do this book will make a pro quickly. Readers should have a basic understanding of the command line.
Jira Quick Start Guide
Jira Quick Start Guide
Ravi Sagar
¥54.49
Leverage Jira's powerful task management and workflow features to better manage your business processes Key Features * The book covers all major applications of Jira, which are Jira Software, Jira Core, Jira Service Desk. * Configure project workflows and the fields that will be used in the project with the help of Jira's features * Create tickets for issues and manage your projects using the Jira software Book Description Jira is an issue tracker and project management system. With their latest release, the Jira team has now expanded their user base to agile teams as well as business teams. This book provides a comprehensive explanation covering all major components of Jira, including Jira Software, Jira Core, and Jira Service Desk. This book starts with an introduction to Jira's unique features and how it can be used as an issue-tracking tool. It will then teach you about how a new project is created by a Jira administrator, what responsibilities there are, and using correct and relevant schemes in your project. You will then learn how to configure project workflows and fields for project screens. You will understand the various permissions used in projects and the importance of project roles in Jira. Then, the book talks about the concepts of versions acting as milestones and using components when handling issues in your projects. It will then focus on analysing data using built-in reports and creating dashboards in Jira. At the end, it will discuss various best practices for users as well as project managers or project administrators. What you will learn * Implement Jira as a project administrator or project manager * Get familiar with various functionalities of Jira * Configure projects and boards in your organisation's Jira instance * Understand how and when to use components and versions in your projects * Manage project configurations and Jira schemes * Learn the best practices to manage your Jira instance Who this book is for This book will be especially useful for project managers but it's also intended for other Jira users, including developers, and any other industry besides software development, who would like to use Jira for project management.
Blockchain for Business 2019
Blockchain for Business 2019
Peter Lipovyanov
¥54.49
Your one-stop guide to blockchain technology and its business applications Key Features * Assimilate blockchain services such as Ethereum and Hyperledger to transform industrial applications * Know in and out of blockchain technology to understand various business use cases * Understand various common and not-so-common challenges faced in blockchain development Book Description Blockchain for Business 2019 is a comprehensive guide that enables you to bring in various blockchain functionalities to extend your existing business models and make correct fully-informed decisions. You will learn how decentralized applications are transforming numerous business sectors that are expected to play a huge role in the future. You will see how large corporations are already implementing blockchain technology now. You will then learn about the various blockchain services, such as Bitcoin, Ethereum, Hyperledger, and others to understand their use cases in a variety of business domains. You will develop a solid fundamental understanding of blockchain architecture. Moving ahead, you will get to grips with the inner workings of blockchain, with detailed explanations of mining, decentralized consensus, cryptography, smart contracts, and many other important concepts. You will delve into a realistic view of the current state of blockchain technology, along with its issues, limitations, and potential solutions that can take it to the next level. By the end of this book, you will all be well versed in the latest innovations and developments in the emerging blockchain space. What you will learn * Understand the fundamentals of blockchain and how it was developed * Gain a good understanding of economic concepts and developments * Develop a base for concepts such as cryptography, computer networking, and programming * Understand the applications of blockchain and its potential impact on the world * Become well versed with the latest developments in the blockchain space * Explore blockchain frameworks, including decentralized organizational structures, networks, and applications Who this book is for This book is for financial professionals, business executives, managers, and enthusiasts who are interested in getting well-versed with blockchain technology in various business domains. This book will help boost your existing business models using blockchain services. No prior experience of blockchain is required.
Hands-On Design Patterns with C++
Hands-On Design Patterns with C++
Fedor G. Pikus
¥90.46
A comprehensive guide with extensive coverage on concepts such as OOP, functional programming, generic programming, and STL along with the latest features of C++ Key Features * Delve into the core patterns and components of C++ in order to master application design * Learn tricks, techniques, and best practices to solve common design and architectural challenges * Understand the limitation imposed by C++ and how to solve them using design patterns Book Description C++ is a general-purpose programming language designed with the goals of efficiency, performance, and flexibility in mind. Design patterns are commonly accepted solutions to well-recognized design problems. In essence, they are a library of reusable components, only for software architecture, and not for a concrete implementation. The focus of this book is on the design patterns that naturally lend themselves to the needs of a C++ programmer, and on the patterns that uniquely benefit from the features of C++, in particular, the generic programming. Armed with the knowledge of these patterns, you will spend less time searching for a solution to a common problem and be familiar with the solutions developed from experience, as well as their advantages and drawbacks. The other use of design patterns is as a concise and an efficient way to communicate. A pattern is a familiar and instantly recognizable solution to specific problem; through its use, sometimes with a single line of code, we can convey a considerable amount of information. The code conveys: "This is the problem we are facing, these are additional considerations that are most important in our case; hence, the following well-known solution was chosen." By the end of this book, you will have gained a comprehensive understanding of design patterns to create robust, reusable, and maintainable code. What you will learn * Recognize the most common design patterns used in C++ * Understand how to use C++ generic programming to solve common design problems * Explore the most powerful C++ idioms, their strengths, and drawbacks * Rediscover how to use popular C++ idioms with generic programming * Understand the impact of design patterns on the program’s performance Who this book is for This book is for experienced C++ developers and programmers who wish to learn about software design patterns and principles and apply them to create robust, reusable, and easily maintainable apps.
Advanced JavaScript
Advanced JavaScript
Zachary Shute
¥63.21
Gain a deeper understanding of JavaScript and apply it to build small applications in backend, frontend, and mobile frameworks. Key Features * Explore the new ES6 syntax, the event loop, and asynchronous programming * Learn the test-driven development approach when building apps * Master advanced JavaScript concepts to enhance your web developments skill Book Description If you are looking for a programming language to develop flexible and efficient applications, JavaScript is an obvious choice. Advanced JavaScript is a hands-on guide that takes you through JavaScript and its many features, one step at a time. You'll begin by learning how to use the new JavaScript syntax in ES6, and then work through the many other features that modern JavaScript has to offer. As you progress through the chapters, you’ll use asynchronous programming with callbacks and promises, handle browser events, and perform Document Object Model (DOM) manipulation. You'll also explore various methods of testing JavaScript projects. In the concluding chapters, you'll discover functional programming and learn to use it to build your apps. With this book as your guide, you'll also be able to develop APIs using Node.js and Express, create front-ends using React/Redux, and build mobile apps using React/Expo. By the end of Advanced JavaScript, you will have explored the features and benefits of JavaScript to build small applications. What you will learn * Examine major features in ES6 and implement those features to build applications * Create promise and callback handlers to work with asynchronous processes * Develop asynchronous flows using Promise chaining and async/await syntax * Manipulate the DOM with JavaScript * Handle JavaScript browser events * Explore Test Driven Development and build code tests with JavaScript code testing frameworks. * List the benefits and drawbacks of functional programming compared to other styles * Construct applications with the Node.js backend framework and the React frontend framework Who this book is for This book is designed to target anyone who wants to write JavaScript in a professional environment. We expect the audience to have used JavaScript in some capacity and be familiar with the basic syntax. This book would be good for a tech enthusiast wondering when to use generators or how to use Promises and Callbacks effectively, or a novice developer who wants to deepen their knowledge on JavaScript and understand TDD.
Evading the Issue
Evading the Issue
Field, Amanda J
¥19.52
Tino Balio, in his book The American Film Industry, said that the Production Code meant that American films could not deal with political or social issues 'in an honest and truthful fashion'. This incisive essay tests out the legitimacy of Balio's claims, using The Lost Weekend (directed by Billy Wilder, 1945) as an example of the Hollywood 'problem film'. Rather than treating the film as being an entity with a single, unchanging meaning, it is put into its historical and social context, in particular the commercial context within which the studios were working. The commercial imperatives hardly sat well with the reality of a social problem such as alcoholism and this essay reminds us that the prime aim of the industry was to entertain: many of these 'problem films', therefore, were as honest and truthful within these confines as it was possible to be.
Social Radicalism and Liberal Education
Social Radicalism and Liberal Education
Paterson, Lindsay
¥147.05
Liberal education used to command wide political support. Radicals disagreed with conservatives on whether the best culture could be appreciated by everyone, and they disagreed, too, on whether the barriers to understanding it were mainly social and economic, but there was no dispute that any worthwhile education ought to hand on the best that has been thought and said. That consensus has vanished since the 1960s. The book examines why social radicals supported liberal education, why they have moved away from it, and what the implications are for the future of an intellectually stimulating and culturally literate education.
Alone in the Crowd
Alone in the Crowd
Field, Amanda J
¥19.52
Alone in the Crowd discusses the identity of nineteenth-century Paris, one of the most widely imaged cities in the modern world, whose most enduring attribute is that of a city of spectacle - a city of the pleasure of looking and being looked at simultaneously. Did Haussmann's re-figuring of the city, with its unrelenting straight boulevards, stirring vistas and uniform buildings, create a 'mass produced' image of Paris? If so, who benefited - and who lost out - in the construction of this new identity? Did the boulevards represent dystopia as well as utopia?
Planning for Learning through The Twelve Days of Christmas
Planning for Learning through The Twelve Days of Christmas
Sparks Linfield, Rachel
¥73.48
Plan for six weeks of learning covering all six areas of learning and development of the EYFS through the topic of the twelve days of Christmas. The Planning for Learning series is a series of topic books written around the Early Years Foundation Stage designed to make planning easy. This book takes you through 12 days of activities on the theme of the 12 days of Christmas. Each activity is linked to a specific Early Learning Goal, and the book contains a skills overview so that practitioners can keep track of which areas of learning and development they are promoting. This book also includes a photocopiable page to give to parents with ideas for them to get involved with their children's topic, as well as ideas for bringing the six weeks of learning together. The weekly themes in this book include: ideas for advent, the Christmas story, Christmas cards and decorations, and organising your very own Christmas party.
Singularity
Singularity
Awret, Uziel
¥220.63
This volume represents the combination of two special issues of the Journal of Consciousness Studies on the topic of the technological singularity. Could artificial intelligence really out-think us, and what would be the likely repercussions if it could? Leading authors contribute to the debate, which takes the form of a target chapter by philosopher David Chalmers, plus commentaries from the likes of Daniel Dennett, Nick Bostrom, Ray Kurzweil, Ben Goertzel, Frank Tipler, among many others. Chalmers then responds to the commentators to round off the discussion.
Your Brain's Politics
Your Brain's Politics
Lakoff, George
¥73.48
At first glance, issues like economic inequality, healthcare, climate change, and abortion seem unrelated. However, when thinking and talking about them, people reliably fall into two camps: conservative and liberal. What explains this divide? Why do conservatives and liberals hold the positions they do? And what is the conceptual nature of those who decide elections, commonly called the "e;political middle"e;?The answers are profound. They have to do with how our minds and brains work. Political attitudes are the product of what cognitive scientists call Embodied Cognition - the grounding of abstract thought in everyday world experience. Clashing beliefs about how to run nations largely arise from conflicting beliefs about family life: conservatives endorse a strict father and liberals a nurturant parent model. So-called "e;middle"e; voters are not in the middle at all. They are morally biconceptual, divided between both models, and as a result highly susceptible to moral political persuasion.In this brief introduction, Lakoff and Wehling reveal how cognitive science research has advanced our understanding of political thought and language, forcing us to revise common folk theories about the rational voter.
Morse Code Wrens of Station X
Morse Code Wrens of Station X
Glyn-Jones, Anne
¥73.48
Anne Glyn-Jones opens up the secret world of the interceptors of German Morse Code signals during World War II. Leaving her girls' boarding school with romantic ideas about joining the navy as a Wren, Anne had no idea that she would be working for the mysterious 'Station X', which we now know to be Bletchley Park. Round the clock shifts, bed bugs, rats and poor diet took its toll, as well as the ongoing lack of recognition from the Navy hierarchy. Morse Code Wrens of Station X is a very personal memoir of a young woman's experiences of war time service, as well as providing fascinating insights into the daily realities of the battle for military intelligence superiority.
Unbeatables
Unbeatables
Smith, Richard O.
¥39.14
Shy boy Amadeo reigns supreme at table football in his local cafe. Taking on all comers he is one of "e;the unbeatables"e; with his loyal team of tiny foosballers. But there's another "e;unbeatable"e; in town. Aggrieved by his only ever defeat at the hands of Amadeo in a foosball match when they were kids, Flash the town bully returns to seek revenge. Not only does he destroy the foosball table, but he challenges Amadeo to a game of actual football. Amadeo has never played real football - and Flash, with his insatiable quest for glory, has subsequently risen to become the world's most famous soccer star. With the future of the village at stake and his foosballers scattered, the situation looks hopeless for Amadeo. Unless he can recruit the help of his eccentric fellow villagers and the girl he loves, Lara, to take on the world's best football team captained by his nemesis Flash. And unless the foossballers can be reunited. "e;It'll be like Barcelona against a non-league team with an injury crisis,"e; predicts Lara. What nobody predicts, however, is how Amadeo's foosballers will affect the game... The Unbeatables novel is the ultimate fantasy football story. Expanding upon the original movie, the novel includes additional adventures and characters. Written for young adults (and not so young adults), the book is a scintillating, action-packed 90 minutes of end-to-end incident, comedic flair, goalmouth scrambles and dubious off the ball challenges on the ethos of the modern game. Praise for The Unbeatables: "e;The witty dialogue and banter makes for some very funny moments, while the digs at the excesses of modern footballers will ring true to followers of the Beautiful Game."e; - Radio Times"e;The Unbeatables is great fun for young and old."e; - Daily Express"e;Nice jokes at the expense of FIFA, overpaid prima donna footballers and slimy agents."e; - Daily Mail"e;Lively and consistently funny."e; - Irish Times"e;An utterly charming gem. Deft one-liners. Back of the net!"e; - Irish Independent