72 resultater (0,34431 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Computing with the Raspberry Pi - Brian Schell - Bog - APress - Plusbog.dk

Computing with the Raspberry Pi - Brian Schell - Bog - APress - Plusbog.dk

The Raspberry Pi is about as minimalist as a computer gets, but it has the power to run a full Linux operating system and many great desktop and command line tools as well. Can you push it to operate at the level of a $2,000 computer? This book is here to help you find out. The primary focus of this book is getting as much as possible done with a simple Pi through non-graphic, non-mouse means. This means the keyboard and the text-mode screen. On the desktop side, you''ll look at many of the most powerful GUI apps available, as these offer an easy entry to get started as you learn the command line. You''ll begin by setting up and configuring a Raspberry Pi with the option to run it as a graphical desktop environment or even more economically boot straight to the command line. If you want more performance, more efficiency, and (arguably) less complexity from your Pi that can only be found through the keyboard and command line. You''ll also set up and configure a Raspberry Pi to use command line tools from within either the Raspberry Pi terminal, or by logging in remotely through some other computer. Once in, you''ll look at Package Managers, Tmux, Ranger, and Midnight Commander as general-purpose power tools. The book then gets into specific task-oriented tools for reading email, spreadsheet work, notes, security, web browsing and design, social media, task and video password management, coding, and much more. There are conceptual overviews of Markdown, LaTeX, and Vim for work. What You''ll Learn - Set up a Raspberry Pi system to get real work done using only the command line - Login to a Pi remotely to use it as a remote server - Integrate desktop Linux with command line mastery to optimize a Pi - Work with tools for audio, writing news and weather, books, and graphics. Who This Book Is For Those with minimal technical skills or hobbyists who are interested in "retro computing" or "minimalist" approaches.

DKK 434.00
1

Beginning Modern Unix - Manish Jain - Bog - APress - Plusbog.dk

Hands-on Azure Repos - Pushpa Herath - Bog - APress - Plusbog.dk

Using and Administering Linux: Volume 1 - David Both - Bog - APress - Plusbog.dk

Using and Administering Linux: Volume 1 - David Both - Bog - APress - Plusbog.dk

Learn to be a Linux sysadmin and an expert user of the Linux operating system, even with no previous Linux experience. This second edition of the popular and highly rated Linux self-study training course has been fully updated to Fedora Linux 37 with expanded and revised content and figures as well new chapters on the BTRFS file system, using Zram for swap, NetworkManager, automation with Ansible, and systemd. Like the previous version, this edition has been reviewed for technical accuracy by a highly respected Linux expert and will prepare you to manage complex systems with ease and equip you for a new career. It has also been reviewed by a student who took this course to ensure its readability and flow for those with little or no previous experience with Linux. In this first volume of the training course series, you will learn about operating systems in general and Linux in particular, and explore the Linux philosophy for SysAdmins in preparation for the rest of the course. This book provides you with the tools necessary for mastering user management; installing, updating, and deleting software; and using command line tools to do performance tuning and basic problem determination. You'll begin by creating a virtual network and installing an instance of Fedora – a popular and powerful Linux distribution – on a VirtualBox VM that can be used for all of the experiments on an existing Windows or Linux computer. You’ll then move on to the basics of using the Xfce GUI desktop and the many tools Linux provides for working on the command line including virtual consoles, various terminal emulators, Bash, and other shells. Explore data streams and the Linux tools used to manipulate them, and learn about the Vim text editor, which is indispensable to advanced Linux users and system administrators and be introduced to some other text editors. You’ll also see how to install software updates and new software, learn additional terminal emulators, and some advanced shell skills. Examine the sequence of events that take place as the computer boots and Linux starts up, configure your shell to personalize it in ways that can seriously enhance your command line efficiency, and delve into files and filesystems. What You Will LearnInstall Fedora Linux and basic configuration of the Xfce desktopAccess the root user ID, and the care that must be taken when working as rootUse Bash and other shells in the Linux virtual consoles and terminal emulatorsCreate and modify system configuration files with Use the Vim text editorExplore administrative tools available to root that enable you to manage users, filesystems, processes, and basic network communicationsConfigure the boot and startup sequencesWho This Book Is For Anyone who wants to learn Linux as an advanced user and system administrator at the command line while using the GUI desktop to leverage productivity.

DKK 634.00
1

Beginning Entity Framework Core 5 - Eric Vogel - Bog - APress - Plusbog.dk

Beginning Entity Framework Core 5 - Eric Vogel - Bog - APress - Plusbog.dk

Use the code-driven approach of Entity Framework Core 5 to build a functional web application that accesses a database on the backend server. This book covers the common use cases of Entity Framework that a developer needs to master in order to begin building applications that run against a database. Throughout the book you will be shown how to use Entity Framework Core 5 by implementing a simple ASP.NET Core Razor Pages line-of-business application. This example application will be similar to those you might write yourself and deploy to your users on a web or intranet site via a browser. This book takes a code-first approach in which your database will be created and seeded programmatically. You won''t need to create the database through your database engine''s interface. Instead, you will be shown how to define your data model in Entity Framework, and then let Entity Framework do the work of creating your database and schema for you. From there you will learn how to seed your database with example data, then to implement the common, so-called CRUD operations consisting of creating, retrieving, updating, and deleting rows of data. By the end of the book you will have built a well-designed application that you can use as the basis for future applications that you create in your job. What You Will Learn - Download and install Entity Framework Core 5 - Perform create, read, update, and delete (CRUD) operations - Create and seed a database with example data using Entity Framework Core 5 - Incrementally add new database functionality through Entity Framework Core 5 migrations - Recognize when to take advantage of new features introduced in Entity Framework Core 5 - Deliver line-of-business applications using ASP.NET Core that run in a browser Who This Books Is For Developers who are familiar with C# and the .NET Framework who want to learn database access using Entity Framework Core 5. For developers creating web-based, line-of-business applications who want to create those applications more quickly and efficiently when databases are involved.

DKK 509.00
1

Intermediate C Programming for the PIC Microcontroller - Hubert Henry Ward - Bog - APress - Plusbog.dk

Intermediate C Programming for the PIC Microcontroller - Hubert Henry Ward - Bog - APress - Plusbog.dk

Delve into the exciting world of embedded programming with PIC microcontrollers in C. The key to learning how to program is to understand how the code works - and that is what you''ll learn here. Following C Programming for the PIC Microcontroller , this book continues exploring the coding required to control the PIC microcontroller and can be used as a standalone single reference, or paired with the previous title to enhance your programming skills. You''ll see how to control the position of a servo motor and use the compare aspect of the CCP module to create a square wave with varying frequency. You''ll also work with the capture aspect of the CCP to determine the frequency of a signal inputted to the PIC and use external and internal interrupts. This book breaks down the programs with line-by-line analysis to give you a deep understanding of the code. After reading it you''ll be able to use all three aspects of the Capture, Compare and PWM module; work with different types of interrupts; create useful projects with the 7 segment display; and use the LCD and push button keyboard. What You''ll Learn - Create a small musical keyboard with the PIC - Manage a stepper motor with the PIC - Use the main features of the MPLABX IDE - Interface the PIC to the real world - Design and create useful programs based around the PIC18F4525 Who This Book Is For Engineering students and hobbyist who want to try their hand at embedded programming the PIC micros.

DKK 509.00
1

HTML5 and JavaScript Projects - Jeanine Meyer - Bog - APress - Plusbog.dk

HTML5 and JavaScript Projects - Jeanine Meyer - Bog - APress - Plusbog.dk

Build on your basic knowledge of HTML5 and JavaScript to create substantial HTML5 applications. Through the many interesting projects you can create in this book, you''ll develop HTML5 skills for future projects, and extend the core skills you may have learned with its companion book, The Essential Guide to HTML5 . HTML5 and JavaScript Projects is fully updated as a second edition and covers important programming techniques and HTML, CSS, and JavaScript features to help you build projects with images, animation, video, audio and line drawings. You''ll learn how to build games, quizzes and other interactive projects; incorporate the use of the Google Maps API and localStorage; and address the challenges of Responsive Design and Accessibility. Each project starts out with a description of the example''s operation, often with full-color illustrations. You''ll then review the HTML5 and JavaScript concepts that relate to the project followed by a step-by-step explanation of the programming used. Tables are used to show the relationship of functions and provide comments for each line of code so that you can easily apply the techniques to your own HTML5 projects.​ What You''ll Learn - - Enhance your HTML5 and JavaScript programming skills. - Poduce applications combining Canvas drawings, photos, and videos - - Incorporate Google Maps and geolocation into your projects - - Build applications requiring persistent data, storing the information locally or on a database on the server - Who This Book Is For Developers who have some knowledge of programming and want to build more substantial applications by combining basic features and combining JavaScript with other technologies.

DKK 604.00
1

Webpack for Beginners - Mohamed Bouzid - Bog - APress - Plusbog.dk

Webpack for Beginners - Mohamed Bouzid - Bog - APress - Plusbog.dk

Learn how to use Webpack from installation to configuration without the hassle of complex examples. Webpack has become one of the most popular module bundlers in recent years; it''s widely used by developers, companies, and organizations of all sizes, and many web frameworks use it for the management of their assets. If you are serious about web development these days then you must learn and understand Webpack. You will begin by installing and configuring Webpack, and learn how to write modular code. You''ll then move onto understanding the usage of loaders and plugins with practical use cases, how to make aliases and resolve folders, cache busting, and installing third-party libraries such as jQuery, Bootstrap, QuillJS, and more. By the end of this book you will feel confident and ready to start using Webpack in your projects. Free from complex examples and intended to be as easy-to-follow as possible, this book is ideal for anyone who knows basic HTML, JavaScript, and how to work on the command line. Upgrade your developer skillset using Webpack for Beginners today. What You Will Learn - Install and configure Webpack beyond the default settings - Efficiently work with plugins and loaders - Optimize Webpack for production - Use instant refreshing with the Webpack dev server and hot module replacement - Explore how to install some common JavaScript libraries Who This Book Is For This book is conceived for beginners and newcomers to Webpack, and assumes you have some very basic knowledge in JavaScript, HTML and working on the command line. This step-by-step guide will help you understand and clarify everything you need to know to bundle your JavaScript hassle-free.

DKK 468.00
1

Practical Ansible - Vincent Sesto - Bog - APress - Plusbog.dk

Practical Ansible - Vincent Sesto - Bog - APress - Plusbog.dk

Get ready to go from the basics of using Ansible to becoming proficient at implementing configuration management in your projects. This book begins with the basics of Ansible, providing you with details on how to install and configure your environment while working with different Ansible modules from the command line. Next, it introduces you to working with Ansible tasks and organizing configuration code into playbooks. You''ll then learn how to extend playbooks further, using roles and templates within the configuration code. Author Vincent Sesto then extends your knowledge further by covering custom Ansible modules using Python and Linux shell scripts and demonstrating how you can start to keep your secret values encrypted and secure using Ansible Vault. You''ll also develop Ansible roles with the use of Ansible Galaxy to reuse existing roles that others have created. This updated edition reflects changes added in the latest version of Ansible (2.9). It also includes an expanded chapter on testing Ansible using Molecule and managing large server environments using applications like Ansible Tower. What Will You Learn - Understand what Ansible is and how to install and run your first basic command line commands - Expand your configuration management using Ansible playbooks, roles and templates - Customize your code further using Ansible Vault and third-party roles in Ansible Galaxy. - Work with Ansible in managing cloud infrastructure, specifically in Amazon Web Services - Troubleshoot your Ansible code and use frameworks like Molecule and Testinfra to help test your code changes - Manage large server environments using real-world examples and extend your configurations using an application like Ansible Tower Who This Book Is For Systems Engineers, Developers, DevOps Engineers and Software Administrators. 1)

DKK 391.00
1

Advanced Perl Programming - William "bo" Rothwell - Bog - APress - Plusbog.dk

Advanced Perl Programming - William "bo" Rothwell - Bog - APress - Plusbog.dk

William "Bo" Rothwell''s Advanced Perl Programming continues where his previous book left off, more or less, as it guides you through advanced techniques of the Perl programming language starting with command-line options, references, and arrays and hashes from advanced data types. Next, you''ll learn about typeglobs for symbolic entries. Additionally, you''ll see advanced subroutine handling, then packages and namespaces. Furthermore, you''ll build advanced modules and install CPAN modules. Unlike Java and C++, modules have been around in Perl for a long time now. Along the way, you''ll learn and use POD mark up language for Perl documentation. Moreover, you''ll get a survey of the many advanced features and data structures of the current Perl programming language. You''ll also get a survey of the new features of the latest Perl 5.x release. After reading and using this book, you''ll have the tools, techniques, and source code to be an expert Perl programmer. What You Will Learn - Carry out command-line parsing and extract scripts - Create references; return values from a reference; work with the ref Function and strict refs - Work with advanced Perl data types using arrays, hashes, and hash of hashes - Use Typeglobs for symbol table entries - Build modules and install CPAN modules - Write documentation for Perl using POD - Work with the newest features in Perl, including the smartmatch operator, yada yada, automated regex modifiers, the CORE namespace and more Who This Book Is For Those with experience with Perl or who have read Rothwell''s prior books, Beginning Perl Programming and Pro Perl Programming .

DKK 509.00
1

Kubernetes - Philippe Martin - Bog - APress - Plusbog.dk

Kubernetes - Philippe Martin - Bog - APress - Plusbog.dk

Master all the concepts and tools necessary to start administering a Kubernetes cluster and deploying applications to production. You will cover the entire curricula of the two Kubernetes certifications (for application developers and administrators). The initial chapters guide you through deployment of a Kubernetes cluster on virtual machines and explore the different components of the control plane. Next, you will work with the kubectl command-line tool; namespaces, labels, selectors, and annotations-common resources used through the Kubernetes API. The following chapters describe the principle of controllers and detail how workload controllers work as well as the possibilities for configuring deployed applications. You will also learn how to deploy a scalable and self-healing application, how pods are scheduled to nodes, how parts of the application can communicate, and how the application is discoverable from the outside. Next, you will cover security concerns describing the different authentication methods, the RBAC authorization mode, security contexts, network policies, and how to secure container images. You will also cover using persistent volumes for your containers to store long-term data, monitoring your clusters and applications and implementing design patterns for multi-container pods. The concluding chapters guide you through the upgrade of your deployed cluster. After reading this book, you will have enough knowledge to deploy a complex application using a Kubernetes cluster and be ready for the certification exams. What You Will Learn - Deploy a Kubernetes cluster with kubeadm and learn how the control plane works - Discover how the Kubernetes API is structured - Deploy secure, auto-scaled, and self-healing applications - Master the kubectl command-line tool Who This Book Is For Administrators and application developers with good knowledge of micro-services development and deployment.

DKK 468.00
1

Learn Data Science Using SAS Studio - Engy Fouda - Bog - APress - Plusbog.dk

Learn Data Science Using SAS Studio - Engy Fouda - Bog - APress - Plusbog.dk

Do you want to create data analysis reports without writing a line of code? This book introduces SAS Studio, a free data science web browser-based product for educational and non-commercial purposes. The power of SAS Studio comes from its visual point-and-click user interface that generates SAS code. It is easier to learn SAS Studio than to learn R and Python to accomplish data cleaning, statistics, and visualization tasks. The book includes a case study about analyzing the data required for predicting the results of presidential elections in the state of Maine for 2016 and 2020. In addition to the presidential elections, the book provides real-life examples including analyzing stocks, oil and gold prices, crime, marketing, and healthcare. You will see data science in action and how easy it is to perform complicated tasks and visualizations in SAS Studio. You will learn, step-by-step, how to do visualizations, including maps. In most cases, you will not need a line of code as you work with the SAS Studio graphical user interface. The book includes explanations of the code that SAS Studio generates automatically. You will learn how to edit this code to perform more complicated advanced tasks. The book introduces you to multiple SAS products such as SAS Viya, SAS Analytics, and SAS Visual Statistics. What You Will Learn - Become familiar with SAS Studio IDE - Understand essential visualizations - Know the fundamental statistical analysis required in most data science and analytics reports - Clean the most common data set problems - Use linear progression for data prediction - Write programs in SAS - Get introduced to SAS-Viya, which is more potent than SAS studio Who This Book Is For A general audience of people who are new to data science, students, and data analysts and scientists who are experienced but new to SAS. No programming or in-depth statistics knowledge is needed.

DKK 476.00
1

The Advanced Game Developer's Toolkit - Rex Van Der Spuy - Bog - APress - Plusbog.dk

The Advanced Game Developer's Toolkit - Rex Van Der Spuy - Bog - APress - Plusbog.dk

Master the most important skills and techniques you need to know for professional HTML5 and JavaScript 2D game development. This book delves into many of the great classic techniques of video game design. You''ll discover how to develop games and game levels using Tiled Editor, how to implement tile-based collision, how to design advanced pathfinding and enemy AI systems, the fundamentals of broad-phase collision, and how to make isometric games. All the techniques and supporting code are explained in an easy-to-understand manner and written in a general way so that they can be applied to any game engine or technology that you''re comfortable using. You''ll find detailed working examples, with dozens of illustrations and many concepts you can freely apply to your own projects. All the math and programming techniques are elaborately explained and examples are open-ended to encourage you to think of original ways to use these techniques in your own games. You can use what you learn in this book as the basis for making games for desktops, mobile phones, tablets, or the Web. The Advanced Game Developer''s Toolkit is a great next step if you already have some JavaScript game-making- experience, or a great continuation if you''ve already read Advanced Game Design with HTML5 and JavaScript by the same author. What You''ll Learn - Work with advanced tile-based design techniques for puzzle, platform and maze games - Use Tiled Editor to build game worlds - - Build path-finding and AI systems using Line of Sight and A* (A-Star) - - Make isometric games - - Manage complexity to build games of any size that scale seamlessly - Who This Book Is For Video game developers with some experience who want to learn the essential techniques they need to know to take their skills to the next level and for readers who want to understand and fine-tune every line of code they write, without resorting to quick fixes.

DKK 509.00
1

Financial Cybersecurity Risk Management - Jennifer L. Bayuk - Bog - APress - Plusbog.dk

Financial Cybersecurity Risk Management - Jennifer L. Bayuk - Bog - APress - Plusbog.dk

Understand critical cybersecurity and risk perspectives, insights, and tools for the leaders of complex financial systems and markets. This book offers guidance for decision makers and helps establish a framework for communication between cyber leaders and front-line professionals. Information is provided to help in the analysis of cyber challenges and choosing between risk treatment options. Financial cybersecurity is a complex, systemic risk challenge that includes technological and operational elements. The interconnectedness of financial systems and markets creates dynamic, high-risk environments where organizational security is greatly impacted by the level of security effectiveness of partners, counterparties, and other external organizations. The result is a high-risk environment with a growing need for cooperation between enterprises that are otherwise direct competitors. There is a new normal of continuous attack pressures that produce unprecedented enterprise threats that must be met with an array of countermeasures. Financial Cybersecurity Risk Management explores a range of cybersecurity topics impacting financial enterprises. This includes the threat and vulnerability landscape confronting the financial sector, risk assessment practices and methodologies, and cybersecurity data analytics. Governance perspectives, including executive and board considerations, are analyzed as are the appropriate control measures and executive risk reporting. What You''ll Learn - Analyze the threat and vulnerability landscape confronting the financial sector - Implement effective technology risk assessment practices and methodologies - Craft strategies to treat observed risks in financial systems - Improve the effectiveness of enterprise cybersecurity capabilities - Evaluate critical aspects of cybersecurity governance, including executive and board oversight - Identify significant cybersecurity operational challenges - Consider the impact of the cybersecurity mission across the enterprise - Leverage cybersecurity regulatory and industry standards to help manage financial services risks - Use cybersecurity scenarios to measure systemic risks in financial systems environments - Apply key experiences from actual cybersecurity events to develop more robust cybersecurity architectures Who This Book Is For Decision makers, cyber leaders, and front-line professionals, including: chief risk officers, operational risk officers, chief information security officers, chief security officers, chief information officers, enterprise risk managers, cybersecurity operations directors, technology and cybersecurity risk analysts, cybersecurity architects and engineers, and compliance officers

DKK 476.00
1

Managing AI in the Enterprise - Klaus Haller - Bog - APress - Plusbog.dk

Managing AI in the Enterprise - Klaus Haller - Bog - APress - Plusbog.dk

Delivering AI projects and building an AI organization are two big challenges for enterprises. They determine whether companies succeed or fail in establishing AI and integrating AI into their digital transformation. This book addresses both challenges by bringing together organizational and service design concepts, project management, and testing and quality assurance. It covers crucial, often-overlooked topics such as MLOps, IT risk, security and compliance, and AI ethics. In particular, the book shows how to shape AI projects and the capabilities of an AI line organization in an enterprise. It elaborates critical deliverables and milestones, helping you turn your vision into a corporate reality by efficiently managing and setting goals for data scientists, data engineers, and other IT specialists. For those new to AI or AI in an enterprise setting you will find this book a systematic introduction to the field. You will get the necessary know-how to collaborate with and lead AI specialists and guide them to success. Time-pressured readers will benefit from self-contained sections explaining key topics and providing illustrations for fostering discussions in their next team, project, or management meeting. Reading this book helps you to better sell the business benefits from your AI initiatives and build your skills around scoping and delivering AI projects. You will be better able to work through critical aspects such as quality assurance, security, and ethics when building AI solutions in your organization. What You Will LearnClarify the benefits of your AI initiatives and sell them to senior managersScope and manage AI projects in your organizationSet up quality assurance and testing for AI models and their integration in complex software solutionsShape and manage an AI delivery organization, thereby mastering ML Ops Understand and formulate requirements for the underlying data management infrastructureHandle AI-related IT security, compliance, and risk topics and understand relevant AI ethics aspects Who This Book Is ForExperienced IT managers managing data scientists or who want to get involved in managing AI projects, data scientists and other tech professionals who want to progress toward taking on leadership roles in their organization’s AI initiatives and who aim to structure AI projects and AI organizations, any line manager and project manager involved in AI projects or in collaborating with AI teams

DKK 391.00
1

Swift 4 Recipes - Yanis Zafiropulos - Bog - APress - Plusbog.dk

Beginning Ubuntu for Windows and Mac Users - Nathan Haines - Bog - APress - Plusbog.dk

Beginning Ubuntu for Windows and Mac Users - Nathan Haines - Bog - APress - Plusbog.dk

Completely updated for this exciting third edition, Beginning Ubuntu for Windows and Mac Users will help you start your journey into Free and Open Source Software with Ubuntu 22.04.1 LTS with GNOME 42. This book is a friendly guide to installing and running Ubuntu for people who are already efficient and happy with Windows or macOS computers. It teachers new Ubuntu users how to navigate their new operating system, perform basic tasks and suggests specific applications to handle routine tasks. You''ll start by installing Ubuntu and its related "flavors" (Kubuntu, Ubuntu MATE, etc.) and how they differ from each other. The rest of the book breaks down application suggestions by broad categories to fill in gaps in the default installed system, or suggest fun things that the reader might not have even thought of. The command line is handled after you are comfortable with the system and ready for something interesting but different. It''s presented as a powerful interface that can either be approached casually as a unique method of interacting with the computer, as an occasional tool to use, or as a fun way to get in touch with an early way of using a computer. A brief look at "power user" topics gives advice on managing running processes, installing alternate desktop software, using virtual desktops and creating virtual machines. It''s a great way to round off the book with starting points for advanced topics that are more specialty topics. An appendix describes the Ubuntu release schedule, naming, and timing. The book is designed to function as a "travel guide" to Ubuntu, offering both a scenic tour through some of the great software in Ubuntu in a practical "here''s what you can do with this" style as well as a comprehensive reference guide that the reader can return to over and over to learn how to accomplish specific tasks. What You''ll Learn - Understand the advantages of Ubuntu and its variants-Kubuntu and Xubuntu - Install Ubuntu on its own or alongside your computer''s existing operating system - Search Ubuntu''s catalog of thousands of applications - Work with files and disks that were created with Windows and OS X - Run simple, interesting tasks and games using the command line - Customize Ubuntu in powerful ways and get work done with virtual machines Who This Book Is For Beginning to intermediate computer users with Windows 7 or OS X or later experience

DKK 509.00
1

Certified OpenStack Administrator Study Guide - Andrey Markelov - Bog - APress - Plusbog.dk

Learn RPGs in GameMaker: Studio - Ben Tyers - Bog - APress - Plusbog.dk

DevOps in Python - Moshe Zadka - Bog - APress - Plusbog.dk

Implementing SAP S/4HANA - Sanket Kulkarni - Bog - APress - Plusbog.dk

Raspbian OS Programming with the Raspberry Pi - Agus Kurniawan - Bog - APress - Plusbog.dk

Introducing Microsoft Flow - Vijai Anand Ramalingam - Bog - APress - Plusbog.dk

Accelerating Unity Through Automation - Simon Jackson - Bog - APress - Plusbog.dk

Robot Building for Beginners, Third Edition - David Cook - Bog - APress - Plusbog.dk