Browse Results

Showing 32,826 through 32,850 of 54,119 results

C++ Application Development with Code::Blocks

by Biplab Kumar Modak

This is a comprehensive tutorial with step-by-step instructions on how to develop applications with Code::Blocks.This book is for C++ developers who wish to use Code::Blocks to create applications with a consistent look and feel across multiple platforms. This book assumes that you are familiar with the basics of the C++ programming language.

Bioinformatics Programming Using Python: Practical Programming for Biological Data (Animal Guide)

by Mitchell L Model

Powerful, flexible, and easy to use, Python is an ideal language for building software tools and applications for life science research and development. This unique book shows you how to program with Python, using code examples taken directly from bioinformatics. In a short time, you'll be using sophisticated techniques and Python modules that are particularly effective for bioinformatics programming. Bioinformatics Programming Using Python is perfect for anyone involved with bioinformatics -- researchers, support staff, students, and software developers interested in writing bioinformatics applications. You'll find it useful whether you already use Python, write code in another language, or have no programming experience at all. It's an excellent self-instruction tool, as well as a handy reference when facing the challenges of real-life programming tasks. Become familiar with Python's fundamentals, including ways to develop simple applications Learn how to use Python modules for pattern matching, structured text processing, online data retrieval, and database access Discover generalized patterns that cover a large proportion of how Python code is used in bioinformatics Learn how to apply the principles and techniques of object-oriented programming Benefit from the "tips and traps" section in each chapter

Implementing CISCO UCS Solutions - Second Edition

by Anuj Modi

This book is for system, network, and storage administrators who are responsible for Cisco UCS deployments. You need to have basic knowledge of server architecture, network, and storage technologies.

Mobile DevOps: Deliver continuous integration and deployment within your mobile applications

by Jhalak Modi Rohin Tak

This step-by-step guide will teach you to continuously improve your mobile application development processKey Features●Efficiently deliver continuous integration and deployment within all the stages of your application's lifecycle●Learn to implement mobile DevOps with Xamarin and Visual Studio●Deliver high quality and performing mobile applicationsBook DescriptionToday's world is all about perfection, and there are hundreds of applications that are released each day out of which only a few succeed. Making sure that the app looks, performs, and behaves as expected is one of the biggest challenge developers face today.The main goal of this book is to teach developers to implement DevOps to build, test, and deliver. This book will teach you to implement Mobile DevOps at every stage of your application's lifecycle with Visual Studio and Xamarin Mobile Lifecycle solutions. Later, it will also show you how to leverage Mobile Center's continuous integration and automated testing to develop a high-quality applications. Next, you’ll see how to mobilize your on-premises data to the cloud and increase your productivity with code reuse. Finally, you’ll discover how to find and fix bugs beforehand, improving the efficiency of your application while it is being developed.By the end of this book, you will be well-versed with Mobile DevOps techniques, delivering high quality and high performance mobile apps.What you will learn●Become fluent with the basic components of Mobile Devops●Find out how to use code repositories and install Git on an EC2 server and manage users and groups●Set up an Android device for development and install Visual Studio and Xamarin on Windows●Create an Android project and UI for applications●Add permissions to Android Manifest●Write tests with Xamarin. UI and test using test cloud to check it on multiple devices●Monitor and optimize the application using the Android monitoring tool●Debug the mobile application and improve its efficiency Who this book is forIf you are a programmer and developer who wants to increase the efficiency and scalability of your mobile application with the implementation of DevOps, then this book is for you. You need basic experience of the application process development.

Proceedings of International Conference on Communication and Networks

by Nilesh Modi Pramode Verma Bhushan Trivedi

The volume contains 75 papers presented at International Conference on Communication and Networks (COMNET 2015) held during February 19-20, 2016 at Ahmedabad Management Association (AMA), Ahmedabad, India and organized by Computer Society of India (CSI), Ahmedabad Chapter, Division IV and Association of Computing Machinery (ACM), Ahmedabad Chapter. The book aims to provide a forum to researchers to propose theory and technology on the networks and services, share their experience in IT and telecommunications industries and to discuss future management solutions for communication systems, networks and services. It comprises of original contributions from researchers describing their original, unpublished, research contribution. The papers are mainly from 4 areas - Security, Management and Control, Protocol and Deployment, and Applications. The topics covered in the book are newly emerging algorithms, communication systems, network standards, services, and applications.

Azure for Architects: Implementing cloud design, DevOps, containers, IoT, and serverless solutions on your public cloud, 2nd Edition

by Ritesh Modi

Create advanced data and integrated solutions using Azure Event Grid, functions, and containers Key Features Get familiar with the different design patterns available in Microsoft Azure Develop Azure cloud architecture and a pipeline management system Get to know the security best practices for your Azure deployment Book Description Over the years, Azure cloud services have grown quickly, and the number of organizations adopting Azure for their cloud services is also gradually increasing. Leading industry giants are finding that Azure fulfills their extensive cloud requirements. Azure for Architects – Second Edition starts with an extensive introduction to major designing and architectural aspects available with Azure. These design patterns focus on different aspects of the cloud, such as high availability, security, and scalability. Gradually, we move on to other aspects, such as ARM template modular design and deployments. This is the age of microservices and serverless is the preferred implementation mechanism for them. This book covers the entire serverless stack available in Azure including Azure Event Grid, Azure Functions, and Azure Logic Apps. New and advance features like durable functions are discussed at length. A complete integration solution using these serverless technologies is also part of the book. A complete chapter discusses all possible options related to containers in Azure including Azure Kubernetes services, Azure Container Instances and Registry, and Web App for Containers. Data management and integration is an integral part of this book that discusses options for implementing OLTP solutions using Azure SQL, Big Data solutions using Azure Data factory and Data Lake Storage, eventing solutions using stream analytics, and Event Hubs. This book will provide insights into Azure governance features such as tagging, RBAC, cost management, and policies. By the end of this book, you will be able to develop a full-?edged Azure cloud solution that is Enterprise class and future-ready. What you will learn Create an end-to-end integration solution using Azure Serverless Stack Learn Big Data solutions and OLTP–based applications on Azure Understand DevOps implementations using Azure DevOps Architect solutions comprised of multiple resources in Azure Develop modular ARM templates Develop Governance on Azure using locks, RBAC, policies, tags and cost Learn ways to build data solutions on Azure Understand the various options related to containers including Azure Kubernetes Services Who this book is for If you are Cloud Architects, DevOps Engineers, or developers who want to learn key architectural aspects of the Azure Cloud platform, then this book is for you. Prior basic knowledge of the Azure Cloud platform is good to have.

Azure for Architects: Create Secure, Scalable, High-availability Applications On The Cloud, 3rd Edition

by Ritesh Modi

If you are Cloud Architects, DevOps Engineers, or developers who want to learn key architectural aspects of the Azure Cloud platform, then this book is for you. Prior basic knowledge of the Azure Cloud platform is good to have.

Azure Resource Manager Templates Quick Start Guide: Create, deploy, and manage Azure resources with ARM templates using best practices

by Ritesh Modi

Compose and decompose ARM templates and use advanced concepts like looping, conditions, dependencies, PowerShell and Desired State Configuration.Key FeaturesDesign, implement, and unit test ARM templatesDevelop and deploy ARM templates following security best practicesBook DescriptionAzure Resource Manager (ARM) templates are declarations of Azure resources in the JSON format to provision and maintain them using infrastructure as code. This book gives practical solutions and examples for provisioning and managing various Azure services using ARM templates.The book starts with an understanding of infrastructure as code, a refresher on JSON, and then moves on to explain the fundamental concepts of ARM templates. Important concepts like iteration, conditional evaluation, security, usage of expressions, and functions will be covered in detail. You will use linked and nested templates to create modular ARM templates. You will see how to create multiple instances of the same resources, how to nest and link templates, and how to establish dependencies between them. You will also learn about implementing design patterns, secure template design, the unit testing of ARM templates, and adopting best practices.By the end of this book, you will understand the entire life cycle of ARM templates and their testing, and be able to author them for complex deployments.What you will learnUnderstand the foundations of ARM templates including nested and linked templatesDesign, create, and unit test ARM templates using best practicesLearn about conditional deployments, looping, Custom Script Extensions using PowerShell, Bash, and DSCImplement design patterns related to ARM templatesRun post-deployment PowerShell and Desired State Configuration scriptsCreate solutions and deploy them on Azure using ARM templatesWho this book is forThis books is for developers, DevOps engineers, and architects who have experience in Azure.

Deep-Dive Terraform on Azure: Automated Delivery and Deployment of Azure Solutions

by Ritesh Modi

Get started with the foundations of Infrastructure as Code and learn how Terraform can automate the deployment and management of resources on Azure. This book covers all of the software engineering practices related to Terraform and Infrastructure as Code with Azure as a cloud provider.The book starts with an introduction to Infrastructure as Code and covers basic concepts, principles, and tools, followed by an overview of Azure and Terraform that shows you how Terraform can be used to provision and manage Azure resources. You will get started writing multiple Terraform scripts and explore its various concepts. Author Ritesh Modi takes a deep dive into Terraform and teaches you about deployment and multiple resource creation using loops. Writing a reusable script using modules is discussed as well as management and administration of secrets, sensitive data, and passwords within Terraform code. You will learn to store and version Terraform scripts and know how Terraform is used in Azure DevOps pipelines. And you will write unit and integration tests for Terraform and learn its best practices. The book also highlights and walks through the Terraform Azure Provider and shows you a simple way to create a new Terraform provider.After reading this book, you will be able to write quality Terraform scripts that are secure by design, modular, and reusable in Azure.What Will You LearnUnderstand implementation within infrastructure and application deploymentsProvision resources in Azure using TerraformUse unit and integration testingExplore concepts such as local vs remote, importing state, workspaces, and backends Who This Book Is ForSoftware engineers, DevOps professionals, and technology architects

DevOps with Windows Server 2016

by Ritesh Modi

Obtain enterprise agility and continuous delivery by implementing DevOps with Windows Server 2016 About This Book • This practical learning guide will improve your application lifecycle management and help you manage environments efficiently • Showcase through a sample application ways to apply DevOps principles and practices in the real world • Implement DevOps using latest technologies in Windows Server 2016 such as Windows Container, Docker, and Nano Servers Who This Book Is For This book is for .NET developers and system administrators who have a basic knowledge of Windows Server 2016 and are now eager to implement DevOps at work using Windows Server 2016. Knowledge of Powershell, Azure, and containers will help. What You Will Learn • Take a deep dive into the fundamentals, principles, and practices of DevOps • Achieve an end-to-end DevOps implementation • Execute source control management using GITHUB and VSTS vNext • Automate the provisioning and configuration of infrastructure • Build and release pipeline • Measure the success of DevOps through application instrumentation and monitoring In Detail Delivering applications swiftly is one of the major challenges faced in fast-paced business environments. Windows Server 2016 DevOps is the solution to these challenges as it helps organizations to respond faster in order to handle the competitive pressures by replacing error-prone manual tasks using automation. This book is a practical description and implementation of DevOps principles and practices using the features provided by Windows Server 2016 and VSTS vNext. It jumps straight into explaining the relevant tools and technologies needed to implement DevOps principles and practices. It implements all major DevOps practices and principles and takes readers through it from envisioning a project up to operations and further. It uses the latest and upcoming concepts and technologies from Microsoft and open source such as Docker, Windows Container, Nano Server, DSC, Pester, and VSTS vNext. By the end of this book, you will be well aware of the DevOps principles and practices and will have implemented all these principles practically for a sample application using the latest technologies on the Microsoft platform. You will be ready to start implementing DevOps within your project/engagement. Style and approach This practical, learning book is linear and progressive, and every chapters builds on the previous chapters. We focus on the practical skills required to implement DevOps, with a summary of the key concepts only where strictly necessary.

Solidity Programming Essentials: A beginner's guide to build smart contracts for Ethereum and blockchain

by Ritesh Modi

Learn the most powerful and primary programming language for writing smart contracts and find out how to write, deploy, and test smart contracts in Ethereum.Key FeaturesGet you up and running with Solidity Programming language Build Ethereum Smart Contracts with Solidity as your scripting language Learn to test and deploy the smart contract to your private Blockchain Book DescriptionSolidity is a contract-oriented language whose syntax is highly influenced by JavaScript, and is designed to compile code for the Ethereum Virtual Machine. Solidity Programming Essentials will be your guide to understanding Solidity programming to build smart contracts for Ethereum and blockchain from ground-up.We begin with a brief run-through of blockchain, Ethereum, and their most important concepts or components. You will learn how to install all the necessary tools to write, test, and debug Solidity contracts on Ethereum. Then, you will explore the layout of a Solidity source file and work with the different data types. The next set of recipes will help you work with operators, control structures, and data structures while building your smart contracts. We take you through function calls, return types, function modifers, and recipes in object-oriented programming with Solidity. Learn all you can on event logging and exception handling, as well as testing and debugging smart contracts.By the end of this book, you will be able to write, deploy, and test smart contracts in Ethereum. This book will bring forth the essence of writing contracts using Solidity and also help you develop Solidity skills in no time.What you will learnLearn the basics and foundational concepts of Solidity and Ethereum Explore the Solidity language and its uniqueness in depthCreate new accounts and submit transactions to blockchainGet to know the complete language in detail to write smart contractsLearn about major tools to develop and deploy smart contractsWrite defensive code using exception handling and error checkingUnderstand Truffle basics and the debugging processWho this book is forThis book is for anyone who would like to get started with Solidity Programming for developing an Ethereum smart contract. No prior knowledge of EVM is required.

Solidity Programming Essentials: A guide to building smart contracts and tokens using the widely used Solidity language, 2nd Edition

by Ritesh Modi

A comprehensive guide sprinkled with lots of hands-on code samples to get you up and running with Solidity and writing your smart contracts on Blockchain and EthereumKey FeaturesLearn proven smart contract implementation challenges and solve them using SolidityGo deeper into Solidity to write effective upgradable and maintainable smart contracts using best practicesGet to grips with the latest version of Solidity with updated codes and examplesBook DescriptionSolidity is a high-level language for writing smart contracts, and the syntax has large similarities with JavaScript, thereby making it easier for developers to learn, design, compile, and deploy smart contracts on large blockchain ecosystems including Ethereum and Polygon among others. This book guides you in understanding Solidity programming from scratch.The book starts with step-by-step instructions for the installation of multiple tools and private blockchain, along with foundational concepts such as variables, data types, and programming constructs. You'll then explore contracts based on an object-oriented paradigm, including the usage of constructors, interfaces, libraries, and abstract contracts. The following chapters help you get to grips with testing and debugging smart contracts. As you advance, you'll learn about advanced concepts like assembly programming, advanced interfaces, usage of recovery, and error handling using try-catch blocks. You'll also explore multiple design patterns for smart contracts alongside developing secure smart contracts, as well as gain a solid understanding of writing upgradable smart concepts and data modeling. Finally, you'll discover how to create your own ERC20 and NFT tokens from scratch.By the end of this book, you will be able to write, deploy, and test smart contracts in Ethereum.What you will learnWrite efficient, effective, and secure smart contractsCode, compile, and test smart contracts in an object-oriented wayImplement assembly code in SolidityAdopt upgradable and haltable ownership and security design patternsUnderstand exception handling and debugging in SolidityCreate new ERC20 and NFT tokens from the ground upWho this book is forThis Ethereum book is primarily aimed at beginners who want to get started with Solidity Programming for developing an Ethereum smart contract. No prior knowledge of EVM is required, but knowing the basics of any programming language will help you follow along.

Azure for Architects: Create secure, scalable, high-availability applications on the cloud, 3rd Edition

by Ritesh Modi Jack Lee Rithin Skaria

Build and design multiple types of applications that are cross-language, platform, and cost-effective by understanding core Azure principles and foundational concepts Key Features Get familiar with the different design patterns available in Microsoft Azure Develop Azure cloud architecture and a pipeline management system Get to know the security best practices for your Azure deployment Book Description Thanks to its support for high availability, scalability, security, performance, and disaster recovery, Azure has been widely adopted to create and deploy different types of application with ease. Updated for the latest developments, this third edition of Azure for Architects helps you get to grips with the core concepts of designing serverless architecture, including containers, Kubernetes deployments, and big data solutions. You'll learn how to architect solutions such as serverless functions, you'll discover deployment patterns for containers and Kubernetes, and you'll explore large-scale big data processing using Spark and Databricks. As you advance, you'll implement DevOps using Azure DevOps, work with intelligent solutions using Azure Cognitive Services, and integrate security, high availability, and scalability into each solution. Finally, you'll delve into Azure security concepts such as OAuth, OpenConnect, and managed identities. By the end of this book, you'll have gained the confidence to design intelligent Azure solutions based on containers and serverless functions. What you will learn Understand the components of the Azure cloud platform Use cloud design patterns Use enterprise security guidelines for your Azure deployment Design and implement serverless and integration solutions Build efficient data solutions on Azure Understand container services on Azure Who this book is for If you are a cloud architect, DevOps engineer, or a developer looking to learn about the key architectural aspects of the Azure cloud platform, this book is for you. A basic understanding of the Azure cloud platform will help you grasp the concepts covered in this book more effectively.

Learning Path - Deploying Azure Solutions: A Complete Guide To Cloud Development Using Microsoft Azure

by Ritesh Modi Oliver Michalski Jan-Henrik Damaschke Florian Klaffenbach

Deploying Azure Solutions is for IT architects, system and network admins, and DevOps engineers who are aware of Azure solutions and want to implement them for their organization. Prior basic knowledge of the Azure Cloud platform is good to have.

Praxisguide Wissensmanagement

by Wilfried Mödinger Michael Broßmann

Praxisorientierte Anleitung zur nutzbringenden Planung und Umsetzung von Wissensmanagement in Unternehmen. Sie beschreibt Wissensvermittlung mit Hilfe von Printmedien, Computer Based Training (CBT), Web Based Training (WBT), interaktivem Business TV, e-Training und Lernplattformen (Learning-Management-Systeme, LMS). So ermittelt sie den konkreten Beitrag dieser Verfahren in der Wertschöpfungskette von Unternehmen. Das Buch stellt den Return-on-Investment (ROI) des Wissensmanagements mit Hilfe einer dafür entwickelten Score Card dar. Plus: Perspektiven für die Zukunft durch Social Computing und Web 2.0-Anwendungen (Weblog, Wiki etc.).

eLearning und Mobile Learning – Konzept und Drehbuch: Handbuch für Medienautoren und Projektleiter (X.media.press)

by Daniela Modlinger

In dem Praxishandbuch beschreibt die Autorin, wie ein Drehbuch nach lernpsychologischen und didaktischen Kriterien erstellt werden kann. Sie stellt Werkzeuge für das Konzipieren und Schreiben vor und evaluiert sie. Das Buch und die begleitende Website bieten zahlreiche Hilfsmittel: u. a. eine Checkliste zur Prüfung des fertigen Drehbuchs und eine Qualitätssicherungsmaßnahme, die Zeit und Kosten spart. Die Neuauflage wurde durchgehend aktualisiert. Für Projektleiter in Multimediaagenturen, Fachleute in Unternehmen sowie (zukünftige) Drehbuchautoren.

Building Telegram Bots: Develop Bots in 12 Programming Languages using the Telegram Bot API

by Nicolas Modrzyk

Learn about bot programming, using all the latest and greatest programming languages, including Python, Go, and Clojure, so you can feel at ease writing your Telegram bot in a way that suits you.This book shows how you can use bots for just about everything: they connect, they respond, they enhance your job search chances, they do technical research for you, they remind you about your last train, they tell the difference between a horse and a zebra, they can tell jokes, and they can cheer you up in the middle of the night. Bots used to be hard to set up and enhance, but with the help of Building Telegram Bots you’ll see how the Telegram platform is now making bot creation easier than ever. You will begin by writing a simple bot at the start and then gradually build upon it. The simple yet effective Telegram Bot API makes it very easy to develop bots in a number of programming languages. Languages featured in the book include Node.js, Java, Rust, and Elixir. This book encourages you to not only learn the basic process of creating a bot but also lets you spend time exploring its possibilities. By the end of the book you will be able create your own Telegram Bot with the programming language of your choice. What You Will LearnCarry out simple bot design and deployment in various programming languages including Ruby, D, Crystal, Nim, and C++Create engaging bot interactions with your usersAdd payments and media capabilities to your botsMaster programming language abstractionWho This Book Is ForEngineers who want to get things done. People who are curious. Programming beginners. Advanced engineers with little time to do research.

Go Crazy: A Fun Projects-based Approach to Golang Programming

by Nicolas Modrzyk

Go beyond the basics of Go and build complete applications using open-source libraries or the Go programming language by Google. This book will take you deep into the memory lane of the Go language with crunchy details straight from outer space.The applications in this book include the framework for a 2D Go-based game, an image random generator Rest API, financial time series handling for trading, a Kubernetes operator, a Blockchain coding and more. You'll also get refreshers on Go constructs and useful code tricks to build performant projects, and develop an HTTP based cloud ready image generator. Each chapter will be organized in the following format: what the particular application looks like; requirements and user stories of our example program; an introduction to the Go libraries or frameworks used; and the actual implementation of the example program, including common pitfalls and their solutions. Go Crazy will open your eyes to a new world of practical applications for Go. After reading the book, you will be able to apply your Golang knowledge to build your own crazy projects. Free source code will be available on this book's Apress GitHub page. What You'll Learn Compile and inline other programming languages, including GPU coding.Handle Kubernetes clusters via your own operator Write Go to code against Ethereum based block chains. Write intelligent bot code to get you rich and famous. Who This Book Is ForGo programmers both experienced and novice.

Java Image Processing Recipes: With OpenCV and JVM

by Nicolas Modrzyk

Quickly obtain solutions to common Java image processing problems, learn best practices, and understand everything OpenCV has to offer for image processing. You will work with a JVM image wrapper to make it very easy to run image transformation through pipelines and obtain instant visual feedback. This book makes heavy use of the Gorilla environment where code can be executed directly in the browser, and image transformation results can also be visualized directly in the browser.Java Image Processing Recipes includes recipes on more advanced image manipulation techniques, such as image smoothing, cartooning, sketching, and mastering masks to apply changes only to parts of the image. You’ll see how OpenCV features provide instant solutions to problems such as edges detection and shape finding. Finally, the book contains practical recipes dealing with webcams and various video streams, giving you ready-made code with which to do real-time video analysis. What You Will LearnCreate your personal real-time image manipulation environmentManipulate image characteristics with OpenCVWork with the Origami image wrapperApply manipulations to webcams and video streamsWho This Book Is ForDevelopers that want to manipulate images and use other advanced imaging techniques, through code running in the JVM.

Reactive with ClojureScript Recipes

by Nicolas Modrzyk

Use ClojureScript to create powerful serverless Web applications that are responsive and engaging. This book presents Reactive recipes with Reagent, a ClojureScript reactive framework, to create interactive applications. Throughout the book, Reactive with ClojureScript Recipes uses progressively more complex examples and introduces you to a set of powerful tools that target rapid web application development. In the last chapter, you'll use these concepts for an HTML5-based deployment to smart phones. ClojureScript is your functional programming language for the web. ClojureScript looks like a LISP, and compiles to JavaScript, and thus runs nicely run in the browser. What You'll Learn Write simple static web apps with Boot Iintegrate ClojureScript and its libraries Animate content, play with sound and videos Use Reagent, and be Reactive in the browser. Run your Application on a smart phones. Who This Book Is For Clojure developers who want to turn their functional skills to the web and JavaScript advanced developers who want reuse their web skills in a different language

Real-Time IoT Imaging with Deep Neural Networks: Using Java on the Raspberry Pi 4

by Nicolas Modrzyk

This book shows you how to build real-time image processing systems all the way through to house automation. Find out how you can develop a system based on small 32-bit ARM processors that gives you complete control through voice commands.Real-time image processing systems are utilized in a wide variety of applications, such as in traffic monitoring systems, medical image processing, and biometric security systems. In Real-Time IoT Imaging with Deep Neural Networks, you will learn how to make use of the best DNN models to detect object in images using Java and a wrapper for OpenCV. Take a closer look at how Java scripting works on the Raspberry Pi while preparing your Visual Studio code for remote programming. You will also gain insights on image and video scripting. Author Nicolas Modrzyk shows you how to use the Rhasspy voice platform to add a powerful voice assistant and completely run and control your Raspberry Pi from your computer. To get your voice intents for house automation ready, you will explore how Java connects to the MQTT and handles parametrized Rhasspy voice commands. With your voice-controlled system ready for operation, you will be able to perform simple tasks such as detecting cats, people, and coffee pots in your selected environment. Privacy and freedom are essential, so priority is given to using open source software and an on-device voice environment where you have full control of your data and video streams. Your voice commands are your own—and just your own.With recent advancements in the Internet of Things and machine learning, cutting edge image processing systems provide complete process automation. This practical book teaches you to build such a system, giving you complete control with minimal effort.What You Will Learn:Show mastery by creating OpenCV filtersExecute a YOLO DNN model for image detectionApply the best Java scripting on Raspberry Pi 4Prepare your setup for real-time remote programmingUse the Rhasspy voice platform for handling voice commands and enhancing your house automation setupWho This Book Is For:Engineers, and Hobbyists wanting to use their favorite JVM to run Object Detection and Networks on a Raspberry Pi

The Global Silicon Valley Handbook

by Michael Moe

A fun, yet factual guide to thrive not only in Silicon Valley, but in the emerging Global Silicon Valley.Silicon Valley has become synonymous with big ideas, start-ups, and inventing the future. But today, the magic of Silicon Valley has gone viral and global. From Austin to Boston, from Shanghai to Dubai, a Global Silicon Valley is emerging.In THE GLOBAL SILICON VALLEY HANDBOOK, bestselling author, venture capitalist, and global thought leader, Michael Moe, maps out an insider's guide to Silicon Valley and the hottest emerging markets from around the world. The book highlights need-to-knows, including who the top VCs and angel investors are, phrases to avoid in a pitch, or even where to close a deal over dinner or beers. Visually engaging, THE GLOBAL SILICON VALLEY HANDBOOK aspires to inspire the entrepreneur in all of us.

Social Media Intelligence

by Wendy W. Moe David A. Schweidel

In the world of Facebook, Twitter and Yelp, water-cooler conversations with co-workers and backyard small talk with neighbors have moved from the physical world to the digital arena. In this new landscape, organizations ranging from Fortune 500 companies to government agencies to political campaigns continuously monitor online opinions in an effort to guide their actions. Are consumers satisfied with our product? How are our policies perceived? Do voters agree with our platform? Measuring online opinion is more complex than just reading a few posted reviews. Social media is replete with noise and chatter that can contaminate monitoring efforts. By knowing what shapes online opinions, organizations can better uncover the valuable insights hidden in the social media chatter and better inform strategy. This book can help anyone facing the challenge of making sense of social media data to move beyond the current practice of social media monitoring to more comprehensive use of social media intelligence.

Applied Evaluative Informetrics (Qualitative and Quantitative Analysis of Scientific and Scholarly Communication)

by Henk F. Moed

This book focuses on applied evaluative informetric artifacts or topics. It explains the base notions and assumptions of evaluative informetrics by discussing a series of important applications. The structure of the book is therefore not organized by methodological characteristics, but is centered around popular, often discussed or used informetric artifacts - indicators, methodologies, products, databases - or so called hot topics in which informetric indicators play an important role. Most of the artifacts and topics emerged during the past decade. The principal aims of the book is to present a state of the art in applied evaluative informetrics, and to inform the readers about the pros and cons, potentialities and limitations of the use of informetric/bibliometric indicators in research assessment. The book is a continuation of the book Citation Analysis in Research Evaluation (Springer, 2005). It is of interest to non-specialists, especially research students at advanced master level and higher, all those subjected to quantitative research assessment, research managers and other users of applied informetric techniques, and interested scholars from all domains of science and scholarship.

Real World Windows 10 Development

by Edward Moemeka Elizabeth Moemeka

Emphasizing XAML and C#, this book provides readers with all the tools, ideas, and inspiration to begin Windows Universal App development for Windows 10. Real World Windows 10 Development addresses developers who want to break into this market by providing detailed explanations of the various aspects of Universal App development. Written by authors with deep knowledge in Windows 10 universal app development, you will learn how to make the most of the Windows 10 SDK to build applications that can be published on IoT devices, phones, tablets, laptops, desktops, Xbox, HoloLens, and the Surface Hub. Readers will learn how to: Extend the appeal of their native, web-based, or universal apps with media, shell integration, and inter-app communications Build adaptive user interfaces that scale to the screen dimensions they are displayed on Monitize your apps Introduce mapping What if you already have pre-existing software in the form of native win32 applications or a website? Real World Windows 10 Development tackles this by providing detailed tutorials on the approaches used to leverage your existing code investment. Finally, Real World Windows 10 Development provides a step-by-step walk through of the various approaches developers can use to distribute their universal apps. In this book, you'll get: Detailed descriptions of Windows 10 app development Samples emphasizing the use of XAML/C# Adherence to Windows 10 guidelines for successful app acceptance

Refine Search

Showing 32,826 through 32,850 of 54,119 results