Author: James Edward Keogh
Publisher: McGraw-Hill/Osborne Media
ISBN:
Category : Computers
Languages : en
Pages : 938
Book Description
This is the only J2EE book structured as a true reference with a standardized format that addresses each API. Technical review team includes faculty from Columbia University to ensure the most accurate book on the market. Provides techniques for application development on UNIX, NT, and Mac.
J2EE
Author: James Edward Keogh
Publisher: McGraw-Hill/Osborne Media
ISBN:
Category : Computers
Languages : en
Pages : 938
Book Description
This is the only J2EE book structured as a true reference with a standardized format that addresses each API. Technical review team includes faculty from Columbia University to ensure the most accurate book on the market. Provides techniques for application development on UNIX, NT, and Mac.
Publisher: McGraw-Hill/Osborne Media
ISBN:
Category : Computers
Languages : en
Pages : 938
Book Description
This is the only J2EE book structured as a true reference with a standardized format that addresses each API. Technical review team includes faculty from Columbia University to ensure the most accurate book on the market. Provides techniques for application development on UNIX, NT, and Mac.
Linux in Action
Author: David Clinton
Publisher: Simon and Schuster
ISBN: 1638356149
Category : Computers
Languages : en
Pages : 606
Book Description
Summary Linux in Action is a task-based tutorial that will give you the skills and deep understanding you need to administer a Linux-based system. This hands-on book guides you through 12 real-world projects so you can practice as you learn. Each chapter ends with a review of best practices, new terms, and exercises. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology You can't learn anything without getting your hands dirty including Linux. Skills like securing files, folders, and servers, safely installing patches and applications, and managing a network are required for any serious user, including developers, administrators, and DevOps professionals. With this hands-on tutorial, you'll roll up your sleeves and learn Linux project by project. About the Book Linux in Action guides you through 12 real-world projects, including automating a backup-and-restore system, setting up a private Dropbox-style file cloud, and building your own MediaWiki server. You'll try out interesting examples as you lock in core practices like virtualization, disaster recovery, security, backup, DevOps, and system troubleshooting. Each chapter ends with a review of best practices, new terms, and exercises. What's inside Setting up a safe Linux environment Managing secure remote connectivity Building a system recovery device Patching and upgrading your system About the Reader No prior Linux admin experience is required. About the Author David Clinton is a certified Linux Server Professional, seasoned instructor, and author of Manning's bestselling Learn Amazon Web Services in a Month of Lunches. Table of Contents Welcome to Linux Linux virtualization: Building a Linux working environment Remote connectivity: Safely accessing networked machines Archive management: Backing up or copying entire file systems Automated administration: Configuring automated offsite backups Emergency tools: Building a system recovery device Web servers: Building a MediaWiki server Networked file sharing: Building a Nextcloud file-sharing server Securing your web server Securing network connections: Creating a VPN or DMZ System monitoring: Working with log files Sharing data over a private network Troubleshooting system performance issues Troubleshooting network issues Troubleshooting peripheral devices DevOps tools: Deploying a scripted server environment using Ansible
Publisher: Simon and Schuster
ISBN: 1638356149
Category : Computers
Languages : en
Pages : 606
Book Description
Summary Linux in Action is a task-based tutorial that will give you the skills and deep understanding you need to administer a Linux-based system. This hands-on book guides you through 12 real-world projects so you can practice as you learn. Each chapter ends with a review of best practices, new terms, and exercises. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology You can't learn anything without getting your hands dirty including Linux. Skills like securing files, folders, and servers, safely installing patches and applications, and managing a network are required for any serious user, including developers, administrators, and DevOps professionals. With this hands-on tutorial, you'll roll up your sleeves and learn Linux project by project. About the Book Linux in Action guides you through 12 real-world projects, including automating a backup-and-restore system, setting up a private Dropbox-style file cloud, and building your own MediaWiki server. You'll try out interesting examples as you lock in core practices like virtualization, disaster recovery, security, backup, DevOps, and system troubleshooting. Each chapter ends with a review of best practices, new terms, and exercises. What's inside Setting up a safe Linux environment Managing secure remote connectivity Building a system recovery device Patching and upgrading your system About the Reader No prior Linux admin experience is required. About the Author David Clinton is a certified Linux Server Professional, seasoned instructor, and author of Manning's bestselling Learn Amazon Web Services in a Month of Lunches. Table of Contents Welcome to Linux Linux virtualization: Building a Linux working environment Remote connectivity: Safely accessing networked machines Archive management: Backing up or copying entire file systems Automated administration: Configuring automated offsite backups Emergency tools: Building a system recovery device Web servers: Building a MediaWiki server Networked file sharing: Building a Nextcloud file-sharing server Securing your web server Securing network connections: Creating a VPN or DMZ System monitoring: Working with log files Sharing data over a private network Troubleshooting system performance issues Troubleshooting network issues Troubleshooting peripheral devices DevOps tools: Deploying a scripted server environment using Ansible
Java 8 in Action
Author: Raoul-Gabriel Urma
Publisher:
ISBN:
Category : Java (Computer program language)
Languages : en
Pages : 424
Book Description
"Java 8 in Action is a clearly written guide to the new features of Java 8. It begins with a practical introduction to lambdas, using real-world Java code. Next, it covers the new Streams API and shows how you can use it to make collection-based code radically easier to understand and maintain. It also explains other major Java 8 features including default methods, Optional, CompletableFuture, and the new Date and Time API ... This book/course is written for programmers familiar with Java and basic OO programming."-- Resource description page.
Publisher:
ISBN:
Category : Java (Computer program language)
Languages : en
Pages : 424
Book Description
"Java 8 in Action is a clearly written guide to the new features of Java 8. It begins with a practical introduction to lambdas, using real-world Java code. Next, it covers the new Streams API and shows how you can use it to make collection-based code radically easier to understand and maintain. It also explains other major Java 8 features including default methods, Optional, CompletableFuture, and the new Date and Time API ... This book/course is written for programmers familiar with Java and basic OO programming."-- Resource description page.
Lucene in Action
Author: Otis Gospodnetic
Publisher: Simon and Schuster
ISBN: 1638354731
Category : Computers
Languages : en
Pages : 742
Book Description
When Lucene first hit the scene five years ago, it was nothing short ofamazing. By using this open-source, highly scalable, super-fast search engine,developers could integrate search into applications quickly and efficiently.A lot has changed since then-search has grown from a "nice-to-have" featureinto an indispensable part of most enterprise applications. Lucene now powerssearch in diverse companies including Akamai, Netflix, LinkedIn,Technorati, HotJobs, Epiphany, FedEx, Mayo Clinic, MIT, New ScientistMagazine, and many others. Some things remain the same, though. Lucene still delivers high-performancesearch features in a disarmingly easy-to-use API. Due to its vibrant and diverseopen-source community of developers and users, Lucene is relentlessly improving,with evolutions to APIs, significant new features such as payloads, and ahuge increase (as much as 8x) in indexing speed with Lucene 2.3. And with clear writing, reusable examples, and unmatched advice on bestpractices, Lucene in Action, Second Edition is still the definitive guide todeveloping with Lucene. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Publisher: Simon and Schuster
ISBN: 1638354731
Category : Computers
Languages : en
Pages : 742
Book Description
When Lucene first hit the scene five years ago, it was nothing short ofamazing. By using this open-source, highly scalable, super-fast search engine,developers could integrate search into applications quickly and efficiently.A lot has changed since then-search has grown from a "nice-to-have" featureinto an indispensable part of most enterprise applications. Lucene now powerssearch in diverse companies including Akamai, Netflix, LinkedIn,Technorati, HotJobs, Epiphany, FedEx, Mayo Clinic, MIT, New ScientistMagazine, and many others. Some things remain the same, though. Lucene still delivers high-performancesearch features in a disarmingly easy-to-use API. Due to its vibrant and diverseopen-source community of developers and users, Lucene is relentlessly improving,with evolutions to APIs, significant new features such as payloads, and ahuge increase (as much as 8x) in indexing speed with Lucene 2.3. And with clear writing, reusable examples, and unmatched advice on bestpractices, Lucene in Action, Second Edition is still the definitive guide todeveloping with Lucene. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Data Driven Approach Towards Disruptive Technologies
Author: T P Singh
Publisher: Springer Nature
ISBN: 9811598738
Category : Technology & Engineering
Languages : en
Pages : 597
Book Description
This book is a compilation of peer-reviewed papers presented at the International Conference on Machine Intelligence and Data Science Applications, organized by the School of Computer Science, University of Petroleum & Energy Studies, Dehradun, India, during 4–5 September 2020. The book addresses the algorithmic aspect of machine intelligence which includes the framework and optimization of various states of algorithms. Variety of papers related to wide applications in various fields like data-driven industrial IoT, bioinformatics, network and security, autonomous computing and various other aligned areas. The book concludes with interdisciplinary applications like legal, health care, smart society, cyber-physical system and smart agriculture. All papers have been carefully reviewed. The book is of interest to computer science engineers, lecturers/researchers in machine intelligence discipline and engineering graduates.
Publisher: Springer Nature
ISBN: 9811598738
Category : Technology & Engineering
Languages : en
Pages : 597
Book Description
This book is a compilation of peer-reviewed papers presented at the International Conference on Machine Intelligence and Data Science Applications, organized by the School of Computer Science, University of Petroleum & Energy Studies, Dehradun, India, during 4–5 September 2020. The book addresses the algorithmic aspect of machine intelligence which includes the framework and optimization of various states of algorithms. Variety of papers related to wide applications in various fields like data-driven industrial IoT, bioinformatics, network and security, autonomous computing and various other aligned areas. The book concludes with interdisciplinary applications like legal, health care, smart society, cyber-physical system and smart agriculture. All papers have been carefully reviewed. The book is of interest to computer science engineers, lecturers/researchers in machine intelligence discipline and engineering graduates.
Surgical Robotics
Author: Jacob Rosen
Publisher: Springer Science & Business Media
ISBN: 144191126X
Category : Technology & Engineering
Languages : en
Pages : 827
Book Description
Surgical robotics is a rapidly evolving field. With roots in academic research, surgical robotic systems are now clinically used across a wide spectrum of surgical procedures. Surgical Robotics: Systems Applications and Visions provides a comprehensive view of the field both from the research and clinical perspectives. This volume takes a look at surgical robotics from four different perspectives, addressing vision, systems, engineering development and clinical applications of these technologies. The book also: -Discusses specific surgical applications of robotics that have already been deployed in operating rooms -Covers specific engineering breakthroughs that have occurred in surgical robotics -Details surgical robotic applications in specific disciplines of surgery including orthopedics, urology, cardiac surgery, neurosurgery, ophthalmology, pediatric surgery and general surgery Surgical Robotics: Systems Applications and Visions is an ideal volume for researchers and engineers working in biomedical engineering.
Publisher: Springer Science & Business Media
ISBN: 144191126X
Category : Technology & Engineering
Languages : en
Pages : 827
Book Description
Surgical robotics is a rapidly evolving field. With roots in academic research, surgical robotic systems are now clinically used across a wide spectrum of surgical procedures. Surgical Robotics: Systems Applications and Visions provides a comprehensive view of the field both from the research and clinical perspectives. This volume takes a look at surgical robotics from four different perspectives, addressing vision, systems, engineering development and clinical applications of these technologies. The book also: -Discusses specific surgical applications of robotics that have already been deployed in operating rooms -Covers specific engineering breakthroughs that have occurred in surgical robotics -Details surgical robotic applications in specific disciplines of surgery including orthopedics, urology, cardiac surgery, neurosurgery, ophthalmology, pediatric surgery and general surgery Surgical Robotics: Systems Applications and Visions is an ideal volume for researchers and engineers working in biomedical engineering.
Cloud Computing
Author: Dan C. Marinescu
Publisher: Newnes
ISBN: 012404641X
Category : Computers
Languages : en
Pages : 415
Book Description
Cloud Computing: Theory and Practice provides students and IT professionals with an in-depth analysis of the cloud from the ground up. Beginning with a discussion of parallel computing and architectures and distributed systems, the book turns to contemporary cloud infrastructures, how they are being deployed at leading companies such as Amazon, Google and Apple, and how they can be applied in fields such as healthcare, banking and science. The volume also examines how to successfully deploy a cloud application across the enterprise using virtualization, resource management and the right amount of networking support, including content delivery networks and storage area networks. Developers will find a complete introduction to application development provided on a variety of platforms. - Learn about recent trends in cloud computing in critical areas such as: resource management, security, energy consumption, ethics, and complex systems - Get a detailed hands-on set of practical recipes that help simplify the deployment of a cloud based system for practical use of computing clouds along with an in-depth discussion of several projects - Understand the evolution of cloud computing and why the cloud computing paradigm has a better chance to succeed than previous efforts in large-scale distributed computing
Publisher: Newnes
ISBN: 012404641X
Category : Computers
Languages : en
Pages : 415
Book Description
Cloud Computing: Theory and Practice provides students and IT professionals with an in-depth analysis of the cloud from the ground up. Beginning with a discussion of parallel computing and architectures and distributed systems, the book turns to contemporary cloud infrastructures, how they are being deployed at leading companies such as Amazon, Google and Apple, and how they can be applied in fields such as healthcare, banking and science. The volume also examines how to successfully deploy a cloud application across the enterprise using virtualization, resource management and the right amount of networking support, including content delivery networks and storage area networks. Developers will find a complete introduction to application development provided on a variety of platforms. - Learn about recent trends in cloud computing in critical areas such as: resource management, security, energy consumption, ethics, and complex systems - Get a detailed hands-on set of practical recipes that help simplify the deployment of a cloud based system for practical use of computing clouds along with an in-depth discussion of several projects - Understand the evolution of cloud computing and why the cloud computing paradigm has a better chance to succeed than previous efforts in large-scale distributed computing
Software Engineering for Robotics
Author: Ana Cavalcanti
Publisher: Springer Nature
ISBN: 3030664945
Category : Computers
Languages : en
Pages : 483
Book Description
The topics covered in this book range from modeling and programming languages and environments, via approaches for design and verification, to issues of ethics and regulation. In terms of techniques, there are results on model-based engineering, product lines, mission specification, component-based development, simulation, testing, and proof. Applications range from manufacturing to service robots, to autonomous vehicles, and even robots than evolve in the real world. A final chapter summarizes issues on ethics and regulation based on discussions from a panel of experts. The origin of this book is a two-day event, entitled RoboSoft, that took place in November 2019, in London. Organized with the generous support of the Royal Academy of Engineering and the University of York, UK, RoboSoft brought together more than 100 scientists, engineers and practitioners from all over the world, representing 70 international institutions. The intended readership includes researchers and practitioners with all levels of experience interested in working in the area of robotics, and software engineering more generally. The chapters are all self-contained, include explanations of the core concepts, and finish with a discussion of directions for further work. Chapters 'Towards Autonomous Robot Evolution', 'Composition, Separation of Roles and Model-Driven Approaches as Enabler of a Robotics Software Ecosystem' and 'Verifiable Autonomy and Responsible Robotics' are available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.
Publisher: Springer Nature
ISBN: 3030664945
Category : Computers
Languages : en
Pages : 483
Book Description
The topics covered in this book range from modeling and programming languages and environments, via approaches for design and verification, to issues of ethics and regulation. In terms of techniques, there are results on model-based engineering, product lines, mission specification, component-based development, simulation, testing, and proof. Applications range from manufacturing to service robots, to autonomous vehicles, and even robots than evolve in the real world. A final chapter summarizes issues on ethics and regulation based on discussions from a panel of experts. The origin of this book is a two-day event, entitled RoboSoft, that took place in November 2019, in London. Organized with the generous support of the Royal Academy of Engineering and the University of York, UK, RoboSoft brought together more than 100 scientists, engineers and practitioners from all over the world, representing 70 international institutions. The intended readership includes researchers and practitioners with all levels of experience interested in working in the area of robotics, and software engineering more generally. The chapters are all self-contained, include explanations of the core concepts, and finish with a discussion of directions for further work. Chapters 'Towards Autonomous Robot Evolution', 'Composition, Separation of Roles and Model-Driven Approaches as Enabler of a Robotics Software Ecosystem' and 'Verifiable Autonomy and Responsible Robotics' are available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.
Java Performance
Author: Charlie Hunt
Publisher: Prentice Hall
ISBN: 0137142528
Category : Computers
Languages : en
Pages : 717
Book Description
This is the first one-stop guide to identifying, isolating, and fixing Java performance issues on multicore and multiprocessor platforms.
Publisher: Prentice Hall
ISBN: 0137142528
Category : Computers
Languages : en
Pages : 717
Book Description
This is the first one-stop guide to identifying, isolating, and fixing Java performance issues on multicore and multiprocessor platforms.
Machine Learning with R
Author: Brett Lantz
Publisher: Packt Publishing Ltd
ISBN: 1782162151
Category : Computers
Languages : en
Pages : 587
Book Description
Written as a tutorial to explore and understand the power of R for machine learning. This practical guide that covers all of the need to know topics in a very systematic way. For each machine learning approach, each step in the process is detailed, from preparing the data for analysis to evaluating the results. These steps will build the knowledge you need to apply them to your own data science tasks.Intended for those who want to learn how to use R's machine learning capabilities and gain insight from your data. Perhaps you already know a bit about machine learning, but have never used R; or perhaps you know a little R but are new to machine learning. In either case, this book will get you up and running quickly. It would be helpful to have a bit of familiarity with basic programming concepts, but no prior experience is required.
Publisher: Packt Publishing Ltd
ISBN: 1782162151
Category : Computers
Languages : en
Pages : 587
Book Description
Written as a tutorial to explore and understand the power of R for machine learning. This practical guide that covers all of the need to know topics in a very systematic way. For each machine learning approach, each step in the process is detailed, from preparing the data for analysis to evaluating the results. These steps will build the knowledge you need to apply them to your own data science tasks.Intended for those who want to learn how to use R's machine learning capabilities and gain insight from your data. Perhaps you already know a bit about machine learning, but have never used R; or perhaps you know a little R but are new to machine learning. In either case, this book will get you up and running quickly. It would be helpful to have a bit of familiarity with basic programming concepts, but no prior experience is required.