Mostrando 172,601 - 172,620 Resultados de 175,000 Para Buscar '"B. S."', tiempo de consulta: 0.48s Limitar resultados
  1. 172601
    Publicado 2021
    Tabla de Contenidos: “…Chapter 14: Fixing Bugs and Changing Existing Code with TDD -- Fixing Bugs Driven by Tests -- Changing Existing Code Driven by Tests -- Key Takeaways -- Chapter 15: Keeping Tests Isolated with Fakes and Clear with Dummies -- Fake: How to Bypass Slow or Stateful Dependencies -- Dummy: How to Provide Dependencies That Are Required but Irrelevant for the Behavior Being Tested -- Key Takeaways -- Chapter 16: Conclusion -- More Than Just Testing -- TDD and Software Design -- TDD and Productivity -- TDD and Product Development -- Endnote -- Cheatsheet -- XCTest Test Structure -- How to Test Asynchronous Code -- How to Test Asynchronous Code When There Is No Callback -- How to Test Combine Publishers -- How to Test Changes to SwiftUI @Published Properties -- Fixture Extension -- Stub Test Double -- Spy Test Double -- Fake Test Double -- Dummy Test Double -- Appendix A: Where to Go from Here -- Continuous Integration -- Snapshot Testing -- UI Testing -- API Integration Testing -- Use Modularization to Tame Long Build Times -- How to Convince Your Team to Adopt TDD -- Appendix B: Testing with Quick and Nimble -- Nimble -- Quick -- Appendix C: TDD with UIKit -- How to Unit Test a UIViewController -- How to Test Table Views -- How to Test ViewController Navigation and Presentation -- What About AppKit and WatchKit? …”
    Libro electrónico
  2. 172602
    Publicado 2017
    Tabla de Contenidos: “…Preprocessing -- Classification with logistic regression -- Classification with support vector machines -- Regression with ElasticNetCV -- Support vector regression -- Clustering with affinity propagation -- Mean shift -- Genetic algorithms -- Neural networks -- Decision trees -- Summary -- Chapter 11: Environments Outside the Python Ecosystem and Cloud Computing -- Exchanging information with Matlab/Octave -- Installing rpy2 package -- Interfacing with R -- Sending NumPy arrays to Java -- Integrating SWIG and NumPy -- Integrating Boost and Python -- Using Fortran code through f2py -- PythonAnywhere Cloud -- Summary -- Chapter 12: Performance Tuning, Profiling, and Concurrency -- Profiling the code -- Installing Cython -- Calling C code -- Creating a process pool with multiprocessing -- Speeding up embarrassingly parallel for loops with Joblib -- Comparing Bottleneck to NumPy functions -- Performing MapReduce with Jug -- Installing MPI for Python -- IPython Parallel -- Summary -- Appendix A: Key Concepts -- Appendix B: Useful Functions -- Matplotlib -- NumPy -- Pandas -- Scikit-learn -- SciPy -- scipy.fftpack -- scipy.signal -- scipy.stats -- Appendix C: Online Resources -- Index…”
    Libro electrónico
  3. 172603
    Publicado 2017
    Tabla de Contenidos: “…-- Adaptive learning -- Rate annealing -- Momentum -- Nesterov's acceleration -- Newton's method -- Adagrad -- Adadelta -- Distributed learning via Map/Reduce -- Sparkling Water -- Testing -- Model validation -- Labeled Data -- Unlabeled Data -- Summary of validation -- Hyper-parameters tuning -- End-to-end evaluation -- A/B Testing -- A summary of testing -- Deployment -- POJO model export -- Anomaly score APIs -- A summary of deployment -- Summary -- Index…”
    Libro electrónico
  4. 172604
    Publicado 2010
    Tabla de Contenidos: “…Using Alpha Transitions -- Exploring the Asset Movie -- Exploring the Background Matte Movie -- Lesson Review -- Lesson 14 Using Alternate Angles -- Setting Up the Project -- About Alternate Angles -- Creating Multi-Angle Tracks -- Creating Mixed-Angle Tracks -- Targeting Alternate Angle Streams -- Simulating Alternate Angle Streams -- About Alternate Angle Errors -- Exploring Final Cut Pro Cut Markers -- Lesson Review -- Working with HD -- Lesson 15 Working with High-Definition Video -- HD to SD Downconversions -- Creating Blu-ray Discs -- Lesson Review -- Appendixes -- Appendix A: Advanced Encoding -- Bit Budgeting -- Choosing MPEG-2 Encoder Settings -- Understanding Audio Encoding Formats -- Encoding AC-3 Files -- Appendix B: Bit Budget Calculator -- Glossary -- Media…”
    Libro electrónico
  5. 172605
    Publicado 2009
    Tabla de Contenidos: “…First Person POV: Evin Grant -- CHAPTER 11: Adobe Premiere Pro Workflow -- Setting Up Your System -- Ingesting Footage -- Editing in Premiere Pro -- Exporting Your Project -- Adobe After Effects -- Blu-ray -- CHAPTER 12: Avid Workflow -- Setting Up Your System -- Ingesting Footage -- Editing in Avid Media Composer -- Conforming in Avid DS -- First Person POV: Michael Phillips -- CHAPTER 13: Finishing Your Project -- Film Workflow -- Desktop Color Correction -- Apple Color -- ASSIMILATE SCRATCH -- IRIDAS SpeedGrade XR -- Outputting for Other Formats -- DVD -- Blu-ray -- HD -- Internet -- First Person POV: Simon Duggan, ACS -- CHAPTER 14: Archiving Your Media -- Archiving in the Field -- Recommended equipment -- Transferring footage -- Postproduction Archiving -- Initial setup -- Selective vs. complete archives -- Working with tape -- Recommended Hardware and Software -- Tapes -- Tape libraries -- Archiving software -- Vaulting Services -- First Person POV: Greg Williams -- CHAPTER 15: Your Future with RED -- Building a Business with the RED -- Digital imaging technician/data wrangler -- Camera rental -- Director of photography -- Editor/postproduction supervisor -- Your Next Camera -- Story First -- APPENDIX A: Complete System Menu Map -- APPENDIX B: RED Gallery -- Glossary…”
    Libro electrónico
  6. 172606
    Publicado 2011
    Tabla de Contenidos: “…Writing Good Unit Tests -- 17.1 Improving Readability -- 17.2 Tests as Behavior Specification -- 17.3 Fighting Bugs in Tests -- 17.4 Summary -- Bibliography -- Index -- A -- B -- C -- D -- E -- F -- G -- H.…”
    Libro electrónico
  7. 172607
    Publicado 2016
    Tabla de Contenidos: “…2.18 Summary3 Research Methodology; 3.1 Introduction; 3.2 Research Structure; 3.2.1 Phase 1: Investigating the Existing Solutions; 3.2.2 Phase 2; 3.2.2.1 Phase 2a: Clarifying Efficient Solution; 3.2.2.2 Phase 2b: Executing the Existed Solution; 3.2.2.2.1 Simulation: The Customary Definition; 3.2.2.2.2 Network Simulator (NS); 3.2.2.2.3 Tool Command Language (Tcl) in NS; 3.2.3 Phase 3: Comparing the Effects of Recommended Solution on MANET Performance; 3.3 Summary; 4 Investigation and Selection Procedure; 4.1 Introduction…”
    Libro electrónico
  8. 172608
    Publicado 2023
    Tabla de Contenidos: “…Anhang A: Installation der Programme -- Installation der IDE -- Installation von Git -- Anhang B: Referenz -- C++-Referenz -- Operatoren -- Variablen und Datentypen -- Definition von Funktionen -- Symbole -- I/O-Funktionen -- Terminal-Referenz (inkl. …”
    Libro electrónico
  9. 172609
    por Cadenhead, Rogers
    Publicado 2007
    Tabla de Contenidos: “…. -- Setting Up the CLASSPATH Variable -- APPENDIX B: Programming with the Java Development Kit -- An Overview of the JDK -- The java Interpreter -- The javac Compiler -- The appletviewer Browser -- The javadoc Documentation Tool -- The jar Java File Archival Tool -- The jdb Debugger -- Using System Properties -- APPENDIX C: This Book's Website -- Index -- Bonus Material on the Companion CD-ROM -- CD1 Choosing Java -- CD2 Writing Java Applets -- CD3 Regular Expressions -- CD4 Where to Go from Here: Java Resources…”
    Libro electrónico
  10. 172610
    por Costales, Bryane
    Publicado 2007
    Tabla de Contenidos: “…1.4.3 Aliases and Mailing Lists1.5 Basic Parts of a Mail Message; 1.5.1 Run sendmail by Hand; 1.5.2 The Header; 1.5.3 The Body; 1.5.4 The Envelope; 1.6 Basic Roles of sendmail; 1.6.1 Role in the Filesystem; 1.6.2 Role in the aliases File; 1.6.3 Role in Queue Management; 1.6.4 Role in Local Delivery; 1.6.5 Delivery to a Mailbox; 1.6.6 Delivery Through a Program; 1.6.7 Role in Network Transport; 1.6.8 Role in TCP/IP; 1.6.9 Role in UUCP; 1.6.10 Role in Other Protocols; 1.6.11 Role As a Daemon; 1.7 Basic Modes of sendmail; 1.7.1 How to Run sendmail; 1.7.1.1 Become a mode (-b)…”
    Libro electrónico
  11. 172611
    Tabla de Contenidos:
    Libro electrónico
  12. 172612
    por Burleson, Donald K.
    Publicado 2001
    Tabla de Contenidos: “…Use sar; 1.10.2.2. sar -w (memory switching and swapping activity); 1.10.2.3. sar -b (buffer activity report); 1.10.3. Use sadc; 1.10.4. …”
    Libro electrónico
  13. 172613
    Publicado 2004
    Tabla de Contenidos: “…DB2 II V8.2 performance enhancements -- Introduction -- Fenced wrappers -- Parallelism enhancements -- Intra-partition parallelism in a non-DPF environment -- Inter-partition parallelism in a DPF environment with local data -- Inter-partition parallelism in a DPF environment without local data -- Updating nickname statistics -- Cache tables -- Informational constraints -- Snapshot monitor support -- Health Center alerts -- Appendix B. DB2 EXPLAIN facility with DB2 Information Integrator -- Brief review of the DB2 EXPLAIN facility -- db2exfmt overview -- EXPLAIN INSTANCE section -- SQL STATEMENT section -- Access plan graph -- OPERATOR DETAILS section -- Objects section -- Complete db2exfmt output -- Federated test environment -- db2exfmt examples involving DB2 II -- Join of nicknames referencing Oracle and SQL server -- INTRA_PARALLEL = YES (intra-partition enabled) -- Database Partition Feature (DPF) with FENCED = 'N' -- Database Partition Feature (DPF) with FENCED = 'Y' -- DB2_MAXIMAL_PUSHDOWN = 'N'…”
    Libro electrónico
  14. 172614
    Publicado 2003
    Tabla de Contenidos: “…CICS VSAM recovery (CICSVR) example -- Appendix B. Example source code -- Original COBOL program -- Modified COBOL program -- Original PL/I program -- Modified PL/I program -- Glossary -- Related publications -- IBM Redbooks -- Other publications -- Online resources -- How to get IBM Redbooks -- Help from IBM -- Index -- Back cover…”
    Libro electrónico
  15. 172615
    por Minoli, Daniel, 1952-
    Publicado 2006
    Tabla de Contenidos: “…1.3.6 2G Traditional PBXs with IP Adjunct Extensions (Enhancements)1.3.7 2G Hybrid TDM and IP Systems; 1.3.8 2G Pure IP Server-Based Telephony Systems; 1.3.9 Possible Evolution Paths for 2G Deployments; 1.4 Third-Generation 3G VoIP Networks; 1.5 Deployment/Penetration Issues; 1.6 Line of Investigation; Appendix A: Basic IPv6 Terminology; Appendix B: Basic Bibliography; 2 Basic VoP/VoIP Concepts; 2.1 Introduction and Background; 2.1.1 Carriers' Voice Networks; 2.1.2 VoIP in Cable TV Environments; 2.2 Voice Digitization and Encoding; 2.2.1 Overview of Speech Encoding Methods…”
    Libro electrónico
  16. 172616
    Publicado 2009
    Tabla de Contenidos: “…: Change Control -- Controlling change -- The change control process -- Accountabilities for change decisions -- The change request form -- Reviews and More Reviews -- Keeping sight of the objectives -- Review when a proposal is raised -- Review at the Detailed Investigation Gate -- Reviews during the project -- Project closure review -- Post-Implementation Review -- Recording agreement - quality reviews -- Closing the Project -- Project closure -- The closure report -- The closure meeting -- Closure actions -- Part Five: Implementing the Framework -- Implementing the Framework -- Advice from other organisations -- Corporate maturity -- Finding help in implementing a project's approach -- Justifiably different - tailoring -- A strategy for implementation -- Appendix A: Glossary -- Appendix B: A project process framework -- Index…”
    Libro electrónico
  17. 172617
    por Kosev, Gorgi
    Publicado 2013
    Tabla de Contenidos: “…Chapter 10: Data Binding Frameworks -- Introduction -- Creating a basic Angular view with data binding -- Rendering lists and using Angular controllers -- Routing, filters, and backend services in Angular -- Using Angular's client-side validation -- Making a chart component with Angular directives -- Structuring applications for Meteor.js -- Reactive programming and data in Meteor.js -- Live HTML and user-specific data in Meteor -- Security mechanisms in Meteor.js -- Chapter 11: Data Storage -- Introduction -- Data URI -- Session and local storage -- Reading data from files -- Using IndexedDB -- Limits of the storage and how to ask for more -- Manipulating the browser history -- Chapter 12: Multimedia -- Introduction -- Playing audio files -- Playing video files -- Customizing controls for media elements -- Adding text to your video -- Embedding multimedia -- Converting text to speech using HTML5 audio -- Appendix A: Installing node.js and Using npm -- Introduction -- Installing node.js -- Using npm -- Appendix B: Community and Resources -- WHATWG -- World Wide Web Consortium -- Other resources -- Index…”
    Libro electrónico
  18. 172618
    Publicado 2013
    Tabla de Contenidos: “…Running a Compare and Report Against a Maintenance Pack -- Filtering Results -- Conclusion -- Chapter 12: PeopleSoft Test Framework -- Installing PeopleSoft Test Framework -- Environment Prerequisites -- Install PTF -- My First Test -- Creating a Profile -- Troubleshooting Connections -- Execution Profiles -- Creating a Test -- Reviewing Logs -- Using PTF to Verify and Reset Configurations after Upgrade -- Library Tests -- Automated Test Suites -- Creating Shell Tests -- Test Case Reporting -- Conclusion -- Chapter 13: Upgrade Tips and Techniques -- Planning the Upgrade -- Upgrade Types -- Upgrade Timeframe -- Upgrade Team -- Performing the Upgrade -- Creating a New Demo Database -- PeopleTools Upgrade -- Virtualizing the Application Upgrade -- Adjusting Upgrade Flags -- Reconfiguring the Application -- Conclusion -- Part IV: Appendixes -- Appendix A: Manually Applying Patches and Bundles -- Download the Update -- Extract the Update Archive -- Apply the Update -- Identify Maintenance Documentation -- Follow the Instructions -- Change Projects -- Files -- Binary File Considerations -- Conclusion -- Appendix B: Data Mover Commands and Syntax -- Change_Access_Password -- Create_Temp_Table -- Create_Trigger -- Encrypt_Password -- Export -- Import -- Rename -- Replace_All -- Replace_Data -- Replace_View -- Run -- Swap_Base_Language -- SET Statements -- Standard SQL Commands -- Nonstandard SQL Commands -- Meta-SQL Statements -- Conclusion -- Index…”
    Libro electrónico
  19. 172619
    por Albrecht, Karl, 1941-
    Publicado 2007
    Tabla de Contenidos: “…Alpha Programming: Making the Movies You Want Your Life Wheel:Taking Stock, Setting Priorities, and Making Changes Appendices A Answers to Thinking Exercises B Fifty Tips for Better Thinking C A Vocabulary for Practical Intelligence D A Code of Intelligent Discourse E Learn to Meditate in "One" Lesson: The Harvard Mantra Index…”
    Libro electrónico
  20. 172620
    Publicado 2010
    Tabla de Contenidos: “…Indexing and Clustering -- Overview of Oracle Indexing and Clustering -- B*-Tree Indexes -- Bitmap Indexes -- Index Overhead -- Clustering -- Nested Tables -- Choosing the Best Indexing Strategy -- Summary -- Chapter 6. …”
    Libro electrónico