Mostrando 6,981 - 7,000 Resultados de 8,735 Para Buscar 'TPIY~', tiempo de consulta: 0.91s Limitar resultados
  1. 6981
    Publicado 2023
    “…What's Inside Craft resilient and secure RESTful APIs Package and deploy web services Refactor fearlessly thanks to Rust's guaranteed safety Slash costs with Rust's runtime and compile-time optimizations Asynchronous programming with Rust About the Reader For web developers who know the basics of Rust. …”
    Grabación no musical
  2. 6982
    Publicado 2023
    “…In it, you'll learn to create efficient APIs in Go, use gRPC for network communication, and deploy on cloud and Kubernetes. …”
    Grabación no musical
  3. 6983
    Publicado 2024
    “…By the end, you'll be able to create a complete platform to efficiently deliver cloud-native software without being tied to a specific cloud provider or vendor. What's Inside Package, version, distribute, and deploy with Helm, Tekton, Dagger and Argo CD Implement a multi-cloud infrastructure strategy using Crossplane Progressive upgrades with Knative Serving and Argo Rollouts Enable development teams with standard application-level APIs with Dapr About the Reader For developers and software architects familiar with the basics of containers and Kubernetes. …”
    Video
  4. 6984
    Publicado 2024
    “…By the end, you'll be able to create a complete platform to efficiently deliver cloud-native software without being tied to a specific cloud provider or vendor. What's Inside Package, version, distribute, and deploy with Helm, Tekton, Dagger and Argo CD Implement a multi-cloud infrastructure strategy using Crossplane Progressive upgrades with Knative Serving and Argo Rollouts Enable development teams with standard application-level APIs with Dapr About the Reader For developers and software architects familiar with the basics of containers and Kubernetes. …”
    Grabación no musical
  5. 6985
    Publicado 2023
    “…Learning Objectives Query data in notebooks with Spark SQL Handle complex data types Apply data quality rules Implement slowly changing dimensions Course 3: Databricks ML Description Build ML models with Python and Scala APIs in Databricks. Learn best practices for feature engineering, hyperparameter tuning, and model evaluation. …”
    Video
  6. 6986
    Tabla de Contenidos: “…; Intel FSP Binary Format; Sample Boot Flow; Locating the Entries of Intel FSP; The Hard Way to Find Intel FSP APIs: Use Data Structure; The Easy Way to Find FSP APIs: Use Hard-Coded Constants; Programming Interface: The APIs of Intel FSP; TempRamInit; FspInitEntry; NotifyPhase…”
    Libro electrónico
  7. 6987
    Publicado 2016
    Tabla de Contenidos: “…-- Summary -- Chapter 7: The Google Fit Platform and APIs - The Fitness Tracker App -- The Google Fit platform -- Google Fitness Store -- REST APIs -- Android Fitness APIs -- Sensors API -- Recording API -- History API -- Sessions API -- Bluetooth Low Energy API -- Config API -- Platform basics -- Data sources -- Data types -- Data point -- Data set -- Authorization and permission scopes -- Registration with the Google developer console -- Authorization from a user in the application -- Fitness scopes -- Installing and running time permissions -- Fitness tracker app using fitness APIs -- Fitness tracker application requirements and architecture -- Time for action - working with live fitness data using the Sensors API -- What just happened? …”
    Libro electrónico
  8. 6988
    Publicado 2014
    Tabla de Contenidos: “…The semantic moduleThe process engine; Node instance structures; Components inside jBPM6; Transactions and persistence; Audit/History logs; Real-time dashboards; Data mining and data analysis tools; The KIE APIs; KIE services; The KIE module; The KIE container; The KIE base; The KIE session; External interactions; The Human task component; Human tasks - life cycle; Human tasks - APIs; The User/Group callback; The BPMS ecosystem; BPM and service-oriented architecture; Service orchestration; Enterprise Service Bus; Rule engines; Classic BPM system and rule engine integration…”
    Libro electrónico
  9. 6989
    por Reid, Jonathan. author
    Publicado 2015
    Tabla de Contenidos: “…; A Brief History of HTML; Enter Hypertext; Enter Markup Languages; Hypertext Markup Language Is Born; The Browser Wars; Standards to the Rescue; The Continuing Evolution of HTML; The Formation of the WHATWG and the Creation of HTML5; HTML5 Features ; New Tags; Canvas; JavaScript APIs ; Related Standards; Summary; Chapter 2: HTML5 Elements; Functionality, Semantics, and the Evolution of HTML; Sections…”
    Libro electrónico
  10. 6990
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- About the reviewers -- Table of Contents -- Preface -- Part 1: Building a Golang Backend -- Chapter 1: Building the Database and Model -- Technical requirements -- Installing Docker -- Setting up Postgres -- Designing the database -- Installing sqlc -- Using sqlc -- Setting up the database -- Generating CRUD with sqlc -- Building the makefile -- Summary -- Chapter 2: Application Logging -- Technical requirements -- Exploring Go standard logging -- Using golog -- Local logging -- Writing log messages to the logging server -- Configuring multiple outputs -- Summary -- Chapter 3: Application Metrics and Tracing -- Technical requirements -- Understanding OpenTelemetry -- The OpenTelemetry APIs and SDK -- Tracing applications -- Installing Jaeger -- Integrating the Jaeger SDK -- Integration with Jaeger -- Adding metrics using Prometheus -- Adding metrics using Prometheus -- Running docker-compose -- Summary -- Part 2: Serving Web Content -- Chapter 4: Serving and Embedding HTML Content -- Technical requirements -- Handling HTTP functions and Gorilla Mux -- Hello, World with defaults -- Building on the basics with Gorilla Mux -- Rendering static content -- Rendering dynamic content -- Using Go embed to bundle your content -- Summary -- Chapter 5: Securing the Backend and Middleware -- Technical requirements -- Adding authentication -- Creating our dummy user -- Authenticating a user -- Adding middleware -- Basic middleware -- Adding cookies and sessions -- Cookies and session handling -- Storing session information -- Using Redis for a session -- Summary -- Chapter 6: Moving to API-First -- Technical requirements -- Structuring an application -- Defining packages -- Exposing our REST API -- Cross-Origin Resource Sharing (CORS) -- JSON middleware -- Session middleware…”
    Libro electrónico
  11. 6991
    Publicado 2015
    Tabla de Contenidos: “…; Techniques for name recognition; Lists and regular expressions; Statistical classifiers; Using regular expressions for NER; Using Java's regular expressions to find entities; Using LingPipe's RegExChunker class; Using NLP APIs; Using OpenNLP for NER; Determining the accuracy of the entity; Using other entity types; Processing multiple entity types; Using the Stanford API for NER; Using LingPipe for NER; Using LingPipe's name entity models…”
    Libro electrónico
  12. 6992
    Publicado 2017
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright and Credit -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Jakarta EE -- Introduction to Jakarta EE -- Contributing to Jakarta EE -- Jakarta EE APIs -- One standard, multiple implementations -- Jakarta EE, Java EE, J2EE, and the Spring Framework -- Summary -- Chapter 2: Contexts and Dependency Injection -- Named beans -- Dependency injection -- Qualifiers -- CDI bean scopes -- CDI events -- Firing CDI events -- Handling CDI events -- Asynchronous events -- Event ordering -- CDI Lite -- Summary -- Chapter 3: Jakarta RESTful Web Services -- Introduction to RESTful web services -- Developing a simple RESTful web service -- Configuring the REST resources path for our application -- Developing a RESTful web service client -- Seamlessly converting between Java and JSON -- Query and path parameters -- Query parameters -- Path parameters -- Server-sent events -- Testing server-sent events -- Developing a server-sent events client -- JavaScript server-sent events client -- Summary -- Chapter 4: JSON Processing and JSON Binding -- Jakarta JSON Processing -- The JSON Processing Model API -- The JSON Processing Streaming API -- Jakarta JSON Binding -- Populating Java objects from JSON with JSON Binding -- Generating JSON data from Java objects with JSON Binding -- Summary -- Chapter 5: Microservices Development with Jakarta EE -- An introduction to microservices -- The advantages of a microservices architecture -- The disadvantages of a microservices architecture -- Microservices and Jakarta EE -- Developing microservices using Jakarta EE -- Developing microservices client code -- The controller service -- The persistence service -- Summary -- Chapter 6: Jakarta Faces -- Introduction to Jakarta Faces -- Facelets -- Optional faces-config.xml -- Standard resource locations…”
    Libro electrónico
  13. 6993
    Publicado 2018
    Tabla de Contenidos: “…Creating new columns -- Setting up column layout -- Working with swimlanes -- Setting up swimlanes -- Using quick filters -- Creating new quick filters -- Scrumban -- Kanplan -- Summary -- Chapter 5: Customizing Jira Software -- Customizing issue types -- Adding new custom fields -- Customizing Jira workflows -- Authoring a workflow -- Adding a condition to transitions -- Adding a validator to transitions -- Adding a post function to transitions -- Managing Jira permissions -- Global permissions -- Project permissions -- Issue permissions -- Troubleshooting permissions -- Managing Jira notifications -- Enabling outgoing emails -- Configuring notification schemes -- Troubleshooting notifications -- Summary -- Chapter 6: Jira Software - Advanced -- Displaying agile reports -- Using the Jira dashboard -- Using the wallboard -- Integrating Jira with Confluence -- Setting up an application link with Confluence -- Creating Confluence pages from epics -- Creating user stories from Confluence -- Planning your sprints with team calendars -- Capturing sprint meeting notes -- Creating retrospective reports -- Displaying your project in Confluence -- Working with Jira agile boards offline -- Summary -- Chapter 7: Jira Software - Release and Deploy -- Integrating Jira with Bamboo -- Setting up an application link with Bamboo -- Releasing a build from Jira -- Deploying the release -- Setting up a deployment plan -- Running the deployment -- Summary -- Index…”
    Libro electrónico
  14. 6994
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Robotics 101 -- The hardware arsenal -- Setting up Raspberry Pi -- Let's program -- Playing with voltage -- Summary -- Chapter 2: Using GPIOs as Input -- A deeper dive into GPIOs -- Interfacing the PIR sensor -- Interfacing the ultrasonic proximity sensor -- Interfacing through I2C -- Summary -- Chapter 3: Making a Gardener Robot -- Working with solenoids -- Making the robot -- Making it more intelligent -- Making it truly intelligent -- Summary -- Chapter 4: Basics of Motors -- The basics -- Getting it rolling -- Changing the speed -- Summary -- Chapter 5: Making a Pet Feeding Robot -- Force measurement -- Constructing the robot -- Making the robot detect pets -- Summary -- Chapter 6: Bluetooth-Controlled Robotic Car -- Basics of the vehicle -- Getting the vehicle ready -- Controlling the vehicle by Bluetooth -- Summary -- Chapter 7: Sensor Interface for Obstacle Avoidance -- Infrared proximity sensor -- Autonomous emergency braking -- Giving the car self-steering capabilities -- Making it fully autonomous -- Summary -- Chapter 8: Making Your Own Area Scanner -- Servo motor -- Lists -- Looking around -- LIDAR on an autonomous vehicle -- Summary -- Chapter 9: Vision Processing -- The basics of images -- Preparing Raspberry Pi for vision processing application -- Image recognition -- Summary -- Chapter 10: Making a Guard Robot -- Face detection -- Knowing the face -- Recognizing the face -- Making the guard robot -- Summary -- Chapter 11: Basic Switching -- Making Jarvis wake you up -- Working with relay and PIR sensor -- Making the alarm irritating -- Making it even more irritating -- Summary -- Chapter 12: Recognizing Humans with Jarvis -- Turn on the light Jarvis -- Understanding motion -- Perfecting motion…”
    Libro electrónico
  15. 6995
    Publicado 2023
    Tabla de Contenidos: “…-- Other Factors to Consider -- Defect and Accident Reporting -- Defect Reporting and Management -- Weekly Vehicle Check -- Accident Management -- Period Senior Accident Review -- Ancillary Devices That Aid Accident Reduction -- Fleet KPIs (Key Performance Indicators) -- Fleet: Challenging "Perceived Wisdom" -- Double-Shifting -- Enhanced Vehicle Design -- Cubic and Weight Capacity -- Weight Capacity -- Insurance and Weight Capacity -- Electric vs. …”
    Libro electrónico
  16. 6996
    Publicado 2022
    Tabla de Contenidos: “…Collected Works of Jao Tsung-i: Series Introduction -- Translator’s Foreword -- Acknowledgements -- Abbreviations -- List of Illustrations -- Timeline -- Part 1 -- Part 2: The Gods of Time and Space: Cosmogony and Myths of Origin in Ancient China and Beyond -- Introduction -- 1 A Preliminary Comparison of Creation Myths and the Origins of Man in Epics from China and Beyond -- A Preamble to the Near Eastern Epic of Creation (Enuma Elish) -- 2 The Dualist Paradigm of Ancient Chinese History -- 1 2 3 3 On the Daoist “Genesis” -- 4 An Investigation into the Chart of Pangu 盤古 -- An account of Eastern Han murals from the Shu Region Depicting the Image of “Pangu” as Seen by Renowned Personalities from the Tang and Song Periods -- Supplementary Note -- Part 3: Attuning to Time and Space: Hemerology, Astrology and Correlative Thought in Early China -- Introduction -- 5 On the Meaning of the Chu Silk Manuscript -- 6 An Explanation of the Phenomena Called ‘Xiang Wei ’ 象緯 and ‘De Ni’ 德匿 in the Chu Silk Manuscript -- 1 Chen Wei 晨禕 Reads Chen Wei 辰緯 (Weft of Constellations) -- 2 Becoming Confused and Diverting from the [Proper] Movements -- 3 “Gaining and Regressing” and the Planet Saturn -- 4 Years with Fuzzy Stars -- 5 Ni 匿 (Concealment) and De Ni 德匿 (the Concealment of Virtue) -- Resolving Doubts: From Divine Providence to Moral Standards and Human Agency -- Introduction -- 7 The Philosophy of “Zhen” 貞 -- 1 “Zhen” 貞 as a Means of Communication between Humans and Spirits during the Yin 殷 Period (ca. 1600–1050 BC) -- 2 Testing Through Divination and Moral Determination -- 3 The “zhen” 貞 of the Wenyan zhuan 文言傳 (Commentary on the Words) on the Hexagram Qian 乾 and the Four Virtues (si de 四德) -- 4 Discussing the Concepts “yong zhen” 永貞, “li yong zhen” 利永貞 and “linian de zheng ming” 歷年得正命 -- 5 Receiving Heaven’s Perpetual Mandate, Fixing Fate, and Employing Virtue -- 6 The Meaning of “de yuan” (德元) -- 7 Concluding Remarks: A Philological Philosophy -- 8 Moral Speculation and the Conception of a Sky God -- 1 The Beginnings of the Worship of Di 帝 and the Deity of Heaven -- 2 The Graph de 德 in Writings from the Yin and Zhou Periods -- 3 Standing in Awe of Heaven’s Daunting Authority and the Establishment of the Idea of jing de 經德 (Honoring de) -- 4 The Interrelation of Politics and Morals within the Conception of the Heavenly Mandate -- 5 The Mental Worries and Anxieties That Led to the Composition of the Changes (Yi 易) and the Establishment of Cultivated de -- 9 Rationalism and the Idea of Divine Law (Selection) -- 1 The Changing Positions of the Gods and of Man -- 2 De 德 (Rewards) and xing 刑 (Punishments) -- 3 Five Elements Thought and the Cosmological Meaning of de-Propriety (德禮) -- 4 Heaven’s Laws and the Laws of de -- 5 Conclusion -- Bibliography -- Index…”
    Libro electrónico
  17. 6997
    Publicado 2017
    Tabla de Contenidos: “…Explicit Gamification -- 4 Application Fields of Gamification -- Chapter 5: The First Core Drive - Epic Meaning &amp -- Calling -- The Core Drive High Above -- The Encyclopedia that Pwned Me -- Newton's Legacy is Beyond a Fruit -- Mjolnir is Not Just a Tool -- Your Parents are Bigger Than You! …”
    Libro electrónico
  18. 6998
    Publicado 2022
    Tabla de Contenidos: “…Growth stage activities -- Mature stage activities -- Chapter 14 Cultivating Community Partners to Drive Supplier Diversity -- Building Allies and Alliances through Collaborations and Partnerships -- Using partnerships -- Using collaborations -- Reasons to consider partnerships or collaborations (or both) -- Planning for Engagement -- Finding the Right Community Partners: Local, State, Regional, and National -- Local -- State, regional, and national -- Creating and Using Supplier Diversity Councils to Drive Efforts -- Internal councils -- External councils -- Joint councils -- Part 5 Using Technology and Compliance to Enhance Supplier Diversity -- Chapter 15 Telling the World About Your Supplier Diversity Efforts -- Understanding Why Communication Is Crucial in Supplier Diversity -- Developing a Supplier Diversity Communication Plan -- Establishing goals -- Defining target audiences -- Identifying key messages -- Creating a tactical outreach plan -- Chapter 16 Establishing Supplier Diversity Metrics, Benchmarks, and KPIs -- Understanding the Importance of Metrics, Benchmarks, and KPIs -- Establishing Metrics, Benchmarks, and KPIs -- Metrics -- Benchmarks -- KPIs -- Seeing How Software Can Help You Manage Your Program -- Using Metrics to Tell Your Story -- What's your organization's story? …”
    Libro electrónico
  19. 6999
    por Benson, Edward, 1983-
    Publicado 2008
    Tabla de Contenidos: “…Managing the Application Lifecycle Summary; Chapter 4: Getting the Most from M, V, and C; The Best API Documentation Is Free; The Model; The View; The Controller; Summary; Chapter 5: Beautiful Web APIs; Two Big Ideas for Web APIs; Routing; Anatomy of the Web API Call; Overlaying the API; Adding Custom MIME Types; API-Metering, the Rails Way; What about SOAP/XML-RPC Services?…”
    Libro electrónico
  20. 7000
    por Tretola, Rich, 1971-
    Publicado 2011
    Tabla de Contenidos: “…Configuration Settings; Configuration Settings; Automatically Reorient; Full Screen; Automatically Scale Application for Different Screen Densities; Aspect Ratio; Additional Configuration Settings; Chapter 4. Exploring the APIs; Accelerometer; GPS; Camera UI; Camera Roll; Microphone; Multitouch; GestureEvent; TransformGesture; Busy Indicator; Chapter 5. …”
    Libro electrónico