Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 452
- Application software 417
- Historia 237
- Java (Computer program language) 200
- Application program interfaces (Computer software) 185
- Tàpies, Antoni 161
- Engineering & Applied Sciences 150
- Historia y crítica 132
- Computer Science 128
- Cloud computing 121
- Web site development 121
- Computer programming 117
- Management 114
- Crítica e interpretación 112
- Programming 111
- Python (Computer program language) 107
- Health & Biological Sciences 104
- JavaScript (Computer program language) 99
- Communauté de Taizé 92
- Història 85
- Tapices 81
- Web applications 81
- Microsoft .NET Framework 76
- Design 75
- Computer networks 74
- Computer programs 74
- Data processing 73
- Mobile computing 73
- Android (Electronic resource) 71
- Computer software 70
-
6981Publicado 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 -
6982Publicado 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 -
6983Publicado 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 -
6984Publicado 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 -
6985Publicado 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 -
6986por Zimmer, Vincent. author, Sun, Jiming. author, Jones, Marc. author, Reinauer, Stefan. authorTabla 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…”
Publicado 2015
Libro electrónico -
6987Publicado 2016Tabla 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 -
6988Publicado 2014Tabla 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 -
6989por Reid, Jonathan. authorTabla 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…”
Publicado 2015
Libro electrónico -
6990Publicado 2023Tabla 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 -
6991Publicado 2015Tabla 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 -
6992Publicado 2017Tabla 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 -
6993Publicado 2018Tabla 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 -
6994Publicado 2018Tabla 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 -
6995Publicado 2023Tabla 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 -
6996Publicado 2022Tabla 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 -
6997Publicado 2017Tabla de Contenidos: “…Explicit Gamification -- 4 Application Fields of Gamification -- Chapter 5: The First Core Drive - Epic Meaning & -- 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 -
6998Publicado 2022Tabla 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 -
6999por Benson, Edward, 1983-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?…”
Publicado 2008
Libro electrónico -
7000por Tretola, Rich, 1971-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. …”
Publicado 2011
Libro electrónico