Mostrando 25,101 - 25,120 Resultados de 29,699 Para Buscar 'JAXA~', tiempo de consulta: 0.85s Limitar resultados
  1. 25101
    por González, Alex
    Publicado 2015
    Tabla de Contenidos: “…Integrating the Oracle Java Runtime EnvironmentIntegrating the Open Java Development Kit (OpenJDK); Integrating Java applications; Chapter 5: Debugging, Tracing, and Profiling; Introduction; Analyzing core dumps; Native GDB debugging; Cross GDB debugging; Using strace for application debugging; Using the kernel's performance counters; Using static kernel tracing; Using dynamic kernel tracing; Using dynamic kernel events; Exploring Yocto's tracing and profiling tools; Tracing and profiling with perf; Using SystemTap; Using OProfile; Using LTTng; Using blktrace; Index…”
    Libro electrónico
  2. 25102
    por MacDonald, Matthew
    Publicado 2011
    Tabla de Contenidos: “…Be Practical; Your First Look at HTML5 Markup; The HTML5 Doctype; Character Encoding; The Language; Adding a Style Sheet; Adding JavaScript; The Final Product; A Closer Look at HTML5 Syntax; The Loosened Rules; HTML5 Validation; The Return of XHTML…”
    Libro electrónico
  3. 25103
    Publicado 2005
    Tabla de Contenidos: “…-Calculus -- Model Checking for Process Rewrite Systems and a Class of Action-Based Regular Properties -- Minimizing Counterexample with Unit Core Extraction and Incremental SAT -- I/O Efficient Directed Model Checking -- Applied Abstract Interpretation -- Verification of an Error Correcting Code by Abstract Interpretation -- Information Flow Analysis for Java Bytecode -- Cryptographic Protocol Analysis on Real C Code -- Bounded Model Checking -- Simple Is Better: Efficient Bounded Model Checking for Past LTL -- Optimizing Bounded Model Checking for Linear Hybrid Systems -- Verification II -- Efficient Verification of Halting Properties for MPI Programs with Wildcard Receives -- Generalized Typestate Checking for Data Structure Consistency -- On the Complexity of Error Explanation -- Efficiently Verifiable Conditions for Deadlock-Freedom of Large Concurrent Programs…”
    Libro electrónico
  4. 25104
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributor -- Table of Contents -- Preface -- Chapter 1: Workflow Setup and Thinking Blockchain -- Ethereum-based projects -- Gnosis -- FirstBlood -- Dynamis -- Ujo Music -- Golem -- Overview of blockchain and Ethereum -- Going from Bitcoin to Ethereum -- The benefits and limitations -- Benefits of blockchain and Ethereum -- Limitations of blockchain and Ethereum -- Overcoming limitations -- Setting up the workflow -- Requirements -- Getting started -- Summary -- Chapter 2: Developing Your First Decentralized Application with Ethereum -- Creating a project -- Deploying and testing a projects -- Starting a development blockchain -- Configuring your deployment -- Deploying the smart contracts -- Exploring the Solidity syntax and JavaScript codes -- Understanding the Solidity syntax -- Working with JavaScript -- Bug fixing and debugging smart contracts -- Changing our application with a better payment application -- Summary -- Chapter 3: Creating Your Own Cryptocurrency on the Ethereum Blockchain -- Creating an ERC20 token -- Installing OpenZepplin Solidity -- Setting up new project -- Deploying and testing ERC20 tokens -- Deploying ERC20 tokens -- Testing ERC20 tokens -- Understanding token standards -- ERC20 -- ERC721 -- ERC827 -- Using tokens and executing logic -- Summary -- Chapter 4: Signing Legal Documents on Blockchains and Identity Verification -- User identity and sensitive data on the blockchain -- Hashing -- Dealing with files and large data on the blockchain -- User identity verification with blockchains -- Signing a document on the blockchain -- Summary -- Chapter 5: Ethereum Outside the PC/Web Environment -- Ethereum outside the browser -- Ethereum and IoT -- Ethereum and smartphone applications -- Using a DApp browser -- Using Android or the iOS library…”
    Libro electrónico
  5. 25105
    por Adi, Isbandi Rukminto
    Publicado 2017
    Tabla de Contenidos: “…Social enterprises policy approach for micro enterprises empowerment: Lessons learnt from the technology for region program in empowering micro enterprises in West and East Java, Indonesia -- This is a sample paper Confucius for non-Confucians: Understanding China from "without" -- Islam and the state: Political thought contextualisation of Hamka (Haji Abdul Malik Karim Amrullah), on the state, religion and morality in Indonesia -- Halal tourism as Japan's economic and diplomatic strategy -- Indonesian women in transnational marriages: A gender perspective on their struggles, negotiations, and transformations on ownership rights as Indonesian citizens -- The struggle of women victims of child marriage in constructing the power of their body and life (case study in Ciasihan Village, Bogor District, West Java Province) -- The contributions of Minangkabau women, who established intercultural marriages, in creating a 'new identity' of the Minangkabau diaspora -- US foreign policy towards the democratisation of Syria in 2011-2014 -- Dynamic governance in managing the urban environment- A conceptual framework of urban water governance -- Israeli women's political participation in the peacemaking process between Israel and Palestine -- Black lives matter in the progress of the African-American movement -- Asset management analysis and development strategy of Muara Angke fishing port -- Female-headed households in Kampung Bidara Cina: Negotiation, spatial practice and reproduction of spatial structure change -- Constructs of vulnerability and resilience in the coastal community of Tanjung Pasir village, Tangerang -- Trading-off pattern of marine stewardship council management in Indonesia -- Women's position in Tara Bandu customary law: Case study on violence against women in Suco Tibar, Liquiçá municipality, Timor-Leste…”
    Libro electrónico
  6. 25106
    por Andreucci, Giacomo
    Publicado 2012
    Tabla de Contenidos: “…; Setting Up the Project; Using a CDN Server; Hosting Files; Implementing jQuery Mobile in Our App; Creating the Basic Structure of the Template; Adding an Info Button; Showing a Splash Screen While Tiles Are Loading; Specifying a Launch Image; Complete Code; Summary; Chapter 5 Overlays; General Methods For Manipulating Overlays; Adding Overlays to the Map; Removing and Deleting Overlays From the Map; Setting the Example's GUI; Coding the JavaScript Functions; Three Methods to Display POIs On a Map…”
    Libro electrónico
  7. 25107
    Publicado 2015
    Tabla de Contenidos: “…Identifying and handling a pop-up window by its contentChapter 7: Data-driven Testing; Introduction; Creating a data-driven test using JUnit; Creating a data-driven test using TestNG; Reading test data from a CSV file using JUnit; Reading test data from an Excel file using JUnit and Apache POI; Creating a data-driven test in NUnit; Creating a data-driven test in MSTEST; Creating a data-driven test in Ruby using Roo; Creating a data-driven test in Python using DDT; Chapter 8: Using the Page Object Model; Introduction; Using the PageFactory class for exposing the elements on a page…”
    Libro electrónico
  8. 25108
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Building Microservices with Java -- Introduction -- Creating a project template using STS and Maven -- Getting ready -- How to do it... -- There's more... -- Writing microservices with Spring Boot -- Getting ready -- How to do it... -- Writing REST APIs with Spring MVC -- Getting ready -- How to do it... -- Writing microservices with WildFly Swarm -- Getting ready -- How to do it... -- Writing microservices with Dropwizard -- Getting ready -- How to do it... -- Writing REST APIs with SparkJava -- Getting ready -- How to do it... -- Conclusion -- Chapter 2: Containerizing Microservices with Docker -- Building an executable JAR using Maven Shade plugin -- Getting ready -- How to do it... -- Building an executable JAR using the Spring Boot Maven plugin -- Getting ready -- How to do it... -- Installing and setting up Docker -- Getting ready -- How to do it... -- Writing your Dockerfile -- Getting ready -- How to do it... -- Building your Docker image -- Getting ready -- How to do it... -- Running your microservice inside a Docker container -- Getting ready -- How to do it... -- Pushing your image to Docker Hub -- Getting ready -- How to do it... -- Chapter 3: Deploying Microservices on Mesos -- Introduction -- Setting up a Mesos cluster using Docker -- Getting ready -- Zookeeper -- Mesos masters and Mesos slaves -- Mesos frameworks -- How to do it... -- Understanding the Mesos and Marathon interface -- Getting ready -- How to do it... -- The Mesos interface -- The Mesos home page -- Frameworks -- The Marathon web UI -- Deploying your microservice to Mesos using Marathon -- Getting ready -- How to do it... -- Configuring ports in Marathon -- Getting ready -- How to do it... -- Configuring volumes in Marathon -- Getting ready…”
    Libro electrónico
  9. 25109
    Publicado 2017
    Tabla de Contenidos: “…-- Rendering -- Testing how it looks -- How rendering works -- Summary -- Chapter 4: The React VR Library -- JSX - the syntax of React VR -- Differences between React VR and React -- Core Components -- VR Components -- Props -- State -- Events -- Layout and style -- The next level - the details -- Stuff (objects, whether visible or not) -- Primitives -- Box -- Cylinder -- Plane -- Sphere -- Model -- CylindricalPanel -- VideoControl -- VrButton -- Lights -- Common light properties -- AmbientLight -- DirectionalLight -- PointLight -- SpotLight…”
    Libro electrónico
  10. 25110
    por Chambers, Mike
    Publicado 2007
    Tabla de Contenidos: “…Calling JavaScript Functions from ActionScript; 3.4.4. Calling ActionScript Functions from JavaScript; 4. …”
    Libro electrónico
  11. 25111
    Publicado 2014
    Tabla de Contenidos: “…Guía práctica para la identificación de familias de poliquetos ; Página Legal; Índice; Familias de poliquetos (Filo Annelida); Clase Polychaeta:; Ecología; La importancia de este taxón y su papel en las comunidades bentónicas; Características generales; Fijación y conservación; Identificación; Clasificación; Guía práctica para la identificación de familias de poliquetos; Clave para las familias de poliquetos; Glosario; Polychaeta families (Phylum Annelida) from (....); Class Polychaeta; Ecology; Importance of this taxa and its role in benthic communities; General features; Collection…”
    Libro electrónico
  12. 25112
    por Ocampo, Juana
    Publicado 2015
    Tabla de Contenidos: “…UNA NOVELA INCORRECTA ; PÁGINA LEGAL ; AGRADECIMIENTOS ; PÁRRAFOS PARA UN PROBABLE PRÓLOGO DE UNA NOVELA INCORRECTA; REQUECHO DE UN PROBABLE PRÓLOGO QUE JAMÁS LEERÁ BALDOMERA; ÁRBOLES GENGÉN PARA LA NOVELA DE BALDOMERA; ¡AL AGUA, LIBRO!…”
    Libro electrónico
  13. 25113
    Publicado 2018
    Tabla de Contenidos: “….) -- El pie del capitán Blake -- El pie del capitán Blake jamás había (...) -- Carne -- Hay unos milagrosos productos de carne (...) -- Índice…”
    Libro electrónico
  14. 25114
    por Kelly, Terrence K.
    Publicado 2013
    Tabla de Contenidos: “…Cover; Title Page; Copyright; Preface; Contents; Figures; Tables; Summary; Acknowledgments; Abbreviations; Land-Based Anti-Ship Missiles in the Western Pacific; Approach; Contributions of a Land-Based ASM Approach to Coalition Efforts; A Joint Approach; Feasibility of a Land-Based ASM Blockade; Strait of Malacca; Straits of Sunda and Lombok and the Java Sea Routes; Taiwan, Japan, and the Philippines; Japan and South Korea; Logistical, Procurement, and Other Considerations; Logistical Considerations; Procurement Considerations; Other Considerations; Defense Relations; An Air-Sea-Land Concept…”
    Libro electrónico
  15. 25115
    Publicado 2018
    Tabla de Contenidos: “…Introduction to the Volume -- Section 1: Challenges -- Chapter 1: Barriers to informal mHealth adoption by community health workers in regional Indonesia -- Chapter 2: Take care of your health, this is what the Qur’an said - The use of mobile phone among poor rural women with Type-2 Diabetes in Central Java, Indonesia -- Chapter 3: One size does not fit all - The importance of contextually sensitive mHealth strategies for frontline female health workers -- Chapter 4: Chinese Consumers’ Perceptions and Interpretations of Fitness Mobile Apps: Qualitative Insights -- Section 2: Strategies -- Chapter 5: The Path to Scale: Navigating design, policy and infrastructure -- Chapter 6: mHealth, health and mobility - A culture-centered interrogation -- Afterword…”
    Libro electrónico
  16. 25116
    Tabla de Contenidos: “…Housing finance in Poland by Karol Skiba -- Housing finance in Hungary by Andras Bethlendi and Gergely Kiss -- Housing finance in Czech Republic by Danielle Grabmullerova -- Housing finance in Slovak Republic by Dana Rigaszova -- Housing finance in Lithuania -- Housing finance in Lativa by Ilze Osa -- Housing finance in Estonia by Jana Kask, Tarmo Klettneberg, Lembit Olev -- Housing finance in Slovenia by Barbara Staric-Strajnar -- Housing finance in Coratia by Mladen Mirko Tepus -- Housing finance in Romania by Diana Popescu, Ion Bejan, Mihaela Kalogerakos -- Housing finance in Ukraine by Oleksiy pylypets, Pavlo Matiyash -- Development of mortgage system in Kazakhstan by Anuar Karpykov…”
    Libro electrónico
  17. 25117
    Publicado 2013
    Tabla de Contenidos: “….- Becoming sacred: humanity and divinity in East Java, Indonesia Konstantinos Retsikas.- Self-similarity and its perils Gabriele vom Bruck.- The universal and the particular in rural Xinjiang: ritual commensality and the mosque community Chris Hann.- Apolitical "Islamisation"? …”
    Libro
  18. 25118
    Publicado 2022
    Tabla de Contenidos: “…Table of Contents Understanding H2O AutoML Basics Working with H2O Flow (H2O’s Web UI) Understanding Data Processing Understanding H2O AutoML Training and Architecture Understanding AutoML Algorithms Understanding H2O AutoML Leaderboard and Other Performance Metrics Working with Model Explainability Exploring Optional Parameters for H2O AutoML Exploring Miscellaneous Features in H2O AutoML Working with Plain Old Java Objects (POJOs) Working with Model Object, Optimized (MOJO) Working with H2O AutoML and Apache Spark Using H2O AutoML with Other Technologies…”
    Libro electrónico
  19. 25119
    por Violant i Simorra, R. 1903-1956
    Publicado 1979
    Tabla de Contenidos: “…El arado tradicional de la comarca de Jaca y el esculpido en el claustro de San Juan de la Peña El arado y el yugo tradicionales en Cataluña. …”
    Libro
  20. 25120
    Publicado 2004
    Tabla de Contenidos: “…Molecular Methods for Discriminating Taxa, Monitoring Species, and Assessing Fungal Diversity. …”
    Libro