Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 1,168
- Engineering & Applied Sciences 1,077
- Application software 1,005
- Control 955
- Management 817
- Computer networks 801
- Control de calidad 772
- Computer Science 715
- History 702
- Security measures 662
- Historia 613
- Computer security 592
- Control de natalidad 588
- Electrónica 587
- Programming 532
- TFC 500
- Control de qualitat 483
- Automática y control 466
- Data processing 456
- Computer programs 426
- Operating systems (Computers) 422
- Computer software 406
- Quality control 402
- Web site development 393
- Design 386
- Cloud computing 369
- Photography 347
- Web sites 347
- Control ambiental 330
- Digital techniques 325
-
42761Publicado 2018Tabla de Contenidos: “…-- Public versus private blockchains -- Unexpected security risks -- Security starts at the network architecture level -- Importance of the consensus protocol -- Bugs in the blockchain code -- Manage asset security -- Difference between hot and cold wallets -- Software wallets (desktop and mobile) -- Online or web wallets -- Physical or paper wallets -- Hardware wallets -- Access control -- Reversibility of transactions -- Maintaining privacy on the blockchain -- Maintaining today's level of privacy -- Secure multi-party computation -- Zero-knowledge proofs -- Permissioned blockchain -- Making sense of smart contracts -- What is a smart contract? …”
Libro electrónico -
42762Publicado 2018“…You’ll also learn how to: • Combine loops, variables, and flow control statements into real working programs• Use dictionary files to instantly detect whether decrypted messages are valid English or gibberish• Create test programs to make sure that your code encrypts and decrypts correctly• Code (and hack!) …”
Libro electrónico -
42763Publicado 2024Tabla de Contenidos: “…Creating a local database using Hive -- Adding Hive to your project -- Creating a local data source -- Repository interfaces -- Implementing repository data retrieval -- Enhancing our product repository -- Integrating the repository -- Integrating the repository with our business logic -- Caching strategies -- Caching strategy -- Implementing offline mode -- Understanding data synchronization -- Implementing data synchronization -- Automating synchronization -- Refactoring the CartModel -- Summary -- Chapter 7: Implementing the Inversion of Control Principle -- Technical requirements -- Decoupling dependency creation from usage -- Identifying the singleton pattern -- Introducing the IoC principle -- Implementing the DI pattern via RepositoryProvider -- Injecting dependencies via a constructor -- Providing dependencies via RepositoryProvider -- Implementing SL pattern via get_it -- Bonus tip - using injectable -- Selecting the right tool for the job -- Summary -- Chapter 8: Ensuring Scalability and Maintainability with Layered Architecture -- Technical requirements -- Exploring layered architecture -- Introducing multitier architecture layers -- Implementing multitier architecture in the Candy Store app -- Defining layers and features -- Implementing layer-first architecture -- Implementing feature-first architecture -- Exploring file structure organization in Flutter -- Scoping dependencies to a feature life cycle -- How to connect multiple data sources -- Following software design principles -- Deciphering the acronyms of SOLID, DRY, KISS, and YAGNI -- Summary -- Chapter 9: Mastering Concurrent Programming in Dart -- Technical requirements -- Dart is single-threaded. …”
Libro electrónico -
42764Publicado 2024Tabla de Contenidos: “…Commenting on the frames -- Pipeline 1 controller -- Pipeline 2: The Vector Store Administrator -- Querying the Pinecone index -- Pipeline 3: The Video Expert -- Summary -- Questions -- References…”
Libro electrónico -
42765Publicado 2024Tabla de Contenidos: “…The deployment model choices -- Benefits of using scripted deployment wrappers -- Version control - ensuring consistency and traceability -- Relevance to data engineering in cloud environments -- Practical implementation steps -- Challenges and precautions -- Synergy with other software and data best practices -- SBP 9 - define and implement NFRs first -- Distinguishing functional (FRs) from non-functional requirements (NFRs) -- Relevance to data engineering -- Key NFRs in cloud data engineering -- Defining and implementing NFRs -- Risks of neglecting early implementation of NFRs -- SBP 10 - implement data journey journaling to facilitate future problem resolution -- Relevance to data engineering -- Challenges and considerations -- SBP 11 - implement data journey pipelines that are experimental first! …”
Libro electrónico -
42766Publicado 2025Tabla de Contenidos: “…Using willpower (or the lack of it) to your advantage -- Recognizing factors that deplete willpower -- Preserving and restoring willpower and self-control -- Prepping Your Audience's Brain for What You're About to Tell Them -- Focus your audience -- Get agreements upfront -- Check in with your audience -- Putting It All Together -- Virtual Conversations: Calling Attention to Paying Attention -- Chapter 10 Talking about Yourself without Bragging -- Understanding Why Bragging Feels Icky and Shifting Your Mindset -- Educating Others about You -- Delivering facts that show results -- Featuring others -- Highlighting outcomes -- Asking for help and showing the results -- Networking in Meaningful Ways -- Finding genuine connections and alignments -- Matchmaking to expand your reach -- Avoiding these networking no-no's -- Inspiring Your Colleagues and Clients to Sing Your Praises -- Leveraging the promotional power of mentorships -- Promoting yourself through sponsorships -- Expanding your reach with coaches -- Asking clients for recommendations and referrals -- Chapter 11 Calm, Cool, and Confident: Making and Delivering Presentations -- Comparing Presentation Types: Informative versus Persuasive -- Structuring Your Presentation: As Simple as 1-2-3 -- Introduction: Starting off on the right foot -- Gaining your audience's attention -- Stating your purpose or thesis -- Previewing what's to come -- Body: Serving the main course -- Choosing a conventional organizational structure -- Using rhetorical strategies to sway your audience -- Conclusion: Delivering your call to action -- Preparing for Presentation Success -- Setting the stage for your presentation: Environmental considerations -- Choosing and arranging a space -- Checking the acoustics: Testing - one, two, three -- Taking the technology for a test-drive -- Using a slide deck…”
Libro electrónico -
42767por Ogden, BillTabla de Contenidos: “…Hardware details -- 2.1 System frames -- 2.2 Processors and MCMs -- 2.3 Book package -- 2.4 Memory -- 2.5 z990 models -- 2.6 PU characterization -- 2.7 I/O cages and adapters -- 2.7.1 I/O adapters -- 2.7.2 New I/O adapters -- 2.7.3 I/O adapter configuration rules -- 2.8 I/O interfaces and identification -- 2.9 System control -- 2.10 Power and cooling -- 2.10.1 Cooling -- 2.11 Concurrent changes -- 2.12 Instruction set -- 2.13 Additional hardware elements -- 2.13.1 HSA -- 2.13.2 Internal battery feature -- 2.13.3 Support Elements -- 2.13.4 Hardware Management Console -- 2.14 External time reference -- 2.15 Basic zSeries comparisons -- Chapter 3. …”
Publicado 2003
Libro electrónico -
42768por Peikari, CyrusTabla de Contenidos: “…Intermediate Code Generation; 3.2.3. Program Control Flow; 3.3. Problem Areas; 3.3.2. Antidisassembly; 3.4. …”
Publicado 2004
Libro electrónico -
42769Publicado 2009Tabla de Contenidos: “…5.7 The goto Statement -- 5.8 The switch Statement -- 5.9 Nested switch () Case -- 5.10 The switch () Case and Nested IFS -- Summary -- Exercises -- Chapter 6: Loop Control Statements -- 6.1 Introduction -- 6.2 The for Loop -- 6.3 Nested for Loops -- 6.4 The while Loop -- 6.5 The do-while -- 6.6 The do-while Statement with while Loop -- Summary -- Exercises -- Chapter 7: Arrays -- 7.1 Introduction -- 7.2 Array Initialization -- 7.3 Definition of Array -- 7.4 Characteristic of Array -- 7.5 One-dimensional Array -- 7.6 Predefined Streams -- 7.7 Two-dimensional Array -- 7.8 Three- or Multi-dimensional Arrays -- 7.9 The sscanf () and sprintf () Functions -- Summary -- Exercises -- Chapter 8: Working with Strings & Standard Functions -- 8.1 Introduction -- 8.2 Declaration and Initialization of String -- The Output will be SANJAY -- 8.3 Display of Strings with Different Formats -- Where, the text is 'PRABHAKAR' -- 8.4 String Standard Functions -- 8.5 Applications of Strings -- Summary -- Exercises -- Chapter 9: Pointers -- 9.1 Introduction -- 9.2 Features of Pointers -- 9.3 Pointer Declaration -- 9.4 Arithmetic Operations with Pointers -- 9.5 Pointers and Arrays -- 9.6 Pointers and Two-dimensional Arrays -- 9.7 Array of Pointers -- 9.8 Pointers to Pointers -- 9.9 Pointers and Strings -- 9.10 Void Pointers -- Summary -- Exercises -- Chapter 10: Functions -- 10.1 Introduction -- 10.2 Definition of a Function -- Why use Functions -- How a Function Works -- 10.3 Declaration of a Function -- 10.4 The Return Statement -- 10.5 Types of Functions -- 10.6 Call by Value and Reference -- 10.7 Function Returning More Values -- 10.8 Function as an Argument -- 10.9 Functions with Arrays and Pointers -- 10.10 Recursion -- Summary -- Exercises -- Chapter 11: Preprocessor Directives -- 11.1 Introduction -- 11.2 The #define Directive -- 11.3 Undefining a Macro -- Syntax…”
Libro electrónico -
42770Publicado 2023Tabla de Contenidos: “…Advanced topic - changing the default logging driver -- The anatomy of containers -- Architecture -- Namespaces -- Control groups -- Union filesystem -- Container plumbing -- Summary -- Further reading -- Questions -- Answers -- Chapter 4: Creating and Managing Container Images -- What are images? …”
Libro electrónico -
42771por Hahn, Marcelo GuerraTabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- About the reviewers -- Table of Contents -- Preface -- Part 1: Under the Hood of C++ Programming -- Chapter 1: Building C++ Applications -- Technical requirements -- Building C++ applications -- Preprocessing -- Compiling -- Linking -- Low-level programming with C++ -- Functions -- Data and memory -- Control flow -- Details of OOP -- Class relationships -- Summary -- Chapter 2: Beyond Object-Oriented Programming -- Technical requirements -- An introduction to OOP and the C++ object model -- Understanding objects -- Low-level details of objects -- High-level details of objects -- C++ object model -- State -- Identity -- Behavior -- Mimicking a class -- Working with classes -- Classes from a compiler perspective -- Initialization and destruction -- Copying objects -- Moving objects -- An lvalue reference -- Rvalue references -- Notes on operator overloading -- Encapsulation and the public interface -- Class relationships -- Aggregation and composition -- Under the hood of inheritance and polymorphism -- Inheritance -- Polymorphism -- Virtual functions under the hood -- Classical design patterns -- The composite pattern -- The decorator pattern -- Design principles -- The single responsibility principle -- The open-closed principle -- The Liskov substitution principle -- The interface segregation principle -- The dependency inversion principle -- More UML in project design -- The sequence diagram -- Summary -- Questions -- Further reading -- Chapter 3: Understanding and Designing Templates -- Technical requirements -- Motivation for using templates -- Function templates -- Syntax -- Instantiation -- Deduction -- Specialization and overloading -- Class templates -- Syntax -- Instantiation -- Specialization -- Understanding variadic templates -- Syntax -- Examples…”
Publicado 2023
Libro electrónico -
42772Publicado 2024“…Unleash your digital creativity by mastering complex editing tools and features to work smarter and faster for high-end results Key Features Create, manage, and deliver captivating visuals for print, screen, and the web using proven industry techniques Manage your digital projects with granular control and confidence Become an expert and eliminate last-minute Google searches to overcome challenges Purchase of the print or Kindle book includes a free PDF eBook Book Description Unlock the full potential of Photoshop, the go-to app for content creators by mastering its complex tools and features. …”
Libro electrónico -
42773por Ma, AndeedTabla de Contenidos: “…Infusing AI with Risk Wisdom -- Why Risk Control is Not Enough: Governing VUCA AI -- The EU AI Act: The Limitations of Risk-based Governance -- Risk Wisdom: A Powerful Shift for AI Governance -- Sustainable AI Governance: A Global Call for Action -- AI Governance: A Global Undertaking -- Toward Sustainable AI Governance for Humanity -- "Algorithms Aren't Human" -- Notes -- Chapter 8 Sustainable AI Technology -- Harnessing AI: Solving Humanity's Toughest Problems -- Checkmate: A Human-AI Triumph -- Game of Life: Humanity's Survival Battle -- Reinventing the Human-AI Relationship -- From Human vs. …”
Publicado 2024
Libro electrónico -
42774por Oakley, AndyTabla de Contenidos: “…Where Can I Learn More?; 3.4. Control Script Flow with Comparisons; 3.4.2. What Just Happened?…”
Publicado 2006
Libro electrónico -
42775por Pilone, DanTabla de Contenidos: “…Object Nodes; 9.3.3. Pins; 9.3.4. Control Nodes; 9.3.4.2. Decision and merge nodes; 9.3.4.3. …”
Publicado 2005
Libro electrónico -
42776Publicado 2003Tabla de Contenidos: “…Tools for VM performance data collection and analysis -- z/VM Control Program (CP) -- B.0.1 The CP INDICATE command -- B.0.2 Accounting records -- B.0.3 CP Monitor Facility -- B.1 Optional programs -- B.1.1 VM Performance Reporting Facility (VMPRF). -- B.1.2 VM Real Time Monitor (RTM) -- B.1.3 RMF PM -- B.1.4 FCON/ESA -- Appendix C. …”
Libro electrónico -
42777por Simmons, Robert, JrTabla de Contenidos: “…Collection iteration with for; 1.2.4. Abrupt Flow Control; 1.2.4.2. continue; 1.2.4.3. Labels; 1.2.5. assert; 1.2.5.2. …”
Publicado 2004
Libro electrónico -
42778por Zawodny, Jeremy D.Tabla de Contenidos: “…Multi-Version Concurrency Control; 2.3. Transactions; 2.3.2. Isolation Levels; 2.3.2.2. …”
Publicado 2004
Libro electrónico -
42779por Dooley, KevinTabla de Contenidos: “…Filtering for application control3.5.1.3.3. Policy-based routing; 3.5.2. Switching and Bridging Strategies; 3.5.2.2. …”
Publicado 2002
Libro electrónico -
42780por Musciano, ChuckTabla de Contenidos: “…2.12 Style Sheets and JavaScript2.13 Forging Ahead; Anatomy of an HTMLDocument; 3.1 Appearances Can Deceive; 3.2 Structure of an HTML Document; 3.3 Tags and Attributes; 3.3.1 The Syntax of a Tag; 3.3.2 Sample Tags; 3.3.3 Starting and Ending Tags; 3.3.4 Proper and Improper Nesting; 3.3.5 Tags Without Ends; 3.3.6 Omitting Tags; 3.3.7 Ignored or Redundant Tags; 3.4 Well-Formed Documents and XHTML; 3.5 Document Content; 3.5.1 Advice Versus Control; 3.5.2 Character Entities; 3.5.3 Comments; 3.6 HTML/XHTML Document Elements; 3.6.1 The Tag; 3.6.1.1 The dir attribute…”
Publicado 2011
Libro electrónico