Mostrando 121,941 - 121,960 Resultados de 124,680 Para Buscar 'Jebús~', tiempo de consulta: 1.36s Limitar resultados
  1. 121941
  2. 121942
    por Philip Ball
    Publicado 2016
    Texto completo en Odilo
    Otros
  3. 121943
    por Guitart, Raimon
    Publicado 2014
    Libro electrónico
  4. 121944
    Publicado 2022
    Tabla de Contenidos: “…TEORíAS NEOLIBERTARIAS Y POSMODERNAS (JESúS IBáñEZ Y MICHEL MAFFESOLI) -- 8.1.2.7. LAS CONTRADICCIONES SOCIALES (JOHAN GALTUNG) -- 8.2. …”
    Acceso con credenciales UPSA
    Libro electrónico
  5. 121945
    por Garrido Anguita, Juan Manuel
    Publicado 2023
    Tabla de Contenidos: “…Contexto geomorfológico y análisis tecnológico de la industria lítica del yacimiento de Algabarrilla (Carmona, Sevilla, SO de España) -- José Antonio Caro Gómez -- Eusebio Jesús Medina Luque -- César Borja Barrera -- Fernando Díaz del Olmo -- Francisco Borja Barrera -- José Manuel Recio Espejo -- Introducción -- Área de estudio y objetivos -- Aspectos metodológicos -- Resultados…”
    Libro electrónico
  6. 121946
    Tabla de Contenidos: “…Comienza la portada con "Jesus, Maria y Joseph" Sign.: [ ]2, B-O2, P1 Portada con orla tipográfica. …”
    Colección
  7. 121947
    por Moncho Aguirre, Juan de Mata
    Publicado 2012
    Tabla de Contenidos: “…José Suárez Carreño IV.6.15. Jesús Vasallo IV.7. Dramaturgos de los Años 60 IV.7.1. …”
    Libro
  8. 121948
    por Gómez Gutiérrez, Juan Antonio
    Publicado 2010
    Tabla de Contenidos: “…-- 5 LENGUAJE DE PROGRAMACIÓN -- 5.1 CONSTANTES Y VARIABLES -- 5.2 DECLARACIÓN EXPLÍCITA DE VARIABLES -- 5.3 ÁMBITO DE LAS VARIABLES Y LOS PROCEDIMIENTOS -- 5.4 PROCEDIMIENTOS SUB -- 5.4.1 Procedimientos públicos y privados -- 5.4.2 Paso de parámetros (por referencia, valor o ParamArray) -- 5.4.3 Parámetros opcionales -- 5.5 FUNCIONES (FUNCTION) -- 5.6 EXPORTAR E IMPORTAR MÓDULOS -- 5.6.1 Exportar módulo -- 5.6.2 Importar módulo -- 5.7 FUNCIÓN MSGBOX -- 5.7.1 Tipos de botones -- 5.7.2 Estilo del icono -- 5.7.3 Botón predeterminado -- 5.7.4 Modalidad del cuadro y otros -- 5.7.5 Valores de retorno -- 5.8 FUNCIÓN INPUTBOX -- 5.9 FUNCIÓN DEBUG.PRINT -- 5.10 TIPOS DE DATOS -- 5.11 ESTRUCTURAS DE DATOS -- 5.11.1 Arrays…”
    Libro electrónico
  9. 121949
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Amazon Web Services for Serverless -- Technical requirements -- Transitioning from traditional server to serverless -- Getting started with AWS Lambda -- How AWS Lambda works -- Configuration -- Function code -- Environment variables -- Tags -- Execution role -- Basic settings -- Network -- Debugging and error handling -- Monitoring -- Executing the Lambda function -- Creating Lambda triggers -- Serverless RESTful API -- AWS Lambda interaction with theAWS CLI -- Installing the AWS CLI -- Configuring the AWS CLI -- Configuring Lambda function with the AWS CLI -- Creating a Lambda function -- Invoking the function -- Create-event-source-mapping -- Summary -- Questions -- Chapter 2: Getting Started with Zappa -- Technical requirements -- Hardware -- Software -- What is Zappa? …”
    Libro electrónico
  10. 121950
    Publicado 2018
    Tabla de Contenidos: “…-- Understanding TDD -- Red-Green-Refactor -- Speed is the key -- It's not about testing -- Testing -- Black-box testing -- White-box testing -- The difference between quality checking and quality assurance -- Better tests -- Mocking -- Executable documentation -- No debugging -- Summary -- Chapter 2: Tools, Frameworks, and Environments -- Git -- Virtual machines -- Vagrant -- Docker -- Build tools -- The integrated development environment -- The IDEA demo project -- Unit-testing frameworks -- JUnit -- TestNG -- Hamcrest and AssertJ -- Hamcrest -- AssertJ -- Code coverage tools -- JaCoCo -- Mocking frameworks -- Mockito -- EasyMock -- Extra power for mocks -- User interface testing -- Web-testing frameworks -- Selenium -- Selenide -- Behavior-driven development -- JBehave -- Cucumber -- Summary -- Chapter 3: Red-Green-Refactor - From Failure Through Success until Perfection -- Setting up the environment with Gradle and JUnit -- Setting up Gradle/Java project in IntelliJ IDEA -- The Red-Green-Refactor process -- Writing a test -- Running all the tests and confirming that the last one is failing -- Writing the implementation code -- Running all the tests -- Refactoring -- Repeating -- Tic-Tac-Toe game requirements -- Developing Tic-Tac-Toe -- Requirement 1 - placing pieces -- Test - board boundaries I -- Implementation -- Test - board boundaries II -- Implementation -- Test - occupied spot -- Implementation -- Refactoring -- Requirement 2 - adding two-player support -- Test - X plays first -- Implementation -- Test - O plays right after X -- Implementation -- Test - X plays right after O -- Requirement 3 - adding winning conditions -- Test - by default there's no winner…”
    Libro electrónico
  11. 121951
    Publicado 2018
    Tabla de Contenidos: “…Understanding the various loss functions -- Softmax activation -- Building a more complex network in Keras -- Activation functions -- Optimizers -- Increasing the depth of network -- Impact on change in batch size -- Implementing neural networks in TensorFlow -- Using premade estimators -- Creating custom estimators -- Summary -- Chapter 10: Evaluating Results with TensorBoard -- Setting up TensorBoard -- Overview of summary operations -- Ways to debug the code -- Setting up TensorBoard from TensorFlow -- Summaries from custom estimator -- Summary -- Chapter 11: Optimizing the Model through Hyperparameter Tuning -- The intuition of hyperparameter tuning -- Overview of hyperparameter tuning -- Hyperparameter tuning in Google Cloud -- The model file -- Configuration file -- Setup file -- The __init__ file -- Summary -- Chapter 12: Preventing Overfitting with Regularization -- Intuition of over/under fitting -- Reducing overfitting -- Implementing L2 regularization -- Implementing L1 regularization -- Implementing dropout -- Reducing underfitting -- Summary -- Chapter 13: Beyond Feedforward Networks - CNN and RNN -- Convolutional neural networks -- Convolution layer -- Rectified Linear Units -- Pooling layers -- Fully connected layer -- Structure of a CNN -- TensorFlow overview -- Handwriting Recognition using CNN and TensorFlow -- Run Python code on Google Cloud Shell -- Recurrent neural network -- Fully recurrent neural networks -- Recursive neural networks -- Hopfield recurrent neural networks -- Elman neural networks -- Long short-term memory networks -- Handwriting Recognition using RNN and TensorFlow -- LSTM on Google Cloud Shell -- Summary -- Chapter 14: Time Series with LSTMs -- Introducing time series -- Classical approach to time series -- Estimation of the trend component -- Estimating the seasonality component -- Time series models…”
    Libro electrónico
  12. 121952
    Publicado 2003
    Tabla de Contenidos: “…4.3.2 Setting up the path and classpath variables -- 4.3.3 Compiling and running a JDK sample -- 4.3.4 Compiling and running a toolkit sample with the JDK -- 4.3.5 Packing an application in a jar file -- 4.4 Using WebSphere Studio Application Developer -- 4.4.1 Getting and installing WebSphere Studio Application Developer -- 4.4.2 Creating a project for Sametime development -- 4.4.3 Importing a sample program -- 4.4.4 Running a program -- 4.4.5 Debugging -- 4.4.6 Exporting a program in a JAR file -- 4.4.7 Importing the redbook samples from JAR files -- 4.5 Deploying a server application -- 4.5.1 JavaLauncher -- 4.5.2 Launching the server application -- Part 2 Community Server Toolkit samples -- Chapter 5. …”
    Libro electrónico
  13. 121953
    por OECD
    Publicado 2020
    Tabla de Contenidos: “…-- Chapitre 1 - Implications de TALIS 2018 pour l'action publique -- Professionnalisme des enseignants et des chefs d'établissement -- Le professionnalisme des enseignants, le cadre de référence de TALIS 2018 -- Résultats et recommandations d'action de l'Enquête TALIS -- Attirer et sélectionner des candidats de haut niveau pour la formation des enseignantset la préparation au leadership -- Objectif : suivre la dynamique du corps enseignant pour en accroître la diversité et la motivation -- Objectif : améliorer le prestige de la profession d'enseignant, élément clé de l'attrait de la profession -- Constituer un corps enseignant performant grâce à une formation initiale et continuede qualité -- Objectif : donner une formation initiale de qualité aux futurs enseignants et chefs d'établissement et la compléter par des activités de formation continue -- Objectif : proposer une formation professionnelle continue de qualité, en particulier dans les domainesles plus demandés -- Objectif : lever les barrières au développement professionnel -- Promouvoir l'initiation, le tutorat et la collaboration pour favoriser le développement professionnel des enseignants -- Objectif : offrir aux enseignants débutants et aux chefs d'établissement fraîchement nommés un soutien sur mesure -- Objectif : tirer le meilleur parti du temps des enseignants pour soutenir un enseignement de qualité -- Objectif : favoriser un climat dans l'établissement et en classe propice à l'apprentissage et au bien-être des élèves -- Objectif : instaurer une culture de collaboration dans les établissements -- Objectif : renforcer le tutorat et l'évaluation par les pairs, des caractéristiques essentielles de la profession d'enseignant…”
    Libro electrónico
  14. 121954
    Tabla de Contenidos: “…Comparaison des prix de l'eau destinée à l'agriculture, l'industrie et aux ménages dans certains pays de l'OCDE (fin des années 90 ou début des années 2000) -- Tableau 1.2.3. Mesures visant à rendre plus abordable le coût de l'eau potable -- Tableau 1.2.4. …”
    Libro electrónico
  15. 121955
    Publicado 2018
    Tabla de Contenidos: “…Bundling Stylesheets -- Minifying and Adding Sourcemaps -- More Things webpack Can Do -- Visual Studio 2017 and Build Systems -- The Bundler and Minifier Extension -- The Task Runner Explorer -- IntelliSense for Gulp -- Summary -- Chapter 7: Deploying ASP.NET Core -- The New Hosting Model of ASP.NET Core -- Installing on Internet Information Services On Premise -- Making Sure All Is Well -- Installing AspNetCoreModule -- Publishing Applications via the Command Line -- Creating the Website -- Publishing the Applications via Visual Studio -- Deploying on Azure -- Deploying to Azure from Visual Studio with Web Deploy -- Continuous Deployment to Azure with Git -- Configuring the Azure Web App -- Configuring the Local Repository -- Deploying to Docker Containers -- Installing the Docker Support -- Publishing a Docker Image -- Summary -- Chapter 8: Developing Outside of Windows -- Installing .NET Core on macOS -- Building the First ASP.NET Core App on macOS -- Using dotnet Command-Line Interface -- Using Yeoman -- Visual Studio Code -- Setting It Up -- Development Features in Visual Studio Code -- IntelliSense -- Refactoring -- Errors and Suggestions -- Debugging -- Version Control -- Tasks -- Other Features -- OmniSharp -- Other IDEs -- Using Command-line Tools -- Summary -- Chapter 9: Putting It All Together -- Building a Triathlon Race Results Web Site -- Building the Back-Office Site -- Setting Up Entity Framework -- The Object Model -- The EF Core Context -- Migrations -- Building CRUD Screens -- The Controller -- The View -- Building the Registration Page -- Showing Real-Time Results -- Creating the Angular Client-Side Application -- Building the Web APIs -- Connecting with IoT Devices -- Deploying -- Summary -- Index -- EULA…”
    Libro electrónico
  16. 121956
    Publicado 2023
    Tabla de Contenidos: “…-- Core themes -- Contribution -- Summary -- Chapter 3: Infrastructure and Overview of Technical Architecture -- Hosting Drupal and platform requirements -- Drupal architecture -- Infrastructure technical stack -- Application architecture -- Backend architecture -- Frontend architecture -- Drupal management and operations -- Maintenance -- Operations -- Summary -- Chapter 4: Drupal Community -- Understanding the open-source community -- Drupal.org basics -- Core on Drupal.org -- Core contribution -- Projects on Drupal.org -- Contribution impact -- Other community resources and tools -- Summary -- Chapter 5: What's New in Drupal 10 -- Release methodology -- Platform requirements -- Upgrade considerations -- Major releases -- New to Drupal 10 -- Symfony 6.2 -- CKEditor 5 -- Olivero -- Claro -- Starter kit themes -- Built in Drupal 10 -- Automatic updates -- Recipes -- Decoupled menus -- Project browser -- Summary -- Part 2: Setting up - Installing and Maintaining -- Chapter 6: Bootstrapping, Installing, and Configuring a New Drupal Project -- Establishing a new codebase -- What is Composer? …”
    Libro electrónico
  17. 121957
    Publicado 2017
    Tabla de Contenidos: “…Intro -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Understanding the Serverless Model -- Introducing serverless -- Thinking serverless -- Serverless and PaaS -- IaaS and On-Premises -- The main goals of serverless -- Scalability -- Availability -- Cost efficiency -- The pros and cons of serverless -- Pros -- Reduced operational costs -- Focus on business -- System security -- Continuous delivery -- Microservices friendly -- Cost model -- Cons -- Higher latency -- Constraints -- Hidden inefficiencies -- Vendor dependency -- Debugging difficulties -- Atomic deploys -- Uncertainties -- Use cases -- Static websites -- Lean websites -- Small e-commerce websites -- Temporary websites -- Triggered processing -- Chatbots -- IoT backends -- Scheduled events -- Big Data -- What you should avoid -- Summary -- Chapter 2: Getting Started with AWS -- Amazon Web Services -- Handling user accounts and security -- AWS IAM -- Creating users and groups -- Sign in with a non-root user account -- Amazon Cognito -- Managing AWS resources -- AWS Management Console -- AWS SDKs -- AWS CLI -- AWS CloudFormation -- Amazon CloudWatch -- Frontend services -- Amazon S3 -- Using S3 with the CLI -- Amazon Route 53 -- Amazon CloudFront -- AWS Certificate Manager -- Messaging and notifications -- Amazon SNS -- AWS IoT -- Backend services -- AWS Lambda -- Creating a Lambda function -- Amazon API Gateway -- Expose your Lambda function using API Gateway -- Database services -- Amazon SimpleDB -- Amazon DynamoDB -- The serverless architecture of our online store -- Estimating costs -- Assumptions -- Route 53 pricing -- S3 pricing -- CloudFront pricing -- Certificate Manager pricing -- IAM pricing -- Cognito pricing -- IoT pricing -- SNS pricing -- CloudWatch pricing…”
    Libro electrónico
  18. 121958
    Publicado 2017
    Tabla de Contenidos: “…. -- Template -- Validate the template -- Build the AMI -- There's more... -- Debugging -- Orphaned resources -- Deregistering AMIs -- Other platforms -- Creating security groups -- Getting ready -- How to do it... -- There's more... -- Differences from traditional firewalls -- Creating a load balancer -- How to do it... -- How it works... -- There's more... -- HTTPS/SSL -- Path-based routing -- Chapter 5: Management Tools -- Introduction -- Auditing your AWS account -- How to do it... -- How it works... -- There's more... -- Recommendations with Trusted Advisor -- How to do it... -- How it works... -- There's more... -- Creating e-mail alarms -- How to do it... -- How it works... -- There's more... -- Existing topics -- Other subscriptions -- See also -- Publishing custom metrics in CloudWatch -- Getting ready -- How to do it... -- How it works... -- There's more... -- Cron -- Auto scaling -- Backfilling -- See also -- Creating monitoring dashboards -- Getting ready -- How to do it... -- There's more... -- Widget types -- See also -- Creating a budget -- Getting ready -- How to do it... -- How it works... -- Feeding log files into CloudWatch logs -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 6: Database Services -- Introduction -- Creating a database with automatic failover -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a NAT gateway -- Getting ready -- How to do it... -- How it works... -- See also -- Creating a database read-replica -- Getting ready -- How to do it... -- How it works... -- There's more... -- Promoting a read-replica to master -- Getting ready -- How to do it... -- Creating a one-time database backup -- Getting ready -- How to do it... -- Restoring a database from a snapshot -- Getting ready -- How to do it... -- There's more…”
    Libro electrónico
  19. 121959
    por Institute of Medicine (U.S.).
    Publicado 1990
    Tabla de Contenidos: “…INTERPRETATION OF RESEARCH INVOLVING GESTATIONAL WEIGHT GAIN -- Estimation of Gestational Weight Gain in Research -- Prepregnancy Weight Estimates -- Gestational Duration Estimates -- Determining Final Weight and Rates of Weight Gain -- Including the Fetus in Total Weight Gain -- Comparison of Gestational Weight Gain with Reference Standards -- USES OF GESTATIONAL WEIGHT GAIN IN NUTRITIONAL SURVEILLANCE -- SUMMARY -- CLINICAL IMPLICATIONS -- References -- 5 Total Amount and Pattern of Weight Gain: Physiologic and Maternal Determinants -- NORMS FOR TOTAL GAIN, RATE OF GAIN, AND COMPOSITION OF GAIN -- Pattern and Amount of Gain -- Components of Gain -- Proximate Composition of Gain -- TOTAL WEIGHT GAIN AND PATTERN OF GAIN -- Estimated Normal Rates of Gain -- ADJUSTMENTS IN INTAKE AND UTILIZATION OF ENERGY SOURCES DURING PREGNANCY -- MATERNAL DETERMINANTS OF THE PATTERN AND AMOUNT OF WEIGHT GAIN -- Prepregnancy Weight-for-Height Status -- Maternal Height -- Ethnic Origin -- Age and Parity -- Cigarette Smoking -- Alcohol and Illegal Substances -- Socioeconomic Status -- Work or Physical Activity -- CONCLUSIONS AND RECOMMENDATIONS -- CLINICAL IMPLICATIONS -- References -- 6 Body Composition Changes During Pregnancy -- STANDARD METHODS -- Total Body Water -- Underwater Weighing -- Total Body Potassium -- SKINFOLD THICKNESS MEASUREMENT -- DIRECT COMPARISONS OF SKINFOLD THICKNESS MEASUREMENTS -- RESULTS OF STUDIES -- Total Body Water -- Body Density (by Underwater Weighing) -- Total Body Potassium -- Skinfold Thicknesses -- SUMMARY -- References -- 7 Energy Requirements, Energy Intake, and Associated Weight Gain during Pregnancy -- RELATIONSHIP BETWEEN ENERGY INTAKE AND GESTATIONAL WEIGHT GAIN -- STUDIES OF ENERGY SUPPLEMENTATION DURING PREGNANCY -- Supplementation Studies of Pregnant Women in Developing Countries -- Guatemala -- Colombia -- Taiwan…”
    Libro electrónico
  20. 121960
    Publicado 2002
    Tabla de Contenidos:
    Libro electrónico