Mostrando 21 - 40 Resultados de 42 Para Buscar '"Flaked"', tiempo de consulta: 0.06s Limitar resultados
  1. 21
    Publicado 2011
    Tabla de Contenidos: “…Christianity and the American nation -- Christianity, national identity, and the contours of religious pluralism / Tracy Fessenden -- Beyond church and sect : Christian movements for social reform / Dan McKanan -- Shifting sacrifices : Christians, war, and peace in America / Jon Pahl -- Women, Christianity, and the Constitution / Ann Braude -- An enduring contest : American Christianities and the state / Kathleen Flake…”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  2. 22
    por Kuehni, Rolf G.
    Publicado 2012
    Tabla de Contenidos: “…References7: Calculating Color; Modeling Global Color Space; Small Color Differences; References; 8: Colorants and Their Mixture; Dyes; Pigments; Colorimetric Properties of Colorants; Colorant Mixtures; Special Colorants; Fluorescent Colorants; Metallic, Pearlescent, and Interference Flakes; References; 9: Color Reproduction; Basic Processes in Color Reproduction; Color Television and Other Displays; Graphic Printing; Dyeing and Printing of Textiles and Paper, Coloring with Pigments and Paints, and other Coloration Techniques; Color Management; Colorant Formulation and Color Control…”
    Libro electrónico
  3. 23
    Publicado 2016
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: QlikView Essentials; QlikView components; QlikView installation; Getting started; The development life cycle of QlikView implementations; About Adventure Works; User requirements; Analyze data model/data sources; Star schema and snow flake schema; QlikView development setup; Summary; Chapter 2: Extract, Transform, and Load; Configuring settings; Scripting essentials; Connecting to the database; Loading the OrderHeader Table; Loading the OrderDetail table…”
    Libro electrónico
  4. 24
    por Kriegel, Alex
    Publicado 2011
    Tabla de Contenidos: “…Basics of Relational Database DesignSpecifying Constraints; Selecting a Flavor For Your Data Model; Data Warehouses and Data Marts; Star and Snow flake Schemas; What Could and Does Go Wrong; Working with Multiple Tables; JOIN Syntax; UNION Operator; Dynamic SQL; Ultimate Flexibility, Potential Problems; Summary; CHAPTER 4: OVERCOMING THE LIMITATIONS OF SQL; In Numbers, Strength; Building Character; "X" Marks the Spot: Finding the Position of a Character in a String; CHARINDEX; CHAR; SUBSTRING; LENGTH; TRIM, LTRIM, and RTRIM; Date and Time Functions; What Time Is It?…”
    Libro electrónico
  5. 25
    Publicado 2019
    Tabla de Contenidos: “…Running Particular Tests -- Running Tests in Parallel -- Creating Objects Used in Tests with Fixtures -- Running Test Scenarios -- Controlled Tests Using Mocking -- Revealing Untested Code with coverage -- Virtual Environments -- Setting Up a Virtual Environment -- Using virtualenv with tox -- Re-creating an Environment -- Using Different Python Versions -- Integrating Other Tests -- Testing Policy -- Robert Collins on Testing -- Chapter 7: Methods and Decorators -- Decorators and When to Use Them -- Creating Decorators -- Writing Decorators -- Stacking Decorators -- Writing Class Decorators -- How Methods Work in Python -- Static Methods -- Class Methods -- Abstract Methods -- Mixing Static, Class, and Abstract Methods -- Putting Implementations in Abstract Methods -- The Truth About super -- Summary -- Chapter 8: Functional Programming -- Creating Pure Functions -- Generators -- Creating a Generator -- Returning and Passing Values with yield -- Inspecting Generators -- List Comprehensions -- Functional Functions Functioning -- Applying Functions to Items with map() -- Filtering Lists with filter() -- Getting Indexes with enumerate() -- Sorting a List with sorted() -- Finding Items That Satisfy Conditions with any() and all() -- Combining Lists with zip() -- A Common Problem Solved -- Useful itertools Functions -- Summary -- Chapter 9: The Abstract Syntax Tree, Hy, and Lisp-like Attributes -- Looking at the AST -- Writing a Program Using the AST -- The AST Objects -- Walking Through an AST -- Extending flake8 with AST Checks -- Writing the Class -- Ignoring Irrelevant Code -- Checking for the Correct Decorator -- Looking for self -- A Quick Introduction to Hy -- Summary -- Paul Tagliamonte on the AST and Hy -- Chapter 10: Performances and Optimizations -- Data Structures -- Understanding Behavior Through Profiling -- cProfile…”
    Libro electrónico
  6. 26
    Publicado 2019
    Tabla de Contenidos: “…ANALYSIS FOR ASEAN 5 -- THE INFLUENCE OF DOMAIN KNOWLEDGE AND CLIENT'S REPORTING STRATEGY ON TAX CONSULTANT'S DECISION -- THE ROLE OF INVESTMENTS ON PHARMACEUTICAL COMPANY PERFORMANCE THAT WAS MEDIATED WITH ADVERTISING, RAW MATERIAL, TRAINING AND NUMBER OF LABORS -- MICRO AND SMALL BUSINESS DEVELOPMENT THROUGH INNOVATION AND BUSINESS RISK ADJUSTMENT TOWARD DIGITAL BUSINESS WITH ICT ADOPTION -- DATA MINING APPROACH FOR PREDICTION OF RICE PRODUCTION USING BACKPROPAGATION ARTIFICIAL NEURAL NETWORK METHOD -- LAMPUNG PROVINCE E-COMMERCE POTENTIAL IN FACING IMT-GT 2020 -- THE INFLUENCE OF THE PROVISION OF PEOPLE'S BUSINESS CREDIT (KUR) ON THE INCOME OF UMKM ENTREPRENEURS IN SOLOK SELATAN DISTRICT -- DEVELOPMENT OF WEB AND MOBILE GIS APPLICATION OF DISASTER IN PADANG TO SUPPORT TOURISM OF WEST SUMATRA PROVINCE -- THE READINESS OF PEOPLE IN BORDER AREA IN FACING THE ASEAN ECONOMIC COMMUNITY IN BERAKIT VILLAGE, TELUK SEBONG SUB-DISTRICT, BINTAN REGENCY, KEPULAUAN RIAU PROVINCE -- DEVELOPING WEBGIS FOR BUILDINGS IN NAGARI KOTO GADANG, AGAM REGENCY, WEST SUMATRA PROVINCE -- ORGANOLEPTIC AND CRISPNESS OF PURPLE SWEET POTATO, SOYBEAN FLOUR, AND REDKIDNEY BEAN FLOUR FLAKES -- THE COMPARATIVE ANALYSIS OF COMPANY PERFORMANCE BEFORE AND AFTER THE ADOPTION OF IT GOVERNANCE (CASE STUDY ON MANUFACTURING AND MINING LISTED COMPANIES IN IDX) -- ASEAN COOPERATION ON ENVIRONMENTALLY SUSTAINABLE CITIES: IMPLICATIONS FOR DEVELOPMENT IN PALEMBANG (SOUTH SUMATERA) -- THE POTENTIAL OF ASEAN IN ASEAN PLUS THREE ECONOMIC COOPERATION -- THE IMPACT OF ASEAN ECONOMIC COMMUNITY CASE STUDY THE FISHERMEN IN BELAWAN -- LITERATURE STUDY ABOUT HALF RUBBER TREATMENT PROCESSING BY VILLAGE OWNED ENTERPRISES AS EMPOWERMENT IN INCREASING RUBBER FARMERS INCOME IN RURAL -- THE IMPACT OF FINANCIAL TECHNOLOGY (FINTECH) ON ACCOUNTING EDUCATION AND PRACTICIONER IN WEST SUMATERA -- THE CONCEPT OF SHARIA INSURANCE ARRANGEMENT IN ASEAN COUNTRIES (COMPARISON OF MALAYSIAN AND INDONESIAN ARRANGEMENT CONCEPTS) -- III. …”
    Libro electrónico
  7. 27
    Publicado 2018
    Tabla de Contenidos: “…. -- Using Pylint to check your code -- Using Flake8 to check your code -- Chapter 9: Advanced Server-Side Development Techniques -- Introduction -- Changing the user performing an action -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Calling a method with a modified context -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Executing raw SQL queries -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing a wizard to guide the user -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using the context to compute default values -- Wizards and code reuse -- Redirecting the user -- Defining onchange methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- Calling onchange methods on the server side -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Defining a model based on a SQL view -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 10: Backend Views -- Introduction -- Adding a menu item and window action -- How to do it... -- How it works... -- There's more... -- See also -- Having an action open a specific view -- How to do it... -- How it works... -- ir.actions.act_window.view…”
    Libro electrónico
  8. 28
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- A note on skills required -- Chapter 1: Project Zero: A Template for Other Projects -- On quality -- More Reading on Quality -- Suggested project sprints -- Inception -- Elaboration, part 1: define done -- Elaboration, part 2: define components and tests -- Construction -- Transition -- List of deliverables -- Development tool installation -- Project 0 - Hello World with test cases -- Description -- Approach -- Deliverables -- The pyproject.toml project file -- The docs directory -- The tests/features/hello_world.feature file -- The tests/steps/hw_cli.py module -- The tests/environment.py file -- The tests/test_hw.py unit tests -- The src/tox.ini file -- The src/hello_world.py file -- Definition of done -- Summary -- Extras -- Static analysis - mypy, flake8 -- CLI features -- Logging -- Cookiecutter -- Chapter 2: Overview of the Projects -- General data acquisition -- Acquisition via Extract -- Inspection -- Clean, validate, standardize, and persist -- Summarize and analyze -- Statistical modeling -- Data contracts -- Summary -- Chapter 3: Project 1.1: Data Acquisition Base Application -- Description -- User experience -- About the source data -- About the output data -- Architectural approach -- Class design -- Design principles -- Functional design -- Deliverables -- Acceptance tests -- Additional acceptance scenarios -- Unit tests -- Unit testing the model -- Unit testing the PairBuilder class hierarchy -- Unit testing the remaining components -- Summary -- Extras -- Logging enhancements -- Configuration extensions -- Data subsets -- Another example data source -- Chapter 4: Data Acquisition Features: Web APIs and Scraping -- Project 1.2: Acquire data from a web service -- Description -- The Kaggle API -- About the source data -- Approach…”
    Libro electrónico
  9. 29
    Libro
  10. 30
    Libro
  11. 31
    Libro
  12. 32
    Publicado 2021
    “…Throughout Egypt’s long history, pottery sherds and flakes of limestone were commonly used for drawings and short-form texts in a number of languages. …”
    Libro electrónico
  13. 33
    Publicado 2017
    “…The progress of the industry is being affected from the incertitude generated by the multitudinous names used, coupled with lack of clarity and standardization in the definitions for carbonaceous nanomaterials, such as graphene, graphene oxide, nanographene, nanographene flakes, nanographite flakes, graphene nanoribbons, single-layer graphene, few-layer graphene, nanographite, nanotubes, nanofibers. …”
    Libro electrónico
  14. 34
    Publicado 1967
    “…Considering that we still want our corn flakes, pork chops (corn feeds hogs), and cooking oil, any realistic level of crop consumption for fuels would do virtually nothing to end U.S. dependence on foreign oil…”
    Libro electrónico
  15. 35
    “…The lithic assemblage of level CA demonstrates the presence of the production of Levallois flakes and another for the production of blades. The functional analysis have shown that both flake and blade reduction technologies are associated with the specific tool functions…”
    Electrónico
  16. 36
    Publicado 2018
    “…Never miss another big deadline, never flake on an important meeting, never be late to an appointment again. …”
    Grabación musical
  17. 37
    Publicado 2016
    “…Enjoy a front-row view for each of the conference's 46 sessions, 6 tutorials, and 7 keynotes Hear from 65 of the top IT security experts from Europe and around the world Watch detailed tutorials on Docker/container security, bot attacks, network forensics, and more Listen to Google’s Thomas Dullien (aka Halvar Flake) on how to re-architect a defendable Internet Take in practical GDPR-compliance strategies from Chiara Rustici and Steve Touw (Immuta) Hear Dyn’s Phil Stanhope describe the DDoS attack on Dyn and the counter-measures to repel it Watch Don Bailey (Lab Mouse Security) on the must-have processes for defeating IoT attacks Learn about the value of DNS in cyber investigations from Merike Kaeo (Farsight Security) Hear the latest on security tools like PAL, rkt, Inspec, Apache Drill, Rudder, and Macaroons Learn the best practices for spreading security consciousness throughout the enterprise…”
    Video
  18. 38
    Publicado 2016
    “…Chapter 7 presents the results of experimental investigations on the visibility of exfoliated TMD and black phosphorus flakes. The following three chapters are devoted to the simulation of advanced graphene transistors: Chapter 8 deals with the effects of band-to-band tunneling and edge roughness on the behavior of graphene nanoribbon MOSFETs. …”
    Libro electrónico
  19. 39
    Publicado 2018
    “…Never miss another big deadline, never flake on an important meeting, never be late to an appointment again. …”
    Libro electrónico
  20. 40
    Publicado 2005
    “…Peter Szor is one of the best virus analysts in the world and has the perfect credentials to write this book." —Halvar Flake, Reverse Engineer, SABRE Security GmbH Symantec's chief antivirus researcher has written the definitive guide to contemporary virus threats, defense techniques, and analysis tools. …”
    Libro electrónico