Browse Results

Showing 18,001 through 18,025 of 54,318 results

Google App Engine Java and GWT Application Development

by Daniel Guermeur Amy Unruh

This is a practical guide with a step-by-step approach that builds an application in stages. Each stage of the application is used along with screenshots to introduce or develop your understanding of how to write powerful GAE applications.If you are a developer with prior programming experience of Java development and object-oriented programming and want to understand the key concepts of how to build AJAX web applications with Java, then this book is for you. The book assumes some previous exposure to the basics of using GWT, for example at the level of Google's online introductory GWT tutorials. You don't need to know anything about Google App Engine. This book will teach you everything you need.

@policía: las historias de un éxito

by Carlos Fernández Guerra

Descubre el perfil de la Policía Nacional en Twitter, la cuenta oficial de seguridad más seguida del mundo. Gracias a su originalidad y sentido del humor, el Twitter de la Policía española ya cuenta con más de 1.000.000 de seguidores. Un millón de historias en una sola, una demostración del nuevo papel que tienen las instituciones y los ciudadanos en el siglo XXI. Con @policia, descubre una Policía comunicadora, revolucionaria y muy eficaz que busca que el ciudadano la conozca y participe de sus éxitos. Entérate de los retos, las campañas, las mejores anécdotas y los logros que se han llevado a cabo gracias a la ciudadanía usando la cuenta de @policia. Conoce a los héroes y villanos de Internet y las conmovedoras historias de cómo la sociedad actúa en situaciones límite ante la llamada de auxilio de @policia. Mira qué hay tras las bambalinas: un equipo de personas con sus fakes, sus historias, sus aspiraciones y muchas ganas de tuitear.Por su lenguaje cercano, orientado a impactar y simpatizar con el ciudadano, así como su visión crítica y humorística de la actualidad, es ya el modelo a seguir para otras muchas instituciones y entidades privadas de todos los ámbitos, que han optado también por este tono informal de comunicación en las redes. Se partícipe de los grandes aciertos y también de los polémicos errores o fakes de esta cuenta. Desde la exitosa petición de donantes de sangre para el accidente de tren de Santiago de 2013 hasta la puesta en marcha de nuevas formas de colaboración ciudadana como la #Tweetredada, con la que se ha conseguido atrapar a cientos de traficantes de droga en nuestro país. Todo esto aderezado con las pequeñas «cagadas», los momentos de tensión y los tuits más torpes de @policia. En este libro no solo encontrarás el relato del éxito de @policia, sino todas las historias humanas que lo han hecho posible. Un millón de historias en una sola, una demostración del nuevo papel que tienen las instituciones y los ciudadanos en el siglo XXI.

Graph Transformation: 12th International Conference, ICGT 2019, Held as Part of STAF 2019, Eindhoven, The Netherlands, July 15–16, 2019, Proceedings (Lecture Notes in Computer Science #11629)

by Esther Guerra Fernando Orejas

This book constitutes the refereed proceedings of the 12th International Conference on Graph Transformation, ICGT 2019, held as part of STAF 2019, in Eindhoven, The Netherlands, in July2019. The 12 research papers and 1 tool paper presented in this book were carefully reviewed and selected from 22 submissions. The papers deal with the following topics: Theory, Analysis and Verification, Tools and Applications, and Transformation Rules Construction and Matching.

Semantic Search over the Web

by Francesco Guerra Roberto De Virgilio Yannis Velegrakis

The Web has become the world's largest database, with search being the main tool that allows organizations and individuals to exploit its huge amount of information. Search on the Web has been traditionally based on textual and structural similarities, ignoring to a large degree the semantic dimension, i.e., understanding the meaning of the query and of the document content. Combining search and semantics gives birth to the idea of semantic search. Traditional search engines have already advertised some semantic dimensions. Some of them, for instance, can enhance their generated result sets with documents that are semantically related to the query terms even though they may not include these terms. Nevertheless, the exploitation of the semantic search has not yet reached its full potential. In this book, Roberto De Virgilio, Francesco Guerra and Yannis Velegrakis present an extensive overview of the work done in Semantic Search and other related areas. They explore different technologies and solutions in depth, making their collection a valuable and stimulating reading for both academic and industrial researchers. The book is divided into three parts. The first introduces the readers to the basic notions of the Web of Data. It describes the different kinds of data that exist, their topology, and their storing and indexing techniques. The second part is dedicated to Web Search. It presents different types of search, like the exploratory or the path-oriented, alongside methods for their efficient and effective implementation. Other related topics included in this part are the use of uncertainty in query answering, the exploitation of ontologies, and the use of semantics in mashup design and operation. The focus of the third part is on linked data, and more specifically, on applying ideas originating in recommender systems on linked data management, and on techniques for the efficiently querying answering on linked data.

Robust Machine Learning: Distributed Methods for Safe AI (Machine Learning: Foundations, Methodologies, and Applications)

by Rachid Guerraoui Nirupam Gupta Rafael Pinot

Today, machine learning algorithms are often distributed across multiple machines to leverage more computing power and more data. However, the use of a distributed framework entails a variety of security threats. In particular, some of the machines may misbehave and jeopardize the learning procedure. This could, for example, result from hardware and software bugs, data poisoning or a malicious player controlling a subset of the machines. This book explains in simple terms what it means for a distributed machine learning scheme to be robust to these threats, and how to build provably robust machine learning algorithms. Studying the robustness of machine learning algorithms is a necessity given the ubiquity of these algorithms in both the private and public sectors. Accordingly, over the past few years, we have witnessed a rapid growth in the number of articles published on the robustness of distributed machine learning algorithms. We believe it is time to provide a clear foundation to this emerging and dynamic field. By gathering the existing knowledge and democratizing the concept of robustness, the book provides the basis for a new generation of reliable and safe machine learning schemes. In addition to introducing the problem of robustness in modern machine learning algorithms, the book will equip readers with essential skills for designing distributed learning algorithms with enhanced robustness. Moreover, the book provides a foundation for future research in this area.

Custom Fiori Applications in SAP HANA: Design, Develop, and Deploy Fiori Applications for the Enterprise

by Sergio Guerrero

Get started building custom Fiori applications for your enterprise. This book teaches you how to design, build, and deploy enterprise-ready, custom Fiori applications in SAP HANA. Tips and tricks collected from projects using Fiori applications (built consuming OData models and REST APIs) and integrating third-party JS libraries are presented. Also included are examples using Fiori templates from different tools such as the SAP Web IDE and the new Visual Studio Code extensions. This book explains the 5 design principles that all Fiori applications are built upon: Role-based, Responsive, Coherent, Simple, and Delightful. The book expands on consuming OData services and REST APIs internal and external to SAP HANA. The Fiori application exercise demonstrates the use of the MVC pattern, JavaScript modularization, reuse of SAP UI5 controls, debugging, and the tools required for a complete scenario. The book closes with an exercise showcasing a finished single page application with multiple views and layouts, navigation between the views, and deployment of the application to AWS. This book is simple enough for entry-level developers getting started in web frameworks but also highlights integration points from the data models being consumed from the application, and shows how the application communicates with back-end services, resulting in a complete front-end custom Fiori application.What You Will LearnKnow the 5 Fiori design principlesUnderstand how to consume OData and REST API modelsApply the MVC pattern using XML views and the SAP UI5 controls along with controller behavior in JavaScriptDebug and deploy the applicationWho This Book is ForWeb developers and application leads who have some experience in JavaScript frameworks and web development and understand web protocol communication

Microservices in SAP HANA XSA: A Guide to REST APIs Using Node.js

by Sergio Guerrero

Build enterprise-grade microservices in the SAP HANA Advanced Model (XSA). This book explains building scalable APIs in XSA and the benefits of building microservices with SAP HANA XSA.This book covers the cloud foundry (CF) architecture and how SAP HANA XSA follows the model. It begins with the details of the different architectural layers of applications hosted in XSA (specifically, microservices). Everything you need to know is presented, including analyzing requests, modularization, database ingestion, building JSON responses, and scaling your microservices. You will learn to use developmental tools such as the SAP WEB IDE, POSTMAN, and the SAP HANA Cockpit for XSA, including debugging examples on SAP HANA XSA with code snippets showing how microservices can be developed, debugged, scaled, and deployed on SAP HANA XSA. Microservices are divided into security and authentication, request handling, modularization of Node.js, and interaction with the SAP HANA database containers and response formatting. An end-to-end scenario is presented of a Node.js REST API that uses HTTP methods, concluding with deploying an SAP HANA XSA project to a production environment. This book is simple enough to help you implement a Node.js module in order to understand the development of microservices, and complex enough for architects to design their next business-ready solution integrating UAA security, application modularization, and an end-to-end REST API on SAP HANA XSA.What You Will LearnKnow the definition and architecture of cloud foundry and its application on SAP HANA XSAUnderstand REST principles and different HTTP methodsExplore microservices (Node.js) developmentDatabase interaction from Node (executing SQL statements and stored procedures)Who This Book Is ForArchitects designing business-ready solutions that integrate UAA security, application modularization, and an end-to-end REST API on SAP HANA XSA

Security and its Challenges in the 21st Century

by Claudine Guerrier

By the year 2000, a balance was sought between security requirements and a respect for privacy, as well as for individual and collective freedoms. As we progress further into the 21st century, however, security is taking precedence within an increasingly controlled society.This shift is due to advances in innovative technologies and the investments made by commercial companies to drive constant technological progress. Despite the implementation of the General Data Protection Regulation (GDPR) within the EU in 2018 or 2020’s California Consumer Privacy Act (CCPA), regulatory bodies do not have the ability to fully manage the consequences presented by emerging technologies. Security and Its Challenges in the 21st Century provides students and researchers with an international legal and geopolitical analysis; it is also intended for those interested in societal development, artificial intelligence, smart cities and quantum cryptology.

Hands-On Systems Programming with Go: Build modern and concurrent applications for Unix and Linux systems using Golang

by Alex Guerrieri

If you are a developer who has intermediate knowledge of Go but little to no knowledge of UNIX and Linux system programming and want to learn and master system programming with Go, this book is for you.

Management of Cyber Physical Objects in the Future Internet of Things

by Antonio Guerrieri Valeria Loscri Anna Rovella Giancarlo Fortino

This book focuses on newmethods, architectures, and applications for the management of Cyber PhysicalObjects (CPOs) in the context of the Internet of Things (IoT). It covers a wide range of topics relatedto CPOs, such as resource management, hardware platforms, communication andcontrol, and control and estimation over networks. It also discussesdecentralized, distributed, and cooperative optimization as well as effectivediscovery, management, and querying of CPOs. Other chapters outline theapplications of control, real-time aspects, and software for CPOs and introducereaders to agent-oriented CPOs, communication support for CPOs, real-world deploymentof CPOs, and CPOs in Complex Systems. There is a focus on the importance ofapplication of IoT technologies for Smart Cities.

The Art of Horizon Forbidden West

by Guerrilla Games

A dynamic full-color hardcover featuring concept art and creator commentary chronicling the development of the next adventure in the epic Horizon saga.When a mysterious red blight threatens to strangle all life, the heroic young Aloy must tackle new dangers in the mysterious frontier of the Forbidden West in order to save her world. The highly anticipated sequel to Horizon Zero Dawn has finally arrived, and with it, all new vibrant landscapes, jaw-dropping machines, and thrilling secrets to discover. Follow Aloy on her next adventure with this beautiful chronicle created by Dark Horse Books in association with Guerrilla Games! The Art of Horizon Forbidden West uncovers the mysteries of a lost world with all new behind-the-scenes artwork and intimate developer commentary. Relive the unforgettable tale.

SOFSEM 2021: 47th International Conference on Current Trends in Theory and Practice of Computer Science, SOFSEM 2021, Bolzano-Bozen, Italy, January 25–29, 2021, Proceedings (Lecture Notes in Computer Science #12607)

by Giovanna Guerrini Riccardo Dondi Johann Gamper Claus Pahl Florian Sikora Tomáš Bureš Tomasz Jurdziński Prudence W. H. Wong

This book contains the invited and contributed papers selected for presentation at SOFSEM 2021, the 47th International Conference on Current Trends in Theory and Practice of Computer Science, which was held online during January 25–28, 2021, hosted by the Free University of Bozen-Bolzano, Italy.The 33 full and 7 short papers included in the volume were carefully reviewed and selected from 100 submissions. They were organized in topical sections on: foundations of computer science; foundations of software engineering; foundations of data science and engineering; and foundations of algorithmic computational biology. The book also contains 5 invited papers.

War Games (SideStreets)

by Jacqueline Guest

Ryan Taber's father is about to deploy for his first tour of duty with the Canadian army in Afghanistan. Ryan lives his days on an army base in Alberta, and spends his evenings at the CyberKnights cafe, playing his favourite video game, Desert Death. At CyberKnights, Ryan meets the Desert Death ultimate champion and becomes entangled in a world of danger and deceit that begins to resemble the very real circumstances his father is facing overseas.

Microsoft® .NET and J2EE Interoperability Toolkit

by Simon Guest

Discover how to build applications that run on both the Microsoft .NET Framework and Java 2 Enterprise Edition (J2EE)--and extend your customer reach and system shelf life. Whether your background is in .NET or J2EE, you'll learn to implement many of the interoperability technologies available today, including Microsoft, Sun, and third-party compatibility tools. Interoperability expert Simon Guest takes a balanced look at the pros and cons of each cross-platform technology presented, including best practices, workarounds, and examples of interoperability solutions in action. You also get interoperability software on CD--plus a wealth of code you can use in your own solutions. Discover how to: Use .NET Remoting to enable interplatform connectivity Write interoperable Web service solutions that show interoperability in a production environment, handle exceptions, and use UDDI Employ Microsoft SQL Server 2000 to create a shared database between .NET and J2EE Enable cross-platform asynchronous calling with Microsoft Message Queuing (MSMQ) and WebSphere MQ from IBM Implement a bridge between .NET and J2EE queues using Microsoft Host Information Server and Microsoft BizTalk Server Deliver a consistent user interface across platforms through shared session state and shared authentication Build complex interoperability solutions using Web services specifications for security, binary data exchange, and routing Get code samples and software on CD CD features: The Mind Electric (TME) GLUE Web Services Ja.NET bridging software from Intrinsyc Sample interoperability code from Microsoft A Note Regarding the CD or DVD The print version of this book ships with a CD or DVD. For those customers purchasing one of the digital formats in which this book is available, we are pleased to offer the CD/DVD content as a free download via O'Reilly Media's Digital Distribution services. To download this content, please visit O'Reilly's web site, search for the title of this book to find its catalog page, and click on the link below the cover image (Examples, Companion Content, or Practice Files). Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to booktech@oreilly.com.

Second Lives: A Journey Through Virtual Worlds

by Tim Guest

We've always dreamed of perfect places: Eden, heaven, Oz Â- places over the rainbow, beyond death and loss. Now, through computer technology, we can inhabit those worlds together. Each week, between 35 and 50 million people worldwide abandon reality for virtual worlds. In Boston, Massachusetts, a group of nine disabled men and women inhabit one virtual body, which frees them from their lifelong struggle to be seen and heard. The Pentagon has begun to develop virtual worlds to help in real-world battles. In Korea, where one particular game has 8 million residents, virtual violence has spread into the real world. Fortunes have been made, and mafia gangs have emerged to muscle in on the profits. In these new computer-generated places, which at first glance seem free from trouble and sorrow, you can create a new self. With the click of a mouse you can select eye colour, face shape, height, even wings. You can build houses, make and sell works of art, earn real money, get married and divorced. On websites like eBay, people sell virtual clothes and rent virtual property for real cash - for a total of £400 million worth each year. Tim Guest takes us on a revelatory journey through the electronic looking-glass, as he investigates one of the most bizarre phenomena of the 21st century.

Modeling and Animation Using Blender: Blender 2.80: The Rise of Eevee

by Ezra Thess Guevarra

Discover the 3D-modeling and animation power of Blender 3D. This book starts with a brief introduction to Blender 3D including installation and the user interface. The following two chapters then introduce you to the upgraded tools in Blender 2.80 for 3D modeling, texturing, shading, and animation. The last chapter discusses the Blender game engine and all its core features. Along the way you’ll see why Blender 3D has proved its competency in UV unwrapping, texturing, raster graphic editing, rigging, sculpting, animating, motion graphics, and video editing through the years. Modeling and Animation Using Blender gives a thorough tour of Blender Eevee, covering its new features and how to make best use of them. After reading this book you will have the confidence to choose Blender for your next project. What You Will Learn Master the features of Blender EeveeWork with modeling, animation, and much more using the updated softwareUnderstand important concepts such as physics and particles Who This Book Is For Art enthusiasts and professionals who want to learn Blender 3D. Blender 3D professionals who want to learn about the latest version would find the book useful.

Brain–Computer Interface Research: A State-of-the-Art Summary 8 (SpringerBriefs in Electrical and Computer Engineering #6)

by Christoph Guger Brendan Z. Allison Kai Miller

The Annual BCI Research Awards are international prizes that recognize the top new projects in brain-computer interface (BCI) research. This book contains summaries of the key projects from the 2018 BCI Research Award. Each article is authored by the group of researchers who developed the project, and articles have been updated with new progress achieved since 2018. They are complemented by an introduction by the editors together with a chapter of highlights and interviews with the 2018 award winners. One of the prominent trends in recent years has been the development of BCIs for new patient groups; many chapters in this book present emerging and novel research directions likely to become more prevalent in the near future.

Brain-Computer Interface Research: A State-of-the-Art Summary 7 (SpringerBriefs in Electrical and Computer Engineering #6)

by Christoph Guger Natalie Mrachacz-Kersting Brendan Z. Allison

Each year, the Annual BCI Research Award recognizes the top new projects in brain-computer interface (BCI) research. This book contains summaries of these projects from the 2017 BCI Research Award. Each chapter is written by the group that submitted the BCI project that was nominated, and introduction and discussion chapters provide supporting information and explore trends that are reflected in the annual awards each year. One of the prominent trends in recent years has been BCIs for new patient groups, and many chapters in this book present emerging research directions that might become more prevalent in the near future.

ServiceNow IT Operations Management

by Ajay Guggilla

The book is aimed at System administrators, IT operations and IT managers who plan to implement ServiceNow IT Operations Management for their organization. They have no knowledge of ServiceNow ITOM.

Application of Intelligent Control Algorithms to Study the Dynamics of Hybrid Power System (Studies in Systems, Decision and Control #426)

by Dipayan Guha Provas Kumar Roy Subrata Banerjee Shubhi Purwar

This book aims to systematically review and design different intelligent control algorithms for the small-signal stability assessment of HPS. With the growing consciousness of global warming and the fast depletion of natural power generation resources, the existing power system is on the verge of transitions to a “hybrid power system (HPS)” integrated with distributed energy resources. The recent results and requirements for the developments of intelligent control algorithms have motivated the authors to introduce this book for extensively analyzing the performance of HPS against unknown/uncertain disturbances. This book introduces fractional-order resilient control methodologies for arresting small-signal instability of HPS. The prospective investigation has been performed on the MATLAB platform. This book is helpful for undergraduate, postgraduate students, and research scholars working in power system stability, control applications, and soft computing in particular.

Computer Graphics Through OpenGL: From Theory to Experiments

by Sumanta Guha

From geometric primitives to animation to 3D modeling to lighting, shading, and texturing, Computer Graphics Through OpenGL: From Theory to Experiments, Second Edition presents a comprehensive introduction to computer graphics that uses an active learning style to teach key concepts. Equally emphasizing theory and practice, the book provides an und

Computer Graphics Through OpenGL®: From Theory to Experiments

by Sumanta Guha

COMPREHENSIVE COVERAGE OF SHADERS AND THE PROGRAMMABLE PIPELINE <P><P> From geometric primitives to animation to 3D modeling to lighting, shading and texturing, Computer Graphics Through OpenGL®: From Theory to Experiments is a comprehensive introduction to computer graphics which uses an active learning style to teach key concepts. Equally emphasizing theory and practice, the book provides an understanding not only of the principles of 3D computer graphics, but also the use of the OpenGL® Application Programming Interface (API) to code 3D scenes and animation, including games and movies. The undergraduate core of the book takes the student from zero knowledge of computer graphics to a mastery of the fundamental concepts with the ability to code applications using fourth-generation OpenGL®. The remaining chapters explore more advanced topics, including the structure of curves and surfaces, applications of projective spaces and transformations and the implementation of graphics pipelines. This book can be used for introductory undergraduate computer graphics courses over one to two semesters. The careful exposition style attempting to explain each concept in the simplest terms possible should appeal to the self-study student as well. <P><P> Features <br>• Covers the foundations of 3D computer graphics, including animation, visual techniques and 3D modeling• Comprehensive coverage of OpenGL® 4.x, including the GLSL and vertex, fragment, tessellation and geometry shaders• Includes 180 programs with 270 experiments based on them• Contains 750 exercises, 110 worked examples, and 700 four-color illustrations• Requires no previous knowledge of computer graphics• Balances theory with programming practice using a hands-on interactive approach to explain the underlying concepts

Harnessing VLSI System Design with EDA Tools

by Hansraj Guhilot Santosh A. Shinde Pawan K. Gaikwad Rajanish K. Kamat

With the proliferation of VHDL, the reference material also grew in the same order. Today there is good amount of scholarly literature including many books describing various aspects of VHDL. However, an indepth review of these books reveals a different story. Many of them have emerged simply as an improved version of the manual. While some of them deal with the system design issues, they lack appropriate exemplifying to illustrate the concepts. Others give large number of examples, but lack the VLSI system design issues. In nutshell, the fact which gone unnoticed by most of the books, is the growth of the VLSI is not merely due to the language itself, but more due to the development of large number of third party tools useful from the FPGA or semicustom ASIC realization point of view. In the proposed book, the authors have synergized the VHDL programming with appropriate EDA tools so as to present a full proof system design to the readers. In this book along with the VHDL coding issues, the simulation and synthesis with the various toolsets enables the potential reader to visualize the final design. The VHDL design codes have been synthesized using different third party tools such as Xilinx Web pack Ver.11, Modelsim PE, Leonrado Spectrum and Synplify Pro. Mixed flow illustrated by using the above mentioned tools presents an insight to optimize the design with reference to the spatial, temporal and power metrics.

Channel Modeling in 5G Wireless Communication Systems (Wireless Networks)

by Guan Gui Hao Jiang

This book addresses the fundamental design and technical challenges for fifth generation (5G) wireless channel models, including multi-frequency bands and multi-scenarios. The book presents a strong vision for 5G wireless communication networks based on current market trends, proven technologies, and future directions. The book helps enable researchers and industry professionals to come up with novel ideas in the area of wireless heterogeneity, to minimize traffic accidents, to improve traffic efficiency, and to foster the development of new applications such as mobile infotainment. The book acts as a comprehensive reference for students, instructors, researchers, engineers, and other professionals, building their understanding of 5G and in designing 5G systems.Addresses fundamental design and technical challenges for 5G wireless channel models;Presents how to create reliable statistical channel models to capture the propagation properties between transmitters and receivers;Pertinent to researchers, engineers, and professionals in 5G.

e-Learning, e-Education, and Online Training: 9th EAI International Conference, eLEOT 2023, Yantai, China, August 17-18, 2023, Proceedings, Part I (Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering #543)

by Guan Gui Ying Li Yun Lin

This four-volume set constitutes the post-conference proceedings of the 9th EAI International Conference on e-Learning, e-Education, and Online Training, eLEOT 2023, held in Yantai, China, during August 17-18, 2023. The 104 full papers presented were selected from 260 submissions. The papers reflect the evolving landscape of education in the digital age. They were organized in topical sections as follows: IT promoted teaching platforms and systems; AI based educational modes and methods; automatic educational resource processing; educational information evaluation.

Refine Search

Showing 18,001 through 18,025 of 54,318 results