1106~1107_為什麼要說對不起(王宏哲
1107_李珠珢的主場日記

相關主題

英文書 > 全部商品

Beginning Hcl Programming

Apress 出版
2021/04/17 出版

Get started with programming and using the Hashicorp Language (HCL). This book introduces you to the HCL syntax and its ecosystem then it shows you how to integrate it as part of an overall DevOps approach. Next, you'll learn how to implement infrastructure as code, specifically, using the Terraform template, a set of cloud infrastructure automation tools. As part of this discussion, you'll cover Consul, a service mesh solution providing a full-featured control plane with service discovery, configuration, and segmentation functionality. You'll integrate these with Vault to build HCL-based infrastructure as code solutions. Finally, you'll use Jenkins and HCL to provision and maintain the infrastructure as code system. After reading and using Beginning HCL Programming, you'll have the know-how and source code to get started with flexible HCL for all your cloud and DevOps needs. What You Will Learn Get started with programming and using HCL Use Vault, Consul, and Terraform Apply HCL to infrastructure as code Define the Terraform template with HCL Configure Consul using HCL Use HCL to configure Vault Provision and maintain infrastructure as code using Jenkins and HCL Who This Book Is For Anyone new to HCL but who does have at least some prior programming experience as well as knowledge of DevOps in general.

9 特價1710
立即代訂
下次再買

DOS 4.1 Disk Operating System Second Edition

Ingram 出版
2021/04/17 出版

DOS 4.1 is a newly imagined Disk Operating System for the Apple ][ computer, initially released in 2018. When the DOS 4.1 Manual was published, DOS 4.1 was not yet finished until Build 46 was completed in 2019. Designed and programmed by Walland Philip Vrbancic, Jr., a professional programmer and Electrical Engineer since 1983, DOS 4.1 contains the power and the flexibility he always thought DOS should have while remaining essentially compatible with DOS 3.3. DOS 4.1 Disk Operating System Second Edition describes all of the features that comprise DOS 4.1L and DOS 4.1H, including those features introduced by Build 46, using redesigned Tables, Figures, Schematic Diagrams, and example Assembly Language Routines. The following list are some of the features that have been engineered into the second edition of the DOS 4.1 Disk Operating System. DOS 4.1H boots directly into Language Card memory and sets HIMEM to 0xBE00. All five of its file buffers are fully contained in Language Card memory. DOS 4.1 supports the full 65C02 instruction set and it can now be used in both the Lisa and the Big Mac assemblers. Sourceror and Big Mac both support all SWEET16 opcodes. The ROM image described in this book supports the 65C02, SWEET16, and GARBAGE based on Bongers' algorithm. DOS 4.1 supports most Clock Cards which play an integral role in Volume and File timestamps. Volumes may be titled, numbered, and initialized to boot or to store files and data exclusively. Even track 0x00 is used to store files and data. Files are loaded into memory and saved using a page-accelerated algorithm. DOS 4.1 supports Applesoft CHAIN, File DIFF, File GREP, File LIST, File Undelete, Sector Display, Syntactical HELP (only in DOS 4.1H), and full lowercase command and argument input. DOS 4.1 has an expanded File Manager with additional Opcodes, and the Boot and Volume INIT functions utilize the same BOOTCFG Table. The Volume Catalog may use a minimum of a single sector and the CATALOG output may be terminated by pressing the ESC key at any time. DOS 4.1 uses the B keyword to implement the "File Delete/File Save" strategy for disk space conservation. DOS 4.1 can read DOS 3.3 Volumes, files, and data. DOS 4.1 can easily initialize Volumes with up to 48 tracks having either 16 or 32 sectors per track. All the source code and all the schematics can be requested through www.applecored.net.

9 特價1711
立即代訂
下次再買

Go Programming Language for Dummies

Wei-Meng,Lee  著
For Dummies 出版
2021/04/13 出版

Ready, set, program with Go! Now is the perfect time to learn the Go Programming Language. It's one of the most in-demand languages among tech recruiters and developers love its simplicity and power. Go Programming Language For Dummies is an easy way to add this top job skill to your toolkit. Written for novice and experienced coders alike, this book traverses basic syntax, writing functions, organizing data, building packages, and interfacing with APIs. Go--or GoLang, as it's also known--has proven to be a strong choice for developers creating applications for the cloud-based world we live in. This book will put you on the path to using the language that's created some of today's leading web applications, so you can steer your career where you want to Go! Learn how Go works and start writing programs and modules Install and implement the most powerful third-party Go packages Use Go in conjunction with web services and MySQL databases Keep your codebase organized and use Go to structure data With this book, you can join the growing numbers of developers using Go to create 21st century solutions. Step inside to take start writing code that puts data in users' hands.

9 特價1197
立即代訂
下次再買

Introducing Blockchain with LISP

Apress 出版
2021/04/13 出版

Implement blockchain from scratch covering all the details with Racket, a general-purpose Lisp. You'll start by exploring what a blockchain is, so you have a solid foundation for the rest of the book. You'll then be ready to learn Racket before starting on your blockchain implementation. Once you have a working blockchain, you'll move onto extending it. The book's appendices provide supporting resources to help you in your blockchain projects. The recommended approach for the book is to follow along and write the code as it's being explained instead of reading passively. This way you will get the most out of it. All of the source code is available for free download from GitHub. What You Will LearnDiscover the Racket programming language and how to use itImplement a blockchain from scratch using LispImplement smart contracts and peer-to-peer supportLearn how to use macros to employ more general abstractionsWho This Book Is For Novices that have at least some experience with programming, as well as some basic working experience with computers. The book also assumes some experience with high school mathematics, such as functions.

9 特價1881
立即代訂
下次再買

Python

Ingram 出版
2021/04/12 出版

Learn programming concepts using Python 3 as the target language. As Python is the language of choice for basic game development, this book is also perfect for beginning game designers. Covering basic computer concepts such as loops, strings, functions, files, graphics, multimedia, algorithms, classes, writing code, etc, the accompanying companion files also provide source code, solved programming exercises, projects, game demos and figures from the text.

9 特價3420
立即代訂
下次再買

Building Mobile Apps at Scale

2021/04/12 出版

While there is a lot of appreciation for backend and distributed systems challenges, there tends to be less empathy for why mobile development is hard when done at scale.This book collects challenges engineers face when building iOS and Android apps at scale, and common ways to tackle these. By scale, we mean having numbers of users in the millions and being built by large engineering teams.For mobile engineers, this book is a blueprint for modern app engineering approaches. For non-mobile engineers and managers, it is a resource with which to build empathy and appreciation for the complexity of world-class mobile engineering.The book covers iOS and Android mobile app challenges on these dimensions: Challenges due to the unique nature of mobile applications compared to the web, and to the backend.App complexity challenges. How do you deal with increasingly complicated navigation patterns? What about non-deterministic event combinations? How do you localize across several languages, and how do you scale your automated and manual tests?Challenges due to large engineering teams. The larger the mobile team, the more challenging it becomes to ensure a consistent architecture. If your company builds multiple apps, how do you balance not rewriting everything from scratch while moving at a fast pace, over waiting on "centralized" teams?Cross-platform approaches. The tooling to build mobile apps keeps changing. New languages, frameworks, and approaches that all promise to address the pain points of mobile engineering keep appearing. But which approach should you choose? Flutter, React Native, Cordova? Native apps? Reuse business logic written in Kotlin, C#, C++ or other languages?What engineering approaches do "world-class" mobile engineering teams choose in non-functional aspects like code quality, compliance, privacy, compliance, or with experimentation, performance, or app size?

9 特價770
立即代訂
下次再買

Python Challenge!

Pm,Heathcote  著
2021/04/06 出版

Learn to program fast in 155 challenges, 54 examples and 85 pagesThis book is a 'gamified' approach to Python, aimed at supporting GCSE and KS3 students, with complete coverage of the GCSE programming requirements. There's no substitute for practice when it comes to learning a new skill! Python syntax is simple to learn, but becoming an expert in writing programs to solve different kinds of problems takes a bit longer. That's why this book has a short explanation of each new statement or technique, followed by one or more examples and then loads of practice challenges.Some of the challenges will take you only a minute or two, using the Python Interactive window to try out new statements and get immediate results. As you get further into the book, you will be challenged to write programs to perform different kinds of tasks - for example to find the results of a calculation, write a program for a simplified cash machine, sort a list of items into alphabetical order, or to record data in a text file to be read, formatted, and printed.The programming solutions to some challenges have been helpfully simplified for an inexperienced programmer to modify rather than to write from scratch. This builds your confidence in problem-solving. That's why 35 challenges consist of partially written programs for you to complete.

9 特價888
立即代訂
下次再買

Practical C++20 Financial Programming

Apress 出版
2021/04/05 出版

Apply C++ to programming problems in the financial industry using this hands-on book, updated for C++20. It explains those aspects of the language that are more frequently used in writing financial software, including the Standard Template Library (STL), templates, and various numerical libraries. Practical C++20 Financial Programming also describes many of the important problems in financial engineering that are part of the day-to-day work of financial programmers in large investment banks and hedge funds. The author has extensive experience in the New York City financial industry that is now distilled into this handy guide. Focus is on providing working solutions for common programming problems. Examples are plentiful and provide value in the form of ready-to-use solutions that you can immediately apply in your day-to-day work. You'll see examples of matrix manipulations, curve fitting, histogram generation, numerical integration, and differential equation analysis, and you'll learn how all these techniques can be applied to some of the most common areas of financial software development. These areas include performance price forecasting, optimizing investment portfolios, and more. The book style is quick and to-the-point, delivering a refreshing view of what one needs to master in order to thrive as a C++ programmer in the financial industry. What You Will Learn Cover aspects of C++ especially relevant to financial programming Write working solutions to commonly encountered problems in finance Design efficient, numerical classes for use in finance, as well as to use those classes provided by Boost and other libraries Who This Book Is For Those who are new to programming for financial applications using C++, but should have some previous experience with C++.

9 特價1881
立即代訂
下次再買

Learning Java by Building Android Games - Third Edition

John,Horton  著
2021/04/05 出版

Get ready to learn Java the fun way by developing games for the Android platform with this new and updated third editionKey FeaturesLearn Java, Android, and object-oriented programming from scratchFind out how to build games including Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and Scrolling ShootersCreate and design your own games by learning all the concepts that a game developer must knowBook DescriptionAndroid is one of the most popular mobile operating systems today. It uses the most popular programming language, Java, as one of the primary languages for building apps of all types. Unlike most other Android books, this book doesn't assume that you have any prior knowledge of Java programming, instead helps you get started with building Android games as a beginner.This new, improved, and updated third edition of Learning Java by Building Android Games helps you to build Android games from scratch. Once you've got to grips with the fundamentals, the difficulty level increases steadily as you explore key Java topics, such as variables, loops, methods, object-oriented programming (OOP), and design patterns while working with up-to-date code and supporting examples. At each stage, you'll be able to test your understanding by implementing the concepts that you've learned to develop a game. Toward the end, you'll build games such as Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and Scrolling Shooter.What You Will LearnSet up a game development environment in Android Studio Respond to a player's touch and program intelligent enemies who can challenge the player in different ways Explore collision detection, sprite sheets animation, simple tracking and following, AI, parallax backgrounds, and particle explosions Animate objects at 60 FPS and manage multiple independent objects using OOP Work with design patterns such as OOP, singleton, strategy, and entity-component Work with the Android API, the SoundPool API, Paint, Canvas, Bitmap classes, and detect version numbersWho this book is forLearning Java by Building Android Games is for anyone who is new to Java, Android, or game programming and wants to develop Android games. The book will also serve as a refresher for those who already have experience using Java on Android or any other platform but are new to game development.

9 特價2429
立即代訂
下次再買

Learning Java Programming in Clara’s World

Springer 出版
2021/04/01 出版

This book introduces the key concepts of Java programming through the eyes of a small ladybug called Clara. Clara is a fun and extremely obedient insect, whose journey starts with limited skills. Readers learn programming by making Clara move around and manipulate objects in her world. As the book progresses, Clara becomes more intelligent and acquires new skills and (together with readers) learns by tackling some of the world's greatest challenges. The book explains programming concepts through real-world problems such as launching rockets into space, automatically patching potholes, developing a vacuum cleaner robot, simulating projectile motion, dynamically avoiding obstacles, delivering mail, etc. Every chapter of the book starts by presenting a challenge and then continues to explain new programming concepts with the focus on tackling this challenge. Focusing the new material explanation on these challenges helps to remind the readers of how this material is connected with the problems that they may encounter in the real world and makes it easier to relate to. You can explore all programming challenges presented in this book on the Clara's World website. Every programming problem covered in the book has a corresponding link to a problem template (for those readers willing to attempt the problem themselves), the link to the solution of this problem and a video recording of us solving this problem step-by-step. In addition, at the end of each chapter there is a link to fun exercises that readers are recommended to complete.

9 特價3131
立即代訂
下次再買

Beginner’s Guide to Software Defined Networks

Grin Verlag 出版
2021/04/01 出版

Document from the year 2020 in the subject Computer Science - Technical Computer Science, grade: 15, course: COMPUTER NETWORKS, language: English, abstract: SDN need can be explained with the help of real life analogy corresponding to water supply system. Water reservoir has pipes (data cables) attached to it to carry water (data) to the destination. Water regulation is done with the help of numerous valves (routers and switches). Plumber (network admin) is the in charge of addition, up gradation of pipes and valves. As the pipe changes, corresponding valves need to be changed. This is costly and time consuming process, which causes lot of overhead in case of frequent infrastructural updates as the valves need individual-manual intervention. Bulk updation may cause installation errors or are more likely to faulty installations. Considering the above scenario it is desirable to have remotely controlled updation (increased width, new connections, extensions etc) regarding the pipe (data cables) & valves (switches and routers). So if this analogy is applied to real networking scenario, the SDN concept comes in picture. SDN provides programmable switches & routers which can be controlled remotely and will not require any manual intervention.

9 特價1374
立即代訂
下次再買

Mastering iOS 14 Programming - Fourth Edition

Packt 出版
2021/03/30 出版

Become a professional iOS developer with the most in-depth and advanced guide to Swift 5.3, Xcode 12.4, ARKit 4, Core ML, and iOS 14's new featuresKey FeaturesExplore the world of iOS app development through practical examplesUnderstand core iOS programming concepts such as Core Data, networking, and the Combine frameworkExtend your iOS apps by adding augmented reality and machine learning capabilities, widgets, App Clips, Dark Mode, and animationsBook DescriptionMastering iOS 14 development isn't a straightforward task, but this book can help you do just that. With the help of Swift 5.3, you'll not only learn how to program for iOS 14 but also be able to write efficient, readable, and maintainable Swift code that reflects industry best practices.This updated fourth edition of the iOS 14 book will help you to build apps and get to grips with real-world app development flow. You'll find detailed background information and practical examples that will help you get hands-on with using iOS 14's new features. The book also contains examples that highlight the language changes in Swift 5.3. As you advance through the chapters, you'll see how to apply Dark Mode to your app, understand lists and tables, and use animations effectively. You'll then create your code using generics, protocols, and extensions and focus on using Core Data, before progressing to perform network calls and update your storage and UI with the help of sample projects. Toward the end, you'll make your apps smarter using machine learning, streamline the flow of your code with the Combine framework, and amaze users by using Vision framework and ARKit 4.0 features.By the end of this iOS development book, you'll be able to build apps that harness advanced techniques and make the best use of iOS 14's features.What Will You LearnBuild a professional iOS application using Xcode 12.4 and Swift 5.3Create impressive new widgets for your apps with iOS 14Extend the audience of your app by creating an App ClipImprove the flow of your code with the Combine frameworkEnhance your app by using Core LocationIntegrate Core Data to persist information in your appTrain and use machine learning models with Core MLCreate engaging augmented reality experiences with ARKit 4 and the Vision framework

9 特價2524
立即代訂
下次再買

Optimizing Web Search Results for Image. K-means Clustering Algorithm

Ingram 出版
2021/03/27 出版

Academic Paper from the year 2020 in the subject Computer Science - Technical Computer Science, grade: 9.5, language: English, abstract: This paper deals with a way to optimize the search results for image searches by proposing a K-means clustering algorithm. The proposed framework attempts to optimize image search results by adopting a vectorization method which involves textual features extraction and then applying a K-means clustering algorithm to group similar images into a cluster. Hence, the aim is to develop a method that can handle a query term in a reasonably short time and return the results with higher accuracy. With each passing day, the amount of visual information on the internet, such as videos and images, is growing rapidly at an alarming rate, thereby making it difficult for a user to search for the necessary content. Users need to spend vast amounts of time in shifting through an extensive list of search results until they can find the required relevant information. To resolve this problem and to provide better image retrieval results to a user, a clustering framework is suggested in this paper. Cluster Analysis or Clustering is a concept which defines the discipline of grouping similar objects or data items into clusters. A cluster is said to be a collection of data objects. These formed clusters of similar data items differ in characteristics and features. Hence, Clustering can be defined as a solution for classifying web search results effectively for searching data items. Clustering allows users to identify their required group at a glance by looking at the cluster labels. Hence, it saves time while searching on the internet.

9 特價1955
立即代訂
下次再買

The C# Player’s Guide (4th Edition)

R B,Whitaker  著
Ingram 出版
2021/03/23 出版

THIS ISN'T THE EDITION YOU'RE LOOKING FOR! The 5th edition of this book is now available. The book in your hands is a different kind of programming book. Like an entertaining video game, programming is an often challenging but always rewarding experience. This book shakes off the dusty, dull, dryness of the typical programming book, replacing it with something more exciting and flavorful: a bit of humor, a casual tone, and examples involving dragons and asteroids instead of bank accounts and employees.And since you learn to program by doing instead of just reading, this book contains over 100 hands-on programming challenges. You will be building software instead of just reading about it. By completing the challenges, you'll earn experience points, level up, and become a True C# Programmer!This book covers the C# language from the ground up. It doesn't assume you've been programming for years, but it also doesn't hold back on exciting, powerful language features.The journey begins by getting you set up to program in C#.We will then explore the basic mechanics of C#: statements, expressions, variables, if statements, loops, and methods.Next, we dive deep into a powerful and central feature of C#: object-oriented programming, which is an essential tool needed to build larger programs.We then look at the advanced C# features that make the language unique, elegant, and powerful.With this book as your companion, you will soon be off to save the world (or take it over) with your own C# programs!

9 特價1479
立即代訂
下次再買

iPhone 8

Ingram 出版
2021/03/18 出版

The iPhone 8 and iPhone 8 Plus are faster than ever and have more powerful cameras. With the latest edition of this bestselling guide, you get a funny, simplified guide to the tips, shortcuts, and workarounds that will turn you into an iPhone master. For those who want the most sophisticated technology available in a mobile phone, but without a sky-high price, the iPhone 8 and iPhone 8 Plus is perfect for you. This book shows you new tips and in-depth tutorials you need to know about the new and exciting iPhone 8 features and the iOS 13 user interface.This book would help you manage, personalize, and communicate better using your new iPhone 8, and iPhone 8 Plus cell phone optimally. You would discover how to set-up your phone correctly, how to customize the iPhone, as well as fantastic tips & tutorials you never would imagine to know about your iPhone. In this book, you will learn; - iPhone 8 correct set-up process- In-depth tutorial for optimizing iPhone- In-depth camera and photography tutorial - How to fix common iPhone 8 problems- 23 Top iPhone Tips and Tricks- iPhone 8 Series Security Features- Apple ID and Face ID Set-up and Tricks- Apple Face ID Hidden Features- All iPhone 8 Gestures you should know- How to Hide SMS notification content display on iPhone screen- How to use the virtual Home button...and a lot more.It is the complete guide for you, as you would get simplified follow-through instructions on every possible thing you should know about iPhone 8, and iPhone 8 Plus, how you can customize the iPhone as well as fantastic tips & tricks you never would find in the original iPhone manual.

9 特價762
立即代訂
下次再買

Python Interview Questions:

Swati,Saxena  著
Ingram 出版
2021/03/18 出版

Bottom-up approach to crack your python interview Key Features Get the answer for the most common and challenging Python question Learn to trace the code and answer the question correctly Explore the solutions of GUI and DBMS in Python Gain sufficient understanding on Machine Learning library and Pandas DescriptionThis book covers all possible interview questions and coding in Python. It presents written theory as well as practical questions as all the interviewers do not follow the same pattern. Questions are jumbled and compiled. Practical questions may help you to understand the logic and will help you to fight the technical round. Simple questions with deep coding are the hallmark of this book. With over 242 questions in this book, you will be able to crack your Python interview. The book covers the following topics: Variable, Datatype, type conversion, Operators, if-else, loops, List, Tuples, Set, Dictionary, Functions, Array, classes and objects, constructor, Inheritance, Encapsulation, keywords, regular expression, Random Module, Sys Module, OS Module, Statistics Module, widgets of Tkinter, Multithreading, other GUI Framework, work on multiple Tkinter windows, File Input-output, file handling with GUI, MySQL, SQLite, MongoDB, Redis, connectivity with GUI, Matplotlib Library, Django, Flask.What you will learn Become a Python Developer without having to spend a lot of money on theoretical content. You will achieve the confidence to tackle the most challenging questions on Python. You will develop a strong understanding around the entire ecosystem of Python programming.Who this book is forThis book is targeted at Python Developers, Technical specialist, Beginners who want to stand out in a Python coding interview. Table of Contents 1. Core Concept2. OOPs Concept3. Python Module4. Python GUI5. File Handling6. Python Database7. NumPy, Pandas8. Django, FlaskAbout the Authors Swati Saxena is an expert in Java programming and coding.She holds an MCA, OCJP ( Oracle Certified Java Professional ), and ADST and has in-depth knowledge of the subject and vast experience in developing and training . She has been awarded by Rajasthan Women Achievement Award and PratibhaSamman for her writing work.She is an achiever of a Certificate of Excellence by MyGov.She has written "C programming and coding Question Bank with solution","Java-A Complete Practical Solution","Kotlin at a Glance", and "CrackingKotlin Interview" for BPB publications. LinkedIn Profile: https: //www.linkedin.com/in/swati-saxena-49851b1a5/ Facebook Profile: https: //www.facebook.com/SwatiComputersJaipur/

9 特價1159
立即代訂
下次再買

Low-Density Parity-Check Codes

Mit Press 出版
2021/03/16 出版

This is a complete presentation of all important theoretical and experimental work done on low-density codes. Low-density coding is one of the three techniques thus far developed for efficient communication over noisy channels with an arbitrarily low probability of error. A principal result of information theory is that if properly coded information is transmitted over a noisy channel at a rate below channel capacity, the probability of error can be made to approach zero exponentially with the code length. Any practical use of this theorem, however, requires a coding scheme in which the cost of storage and computation equipment grows slowly with code length. The present book analyzes a class of coding schemes for which costs grow approximately linearly with code length. It demonstrates that error probability approaches zero exponentially with a root of the block length and cites experimental evidence that this coding scheme has profitable aplicability in many communications situations.

9 特價1350
立即代訂
下次再買

Java to Kotlin

Ingram 出版
2021/03/16 出版

It takes a week to travel the 8,000 miles overland from Java to Kotlin. If you're an experienced Java developer who has tried the Kotlin language, you were probably productive in about the same time. You'll have found that they do things differently in Kotlin, though. Nullability is important, collections are different, and classes are final by default. Kotlin is more functional, but what does that mean, and how should it change the way that you program? And what about all that Java code that you still have to support? Your tour guides Duncan and Nat first made the trip in 2015, and they've since helped many teams and individuals follow in their footsteps. Travel with them as they break the route down into legs like Optional to Nullable, Beans to Values, and Open to Sealed Classes. Each explains a key concept and then shows how to refactor production Java to idiomatic Kotlin, gradually and safely, while maintaining interoperability. The resulting code is simpler, more expressive, and easier to change. By the end of the journey, you'll be confident in refactoring Java to Kotlin, writing Kotlin from scratch, and managing a mixed language codebase as it evolves over time.

9 特價2257
立即代訂
下次再買

Beowulf Cluster Computing with Windows

Mit Press 出版
2021/03/10 出版

Comprehensive guides to the latest Beowulf tools and methodologies. Beowulf clusters, which exploit mass-market PC hardware and software in conjunction with cost-effective commercial network technology, are becoming the platform for many scientific, engineering, and commercial applications. With growing popularity has come growing complexity. Addressing that complexity, Beowulf Cluster Computing with Linux and Beowulf Cluster Computing with Windows provide system users and administrators with the tools they need to run the most advanced Beowulf clusters. The book is appearing in both Linux and Windows versions in order to reach the entire PC cluster community, which is divided into two distinct camps according to the node operating system. Each book consists of three stand-alone parts. The first provides an introduction to the underlying hardware technology, assembly, and configuration. The second part offers a detailed presentation of the major parallel programming librairies. The third, and largest, part describes software infrastructures and tools for managing cluster resources. This includes some of the most popular of the software packages available for distributed task scheduling, as well as tools for monitoring and administering system resources and user accounts. Approximately 75% of the material in the two books is shared, with the other 25% pertaining to the specific operating system. Most of the chapters include text specific to the operating system. The Linux volume includes a discussion of parallel file systems.

9 特價3240
立即代訂
下次再買

iPad 7th Generation

Ingram 出版
2021/03/07 出版

An iPad can be so many things: an entertainment hub, a way to stay in touch with the world, a productivity tool, and many other things.This book focuses on helping iPad users who are experienced in life-but not in technology. It's a perfect guide for all of model of iPad Tablets such as iPad 2, iPad 6th generation, iPad 7th generation), iPad 4th generation, iPad Air, iPad Air 2, iPad Pro 12.9-inch, iPad Pro 9.7-inch, iPad Pro 10.5-inch, iPad Pro 11-inch, iPad Air 3rd generation, iPad mini and many more model to be made with exclusive features. In this friendly, easy-to-follow guide, you'll find out how to fire up any model of iPad, connect to the internet, and use applications to play games, watch movies, listen to music, chat via video, update your social accounts, read the news, or just about anything else you'd want to do.Teach your iPad to answer your commands, Stay connected with email, internet, social apps, and video chat, Cue up music and movies, Find endless ways to let your iPad entertain you, and many more! In this book, you will find Step-by-step instructions including how to fix common iPad and other model problems in simple and clear terms. In this book you will learn: - Screen splitting of your iPad device- How to extends iPad's battery strength- Personalizing the feel and look of your iPad- How to use iCloud to restore and share your photos and other essential data online- Secret features unravelled in the original manual- How to activate used iPad and others- How to fix slow iPad problems yourself- How to use Siri's voice commands to control your iPad and for other exclusive things you never would have imagined.- How to fix iPad that won't charge or power ON- How to troubleshoot common iPad problems...and many more.If you're anywhere from age 14 to 100 and want to find accessible guidance on making the most of your iPad, you're in good hands!

9 特價619
立即代訂
下次再買

iPad Unusual

Ingram 出版
2021/03/05 出版

An iPad can be so many things: an entertainment hub, a way to stay in touch with the world, a productivity tool, and many other things. This book is centered on helping iPad users who are probably getting started with using iPad tablets, and users who have been using iPad tablets. This book is a full-colour, fully illustrated guide to using all of Apple's iPad models such as iPad 2, iPad (3rd generation), iPad (4th generation), iPad Air, iPad Air 2, iPad Pro (12.9-inch), iPad Pro (9.7-inch), iPad (5th generation), iPad Pro (12.9-inch) (2nd generation), iPad Pro (10.5-inch), iPad (6th generation), iPad Pro (11-inch), iPad Pro (12.9-inch) (3rd generation), iPad Air (3rd generation) features exclusively. It includes everything from basic setup information to finding and installing new apps to using the iPad for communication, entertainment, and productivity. The information presented in this book is targeted at kids, teens, adolescents and adults who are either dummies, seniors or experts in tablets and cell phone users in a straightforward and explicit form.Step-by-step instructions including how to fix some technical iPad problems in simple terms. The book is easy, clear, readable, and focuses on what you want to do with your iPad tablet such as: - Wirelessly connect to the Internet- Personalizing the feel and look of your iPad- fixing slow iPad problems yourself- Screen splitting of your iPad device- How to activate used iPad- Find useful health and travel apps and fun games in Apple's App Store- Steps for fixing iPad that won't charge or power ON- How to extends iPad's battery strength- Listen to music and watch movies and TV shows over the Internet- Use iCloud to store and share your photos and other essential data online- Troubleshoot common iPad problems...and many more.This beautiful book will teach you how to get the most out of your iPad Now!

9 特價715
立即代訂
下次再買

Beratung eines Consulting Unternehmens. Projektarbeit ”Neue Technologien”

Ingram 出版
2021/03/04 出版

Projektarbeit aus dem Jahr 2020 im Fachbereich Informatik - Wirtschaftsinformatik, Note: 1,0, Fachhochschule des bfi Wien GmbH, Sprache: Deutsch, Abstract: Im Rahmen dieser Arbeit soll ein Consulting Unternehmen in Bezug auf die Neuanschaffung einer Software beraten werden. Bei der Neuanschaffung wird hohen Wert auf die internationalen T瓣tigkeiten sowie auf die M繹glichkeit der Mitarbeiter zum Home Office gelegt. Datenzugriff sowie Datensicherheit sind wichtige Kriterien, die in dieser Arbeit analysiert werden. Zuerst wird in der Arbeit auf den Vergleich zwischen Standard- und Individualsoftware eingegangen und in den darauffolgenden Kapiteln auf den Einsatz der richtigen Cloudarchitektur. Der Einsatz von Webservices wird ebenfalls anhand eines Beispiels f羹r die ABC GmbH erl瓣utert, sowie deren Merkmale zur Unterst羹tzung der innerbetrieblichen Prozesse aufgezeigt. Der Projektverlauf f羹r einen agilen Entwicklungsansatz wird anschlie?end ebenfalls anhand einer ausgew瓣hlten Methode erl瓣utert. Zum Schluss werden die theoretischen Grundlagen erl瓣utert, wie in kurzer Zeit eine App mit Datenbankzugriff entwickelt werden kann, welche unterschiedliche Handybetriebssysteme unterst羹tzt und mit anderen Entwicklungsformen verglichen.

9 特價1544
立即代訂
下次再買

Die Kryptow瓣hrung Libra. Technische Besonderheiten und Beurteilung der Erfolgsaussichten

Ingram 出版
2021/03/04 出版

Bachelorarbeit aus dem Jahr 2020 im Fachbereich Informatik - Kryptow瓣hrungen, Note: 1,0, Hochschule Deggendorf, Sprache: Deutsch, Abstract: Die Bachelorarbeit erkl瓣rt, wie genau die Kryptow瓣hrung Libra funktioniert und woher sie kommt. Dazu wird erst ein ?berblick 羹ber das Unternehmen Libra Association und die Grundidee hinter der W瓣hrung Libra gegeben. Danach wird auf die technische Umsetzung und den Unterschied zu den herk繹mmlichen Kryptow瓣hrungen wie Bitcoin eingegangen. Anschlie?end wird die Umsetzung von rechtlichen Regularien (mit Blick auf Datenschutz und Geldw瓣schepr瓣vention) erl瓣utert. Dabei setzt sich die Arbeit stets kritisch mit der Frage auseinander, ob das geplante Unterfangen von Facebook unter den herrschenden finanzwirtschaftlichen Bedingungen und Regularien erfolgreich sein kann. Ein Jahr nachdem die Blase der Kryptow瓣hrungen Anfang 2018 geplatzt ist, stellt nun die Libra Association unter F羹hrung von Facebook ihre eigene Kryptow瓣hrung vor, welche die Fehler der anderen Digitalw瓣hrungen wie Bitcoin vermeiden und somit den Status einer stabilen globalen W瓣hrung erreichen soll. Dabei bleibt dieses Unterfangen nicht ohne Kritik. So musste Mark Zuckerberg (CEO von Facebook) seine Idee von der Kryptow瓣hrung Libra am 24.10.19 vor dem US-Kongress verteidigen und sich einigen kritischen Fragen stellen. Diese Kritik ist auch nicht g瓣nzlich unangebracht, denn gerade mit Blick auf den Skandal um Cambridge Analytica l瓣sst sich beispielsweise das Thema Datenschutz bei Facebook nicht ganz ohne Misstrauen betrachten. Genau aus diesem Grund haben namhafte Partner von Facebook wie Mastercard, VISA und PayPal ihre Zusammenarbeit mit der Libra Association gek羹ndigt. Die Einf羹hrung von Libra als stabiler Kryptow瓣hrung steht somit unter keinem guten Stern. Doch was ist Libra 羹berhaupt? Wie soll Libra technisch umgesetzt werden? Worin soll der Unterschied zwischen dieser W瓣hrung und den bereits eingef羹hrten Kryptow瓣hrungen liegen? Wie wird Datenschutz garantiert und

9 特價1941
立即代訂
下次再買

Crafting Test-Driven Software with Python

Packt 出版
2021/03/04 出版

Get to grips with essential concepts and step-by-step explanations to apply TDD practices to your Python projects while keeping your test suite under controlKey Description: Build robust Python applications using TDD and BDD methodologiesTest Python web applications using WebTest and web frameworksLeverage PyTest to implement stringent testing mechanisms to ensure fault-tolerant applicationsBook Description: Test-driven development (TDD) is a set of best practices that helps developers to build more scalable software and is used to increase the robustness of software by using automatic tests. This book shows you how to apply TDD practices effectively in Python projects.You'll begin by learning about built-in unit tests and Mocks before covering rich frameworks like PyTest and web-based libraries such as WebTest and Robot Framework, discovering how Python allows you to embrace all modern testing practices with ease. Moving on, you'll find out how to design tests and balance them with new feature development and learn how to create a complete test suite with PyTest. The book helps you adopt a hands-on approach to implementing TDD and associated methodologies that will have you up and running and make you more productive in no time. With the help of step-by-step explanations of essential concepts and practical examples, you'll explore automatic tests and TDD best practices and get to grips with the methodologies and tools available in Python for creating effective and robust applications.By the end of this Python book, you will be able to write reliable test suites in Python to ensure the long-term resilience of your application using the range of libraries offered by Python for testing and development.What You Will Learn: Find out how tests can make your life easier as a developer and discover related best practicesExplore PyTest, the most widespread testing framework for PythonGet to grips with the most common PyTest plugins, including coverage, flaky, xdist, and pickedWrite functional tests for WSGI web applications with WebTestRun end-to-end tests for web applications using Robot FrameworkUnderstand what test-driven development means and why it is importantDiscover how to use the range of tools available in PythonBuild reliable and robust applicationsWho this book is for: This book is for Python developers looking to get started with test-driven development and developers who want to learn about the testing tools available in Python. Developers who want to create web applications with Python and plan to implement TDD methodology with PyTest will find this book useful. Basic knowledge of Python programming is required.

9 特價2248
立即代訂
下次再買

Enterprise Application Development with C# 9 and .NET 5

Packt 出版
2021/03/03 出版

Become a professional .NET developer by learning expert techniques for building enterprise-grade applicationsKey FeaturesExplore the advanced features of C# and .NET 5 to enhance your code and productivityFollow clear and easy instructions for building an end-to-end enterprise applicationLearn how to build scalable web applications and host them on the cloudBook Description.NET Core is one of the most popular programming platforms in the world for an increasingly large community of developers thanks to its excellent cross-platform support. This book will show you how to confidently use the features of .NET 5 with C# 9 to build robust enterprise applications.Throughout the book, you'll work on creating an enterprise app and adding a key component to the app with each chapter, before finally getting it ready for testing and deployment. You'll learn concepts relating to advanced data structures, the Entity Framework Core, parallel programming, and dependency injection. As you progress, you'll cover various authentication and authorization schemes provided by .NET Core to make your apps and APIs secure. Next, you'll build web apps using ASP.NET Core 5 and deploy them on the cloud while working with various cloud components using Azure. The book then shows you how to use the latest Microsoft Visual Studio 2019 and C# 9 to simplify developer tasks, and also explores tips and tricks in Visual Studio 2019 to improve your productivity. Later, you'll discover various testing techniques such as unit testing and performance testing as well as different methods to deploy enterprise apps.By the end of this book, you'll be able to create enterprise apps using the powerful features of .NET 5 and deploy them on the cloud.What You Will LearnDesign enterprise apps by making the most of the latest features of .NET 5Discover different layers of an app, such as the data layer, API layer, and web layerExplore end-to-end architecture, implement an enterprise web app using .NET and C# 9, and deploy the app on AzureFocus on the core concepts of web application development such as dependency injection, caching, logging, configuration, and authentication, and implement them in .NET 5Integrate the new .NET 5 health and performance check APIs with your appUnderstand how .NET 5 works and contribute to the .NET 5 platformWho this book is forIf you are a developer, architect, or senior programmer who wants to leverage the features of .NET 5 and the C# language, as well as grasp essential techniques to build your skills, then this C# .NET 5 book is for you. Beginner to intermediate-level knowledge of the .NET framework and C# programming is required to understand the concepts covered in this book more effectively.

9 特價2524
立即代訂
下次再買

iPad Pro Guide

Dale,Brave  著
Ingram 出版
2021/03/03 出版

Are you optimistic enough to know the latest tips and tricks you can use on your iPad devices such as iPad 2, iPad 6th generation, iPad 7th generation), iPad 4th generation, iPad Air, iPad Air 2, iPad mini, iPad Pro 12.9-inch, iPad Pro 9.7-inch, iPad Pro 10.5-inch, iPad Pro 11-inch, iPad Air 3rd generation, etc.? In this book, you will find Step-by-step instructions including how to fix common iPad Pro and other model problems in simple and clear terms. The book is straight to point, and also focuses on what series of things you cn do with your iPad to become a Pro user. Among the things you would learn are;- How to split screen of your iPad device- How to extends iPad's battery strength- Personalizing the feel and look of your iPad- How to use iCloud to restore and share your photos and other essential data online- Secret features unravelled in the original manual- How to activate used iPad- How to fix slow iPad problems yourself- How to use Siri's voice commands to control your iPad and for other exclusive things you never would have imagined.- How to fix iPad that won't charge or power ON- How to troubleshoot common iPad problems...and many more.After reading this book, you would be Ten (10) times better in the knowledge of what you can do with your iPad Tablets and also use your device like a pro.

9 特價650
立即代訂
下次再買

Model Checking Quantum Systems

Ingram 出版
2021/03/01 出版

Model checking is one of the most successful verification techniques and has been widely adopted in traditional computing and communication hardware and software industries. This book provides the first systematic introduction to model checking techniques applicable to quantum systems, with broad potential applications in the emerging industry of quantum computing and quantum communication as well as quantum physics. Suitable for use as a course textbook and for self-study, graduate and senior undergraduate students will appreciate the step-by-step explanations and the exercises included. Researchers and engineers in the related fields can further develop these techniques in their own work, with the final chapter outlining potential future applications.

9 特價3420
立即代訂
下次再買

Auswirkungen der EU-DSGVO auf internationale, in Deutschland ans瓣ssige Konzerne in Bezug auf deren Zusammenarbeit mit Kunden und Dienstleistern

Ingram 出版
2021/02/17 出版

Studienarbeit aus dem Jahr 2020 im Fachbereich Informatik - Wirtschaftsinformatik, Note: 2,00, IU Internationale Hochschule, Sprache: Deutsch, Abstract: Diese Arbeit versucht, die sehr umfangreiche Thematik des EU-Datenschutzrechts auf die Gruppe von deutschen Konzernen einzugrenzen. Au?erdem wird im Speziellen die Zusammenarbeit mit Dienstleistern und Kunden analysiert. Die Arbeit kann daher nicht als allgemeing羹ltige Analyse der EU-DSGVO angesehen werden, da dies den Rahmen der Arbeit sprengen w羹rde. Auch gibt diese Arbeit keine Handlungsempfehlungen f羹r Unternehmen. Es k繹nnen aufgrund der Vielzahl an Anforderungen des Datenschutzrechts auch nicht alle einschl瓣gigen Vorschriften im Detail erl瓣utert werden.

9 特價1544
立即代訂
下次再買

Apple Watch Series 5

Ingram 出版
2021/02/17 出版

Apple Watch Series 5 is the latest Smartwatch in the Apple lineup. It offers several unique features to make the users more active and better monitor their health among several other great features for humanity. This high-end Smartwatch could be useful for business users, including improved travel notifications and call capabilities.As amazing as all the new features are, it's not quite as easy to use as an iPhone; the lack of buttons, the smaller screen, and general UI can make a frustrating initial experience.In this book, you will learn;- The differences difference between apple watch series 5, apple watch series 4, and apple watch series 3- What's new to WatchOS 6- Using watch gestures- Apple Watch ECG monitoring features- How to sustain battery life- How to Install the ECG and Share ECG Results with your doctor- How to Setup and Pair Apple Watch with IPhone- Sending messages and making phone calls- How to enable fall detection on iWatch WatchOS 6- Adjust Brightness, Sounds, Text Sizes and Haptics on Apple Watch- How to use Apple watch Map to navigate location- How to update WatchOS- How to add music to Apple Watch...and many more!This is the book with instructions to the shortcuts, tips, tricks, and in-depth tutorial you should know about the new Apple Watch Series 5 which comes with WatchOS 6, and workarounds that will turn you into a guru in no time.

9 特價581
立即代訂
下次再買

Apple Watch Series 5

Dale,Brave  著
Ingram 出版
2021/02/17 出版

Get Acquainted with your Apple Watch Series 5: iWatch Series feature you are never aware of!This is a simplified guide with instructions to the shortcuts, tips, and tricks you should know about the new Apple Watch Series 5, and workarounds that will turn you into a guru in no time. To make things simple, Author Dale Brave has exclusive tips and tasks you can achieve with your new Apple Watch Series. He has also compared the Apple Watch Series 5 to Series 4, and Series 3 here, and that means you can see precisely what the variations and similarities are, whether you are looking to upgrade or take the smartwatch plunge.This simplified book will also get you equipped with knowledge on how to take the maximum advantage of your Apple Watch. Also; this book is simple enough to understand and a follow-through guide suitable for kids, adolescents, teens, and adults even if you are a beginner or dummy, seniors, or an expert in the computer and technology category.This edition of "The Simplified Manual for Kids and Adult- by Dale Brave" book is suitable for kids, teens, adolescents, and adults who are either dummies or seniors interested in finding an accessible guide, manual and exclusive information on making the most of their Apple Watch Series 5: iWatch Series Tablets. You're in good hands!

9 特價577
立即代訂
下次再買

Programming Languages and Systems

Springer 出版
2021/02/15 出版

This open access book constitutes the proceedings of the 30th European Symposium on Programming, ESOP 2021, which was held during March 27 until April 1, 2021, as part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2021. The conference was planned to take place in Luxembourg and changed to an online format due to the COVID-19 pandemic. The 24 papers included in this volume were carefully reviewed and selected from 79 submissions. They deal with fundamental issues in the specification, design, analysis, and implementation of programming languages and systems.

9 特價2609
立即代訂
下次再買

Python Programming Python Programming for Beginners

Adam,Stewart  著
Ingram 出版
2021/02/12 出版

Python is one of the best programming languages out there. It is easy for beginners to learn and powerful enough to help even advanced programmers get their work done. Python Programming: Python Programming for Beginners is a great place for beginners to take a look at Python and understand this program. From its history and why it is so easy to use to some of the tasks that you can do with Python, this guidebook will help you get started. A preview of what you will learn inside includes: The origins of Python and why you would use this option over another programming language. The benefits of using Python Some common terms you should know to get started How to download Python and the other programs you will need to get started Some of the basic functions and commands with Python Learning what comments are as well as strings and more functions. Learning what variables are and how they can help you do in Python Getting started in programming can be scary, but Python makes it easy. Check out Python Programming: Python Programming for Beginners to get started!

9 特價684
立即代訂
下次再買

Customizing ASP.NET Core 5.0

Packt 出版
2021/02/10 出版

A guide to discovering the hidden behaviors of ASP.NET Core that can be customized to optimize your .NET 5 applicationsKey Features: Customize the default behavior of ASP.NET Core to get the most out of the frameworkEnhance the app configuration, change the default dependency injection, and build your own tag helpersDiscover best practices for configuring ASP.NET Core, from user interface design to hosting it on platformsBook description: ASP.NET Core is the most powerful Microsoft web framework. Although it's full of rich features, sometimes the default configurations can be a bottleneck and need to be customized to suit the nature and scale of your app. If you're an intermediate-level .NET developer who wants to extend .NET Core to multiple use cases, it's important to customize these features so that the framework works for you effectively.Customizing ASP.NET Core 5.0 covers core features that can be customized for developing optimized apps. The customization techniques are also updated to work with the latest .NET 5 framework.You'll learn essential concepts relating to optimizing the framework such as configuration, dependency injection, routing, action filters, and more. As you progress, you'll be able to create custom solutions that meet the needs of your use case with ASP.NET Core. Later chapters will cover expert techniques and best practices for using the framework for your app development needs, from UI design to hosting. Finally, you'll focus on the new endpoint routing in ASP.NET Core to build custom endpoints and add third-party endpoints to your web apps for processing requests faster.By the end of this application development book, you'll have the skills you need to be able to customize ASP.NET Core to develop robust optimized apps.What You Will Learn: Explore various application configurations and providers in ASP.NET Core 5Understand dependency injection in .NET and learn how to add third-party DI containersDiscover the concept of middleware and write your own middleware for ASP.NET Core appsCreate various API output formats in your API-driven projectsGet familiar with different hosting models for your ASP.NET Core appDevelop custom routing endpoints and add third-party endpointsConfigure WebHostBuilder effectively for your web applicationsWho this book is for: This .NET 5 book is for .NET developers who need to change the default behaviors of the framework to help improve the performance of their applications. Intermediate-level knowledge of ASP.NET Core and C# is required before getting started with the book.

9 特價1789
立即代訂
下次再買

Spring Boot: Up and Running

Mark,Heckler  著
Ingram 出版
2021/02/09 出版

With over 75 million downloads per month, Spring Boot is the most widely used Java framework available. Its ease and power have revolutionized application development from monoliths to microservices. Yet Spring Boot's simplicity can also be confounding. How do developers learn enough to be productive immediately? This practical book shows you how to use this framework to write successful mission-critical applications. Mark Heckler from VMware, the company behind Spring, guides you through Spring Boot's architecture and approach, covering topics such as debugging, testing, and deployment. If you want to develop cloud native Java or Kotlin applications with Spring Boot rapidly and effectively (using reactive programming, building APIs, and creating database access of all kinds) this book is for you. Learn how Spring Boot simplifies cloud native application development and deployment Build reactive applications and extend communication across the network boundary to create distributed systems Understand how Spring Boot's architecture and approach increase developer productivity and application portability Deploy Spring Boot applications for production workloads rapidly and reliably Monitor application and system health for optimal performance and reliability Debug, test, and secure cloud-based applications painlessly

9 特價2257
立即代訂
下次再買

Computer Graphics Programming in OpenGL with C++

Ingram 出版
2021/02/03 出版

No detailed description available for "Computer Graphics Programming in OpenGL with C++".

9 特價2734
立即代訂
下次再買

Practical Robotics in C++

Ingram 出版
2021/01/30 出版

Learn how to build and program real autonomous robots Key FeaturesSimplified coverage on fundamentals of building a robot platform.Learn to program Raspberry Pi for interacting with hardware.Cutting-edge coverage on autonomous motion, mapping, and path planning algorithms for advanced robotics. Description Practical Robotics in C++ teaches the complete spectrum of Robotics, right from the setting up a computer for a robot controller to putting power to the wheel motors. The book brings you the workshop knowledge of the electronics, hardware, and software for building a mobile robot platform. You will learn how to use sensors to detect obstacles, how to train your robot to build itself a map and plan an obstacle-avoiding path, and how to structure your code for modularity and interchangeability with other robot projects. Throughout the book, you can experience the demonstrations of complete coding of robotics with the use of simple and clear C++ programming. In addition, you will explore how to leverage the Raspberry Pi GPIO hardware interface pins and existing libraries to make an incredibly capable machine on the most affordable computer platform ever. What will you learn Write code for the motor drive controller. Build a Map from Lidar Data. Write and implement your own autonomous path-planning algorithm. Write code to send path waypoints to the motor drive controller autonomously. Get to know more about robot mapping and navigation.Who this book is for This book is most suitable for C++ programmers who have keen interest in robotics and hardware programming. All you need is just a good understanding of C++ programming to get the most out of this book. Table of Contents1. Choose and Set Up a Robot Computer2. GPIO Hardware Interface Pins Overview and Use3. The Robot Platform4. Types of Robot Motors and Motor Control5. Communication with Sensors and other Devices6. Additional Helpful Hardware7. Adding the Computer to Control your Robot8. Robot Control Strategy9. Coordinating the Parts10. Maps for Robot Navigation11. Robot Tracking and Localization12. Autonomous Motion13. Autonomous Path Planning14. Wheel Encoders for Odometry15. Ultrasonic Range Detectors16. IMUs: Accelerometers, Gyroscopes, and Magnetometers17. GPS and External Beacon Systems18. LIDAR Devices and Data19. Real Vision with Cameras20. Sensor Fusion21. Building and Programming an Autonomous Robot About the Author Lloyd Brombach is a controls engineer, programmer, and long-time electronics and robotics enthusiast. He has competed at robotics events such as the NASA-funded 2007 Lunar Regolith Excavation Challenge and recently the 27th Intelligent Ground Vehicle Challenge. He is committed to making contributions to the robotics field that future roboticists and robot-owners will benefit from for years to come. Facebook Profile: www.facebook.com/practicalroboticsYoutube: www.youtube.com/practicalroboticsLinkedIn Profile: https: //www.linkedin.com/in/lbrombach

9 特價1817
立即代訂
下次再買

Practical Rust Web Projects

Shing,Lyu  著
Apress 出版
2021/01/29 出版

Go beyond the basics of Rust and build web and serverless cloud applications. The applications explained in this practical book include web sites, RESTful APIs, a real-time web chat application, and frontend application with WebAssembly. Each chapter is organized in the following format: what this kind of application looks like; requirements for the example program; an introduction to the Rust libraries used; step-by-step implementation of the example program, including common pitfalls and best practices; and a brief comparison of libraries and frameworks in the same domain.This book will open your eyes to the world of practical web applications of Rust. After reading the book, you will be able to apply your Rust knowledge to build your own web projects. What You Will LearnBuild dynamic websites with databasesBuild RESTful APIsWrite a WebSocket server that can power a real-time chat app in RustDiscover the benefits of serverless computing using Amazon Web Service's Rust supportCompile Rust to WebAssembly for high-performance frontend applicationsWho This Book Is For A reader with basic Rust knowledge, wishing to learn more about how to apply Rust in a real-world scenario. A developer who is evaluating the possibility to build their next project in Rust.

9 特價1300
立即代訂
下次再買

Datenbanksysteme. Eine Marktanalyse aktueller Anbieter und Produkte

Ingram 出版
2021/01/27 出版

Essay aus dem Jahr 2020 im Fachbereich Informatik - Wirtschaftsinformatik, FOM Hochschule f羹r Oekonomie & Management gemeinn羹tzige GmbH, Bochum Standort besteht nicht mehr, Sprache: Deutsch, Abstract: Das Ziel dieser Arbeit ist es, die Funktionsweise von Datenbanken grundlegend zu erkl瓣ren und die verschiedenen am Markt verf羹gbaren Datenbanksysteme von verschiedenen Herstellern in ihren Marktanteilen sowie Funktionsweisen zu vergleichen. In der Arbeit sollen zun瓣chst in Kapitel zwei die Funktionsweisen eines Datenbanksystems erkl瓣rt werden. Hierbei wird zun瓣chst zwischen den relationalen Datenbanken, die zusammen mit der Unterart der Objektrelationalen Datenbanken, die vorherrschende Art der Datenbanksysteme darstellen und auf Tabellen zur Speicherung von Daten basieren und den objektorientierten Datenbanksystemen, bei welchen die Daten in Dokumenten abgelegt werden, unterschieden. Dabei wird auf die Vorteile und Nachteile der jeweiligen Systeme eingegangen und passende Anwendungsf瓣lle beschrieben. Anschlie?end wird in Kapitel drei eine Analyse der zurzeit angebotenen Datenbanksysteme durchgef羹hrt. Der Fokus soll hierbei auf der Popularit瓣t des Datenbanksystems sowie der Art der Datenbank liegen. Des Weiteren sollen die unterst羹tzen Betriebssysteme sowie die unterst羹tzten Programmiersprachen untersucht werden.

9 特價1476
貨到通知
下次再買

HTML and CSS QuickStart Guide

Ingram 出版
2021/01/26 出版

Master HTML and CSS fundamentals to create beautiful websites.The best book on the market for modern web design fundamentals!Every one of the over 4 billion webpages online today use HTML markup language to display its content. HTML is everywhere.Experienced developers know that a mastery of HTML and CSS fundamentals is not only an essential web design skill, but also the solid foundation of a robust coding skillset.In HTML & CSS QuickStart Guide author, instructor, and 10+ year Fortune 500 tech company veteran David DuRocher breaks down HTML5 and CSS3 fundamentals manageable, practical, and engaging segments designed for first-time developers.David's unique and engaging approach to teaching HTML and CSS principles means that readers are ready to start designing from the very first chapter without enduring an avalanche of boring jargon or dry technobabble.Truly anyone, at any stage of their lives, can learn to code. HTML and CSS are the perfect starting point on that journey-easy to learn, easy to implement, HTML & CSS open the door to a world of coding possibilities.HTML & CSS QuickStart Guide Is Perfect For: Full stack developers looking to brush up on their front-end development skillsJobseekers looking to increase the value of their resumeArtists, bloggers, and digital entrepreneurs who want to customize their web presenceWordPress, Shopify, and Squarespace users who want to tweak templates and make them their ownAnyone who wants to create attractive, responsive, and modern websites with no prior experience neededHTML & CSS QuickStart Guide Covers: HTML and CSS for Beginners - all of the core HTML and CSS fundamentals you need to know in one placeHTML tags, CSS elements, CSS styling, and exactly how to fit the pieces togetherHow to save time using best practices to produce clean and tidy codeFormatting, sizing, fonts, images, multimedia, forms, sprites, and gradients - all of the tools you need to make your website 100% your own!HTML and CSS QuickStart Guide Will Teach You: Modern Web Design Fundamentals - How to use the powerful combination of HTML5 and CSS3 to build functional and responsive web pagesSite Structure and Responsive Design Principles - How to format HTML and CSS markup to produce attractive web sites and web pages that look great on any browser and any device.Breathing Life Into Your Projects - How to incorporate forms, multimedia elements, special characters and more into your web projectsCorrect Markup Best Practices - How to efficiently use CSS and HTML together to produce clean, professional HTML documents using industry-standard tools such as GitHubHTML and CSS for Beginners - HTML and CSS elements, formatting, padding, gradients, menus, testing, debugging, keeping your site's code up to date and more-all supported with abundant visual examples and a practical hands-on project!*LIFETIME ACCESS TO FREE HTML AND CSS DIGITAL ASSETS*A complete hands-on project using an industry-standard GitHub code repository along with a complete online HTML, CSS, and web design resource library, web development cheat sheets, and more!

9 特價2051
立即代訂
下次再買

Algebra and Geometry with Python

Springer 出版
2021/01/20 出版

This book teaches algebra and geometry. The authors dedicate chapters to the key issues of matrices, linear equations, matrix algorithms, vector spaces, lines, planes, second-order curves, and elliptic curves. The text is supported throughout with problems, and the authors have included source code in Python in the book. The book is suitable for advanced undergraduate and graduate students in computer science.

9 特價5219
立即代訂
下次再買

Robotic Process Automation (RPA)

Ingram 出版
2021/01/13 出版

Studienarbeit aus dem Jahr 2020 im Fachbereich Informatik - Wirtschaftsinformatik, Note: 1,3, FOM Hochschule f羹r Oekonomie & Management gemeinn羹tzige GmbH, Frankfurt fr羹her Fachhochschule, Veranstaltung: Wirtschaftsinformatik, Sprache: Deutsch, Abstract: In dieser Arbeit geht es um Robotic Process Automation (RPA) und dessen Wichtigkeit bei der Bew瓣ltigung von Gesch瓣ftsprozessen, in denen der Mensch noch nicht zu ersetzen ist und wichtige Entscheidungen zu treffen hat. Abschlie?end wird einen Bestellprozess mit BPMN 2.0 modelliert, bei dem verschiedene Aufgaben automatisiert durch RPA ausgef羹hrt werden k繹nnen. Viele Gesch瓣ftsprozesse sind heutzutage zu komplex und erfordern eine gro?e Zahl an Mitarbeiter, um diese zu bew瓣ltigen. Wiederkehrende Aufgaben wie das Verschicken einer E-Mail, einer Bestellbest瓣tigung oder Rechnung k繹nnen auch von einem Roboter 羹bernommen werden. Der Mensch kann sich nun auf das Wesentliche konzentrieren und eint繹nige Arbeit der Maschine 羹berlassen. Die Automatisierung ist in viele Bereichen eingedrungen und bringt enorme Vorteile mit sich. Automatisierte Prozesse haben Produktionsanlagen erobert und brauchen den Menschen nur f羹r deren ?berwachung, genauso wenig wird der Einsatz des Menschen in digitalen Gesch瓣ftsprozessen ben繹tigt, weil Automatisierung Kosten reduziert und die Effizienz des Unternehmens steigert. Die Kehrseite der Automatisierung sind die Arbeitsplatzverluste der Menschen, da bestimmte T瓣tigkeiten der Mitarbeiter von den Robotern in Rekordzeit und manchmal auch fehlerfrei ausgef羹hrt werden k繹nnen, sodass der Mensch nicht mehr ben繹tigt wird. Die Automatisierung geht aber auch anders, bzw. k繹nnte dem Menschen ein wertvoller Arbeitskollege bei der Bew瓣ltigung der Aufgaben sein und ihn in seiner T瓣tigkeit entlassen.

9 特價1476
立即代訂
下次再買

React: Up & Running

O'Reilly Media 出版
2021/01/12 出版

Hit the ground running with React, the open source technology from Facebook for building rich web applications fast. Updated for the latest React release, the second edition of this hands-on guide shows you how to build React components and organize them into maintainable large-scale apps. If you're familiar with JavaScript syntax, you're ready to get started. Through the course of this book, author Stoyan Stefanov helps web developers and programmers build a complete single-page application. You'll quickly learn why some developers consider React the key to the web app development puzzle. Set up React and write your first "Hello, World" web app Create and use custom React components alongside generic DOM components Build a data table component that lets you edit, sort, search, and export its contents Master the JSX syntax Use built-in Hooks and create your own custom ones Manage the app's data flow with reducers and contexts Use Create React App to take care of the build process and focus on React itself Build a complete custom app that lets you store data on the client

9 特價1575
立即代訂
下次再買

Foundation DB2 and Python

Apress 出版
2021/01/12 出版

Work with Db2 to write SQL and access databases using optimized code for the fastest response. This book will give you complete documentation on DB2 via Python for the IBM_db module and provide a number of examples for the usage of each module API.Begin by getting your free version of Db2 for Linux and Windows. While the book concentrates more on the Linux version of Db2, it also covers enough of the Windows version so that you're comfortable with obtaining and installing Db2 on your version of Windows. Next, you'll see how to install the sample database that comes with Db2, and take some data from the web to design a database around it, including tables and indexes.For Db2 to be really useful you need to use strong SQL expressions. This book provides specific examples of how to avoid using poor ones that can cause extra processing time for the query. Lastly, you'll look at each API in the ibm_db and ibm_db_dbi module. This module is not sponsored by IBM and must be installed separately from the Db2 database.After reading Foundation Db2 and Python you'll be able to install Db2 on Windows or Linux, and perform backups and restore data. What You'll LearnObtain and install Db2 properly on Linux and WindowsCreate databases and load them on Db2Work with ibm_db and ibm_db_dbi API modules for PythonWrite SQL for Db2Review the future of the ibm_db Python module Who This Book Is ForPython programmers and DB2 administrators interested in building application with Python and DB2

9 特價2394
立即代訂
下次再買

Aprende a Programar en Python Para Principiantes

Flynn,Fisher  著
Ingram 出版
2021/01/07 出版

癒La clase magistral completa de Python es f獺cil, incluso si nunca has codificado en tu vida!Si ingresas a Google en este momento y abres cualquier estad穩stica con los lenguajes de programaci籀n m獺s solicitados durante los 繳ltimos 5 a簽os hasta hoy, ver獺s constantemente en el top 3 un lenguaje llamado "Python". La mayor穩a de las veces, es el lenguaje de programaci籀n n繳mero uno para aprender a簽o tras a簽o.Pero, 聶por qu矇 tanta gente buscar穩a expertos en Python?Dos grandes razones: Es un lenguaje de programaci籀n de alto nivel extremadamente poderosoLa sintaxis de codificaci籀n est獺 muy simplificada, lo que la hace a prueba de fallas para aprender y ejecutarLa combinaci籀n de estas dos cosas hace que Python se mejore y actualice constantemente. Si bien aprender los conceptos b獺sicos es algo que te ayudar獺 a comenzar, tendr獺s la capacidad de desarrollar tus habilidades m獺s all獺 porque siempre se realizan nuevas actualizaciones y mejoras.En "Aprende a programar en Python para principiantes", Flynn Fisher comienza desde cero. ?l te ense簽ar獺 los fundamentos de la codificaci籀n con Python y te ayudar獺 a establecer los componentes b獺sicos de tus futuras habilidades de programaci籀n. Este libro est獺 hecho de manera que cada cap穩tulo se base en los dem獺s.Al final, aprender獺s: Los fundamentos de la programaci籀n de Python establecidos en cuesti籀n de d穩as con un enfoque de aprendizaje con sentidoLa creaci籀n de operaciones combinando los fundamentos y construy矇ndolos paso a paso.El aprendizaje autom獺tico con Python explicado en un lenguaje sencillo que te permitir獺 disparar tu educaci籀n y tus habilidades de programaci籀n.A aplicar tus conocimientos con los ejercicios pr獺cticos incluidos en el libro, que cubren todo, desde los conceptos b獺sicos hasta el an獺lisis de datos y el aprendizaje autom獺ticoLa programaci籀n puede ser dif穩cil si no cuentas con una gu穩a precisa paso a paso. Afortunadamente, dentro de este libro, encontrar獺s todos los componentes b獺sicos necesarios para comenzar tu viaje de programaci籀n en Python.癒Nos vemos dentro mientras comienzas tu viaje de codificaci籀n en Python!

9 特價823
立即代訂
下次再買

Python Programming For Beginners In 2021

James,Tudor  著
Ingram 出版
2021/01/05 出版

If You Want To Learn Python Programming In As Little As 5 Days - And Have Fun Doing It, Read On...How many times have you thought about learning how to code but got discouraged because you had no technical background, didn't have the time to learn, or you just didn't think you were smart enough to have a crack at it?Well, we have good news for you. You Don't Need An Expensive Computer Science Degree, A 500 Page Textbook or A Genius Mind To Learn The Basics Of Python Programming!5 times #1 Amazon bestselling author, James Tudor, provides a concise, step-by-step guide to Python programming for beginners. A lot of examples, illustrations, end of chapter summary and practice exercises (with solutions) are provided to help the reader learn faster, remember longer and develop a thorough understanding of key concepts. In This Book, you'll discover: A concise. Simple. Newby friendly style of teaching that lends itself well to beginnersChapters that have been sliced into bite-size chunks to give you the information you need (at that point in time) so you're not overwhelmed.Lots of simple, step-by-step examples and illustrations are used to emphasis key concepts and help improve your understandingEach practice exercise builds on concepts discussed in previous chapters so your learning is reinforced as you progress.Topics are carefully selected to give you a broad exposure to Python, while not overwhelming you with too much (potentially unnecessary) information.An end of chapter summary is presented to give you key takeaways that help you solidify your understandingA detailed step-by-step answer section that summarizes all the solution to the practice exercises presented in this book. ★★NOTE★★ Because this book is enrolled in Kindle Matchbook, Amazon will make the kindle edition of this book available to you for FREE when you purchase the paperback version today (Offer is only available to Amazon USA Customers)You no longer have to waste your time and money trying to learn Python from expensive online courses, college degrees or unnecessarily long textbooks that leave you thousands of dollars in debt, more confused and frustrated. If you're ready to learn the basics of python programming 5 days from TODAY, grab a copy of this book today! Scroll to the top of the page and click the "BUY NOW" button!

9 特價878
立即代訂
下次再買

Python Programming and Visualization for Scientists

Alex,Decaria  著
Ingram 出版
2021/01/04 出版

Python continues to gain dominance as a language of choice for analyzing and visualizing scientific data. Although it has concise, intuitive syntax, learning how to plot and visualize data requires scouring the internet for documentation and examples. This book was written from the perspective of "What book would the authors want to have had when they were transitioning to Python?"A second edition of the book was made necessary by the transition to Python 3, which did not maintain full backward compatibility with earlier versions of the language. The second edition has been completely revised to ensure that all code examples work in Python 3. Additional chapters on the Pandas library and Cartopy have been included, as well as an appendix on Jupyter notebooks, which have become an important tool for developing and communicating code in both the research and educational settings.The 90 figures are mostly in color, and color syntax highlighting is used with all code samples throughout the text to facilitate visual recognition of program structure.The first edition of the book has proven useful not only as a classroom text but also as a guide and reference for students, educators, and researchers who already have programming experience and want to start creating plots and analyzing data using Python. The second edition will serve the same role. It is not meant for the person who is completely new to programming, nor is it an introductory computer science textbook. The authors' assumptions are that the reader has some experience programming with a language other than Python.Although the new Python programmer may wish to read the book cover to cover, the book is organized such that an experienced programmer can readily jump to the appropriate chapter. An extensive index aids in searching for functions and methods useful for data visualization and analysis.

9 特價2203
立即代訂
下次再買

Programmieren Lernen Mit Python Und JavaScript

Ingram 出版
2021/01/01 出版

Ob auf dem Computer, Tablet, Handy, im Auto oder in der Kaffeemaschine - Computerprogramme bestimmen unseren Alltag. Software wird immer wichtiger, kaum noch etwas funktioniert ohne die geheimnisvolle Macht der Algorithmen. Aber wie funktionieren Programme? Und wie entwickelt man sie? Dieses Buch vermittelt Ihnen anschaulich das Einmaleins des Programmierens. Anhand von Alltagsbeispielen lernen Sie zun瓣chst die Grundkonzepte des Programmierens kennen, die in allen Programmiersprachen 瓣hnlich sind. Auf Basis dieser Grundideen erlernen Sie dann auf systematische Weise und mit vielen praktischen ?bungen zwei popul瓣re und sehr n羹tzliche Programmiersprachen, Python und JavaScript, die Sie f羹r ein breites Spektrum an unterschiedlichen Aufgaben einsetzen k繹nnen.Das Buch richtet sich an Programmieranf瓣nger aller Altersklassen (vom Sch羹ler bis zum Berufst瓣tigen), die bisher keinerlei Programmiererfahrung besitzen.Zus瓣tzliche Fragen per App: Laden Sie die Springer Nature Flashcards-App kostenlos herunter und nutzen Sie exklusives Zusatzmaterial als Printbuchk瓣ufer, um Ihr Wissen zu pr羹fen.

9 特價2609
貨到通知
下次再買

Python Programming For Beginners

Liam,Foster  著
Ingram 出版
2020/12/30 出版

Interested In Developing Your Skills As A Programmer, But Still Not Sure Where To Start?Then You Shouldn't Miss Out On This Python Master Guide And Become A Coding Virtuoso, Even If You Are Just Starting Out! They say programming is not for everyone, you need to be good at maths in order to succeed, if you are bad with numbers you should not even start at all... Of course, there might be some truth in the above statements, but... Like any other thing, programming is a skill that can be developed. Basically, you need two things - Adjust Your Mindset (given the fact that you are reading this, you are already interested in the subject), And The Right Tools To Complete The Mission.Hm... It Seems That You Now Have Solved The Riddle Because You Just Found The Answer Of The Second Part Of The Equation!Following Through This Quick And Handy Python Programming Guide, You Will Be Able To Write Your Own Code In A Matter Of Weeks, And Make Neo Look Like A Complete Amateur!With the help of This Book, you will: Enter The World Of Python Programming and have a cautious understanding of the machine language (once you get to know it, it will definitely simplify some of the work you are doing)Reveal A Step-By-Step Process On How To Install Python and quickly start familiarizing yourself with its functionalities (without wasting much time on specifics)Learn Unique Programming Ideal Models and find the best way to handle a circumstance (not many people know these!)Upgrade Your Knowledge Foundation With Functions And Models, and put it easily into practice (even proven software engineers can expand their programming comprehension)Understand Object-Oriented Programming and how to apply these paradigms into your projects (classes, instances, inheritance, child classes... so much stuff your head will start to spin!)And There's Much More!You might be thinking whether you should take the blue pill instead and pretend this never happened, but...This guide can actually show you how real programming looks like, and following the simple thoughts and applicable models, you are going to discover just that.Unlike the Matrix, you can still go back and put everything back to where it was, but that wouldn't be so cool, would it? Besides, you are just trying to build a code and make a living out of it, not hack the government, right?

9 特價630
立即代訂
下次再買
頁數18/40
移至第
金石堂門市 全家便利商店 ok便利商店 萊爾富便利商店 7-11便利商店
World wide
活動ing