Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 317
- Application software 284
- Web site development 198
- Engineering & Applied Sciences 185
- Management 153
- Computer programs 152
- Web sites 137
- Computer Science 134
- Computer networks 134
- Design 125
- Examinations 124
- Data processing 121
- Security measures 115
- Machine learning 114
- Python (Computer program language) 114
- Microsoft .NET Framework 106
- Cloud computing 102
- Computer software 102
- Java (Computer program language) 100
- Computer programming 98
- Software engineering 95
- Artificial intelligence 89
- Database management 89
- JavaScript (Computer program language) 89
- Computer security 82
- Certification 81
- Data mining 75
- Web applications 75
- Internet programming 73
- Electronic data processing personnel 70
-
941por Schönbaumsfeld, Genia, 1973-Tabla de Contenidos: “…Introduction: Dissolution, not Refutation 1: The 'Default View' of Perceptual Reasons and 'Closure-Based' Sceptical Arguments 2: Forms of 'Envatment': 'Local' and 'Global' 3: Radical Scepticism and Private Language 4: The Incoherence of Global Validation 5: Realism without Empiricism Conclusion: The End of a Scandal…”
Publicado 2016
Libro -
942Publicado 2019Tabla de Contenidos: “…Discovering cause & effect -- Ethics & famous experiments in history -- Theory, literature & hypotheses -- Types of experiments -- Internal & external validity -- Factorial designs -- Random assignment -- Sampling & effects sizes -- Stimuli & manipulation checks -- Instruments & measurement -- The irb & conducting ethical experiments -- Glossary -- Bibliography -- Index…”
Libro -
943Publicado 2014Tabla de Contenidos: “…Using JSR 349, spring framework, and hibernate validator for bean validation 17. Creating restful and soap web services ..…”
Libro -
944Publicado 2014Tabla de Contenidos: “…Cover; Title Page; Copyright Page; Table of Contents; Introduction; Chapter 1: A New Model for Results; Chapter 2: Performance Consulting; Chapter 3: Closing the Performance Gap; Chapter 4: Getting Real Value from Analysis; Chapter 5: Connecting Objectives to Measurement; Chapter 6: The Blueprint Meeting; Chapter 7: Validate your Strategies with a Prototype; Chapter 8: Designing for the Classroom-Virtual and Live; Chapter 9: Designing for E-Learning; Chapter 10: Designing for Performance Support and M-Learning; Chapter 11: Validating Success with a Field Test…”
Libro electrónico -
945por Lukaszewski, AlbertTabla de Contenidos: “….; Passing an insertion through MySQL for Python; Setting up the preliminaries; A simple INSERT statement; More complex INSERT commands; Using user-defined variables; Using metadata; Querying the database for its structure; Retrieving the table structure; Changing insertion values dynamically; Validating the value of name; Validating the value of price; Querying the user for a correction; Passing fish and price for validation; Essentials: close and commit; In need of some closure…”
Publicado 2010
Libro electrónico -
946por Revill, LeonTabla de Contenidos: “…Adding credit card number validationAdding date validation; Adding e-mail address validation; Implementing live form validation; Adding a password strength indicator; Adding anti-spam measures; Implementing input character restrictions; Chapter 6: User Interface; Introduction; Manipulating element CSS; Creating a news ticker; Creating sticky elements; Implementing smooth scrolling; Creating a dynamic table of contents; Creating a basic drag-and-drop functionality; Creating a dynamic animated tree menu; Creating an accordion content slider; Creating tabbed content; Creating a modal pop up…”
Publicado 2014
Libro electrónico -
947por Perry, Bruce W.Tabla de Contenidos: “…Validate Credit Card Security Codes; 27. Validate a Postal Code; 4. …”
Publicado 2006
Libro electrónico -
948por Kosev, GorgiTabla de Contenidos: “…Creating autocomplete for input -- Creating a custom single-selection list -- Creating a multiple selection list -- Geographic location input using maps -- Chapter 6: Data Validation -- Introduction -- Validating text by length -- Validating numbers by range -- Using the built-in pattern validation -- Advanced use of built-in constraints and custom validations -- Calculating password strength -- Validating US zip codes -- Using asynchronous server-side validation -- Combining client-side and server-side validation -- Chapter 7: Data Serialization -- Introduction -- Deserializing JSON to JavaScript objects -- Serializing objects to JSON string -- Decoding base64 encoded binary data -- Encoding binary data or text into base64 -- Serializing binary data into JSON -- Serializing and deserializing cookies -- Serializing a form into request strings -- Reading XML documents with DOMParser -- Serialization of XML document at the client side -- Chapter 8: Communicating With Servers -- Creating an HTTP GET request to fetch JSON -- Creating a request with custom headers -- Versioning your API -- Fetching JSON data with JSONP -- Reading XML data from server -- Using the FormData interface -- Posting a binary file to the server -- Creating an SSL connection with Node.js -- Making real-time updates with Ajax Push -- Exchanging real-time messages using WebSockets -- Chapter 9: Client-side templates -- Introduction -- Rendering objects using Handlebars -- Rendering objects using EJS -- Rendering objects using Jade -- Rendering arrays using Handlebars -- Rendering arrays using EJS -- Rendering arrays using Jade -- Simplifying templates with helpers in Handlebars -- Reusing templates with partials in Handlebars -- Reusing templates with partials in EJS -- Using filters in Jade -- Using mixins in Jade -- Using layouts and blocks in Jade…”
Publicado 2013
Libro electrónico -
949por Rossberg, Joachim, 1967-Tabla de Contenidos: “…Building (developer practices) -- pt. 5. Validating (software testing) -- pt. 6. Releasing -- pt. 7. …”
Publicado 2012
Libro electrónico -
950por Sud, Kanika. authorTabla de Contenidos: “…Building on the Basics: Validation, Authentication, and Plugins -- 6. Database Connectivity -- 7. …”
Publicado 2020
Libro electrónico -
951Publicado 2010Tabla de Contenidos: “…Examining the Web Controls Designed for Displaying Text -- Using the Literal Web Control -- Using the Label Web Control -- Q&A -- Workshop -- Part II: Collecting and Processing User Input -- HOUR 9: Web Form Basics -- Gathering User Input in an HTML Web Page -- Dissecting ASP.NET Web Forms -- Q&A -- Workshop -- HOUR 10: Using Text Boxes to Collect Input -- Learning About the TextBox Web Control Basics -- Creating Multiline and Password Text Boxes -- Examining the TextBox Web Control's Properties -- Q&A -- Workshop -- HOUR 11: Collecting Input Using Drop-Down Lists, Radio Buttons, and Check Boxes -- Examining the Different Types of User Input Classifications -- Examining the DropDownList Web Control -- Selecting One Option from a List of Suitable Choices with RadioButton Web Controls -- Using the CheckBox Web Control -- Q&A -- Workshop -- HOUR 12: Validating User Input with Validation Controls -- Examining the Need for User Input Validation -- Validating User Input in an ASP.NET Page -- Examining the RequiredFieldValidator Validation Control -- Examining the CompareValidator -- Using the RangeValidator -- Validating Input with the RegularExpressionValidator -- Formatting Properties for the Validation Web Controls -- A Look at the Remaining Validation Controls -- Q&A -- Workshop -- Part III: Working with Databases -- HOUR 13: Introducing Databases -- Examining Database Fundamentals -- Storing Structured Data -- Creating a New Database -- Creating Database Tables -- Adding Data to the Books Table -- Q&A -- Workshop -- HOUR 14: Accessing Data with the Data Source Web Controls -- Examining the Data Source Controls -- A Look at SQL, the Language of Databases -- Delving into the SQL SELECT Statement -- Filtering and Sorting Data from the SqlDataSource Control's Wizard -- Q&A -- Workshop -- HOUR 15: Displaying Data with the Data Web Controls…”
Libro electrónico -
952por Sharma, Rajiv KumarTabla de Contenidos: “…Cover -- Half Title -- Title Page -- Copyright Page -- Table of Contents -- Preface -- Acknowledgements -- About the Author -- 1 Offshore Outsourcing, Its Types, Benefits and Risk Categories -- 1.1 Introduction -- 1.2 Offshore Outsourcing -- 1.3 Types of Offshore Outsourcing -- 1.3.1 Business Process Outsourcing -- 1.3.2 Infrastructure and Technology Outsourcing -- 1.3.3 Software Outsourcing -- 1.4 Benefits of Offshore Outsourcing -- 1.4.1 Cost Savings -- 1.4.2 Access to Specialized Expertise -- 1.4.3 Round-the-Clock Availability -- 1.4.4 Focus on Core Competencies -- 1.5 Offshore Outsourcing Risk Categories -- 1.5.1 Political Risk -- 1.5.2 Risk Due to Cultural Differences -- 1.5.3 Opportunistic Behaviour Risk -- 1.5.4 Intellectual Property Infringement Risk -- 1.5.5 Financial Risk -- 1.5.6 Organization Structural Risk -- 1.5.7 Operational Risk -- 1.5.8 Cybersecurity Risk -- 1.6 Conclusion -- Suggested Readings -- 2 Qualitative Structural Models for Various Offshore Outsourcing Risks -- 2.1 Introduction -- 2.1.1 MICMAC Analysis -- 2.2 Political Risk and Its Determinants -- 2.2.1 Qualitative Structural Model -- 2.2.2 Model Analysis and Validation -- 2.3 Risk Due to Cultural Differences and Its Determinants -- 2.3.1 Hierarchical Structural Model -- 2.3.2 Model Analysis and Validation -- 2.4 Opportunistic Behaviour Risk and Its Determinants -- 2.4.1 Qualitative Structural Model -- 2.4.2 Model Analysis and Validation -- 2.5 Intellectual Property Infringement Risk and Its Determinants -- 2.5.1 Qualitative Structural Model -- 2.5.2 Model Analysis and Validation -- 2.6 Financial Risk and Its Determinants -- 2.6.1 Qualitative Structural Model -- 2.6.2 Model Analysis and Validation -- 2.7 Organization Structural Risk and Its Determinants -- 2.7.1 Qualitative Structural Model -- 2.7.2 Model Analysis and Validation…”
Publicado 2024
Libro electrónico -
953por Besio, Serenella, author, Bulgarelli, Daniela, author, Stancheva-Popkostadinova, Vaska, authorTabla de Contenidos: “…Frontmatter -- Contents -- Introduction -- Foreword -- 1 Evaluation tools: notes on definition, reliability, validity and administration -- 2 The evaluation of play from occupational therapy and psychology perspectives -- 3 Review of tools for play and play-based assessment -- 4 Play assessment tools and methodologies: the view of practitioners -- Authors' biography…”
Publicado 2018
Libro electrónico -
954Publicado 2018Tabla de Contenidos: “…Citizenship and a social contract : the drafting of the 1936 Constitution -- Daily life in Kirov in the 1930's -- Local realities : the implementation of the discussion of the draft constitution --Validators of Socialist victory : the discussion in the local press -- Popular voices : interpreting citizens' rights and duties -- Integration, exclusion, and accountability -- The constitution, the 1937 elections, and repression…”
Libro electrónico -
955por Singh, Neeraj Kumar. author, Muthukrishnan, Porselvan. author, Sanpini, Satyanarayana. authorTabla de Contenidos: “…Chapter 1: Introduction -- Chapter 2: Drone System Design Flow -- Chapter 3: Key Ingredients Selection Considerations -- Chapter 4: Drone Hardware Development -- Chapter 5: System Assembly, Bring Up and Validation -- Chapter 6: Software Development -- Chapter 7: Drone Product Certification…”
Publicado 2019
Libro electrónico -
956Publicado 2011Tabla de Contenidos: “…L'ironie dans l'oeuvre -- Scéne et mise en scéne ironiques -- Langages et citation : le travail de combinaison des voix -- Oralité et écriture ironique : la place de la voix du personnage -- Entre "Sátura et Humorismo" : la place de l'ironie clarienne -- La lecture ironique -- Le créateur ironique : démiurge et joueur -- Conclusion : Liens et libertés ironiques…”
Libro electrónico -
957Publicado 1997Tabla de Contenidos: “…. -- INTRODUCTION -- BACKGROUND -- RFP STATEMENT OF WORK -- SUPPLEMENTAL INFORMATION -- BACKGROUND ON METHODS -- Epidemiologic Study Designs -- Past Exposure Assessment -- AVAILABLE DATA -- POTENTIAL APPROACHES -- VALIDATION OF EXPOSURE ASSESSMENT APPROACHES -- EVALUATION CRITERIA -- Context (10%) -- Technical Merit (35%) -- Feasibility and Validation (25%) -- Personnel and Experience (20%) -- Cost and Timeline (10%) -- RESEARCH PRODUCTS -- REFERENCES -- APPENDIX The Assessment of Exposure to Herbicides Among Vietnam Veterans: A Review and Recommendations for Future Studies -- ABSTRACT -- INTRODUCTION -- HERBICIDE USE IN VIETNAM -- The Military Experience in Vietnam -- Military Use of Herbicides in Vietnam -- Operation Ranch Hand -- Non-Ranch Hand Spraying of Herbicides -- Geographical Distribution of Herbicide Sprays -- EXPOSURE ASSESSMENT IN STUDIES OF VIETNAM VETERANS -- Self-Reports -- Records-Based Measures -- Vietnam Service -- Branch of Service -- Combat Experience -- Military Occupation -- NEW APPROACHES TO EXPOSURE ASSESSMENT FROM OCCUPATIONAL EPIDEMIOLOGY AND INDUSTRIAL HYGIENE -- RECONSTRUCTING ESTIMATED EXPOSURE FROM TROOP LOCATION AND HERBICIDESPRAY DATA -- Records-Based Measures -- The CDC Exposure Opportunity Index -- The CDC Agent Orange Study -- The Stellmans' Study -- Ranch Hand Exposure Index -- Biomarkers of Exposure in Vietnam -- Biomarkers for TCDD -- Other Dioxin Congeners -- Chloracne as a Biomarker -- CDC Agent Orange Validation Study -- CONCLUSIONS AND RECOMMENDATIONS -- Development of the Exposure Reconstruction Model -- Evaluation of the Exposure Reconstruction Model -- REFERENCES…”
Libro electrónico -
958por Reitz, Jeffrey G.Tabla de Contenidos: “…Assessing Multiculturalism as a Behavioural Theory -- Ethnic Group Ties, Inter-group Threat, and Ethnic Self-identity -- Discrimination, Ethnic Group Belonging, and Well-Being -- Inequalities and Patterns of Social Attachments in Quebec and the Rest of Canada -- Racial Inequality and Social Integration -- Behavioural Precepts of Multiculturalism: Empirical Validity and Policy Implications…”
Publicado 2009
Libro electrónico -
959Publicado 2014Tabla de Contenidos: “…The innovator's method -- Leadership in the age of uncertainty -- Insight : savor surprises -- Problem : discover the job-to-be-done -- Solution : prototype the minimum "awesome" product -- Business model : validate the go-to-market strategy -- Master the pivot -- Scale it -- Making the innovator's method work for you -- Turn uncertainty into opportunity -- Appendix. …”
Libro electrónico -
960por Weirich, StephanieTabla de Contenidos: “…Quantum Programming / Domain-Specific Languages -- Circuit Width Estimation via Effect Typing and Linear Dependency -- On the Hardness of Analyzing Quantum Programs Quantitatively -- Reconciling Partial and Local Invertibility -- Efficient Matching with Memorization for Regexes with Look-around and Atomic Grouping -- Verification -- A Denotational Approach to Release/Acquire Concurrency -- Intel PMDK Transactions: Specification, Validation and Concurrency -- Artifact report: Intel PMDK Transactions: Specification, Validation and Concurrency -- Verifying Persistent Libraries -- Hyperproperty Verification as CHC Satisfiability -- Program Analysis -- Maximal Quantified Precondition Synthesis for Linear Array Loops -- Verified Inlining and Specialisation for PureCake -- Suspension Analysis and Selective Continuation-Passing Style for Universal Probabilistic Programming Languages -- Higher-Order LCTRSs andTheir Termination -- Abstract Interpretation A Modular Soundness Theory for the Blackboard Analysis Architecture -- Detection of Uncaught Exceptions in Functional Programs by Abstract Interpretation -- Formalizing Date Arithmetic and Statically Detecting Ambiguities for the Law …”
Publicado 2024
Libro electrónico