Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 13,641
- History 5,765
- Biblia 5,721
- Crítica e interpretación 3,870
- Filosofía 3,824
- Iglesia Católica 3,255
- Biografías 2,457
- Teología 2,329
- Colecciones 1,675
- Philosophy 1,675
- Management 1,554
- Education 1,439
- Development 1,437
- Engineering & Applied Sciences 1,316
- Descripción y viajes 1,305
- Història 1,258
- Historia y crítica 1,213
- Jesucristo 1,210
- Social aspects 1,183
- Application software 1,180
- Teología dogmática 1,108
- Derecho canónico 1,103
- Derecho 1,049
- Política y gobierno 1,042
- Catequesis 1,016
- Cristianismo 1,012
- Liturgia 990
- History and criticism 973
- Moral cristiana 970
- Business & Economics 952
-
342561Publicado 2024Tabla de Contenidos: “…-- Taking damage - IDamage interface -- ProjectileDamage component -- Healing - IHeal interface -- Controlling what damages/heals what -- Updating the player and enemy to use health -- Assigning the object with health - IHaveHealth interface -- Process changes to health -- Enemy wave spawner -- Creating the enemy spawner Prefab -- Integrating spawning with patrol behavior -- Summary -- Chapter 9: Completing the Adventure Game -- Technical requirements -- Creating an event system in C# to tie things together loosely -- The new event system -- Systems GameObject -- Creating a quest system for a collecting keys mission -- The quest system -- Script Execution Order -- The quest -- Collecting keys -- Solving the key puzzle and winning the game -- Sliding tile puzzle -- Winning -- Timeline -- Summary -- Part 4: 3D Game Design -- Chapter 10: Creating a 3D First Person Shooter (FPS)…”
Libro electrónico -
342562Publicado 2014Tabla de Contenidos: “…Using the UNPIVOT Clause -- Performing Top-N Queries -- Using the FETCH FIRST Clause -- Using the OFFSET Clause -- Using the PERCENT Clause -- Using the WITH TIES Clause -- Finding Patterns in Data -- Finding V-Shaped Data Patterns in the all_sales2 Table -- Finding W-Shaped Data Patterns in the all_sales3 Table -- Finding V-Shaped Data Patterns in the all_sales3 Table -- Summary -- Chapter 9: Changing Table Contents -- Adding Rows Using the INSERT Statement -- Omitting the Column List -- Specifying a Null Value for a Column -- Including Quote Marks in a Column Value -- Copying Rows from One Table to Another -- Modifying Rows Using the UPDATE Statement -- Returning an Aggregate Function Value Using the RETURNING Clause -- Removing Rows Using the DELETE Statement -- Database Integrity -- Enforcement of Primary Key Constraints -- Enforcement of Foreign Key Constraints -- Using Default Values -- Merging Rows Using MERGE -- Database Transactions -- Committing and Rolling Back a Transaction -- Starting and Ending a Transaction -- Savepoints -- ACID Transaction Properties -- Concurrent Transactions -- Transaction Locking -- Transaction Isolation Levels -- A SERIALIZABLE Transaction Example -- Query Flashbacks -- Granting the Privilege for Using Flashbacks -- Time Query Flashbacks -- System Change Number Query Flashbacks -- Summary -- Chapter 10: Users, Privileges and Roles -- A Very Short Introduction to Database Storage -- Users -- Creating a User -- Changing a User's Password -- Deleting a User -- System Privileges -- Granting System Privileges to a User -- Checking System Privileges Granted to a User -- Making Use of System Privileges -- Revoking System Privileges from a User -- Object Privileges -- Granting Object Privileges to a User -- Checking Object Privileges Made -- Checking Object Privileges Received -- Making Use of Object Privileges…”
Libro electrónico -
342563Publicado 2014Tabla de Contenidos: “…Interval-Reference Partitioning -- Cascade Functionality -- Partition Maintenance Operations on Multiple Partitions -- Partial Indexes -- Creating Partitions With or Without Indexing -- Partial Indexing of Partitions Within a Partitioned Table -- Global Index Maintenance -- Automatic Global Statistics -- End of Line -- Chapter 8: Business Intelligence and Data Warehousing -- Advanced Analytics -- New Algorithms -- Search Capabilities -- Prediction Detail Functions -- OLAP -- Information Lifecycle Management -- In-Database Archiving and Temporal Validity -- Automatic Data Optimization -- Compression -- Temporal History -- In-Database Archiving, Temporal Validity, and Temporal History -- Performance Enhancements -- End of Line -- Chapter 9: Security New Features -- Auditing -- Changes in the SGA -- Separation of Duties -- Basic Audit Information -- Extended Audit Information -- Privilege Analysis -- Privilege Analysis Overview -- Privilege Analysis Example -- Data Redaction -- Data Redaction Scenario -- Miscellaneous Security Improvements -- Mixing and Matching Security Features -- End of Line -- Chapter 10: Oracle Database 12c Manageability New Features -- Online Operations -- Enhanced Online DDL Capabilities -- Lock Timeout Available for Online Redefinitions -- Move a Datafile Online -- Single Command to Redefine Certain Table or Partition Storage-Related Definitions -- Support for Redefinition of Tables with VPD Policies -- Database Monitoring and Administration -- Oracle Enterprise Manager Database Express -- Real-Time Database Operations Monitoring -- Real-Time ADDM Monitoring -- Miscellaneous Manageability Features -- PGA Size Limits -- New Administrator Privileges -- Real Application Testing Changes -- End of Line -- Chapter 11: Oracle Database 12c Performance New Features -- Statistics-Related New Features -- Automatic Column Group Detection…”
Libro electrónico -
342564por Viscardi, StaciaTabla de Contenidos: “…-- Immunity to change -- Face it, Scrum might not be for your organization -- Summary -- Recommended reading -- 10. Scrum - Large and Small -- Scrum stops the resource shell game -- Small Scrum -- Big programs, small Scrum -- When Scrum gets big-dysfunction or constraint? …”
Publicado 2013
Libro electrónico -
342565por Lucas, Michael, 1967-Tabla de Contenidos: “…Vnodes -- Common Foreign Filesystems -- MS-DOS -- NTFS -- ext2fs -- CD -- Foreign Filesystem Ownership -- Removable Media -- Mounting Filesystem Images -- Attaching Vnode Devices to Disk Images -- Detaching Vnode Devices from Images -- Basic NFS Setup -- The OpenBSD NFS Server -- Exporting Filesystems -- Read-Only Mounts -- NFS and Users -- Permitted Clients -- Multiple Exports for One Partition -- NFS Clients -- Software RAID -- RAID Types -- Preparing Disks for softraid -- Creating softraid Devices -- softraid Status -- Identifying Failed softraid Volumes -- Rebuilding Failed softraid Volumes -- Deleting softraid Devices -- Reusing softraid Disks -- Booting from a softraid Device -- Encrypted Disk Partitions -- Creating Encrypted Partitions -- Using Encrypted Partitions -- Automatic Decryption -- 10. Securing Your System -- Who Is the Enemy? -- Script Kiddies -- Botnets -- Disaffected Users -- Skilled Attackers -- OpenBSD Security Announcements -- OpenBSD Memory Protection -- W^X -- .rodata Segments -- Guard Pages -- Address Space Layout Randomization -- ProPolice -- And More! …”
Publicado 2013
Libro electrónico -
342566Publicado 2010Tabla de Contenidos: “…-- Concatenate Collection Items into a String -- Append a Newline Character -- Split a String -- Convert Binary Data to a String (Base-64 Encoding) -- Reverse Words -- Sort Number Strings Naturally -- 8 Regular Expressions -- Search Text -- Extract Groups of Text -- Replace Text -- Match and Validate -- Help Regular Expressions Perform Better -- 9 Generics -- Create a Generic List -- Create a Generic Method -- Create a Generic Interface -- Create a Generic Class -- Create a Generic Delegate -- Use Multiple Generic Types -- Constrain the Generic Type -- Convert IEnumerable< -- string> -- to IEnumerable< -- object> -- (Covariance) -- Convert IComparer< -- Child> -- to IComparer< -- Parent> -- (Contravariance) -- Create Tuples (Pairs and More) -- Part II: Handling Data -- 10 Collections…”
Libro electrónico -
342567Publicado 2022Tabla de Contenidos: “…. -- There's more... -- Chapter 10: Using Loops -- The for loop -- Getting ready -- How to do it... -- How it works... -- See also -- break and continue -- Getting ready -- How to do it... -- How it works... -- See also -- The while loop -- Getting ready -- How to do it... -- How it works... -- See also -- The test-if loop -- Getting ready -- How to do it... -- How it works... -- See also -- The case loop -- Getting ready -- How to do it... -- How it works... -- See also -- Logical looping with and, or, and not -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 11: Working with Variables -- Technical requirements -- Using shell variables -- Getting ready -- How to do it... -- How it works... -- See also -- Using variables in shell scripting -- Getting ready -- How to do it... -- How it works... -- See also -- Quoting in the shell -- Getting ready -- How to do it... -- How it works... -- See also…”
Libro electrónico -
342568Publicado 2017Tabla de Contenidos: “…Saving the Scene -- Building a quick demo with ARToolkit -- Identifying the AR Marker -- Adding an AR Tracked Object -- Adding a cube -- Summary -- Chapter 3: Building Your App -- Identifying your platform and toolkits -- Building and running from Unity -- Targeting Android -- Installing Java Development Kit (JDK) -- About your JDK location -- Installing an Android SDK -- Installing via Android Studio -- Installing via command-line tools -- About your Android SDK root path location -- Installing USB device, debugging and connection -- Configuring Unity's external tools -- Configuring a Unity platform and player for Android -- Building and running -- Troubleshooting -- Android SDK path error -- Plugins colliding error -- Using Google ARCore for Unity -- Targeting iOS -- Having an Apple ID -- Installing Xcode -- Configuring the Unity player settings for iOS -- ARToolkit player settings -- Building and running -- Troubleshooting -- Plugins colliding error -- Recommended project settings warning -- Requires development team error -- Linker failed error -- No video feed on the iOS device -- Using Apple ARKit for Unity -- Targeting Microsoft HoloLens -- Having a Microsoft developer account -- Enabling Windows 10 Hyper-V -- Installing Visual Studio -- Installing the HoloLens emulator -- Setting up and pairing the HoloLens device for development -- Configuring Unity's external tools -- Configuring the Unity platform and player for the UWP holographic -- Build settings -- Quality settings -- Player settings - capabilities -- Player settings - other settings -- Vuforia settings for HoloLens -- Enabling extended tracking -- Adding HoloLensCamera to the Scene -- Binding the HoloLens Camera -- Building and running -- Holographic emulation within Unity -- MixedRealityToolkit for Unity -- Summary -- Chapter 4: Augmented Business Cards…”
Libro electrónico -
342569Publicado 2020Tabla de Contenidos: “…Ad Networks -- Data Management Platform (DMP) -- Datenschutz -- Konzepte - Kampagnentypen und Einsatzzwecke in Display Advertising und RTA -- Formen des Einkaufs - oder von Display zu RTA und wieder zurück -- Werbemittel - oft belächelt, fast immer unterschätzt -- In-Page-Ads -- Native Ads -- Videowerbemittel -- HTML5-Werbemittel -- Herausforderungen -- Fraud -- Brand Safety -- Tracking-Tags -- AdBlocker -- Kennzahlen und Erfolgsmessung -- KPIs - Definition und Bedeutung für die Erfolgsmessung -- Passende KPIs für die unterschiedlichen Kampagnentypen -- Lernen von Erfolgsbeispielen -- Performancekampagne -- Brand-Kampagne -- Checkliste für erfolgreiche Kampagnen -- Linktipps -- Interview mit Dominik Reisig -- Kapitel 9: E-Mail-Marketing -- Grundbegriffe und Einordnung von E-Mail-Marketing -- E-Mail-Marketing - eine Definition -- Einordnung von E-Mail-Marketing im Marketing-Mix -- Entwicklung des E-Mail-Marketings bis heute -- Grundlegendes Know-how im E-Mail-Marketing -- Wichtige Konzepte, Aufgaben und typische Herausforderungen -- E-Mail-Marketing-Strategie -- Toolauswahl: on demand versus on premise -- Adressgewinnung und Lead-Management -- E-Mail-Typen - ein Medium, tausend Gesichter -- E-Mail-Erstellung -- Content im E-Mail-Marketing -- Mehrstufige Kampagnen im E-Mail-Marketing -- Kennzahlen und Erfolgsmessung -- Wichtige E-Mail-Kennzahlen -- Benchmark-E-Mail-Kennzahlen -- Web Tracking und Behavior Tracking für eine geschlossene Customer Journey -- Lernen von Erfolgsbeispielen -- Schild steigert die Wirkung von Transaktionsmails -- Conrad reaktiviert Schläfer mit Content-Newslettern -- Checkliste für erfolgreichere Mailings -- Interview mit Luis Hanemann -- Kapitel 10: Social Media Marketing -- Grundbegriffe und Zusammenhänge von Social Media Marketing -- Entwicklung und Status quo des Social Web -- Hashtags…”
Libro electrónico -
342570Publicado 2010Tabla de Contenidos: “…Hour 6 Getting Visual, Part 1: Adding Images and Graphics -- Introduction -- Images on the Web: Three File Types for Three Uses -- Importing and Inserting An Image -- Create a New Folder and Import a New Image -- Using Picture Properties to Change the Appearance of An Image -- The General Tab -- The Appearance Tab -- Summary -- Q&A -- Workshop -- Quiz -- Answers -- Exercise -- Hour 7 Getting Visual, Part 2: Advanced Image Editing,Thumbnails, and Hotspots -- Introduction -- Exploring the Pictures Toolbar -- Using the Pictures Toolbar to Add and Change An Image -- Creating Hotspots -- Summary -- Q&A -- Workshop -- Quiz -- Answer -- Exercise -- Hour 8 Cracking the Code: Working in Code View -- Introduction -- Tools in Code View -- The Buttons of the Code View Toolbar and What They Do -- Common Html Tags in the Toolbox -- Using Code View As a Learning Tool -- Dissecting Hyperlinks in Code View -- Images in Code View -- Unordered and Ordered Lists in Code View -- Summary -- Q&A -- Workshop -- Quiz -- Answers -- Exercise -- Hour 9 Getting Boxed In, Part 1: Using Tables for Tabular Content -- Introduction -- One-Minute History of Tables in Web Pages -- Creating a Table From Scratch -- Changing the Appearance of a Table -- Creating Table Headings -- Changing the Vertical Alignment of Cell Content -- Adding Rows and Columns to the Table -- Merging and Splitting Cells -- Deleting Cells, Rows, and Columns From the Table -- Changing Row and Column Sizes -- Using Table Properties to Change the Appearance of Your Table -- Using Cell Properties to Change the Appearance of Your Cells -- Using Autoformat to Quickly Change the Look of Your Tables -- Summary -- Q&A -- Workshop -- Quiz -- Answers -- Exercise -- Hour 10 Bringing Style to Substance With Cascading Style Sheets -- Introduction -- Css Sans Code -- Creating Styles With a Click of Your Mouse…”
Libro electrónico -
342571por Ozer, JanTabla de Contenidos: “…Creating Shapes -- Aligning Shapes -- Making Text Roll And Crawl -- Adding Text Effects: Sheens,Strokes,Shadows,And Fills -- Experiment With Effects -- 8 Applying Specialized Editing Tools -- Topics Covered In This Lesson -- Getting Started -- Exploring Timesaving Editing Tools -- Making Rolling, Slide, And Slip Edits -- Using The Program Monitor'S Lift And Extract Buttons -- Replacing A Clip And Replacing Footage -- Using The Replace Clip Feature -- Using The Replace Footage Feature -- Using Sync Lock And Track Lock -- Using Sync Lock -- Using Track Lock -- Finding Gaps In The Timeline -- Editing With In And Out Points Around A Clip -- Creating Subclips From The Source Monitor -- Multicamera Editing -- Creating The Initial Multicamera Sequence -- Switching Multiple Cameras -- Finalizing Multicamera Editing -- Changing An Edit In The Timeline -- Multicam Tips -- 9 Adding Video Effects -- Topics Covered In This Lesson -- Getting Started -- Sampling Some Basic Video Effects -- Applying Effects To Multiple Clips -- Adding Keyframing Effects -- Extra Credit: Combining Effects -- Adding Keyframe Interpolation And Velocity -- One Additional Velocity/Interpolation Issue -- Adding Lighting Effects -- Creating Custom Presets -- 10 Putting Clips In Motion -- Topics Covered In This Lesson -- Getting Started -- Applying The Motion Effect To Clips -- Examining Motion Settings -- Changing Clip Size And Adding Rotation -- Adding Rotation And Changing The Anchor Point -- Working With Keyframe Interpolation -- Creating A Picture-In-Picture Effect -- Enhancing Motion With Shadows And Beveled Edges -- Adding A Drop Shadow -- Using Other Motion-Related Effects: Transform, Basic 3D And Camera View -- Transform -- Basic 3D And Camera View -- 11 Changing Time -- Topics Covered In This Lesson -- Getting Started -- Using Slow-Motion And Reverse-Motion Techniques…”
Publicado 2010
Libro electrónico -
342572Publicado 2013Tabla de Contenidos: “…How to add startup apps -- Recording app problems -- Understanding app permissions -- The .NET Framework -- The parts of a Windows 8.1 app -- Types of Windows 8.1 apps -- XAML app file types -- HTML5 app file types -- Configuration settings -- File locations -- App manifests -- App compatibility settings -- Managing Windows 8.1 app packages -- How to run Dism -- How to list Windows 8.1 app packages -- How to remove Windows 8.1 app packages -- Monitoring app events -- Chapter 7: Using Windows 8.1 accessibility features -- Choosing accessible hardware -- Configuring accessibility options -- Visual accessibility -- Making everything bigger -- Increasing contrast -- Magnifying the screen -- Third-party screen magnification software -- Narrator -- Third-party text-to-speech software -- Making the pointer easier to find -- User input accessibility -- Using Windows 8.1 with only a keyboard -- Using Windows 8.1 with only a mouse -- Using Windows 8.1 with speech recognition -- Using Windows 8.1 with touch -- Dyslexia and reading accessibility -- Chapter 8: Obtaining help and support -- Obtaining professional support -- Help and support -- Determining who to contact for support -- Searching the Internet -- Asking for help -- Connecting with Remote Assistance -- Enabling Remote Assistance -- Creating a Remote Assistance invitation -- Using Remote Assistance -- Recording problems -- Part 2: File management -- Chapter 9: Organizing and protecting files -- The Windows 8.1 way of organizing files -- File system concepts -- File names -- Attributes -- Working with libraries -- Zipping folders -- Protecting files -- Using permissions -- Using encryption -- Advanced searching -- Freeing up disk space -- File organization tips -- Chapter 10: Backing up and restoring files -- Backup concepts -- Connecting a backup disk -- Backing up and recovering files…”
Libro electrónico -
342573por Leonard, AnghelTabla de Contenidos: “…JSF State Management -- JSF saving the view state -- JSF partial saving view state -- Partial state saving and tree visiting -- JSF saving view state on the server or client -- JSF logical and physical views -- Saving the state in a database - an experimental application -- Writing the custom ResponseStateManager class -- Adding MongoDB in equation -- Handling ViewExpiredException -- Server-state serialization in a session -- JSF 2.2 is stateless -- The view scoped beans and the stateless feature -- Detecting stateless views programmatically -- JSF security notes -- Cross-site request forgery (CSRF) -- Cross-site scripting (XSS) -- SQL injection -- Summary -- 10. JSF Custom Components -- Building noncomposite custom components -- Writing a custom tag handler -- Dissecting a custom component -- Custom component implementation -- Building composite components -- Developing the Temperature composite component -- Transforming a jQuery component into composite component -- Writing the HTML5 date picker as a composite component -- Decorating an image with actions…”
Publicado 2014
Libro electrónico -
342574por Benedetelli, DanieleTabla de Contenidos: “…-- right leg assembly -- left leg assembly -- main assembly -- left foot assembly -- right foot assembly -- main assembly -- back bracket assembly -- front bracket assembly -- main assembly -- neck assembly -- main assembly -- Comic continued -- 10. programming WATCHGOOZ3 -- the brick program for WATCHGOOZ3 -- the program -- how it works -- running and troubleshooting the robot -- importing and editing the program in the EV3 software -- making a backup -- modifying the program -- creating My Blocks with the My Block Builder tool -- creating My Blocks with inputs and outputs -- automatically adding inputs and outputs to My Blocks -- additional configuration of a My Block -- creating an advanced program -- the ResetBody My Block -- creating the advanced My Block for walking -- the final program for WATCHGOOZ3 -- the logic operations block…”
Publicado 2013
Libro electrónico -
342575por Hales, JasonTabla de Contenidos: “…. -- Formatting Dates -- Logical Operators and Boolean Expressions -- Using if-else Statements -- Exercise 1.06: Branching with if-else -- The Ternary Operator -- Reference and Value Types -- Exercise 1.07: Grasping Value and Reference Equality -- Default Value Types -- Enhancing Decision Making with the switch Statement -- Exercise 1.08: Using switch to Order Food -- Iteration Statements -- while -- Exercise 1.09: Checking Whether a Number is Prime with a while Loop -- Jump Statements -- do-while -- Arrays -- for Loops -- Exercise 1.10: Ordering an Array Using Bubble Sort -- foreach Statements -- File Handling -- FileAccess -- FileMode -- Exercise 1.11: Reading Content from Text Files -- Disposable Objects -- Exercise 1.12: Writing to a Text File -- Exceptions -- Exercise 1.13: Handling Invalid User Inputs with try/catch -- Activity 1.01: Creating a Guessing Game -- Summary -- Chapter 2: Building Quality Object-Oriented Code -- Introduction -- Classes and Objects -- Constructors -- Fields and Class Members -- Exercise 2.01: Creating Classes and Objects -- Reference Types -- Properties -- Object Initialization…”
Publicado 2022
Libro electrónico -
342576Publicado 2023Tabla de Contenidos: “…Configuring cluster workload options -- Configuring Stretch Clusters -- Configuring Scale-Out File Server -- Configuring Cluster Sets -- Summary -- Chapter 8: Managing Failover Clustering -- Technical requirements and lab setup -- Managing failover clusters using Windows Admin Center -- Implementing cluster-aware updating -- Introduction to cluster-aware updating for Windows Server failover clusters -- Installing Windows updates on cluster nodes -- Recovering a failed cluster node -- Upgrading a node to Windows Server 2022 -- Failing over workloads between nodes -- Summary -- Chapter 9: Implementing and Managing Storage Spaces Direct -- Technical requirements and lab setup -- Introduction to Storage Spaces Direct (S2D) -- Uses for S2D -- Prerequisites for S2D -- Deployment modes for S2D -- Managing S2D -- Implementing networking for S2D -- Deploying S2D on Windows Server -- Upgrading an S2D cluster node -- S2D upgrade options -- Prerequisites and general limitations -- Summary -- Part 4: Implement Disaster Recovery -- Chapter 10: Managing Backup and Recovery for Windows Server -- Technical requirements and lab setup -- Cost management review -- Using Azure Backup Server to manage, back up, and recover files -- Installing and managing Azure Backup Server -- Backing up and recovering files and folders using Azure Backup Server -- Using Azure Recovery Services vault to manage, back up, and restore files and folders -- Creating a backup policy for an Azure Recovery Services vault -- Managing backups in an Azure Recovery Services vault -- Configuring backups for Azure Virtual Machines using the built-in backup agent -- Recovering a VM using temporary snapshots -- Restoring or recovering VMs to existing or new Azure Virtual Machines -- Summary -- Chapter 11: Implementing Disaster Recovery Using Azure Site Recovery -- Technical requirements and lab setup…”
Libro electrónico -
342577Publicado 2022Tabla de Contenidos: “…Augustine, Florida</p> <p>Summary and Conclusions</p> <p>Part III Green Building Design </p> <p>Chapter 7 The Green Building Design Process </p> <p>Conventional versus Green Building Delivery Systems</p> <p>High-Performance Green Building Delivery System</p> <p>Executing the Green Building Project</p> <p>Owner Issues In High-Performance Green Building Projects</p> <p>Setting Priorities And Making Other Key Initial Decisions</p> <p>Selecting The Green Building Team</p> <p>Role Of The Leed Accredited Professional Or Green Globes Professional In The Process</p> <p>Integrated Design Process</p> <p> Role of the Charrette in the Design Process</p> <p>Green Building Documentation Requirements</p> <p>LEED Documentation</p> <p>Green Globes Documentation</p> <p>Case Study: Theaterhaus, Stuttgart, Germany</p> <p>Summary and Conclusions</p> <p>Chapter 8 The Sustainable Site and Landscape </p> <p>Land and Landscape Approaches for Green Buildings</p> <p>Land Use Issues</p> <p>Sustainable Landscapes</p> <p>Green, or living, roofs</p> <p>Vertical landscaping</p> <p>Enhancing ecosystems</p> <p>Enhancing Ecosystems</p> <p>Stormwater Management</p> <p>Low-Impact Development</p> <p>Heat Island Mitigation</p> <p>Light Trespass and Pollution Reduction</p> <p>Assessment of Sustainable Sites: The Sustainable Sites Initiative</p> <p>Case Study: Iowa Utilities Board/Consumer Advocate Office</p> <p>Summary and Conclusions</p> <p>Chapter 9 Low-Energy Building Strategies </p> <p>Building Energy Issues</p> <p>High-Performance Building Energy Design Strategies</p> <p>HVAC Systems</p> <p>Water-Heating Systems</p> <p>Electrical Power System Components</p> <p>Innovative Energy Optimization Strategies</p> <p>Smart Buildings and Energy Management Systems (EMS)</p> <p>Ozone Depleting Chemicals in HVAC Systems</p> <p>Case Study: The Pertamina Energy Tower -- A Primer on Sustainable Skyscraper Design</p> <p>Chapter 10 Built Environment Hydrologic Cycle </p> <p>Global Water Resource Depletion</p> <p>Hydrologic Cycle Terminology</p> <p>Benefits of Water Efficiency</p> <p>High-Performance Building Hydrologic Cycle Strategy</p> <p>Building Plumbing Fixture and Controls</p> <p>Nonportable Water Sources</p> <p>Wastewater Strategies</p> <p>Baseline Water Model Example</p> <p>Use of Low-Flow Fixture Strategy</p> <p>Use of Alternative Water Sources Strategy</p> <p>Case Study: Lott Clean Water Alliance, Olympia, Washington</p> <p>Blackwater Case Study: Blackwater Recycling System, Salesforce Tower, San Francisco</p> <p>Summary and Conclusions</p> <p>Chapter 11 Closing Materials Loops </p> <p>The Challenge of Materials and Product Selection</p> <p>Selecting Building Materials and Products with a Focus on A Closed-Loop Materials System</p> <p>Life Cycle Assessment</p> <p>Materials and Product Certification</p> <p>Key and Emerging Construction Materials and Products</p> <p>Case Study Of Closing The Loop: Ecoworx® Carpet Tiles</p> <p>Design for Deconstruction and Disassembly</p> <p>Case Study: Project XX Office Building, Delft, Netherlands</p> <p>Summary and Conclusions</p> <p>Chapter 12 Built Environment Carbon Footprint </p> <p>Human Impact on the Biogeochemical Carbon Cycle</p> <p>Climate Change and the Carbon Cycle</p> <p>Climate Change Mitigating</p> <p>Defining the Carbon Footprint of The Built Environment</p> <p>Reducing the Carbon Footprint of the Built Environment</p> <p>Focusing on Mitigating Project Climate Change Impact</p> <p>Carbon Neutrality and Its Applicability to Buildings</p> <p>Focusing on Mitigating Project Climate Change Impacts</p> <p>Carbon Neutrality Case Study: The Hong Kong Zero Carbon Building</p> <p>Carbon Neutrality Case Study: Glaxosmithkline Carbon Neutral Laboratory for Sustainable Chemistry (Nottingham, Uk)</p> <p>Carbon Footprint Case Study: Rinker Hall, University of Florida </p> <p>Chapter 13 Indoor Environmental Quality </p> <p>Indoor Environmental Quality: The Issues</p> <p>Integrated IEQ Design</p> <p>Addressing the Main Components of Integrated IEQ Design</p> <p>HVAC Systems and IEQ</p> <p>Emissions from Building Materials</p> <p>The WELL and FITWEL Building Standards</p> <p>Summary and Conclusions</p> <p>Part IV Green Building Implementation </p> <p>Chapter 14 Construction Operations and Commissioning</p> <p>Site Protection Planning</p> <p>Managing Indoor Air Quality during Construction</p> <p>Construction Materials Management</p> <p>Construction and Demolition Waste Management</p> <p>Commissioning</p> <p>Summary and Conclusions</p> <p>Chapter 15 Green Building Economics </p> <p>General Approach</p> <p>The Business Case for High-Performance Green Buildings</p> <p>Economics of Green Building</p> <p>Quantifying Green Building Benefits</p> <p>Managing First Costs</p> <p>Tunneling through the Cost Barrier</p> <p>Summary and Conclusions</p> <p>Chapter 16 Resilience Resilience in the Context of Sustainable Construction</p> <p>Resilience Concepts and Scope</p> <p>Codes and Standards for Built Environment Resilience</p> <p>Designing Resilient Buildings</p> <p>Green Building Assessment and Resilience…”
Libro electrónico -
342578Publicado 2022Tabla de Contenidos: “…Seeing Where EV Batteries Go When They Die -- Dirk Spiers and Spiers new technology -- JB Straubel and Redwood Materials -- Your EV recycling to-do list -- Dealing with Battery Pack Replacements -- When replacing a battery makes sense: The case for hybrids -- Reviewing battery replacement options -- Chapter 9 Keeping Your Car in Top Shape -- Getting Your Hands Dirty (or Not) -- Dealing with tires -- Putting on the brakes -- Dealing with batteries -- Optimizing battery health -- Tracking Down EV Service Locations -- Finding service at a dealership -- Going mobile (service, that is) -- Benefiting from third-party services -- Doing it yourself with DIY service (right-to-repair) -- Keeping Your EV Exterior in the Pink -- Opting for paint protection film -- Wrapping up the exterior -- Coating in ceramic -- Keeping Your EV Interior Shipshape -- Caring for your seat -- Cleaning that big screen -- Organizing your trunk/frunk -- Knowing What You Don't Need to Do -- Things You'll Never Have to Add to Your To-Do List -- Part 4 Futurethink and Fun with EV Engineering -- Chapter 10 Faster, Farther, and More Fun -- Living Out Your Speed Racer Fantasies -- Taking a good look at ICE power output -- Comparing EV power output -- Staying Out of Jail -- Can an EV Power Your House? …”
Libro electrónico -
342579Publicado 2023Tabla de Contenidos: “…Boyce-Codd Normal Form (BCNF) -- Fourth Normal Form (4NF) -- Fifth Normal Form (5NF) -- Domain/Key Normal Form (DKNF) -- Essential Redundancy -- The Best Level of Normalization -- NoSQL Normalization -- Summary -- Chapter 8 Designing Databases to Support Software -- Plan Ahead -- Document Everything -- Consider Multi-tier Architecture -- Convert Domains into Tables -- Keep Tables Focused -- Use Three Kinds of Tables -- Use Naming Conventions -- Allow Some Redundant Data -- Don't Squeeze in Everything -- Summary -- Chapter 9 Using Common Design Patterns -- Associations -- Many-to-Many Associations -- Multiple Many-to-Many Associations -- Multiple-Object Associations -- Repeated Attribute Associations -- Reflexive Associations -- One-to-One Reflexive Associations -- One-to-Many Reflexive Associations -- Hierarchical Data -- Hierarchical Data with NoSQL -- Network Data -- Network Data with NoSQL -- Temporal Data -- Effective Dates -- Deleted Objects -- Deciding What to Temporalize -- Logging and Locking -- Audit Trails -- Turnkey Records -- Summary -- Chapter 10 Avoiding Common Design Pitfalls -- Lack of Preparation -- Poor Documentation -- Poor Naming Standards -- Thinking Too Small -- Not Planning for Change -- Too Much Normalization -- Insufficient Normalization -- Insufficient Testing -- Performance Anxiety -- Mishmash Tables -- Not Enforcing Constraints -- Obsession with IDs -- Not Defining Natural Keys -- Summary -- Part 3 A Detailed Case Study -- Chapter 11 Defining User Needs and Requirements -- Meet the Customers -- Pick the Customers' Brains -- Determining What the System Should Do -- Determining How the Project Should Look -- Determining What Data Is Needed for the User Interface -- Determining Where the Data Should Come From -- Determining How the Pieces of Data Are Related -- Determining Performance Needs -- Determining Security Needs…”
Libro electrónico -
342580Publicado 2023Tabla de Contenidos: “…Don't let excitement cloud your judgment -- Getting the good ones on board -- Issuing the Membership -- Naming the initial members and their contributions -- Understanding some complexities of member contributions -- Determining profit and loss distributions -- Allocations of profits and losses -- Distributions -- Establishing membership classes -- Deciding on how the members decide -- Voting requirements -- Voting -- Making Folks Earn Their Share: Membership Vesting -- Deciding on a fair vesting schedule -- Understanding membership cliffs -- Avoiding common tax pitfalls -- Setting Up a Single-Member LLC -- Keeping your SLLC's liability protection -- Creating an operating agreement for an SLLC -- Setting Up Rules for Managers -- Outlining the basics -- Electing the managers -- Delegation of powers -- Compensation -- Chapter 10 Using Your LLC to Attract Investors -- Structuring Your LLC to Attract Investors -- Appeasing the SEC with an LLC -- Seeing how the laws apply to you -- Exploring securities registration exemptions -- Rule 504 exemption -- Rule 505 exemption -- Rule 506 exemption -- Intrastate exemption -- Regulation A exemption -- Regulation Crowdfunding -- Flying through State Securities Laws (Blue Sky Laws) -- Chapter 11 Membership Moves: Mastering LLC Transfers -- Investigating Intricacies of LLC Membership Interests -- Determining the value of the membership interest -- Transferring membership -- Using transfer restrictions to your advantage…”
Libro electrónico