Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 229
- Engineering & Applied Sciences 205
- Computer programs 152
- Computer Science 150
- Operating systems (Computers) 140
- Development 136
- Application software 132
- Database management 123
- Data processing 108
- Management 99
- Education 89
- History and criticism 88
- Economic history 87
- Economic conditions 84
- Business 83
- Histoire 82
- Zeitschrift 75
- Microsoft Windows (Computer file) 72
- Photography 71
- Computer graphics 66
- Law 66
- Computer programming 65
- Computer software 63
- Design 63
- Web sites 63
- Linux 62
- Study and teaching 62
- Python (Computer program language) 61
- Digital techniques 60
- Programming 60
-
1601por Shiffman, DanielTabla de Contenidos: “…Lesson Two ProjectLesson 3: Organization; Chapter 7: Functions; 7.1 Break It Down; 7.2 ""User Defined"" Functions; 7.3 Defining a Function; 7.4 Simple Modularity; 7.5 Arguments; 7.6 Passing a Copy; 7.7 Return Type; 7.8 Zoog Reorganization; Chapter 8: Objects; 8.1 I'm down with OOP; 8.2 Using an Object; 8.3 Writing the Cookie Cutter; 8.4 Using an Object: The Details; 8.5 Putting It Together with a Tab; 8.6 Constructor Arguments; 8.7 Objects are data types too!…”
Publicado 2008
Libro electrónico -
1602por Coleman, Lori JaneTabla de Contenidos: “…5.3 Recording Temp ADR5.4 Preserving Copies; 5.5 Lifts; 5.6 Scene Timings and Total Measurements; 5.7 Building a Cut; 5.8 Cutting the Recap; 5.9 Shipping; 5.10 Director's Cut; 5.11 Privacy in the Editing Room; 5.12 Producer's Cut; 5.13 The Locked Show; Chapter 6 Get Ready to Online; 6.1 Create a Locked Sequence Bin; 6.2 Remove Add Edits and Check for Jump Cuts; 6.3 Format the Locked Sequence; 6.4 Complete the Format Sheet; 6.5 Create the Locked Continuity and MX Sheet; 6.6 Prepare the ADR List; 6.7 Prepare the VFX Notes; 6.8 Reassign Tracks; 6.9 Create the Chase Cassette (DVD)…”
Publicado 2010
Libro electrónico -
1603por Liberty, JesseTabla de Contenidos: “…Constructors; 8.4. Initializers; 8.5. Copy Constructors; 8.6. The Me Keyword; 8.7. Using Shared Members; 8.8. …”
Publicado 2003
Libro electrónico -
1604Publicado 2003Tabla de Contenidos: “…Integrating AIX NIM with IBM Tivoli Configuration Manager -- 2.1 Overview of AIX Network Installation Management -- 2.1.1 Installing the base operating system -- 2.1.2 Installing and customizing the software -- 2.1.3 Maintaining the software -- 2.1.4 Configuring the machine -- 2.1.5 Booting diagnostics -- 2.1.6 Booting in maintenance mode -- 2.1.7 Initializing diskless and dateless clients -- 2.1.8 Installing BOS on an alternate disk -- 2.2 Choosing a NIM master -- 2.3 Basic NIM operations and configuration -- 2.3.1 Configuring the master and creating basic installation resources -- 2.3.2 Using installation images -- 2.3.3 Using a mksysb image -- 2.3.4 Using a SPOT-copy -- 2.3.5 Performing a non-prompted BOS installation -- 2.3.6 Installing to clients on ATM networks -- 2.3.7 Customizing NIM clients and SPOT resources -- 2.3.8 Supporting diskless and dataless clients -- 2.3.9 Adding a diskless or dataless client -- 2.4 NIM client operations -- 2.5 Advanced NIM installation tasks -- 2.5.1 Controlling the master or client -- 2.5.2 Disabling master push permissions -- 2.5.3 Resetting machines -- 2.5.4 Using client machines as resource servers -- 2.5.5 Defining machine groups -- 2.5.6 Adding new members to machine groups -- 2.5.7 Removing members from machine groups -- 2.5.8 Including and excluding a group member from operations -- 2.5.9 Using resource groups to allocate related resources -- 2.5.10 Managing software on standalone clients and SPOT resources -- 2.6 Advanced NIM configuration tasks…”
Libro electrónico -
1605por Corbet, JonathanTabla de Contenidos: “…Bit Operations; 5.7.4. seqlocks; 5.7.5. Read-Copy-Update; 5.8. Quick Reference; 6. Advanced Char Driver Operations; 6.1.2. …”
Publicado 2005
Libro electrónico -
1606Publicado 2024Tabla de Contenidos: “…Cover -- Title page -- Copyright and credit -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1 - Dashboards and Reports in Modern Excel -- Chapter 1: Dashboards, Reports, and M365 Excel -- Introducing dashboards and reports -- Meeting modern business needs -- The characteristics of a dashboard -- The different versions of Microsoft Excel -- Excel 365 -- Excel 2021 -- Older versions of Excel -- Summary -- Further reading -- Chapter 2: Common Dashboards in Large Companies -- Major types of dashboards -- Understanding the sales dashboard -- Understanding the financial analysis dashboard -- Understanding the HR dashboard -- Understanding the supply chain and logistics dashboard -- Understanding the marketing dashboard -- Summary -- Part 2 - Keeping Your Eyes on Automation -- Chapter 3: The Importance of Connecting Directly to the Primary Data Sources -- The different ways to bring data into Excel -- Copying and pasting data into Excel -- Importing data from flat files -- Importing data from databases -- Importing data from cloud platforms -- Connecting directly to the primary data source -- Common issues and how to overcome them -- Summary -- Chapter 4: Power Query: the Ultimate Data Transformation Tool -- Introduction to Power Query -- Connecting to over 100 different data sources -- Transforming data in Power Query -- Appending data from multiple sources in one data table -- Merging data from two tables into one table -- Common data transformations -- Choose Columns -- Keep Rows and Remove Rows -- Unpivot Columns and Pivot Columns -- Group By -- Fill Series and Remove Empty -- Replace Values -- Important tips -- Understanding Close & -- Load To -- Demystifying the underlying M code -- Summary -- Chapter 5: PivotTable and Power Pivot -- Mastering Pivot Tables -- The role of Slicers -- Dynamic reports with PivotTables…”
Libro electrónico -
1607Publicado 2020Tabla de Contenidos: “…Verweise übergeben -- Die Funktionen copy() und deepcopy() des Moduls copy -- Ein kurzes Programm: Conways Spiel des Lebens -- Zusammenfassung -- Wiederholungsfragen -- Übungsprojekte -- Kommacode -- Münzwurffolgen -- Zeichenbildraster -- Kapitel 5: Dictionaries und Datenstrukturen -- Der Datentyp für Dictionaries -- Dictionaries und Listen im Vergleich -- Die Methoden keys(), values() und items() -- Das Vorhandensein eines Schlüssels oder Wertes im Dictionary ermitteln -- Die Methode get() -- Die Methode setdefault() -- Saubere Ausgabe -- Datenstrukturen zur Modellierung realer Objekte -- Ein Tic-Tac-Toe-Brett -- Verschachtelte Dictionaries und Listen -- Zusammenfassung -- Wiederholungsfragen -- Übungsprojekte -- Validierer für Schach-Dictionary -- Inventar für ein Fantasyspiel -- Eine Funktion zum Hinzufügen von Listeninhalten zum Inventar-Dictionary -- Kapitel 6: Stringbearbeitung -- Umgang mit Strings -- Stringliterale -- Strings indizieren und Slices entnehmen -- Die Operatoren in und not in für Strings -- Strings in andere Strings einfügen -- Nützliche Stringmethoden -- Die Stringmethoden upper(), lower(), isupper() und islower() -- Die isX-Stringmethoden -- Die Stringmethoden startswith() und endswith() -- Die Methoden join() und split() -- Strings mit der Methode partition() aufteilen -- Text mit rjust(), ljust() und center() ausrichten -- Weißraum mit strip(), rstrip() und lstrip() entfernen -- Die Funktionen ord() und chr() für numerische Zeichenwerte -- Strings mit dem Modul pyperclip kopieren und einfügen -- Projekt: Automatisierte Nachrichten mithilfe einer Mehrfach-Zwischenablage -- Schritt 1: Programmdesign und Datenstrukturen -- Schritt 2: Befehlszeilenargumente verarbeiten -- Schritt 3: Die richtige Antwort kopieren -- Projekt: Aufzählungspunkte zu einem Wiki-Markup hinzufügen…”
Libro electrónico -
1608Publicado 2018Tabla de Contenidos: “…. -- Chapter 2: Event Handling - Signals and Slots -- Introduction -- Using Signal/Slot Editor -- How to do it... -- Copying and pasting text from one Line Edit widget to another -- Getting ready -- How to do it... -- How it works... -- Converting data types and making a small calculator -- How to do it... -- How it works... -- Using the Spin Box widget -- Getting ready -- How to do it... -- How it works... -- Using scrollbars and sliders -- Getting ready -- How to do it... -- How it works... -- Using List Widget -- Getting ready -- How to do it... -- How it works... -- Selecting multiple list items from one List Widget and displaying them in another -- How to do it... -- How it works... -- Adding items into List Widget -- How to do it... -- How it works... -- Performing operations in List Widget -- Getting ready -- Methods provided by the QListWidgetItem class -- How to do it.... -- How it works... -- Using the Combo Box widget -- How to do it...…”
Libro electrónico -
1609Publicado 2022Tabla de Contenidos: “…Book 1 Common Office Tasks -- Chapter 1 Office Nuts and Bolts -- Introducing Office 365 -- Office 365 applications -- Office 365 cloud services -- Finding out what software and Office version you have -- Managing your Microsoft account -- Finding Your Way Around the Office Interface -- The File tab and Backstage -- The Quick Access toolbar -- The Ribbon and its tabs -- Context-sensitive tabs -- The anatomy of a tab -- Mini-toolbars and shortcut menus -- Office 365 for keyboard lovers -- Saving Your Files -- Saving a file -- Saving a file for the first time -- Saving AutoRecovery information -- Navigating the Save As and Open Windows -- Opening and Closing Files -- Reading and Recording File Properties -- Locking a File with a Password -- Password-protecting a file -- Removing a password from a file -- Trusting (or not Trusting) Microsoft with Your "Content" -- Chapter 2 Wrestling with the Text -- Manipulating the Text -- Selecting text -- Moving and copying text -- Taking advantage of the Clipboard task pane -- Deleting text -- Speaking, not Typing, the Words -- Changing the Look of Text -- Choosing fonts for text -- Changing the font size of text -- Applying font styles to text -- Applying text effects to text -- Underlining text -- Changing the color of text -- Quick Ways to Handle Case, or Capitalization -- Entering Symbols and Foreign Characters -- Creating Hyperlinks -- Linking a hyperlink to a web page -- Creating a hyperlink to another place in your file -- Creating an email hyperlink -- Repairing and removing hyperlinks -- Chapter 3 Speed Techniques Worth Knowing About -- Undoing and Repeating Commands -- Undoing a mistake…”
Libro electrónico -
1610Publicado 2016Tabla de Contenidos: “…No divergence - fast-forward and up-to-date cases -- Creating a merge commit -- Merge strategies and their options -- Reminder - merge drivers -- Reminder - signing merges and merging tags -- Copying and applying a changeset -- Cherry-pick - creating a copy of a changeset -- Revert - undoing an effect of a commit -- Applying a series of commits from patches -- Cherry-picking and reverting a merge -- Rebasing a branch -- Merge versus rebase -- Types of rebase -- Advanced rebasing techniques -- Resolving merge conflicts -- The three-way merge -- Examining failed merges -- Conflict markers in the worktree -- Three stages in the index -- Examining differences - the combined diff format -- How do we get there: git log --merge -- Avoiding merge conflicts -- Useful merge options -- Rerere - reuse recorded resolutions -- Dealing with merge conflicts -- Aborting a merge -- Selecting ours or theirs version -- Scriptable fixes - manual file remerging -- Using graphical merge tools -- Marking files as resolved and finalizing merges -- Resolving rebase conflicts -- git-imerge - incremental merge and rebase for git -- Summary -- Chapter 8: Keeping History Clean -- An introduction to Git internals -- Git objects -- The plumbing and porcelain Git commands -- Environment variables used by Git -- Environment variables affecting global behavior -- Environment variables affecting repository locations -- Environment variables affecting committing -- Rewriting history -- Amending the last commit -- An interactive rebase -- Reordering, removing, and fixing commits -- Squashing commits -- Splitting commits -- Testing each rebased commit -- External tools - patch management interfaces -- Scripted rewrite with the git filter-branch -- Running the filter-branch without filters -- Available filter types for filter-branch and their use -- Examples of using the git filter-branch…”
Libro electrónico -
1611Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: An Introduction to Ansible -- Ansible's story -- The term -- The software -- Ansible versus other tools -- Declarative versus imperative -- Configuration versus orchestration -- Infrastructure as code -- Summary -- Further reading -- Chapter 2: Installing and Running Ansible -- Technical requirements -- Installing Ansible -- Installing on macOS -- Homebrew -- The pip method -- Pros and cons -- Installing on Linux -- Installing on Windows 10 Professional -- Launching a virtual machine -- An introduction to playbooks -- Host inventories -- Playbooks -- Summary -- Questions -- Further reading -- Chapter 3: The Ansible Commands -- Technical requirements -- Inbuilt commands -- Ansible -- The ansible-config command -- The ansible-console command -- The ansible-doc command -- The ansible-inventory command -- Ansible Vault -- Third-party commands -- The ansible-inventory-grapher command -- Ansible Run Analysis -- Summary -- Questions -- Further reading -- Chapter 4: Deploying a LAMP Stack -- Technical requirements -- Playbook structure -- LAMP stack -- Common -- Updating packages -- Installing common packages -- Configuring NTP -- Creating a user -- Running the role -- Apache -- Installing Apache -- Configuring Apache -- Configuring SELinux -- Copying an HTML file -- Running the role -- MariaDB -- Installing MariaDB -- Configuring MariaDB -- Importing a sample database -- Running the role -- PHP -- Installing PHP -- The phpinfo file -- Adminer -- Running the role -- Overriding variables -- Summary -- Questions -- Further reading -- Chapter 5: Deploying WordPress -- Technical requirements -- Preinstallation tasks -- The stack-install command -- Enabling the repositories -- Installing the packages -- The stack-config role…”
Libro electrónico -
1612Publicado 2019Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Discovering Deep Learning -- Chapter 1 Introducing Deep Learning -- Defining What Deep Learning Means -- Starting from Artificial Intelligence -- Considering the role of AI -- Focusing on machine learning -- Moving from machine learning to deep learning -- Using Deep Learning in the Real World -- Understanding the concept of learning -- Performing deep learning tasks -- Employing deep learning in applications -- Considering the Deep Learning Programming Environment -- Overcoming Deep Learning Hype -- Discovering the start-up ecosystem -- Knowing when not to use deep learning -- Chapter 2 Introducing the Machine Learning Principles -- Defining Machine Learning -- Understanding how machine learning works -- Understanding that it's pure math -- Learning by different strategies -- Training, validating, and testing data -- Looking for generalization -- Getting to know the limits of bias -- Keeping model complexity in mind -- Considering the Many Different Roads to Learning -- Understanding there is no free lunch -- Discovering the five main approaches -- Delving into some different approaches -- Awaiting the next breakthrough -- Pondering the True Uses of Machine Learning -- Understanding machine learning benefits -- Discovering machine learning limits -- Chapter 3 Getting and Using Python -- Working with Python in this Book -- Obtaining Your Copy of Anaconda -- Getting Continuum Analytics Anaconda -- Installing Anaconda on Linux -- Installing Anaconda on MacOS -- Installing Anaconda on Windows -- Downloading the Datasets and Example Code -- Using Jupyter Notebook -- Defining the code repository -- Getting and using datasets -- Creating the Application…”
Libro electrónico -
1613Publicado 2018Tabla de Contenidos: “…-- Big data solutions - cloud versus on-premises infrastructure -- Cost -- Security -- Current capabilities -- Scalability -- Big data glossary -- Big data -- Batch processing -- Cluster computing -- Data warehouse -- Data lake -- Data mining -- ETL -- Hadoop -- In-memory computing -- Machine learning -- MapReduce -- NoSQL -- Stream processing -- Summary -- Chapter 2: Big Data Environment Setup -- Oracle VM VirtualBox installation -- Ubuntu installation -- Hadoop prerequisite installation -- Java installation -- SSH installation and configuration -- Hadoop system user -- Apache Hadoop installation -- Hadoop configuration -- Path configuration for Hadoop commands -- Hadoop server start and stop -- Summary -- Chapter 3: Hadoop Ecosystem -- Apache Hadoop -- Hadoop Distributed File System -- HDFS hands-on -- Creating a directory in HDFS -- Copying files from a local file system to HDFS -- Copying files from HDFS to a local file system -- Deleting files and folders in HDFS -- Hadoop MapReduce -- Job Tracker and Task Tracker -- The execution flow of MapReduce -- Mapper -- Shuffle and Sort -- Reducer -- Example program -- Preparing the data file for analysis -- Program code -- Driver program -- Mapper program -- Reducer program -- Observations and results -- YARN -- Resource Manager -- Node Manager -- Container -- Application Master…”
Libro electrónico -
1614Publicado 2023Tabla de Contenidos: “…-- JavaScript is a huge topic -- How this book is different -- Learn JavaScript as it's used -- Understand similarities between the most popular libraries -- Adapt to new technologies -- Conventions Used in This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Book 1 JavaScript Fundamentals -- Chapter 1 Jumping into JavaScript -- JavaScript, the Basics -- JavaScript is a programming language -- A look at programming language levels -- Machine code is processor-specific -- High-level languages are abstractions -- Compilation makes programs portable -- A short and epic history of JavaScript -- The two superpowers -- The early battles -- Eich is back with a brand-new invention -- Imitation is the sincerest form of flattery -- The long road to standardization -- How JavaScript changes -- Reading and Copying JavaScript Code -- How the web works -- Front end and back end -- The front end is open, the back end is closed -- The value of a service -- JavaScript on the server -- Starting Your Development Environment -- Installing Visual Studio Code -- Learning to use Visual Studio Code -- Creating a new project -- Learning the one essential command -- Writing Your First JavaScript Program -- JavaScript is made of statements -- JavaScript is case-sensitive -- JavaScript ignores white space -- JavaScript programmers use camelCase and underscores -- camelCase -- Underscore -- Dashes -- Running Code in the Console -- Rerunning Commands in the Console -- Running Code in a Browser Window -- Running JavaScript from HTML event attributes -- Running HTML inside script elements -- Including JavaScript files in your HTML -- Chapter 2 Filling Your JavaScript Toolbox -- Installing Node.js -- Configuring Visual Studio Code…”
Libro electrónico -
1615Publicado 1999Tabla de Contenidos: “…-- Files -- Opening Files -- Using Files -- Files in Action -- Storing and parsing Python objects in files -- Storing native Python objects with pickle -- Storing and parsing packed binary data in files -- Other File Tools -- Type Categories Revisited -- Object Flexibility -- References Versus Copies -- Comparisons, Equality, and Truth -- The Meaning of True and False in Python -- Python's Type Hierarchies -- Other Types in Python -- Built-in Type Gotchas -- Assignment Creates References, Not Copies -- Repetition Adds One Level Deep -- Beware of Cyclic Data Structures -- Immutable Types Can't Be Changed In-Place -- Chapter Summary -- Quiz Answers -- Part III -- Introducing Python Statements -- Python Program Structure Revisited -- Python's Statements -- A Tale of Two ifs -- What Python Adds -- What Python Removes -- Parentheses are optional -- End of line is end of statement -- End of indentation is end of block -- Why Indentation Syntax? …”
Libro electrónico -
1616por Wang, WallyTabla de Contenidos: “…Intro -- Table of Contents -- Introduction -- 1: Turning Your iPad On and Off -- What You'll Be Using -- Turning On Your iPad -- Turning Off Your iPad -- Putting Your iPad to Sleep -- Putting Your iPad to Sleep Automatically -- Waking Up Your iPad from Sleep Mode -- Turning Airplane Mode On and Off (3G iPad Models Only) -- Additional Ideas for Turning Your iPad On and Off -- 2: Charging and Conserving iPad Battery Power -- Recharging an iPad -- Turning Off Wi-Fi and 3G -- Turning Off Push Accounts -- Turning Off Location Services -- Monitoring Battery Life -- Turning Off Bluetooth -- Additional Ideas for Conserving Power -- 3: Using Your iPad's Physical Controls -- Viewing the Home Screen -- Modifying the Home Button -- Adjusting the Volume -- Rotating the iPad -- Additional Ideas for Controlling Your iPad -- 4: Controlling the iPad User Interface -- Using the Multi-Touch Screen -- Additional Ideas for Controlling Your iPad -- 5: Using and Customizing the Virtual Keyboard -- Displaying Different Virtual Keyboards -- Typing on a Virtual Keyboard -- Selecting, Copying, and Cutting Text -- Spellchecking -- Customizing the Virtual Keyboard -- Adding Auditory Keyboard Clicks -- Typing Foreign Characters -- Additional Ideas for Using the Virtual Keyboard -- 6: Customizing the Home Screen -- Rearranging Icons on the Home Screen -- Putting Apps on the Dock -- Resetting Your Home Screen -- Modifying the Wallpaper -- Additional Ideas for Customizing Your Home Screen -- 7: Using Parental Controls -- Blocking iPad Features -- Filtering Content -- Disabling Restrictions -- Additional Ideas for Using Restrictions on Your iPad -- 8: Protecting Your Privacy -- Setting (or Removing) a Passcode -- Defining When to Ask for a Passcode -- Erasing Data After 10 Incorrect Passcodes -- Additional Ideas for Protecting Your iPad -- 9: Setting the Date and Time…”
Publicado 2010
Libro electrónico -
1617Publicado 2011Tabla de Contenidos: “…-- Defining Single-level Inheritance -- Capturing Multilevel Inheritance -- Writing a Multilevel Inheritance Program -- Polymorphism -- Creating a Heterogeneous Collection of Objects -- A Program That Demonstrates a Heterogeneous Collection -- Detecting the Object Type -- Typecasting Rules on Inheritance Hierarchies -- Preventing Method Overriding -- Preventing Subclassing -- Summary -- Chapter 5: Object Creation and Member Visibility -- Instantiating a Subclass -- The Object-Creation Process -- Calling the super Constructor -- Method Overloading -- Rules of Method Overloading -- Creating a Copy Constructor -- Invoking Constructors: Summary -- The final Keyword -- The final Classes -- The final Methods -- The final Variables -- The final Variables of the Class Type -- Important Points Related to the final Keyword -- Understanding Member Visibility Rules -- The public Modifier -- The private Modifier -- The protected Modifier -- The Default Modifier -- A Few Rules on Inheriting -- Summary -- Chapter 6: Static Modifier and Interfaces -- The static Keyword -- The Static Fields -- Accessing Static Fields Through Object References -- Inheriting Static Fields -- Creating a Truly Global Variable -- Creating Application Constants -- Some Important Notes on Static Fields -- The Static Methods -- Access Restrictions in Static Methods -- Some Important Notes on Static Methods -- The Static Initializers…”
Libro electrónico -
1618Publicado 2023Tabla de Contenidos: “…Review - grouping connected clips in Storylines -- Controlling and overriding connections -- Review - controlling and overriding connections -- Three-point editing and more -- Backtiming -- Overwriting -- Copy and paste -- Review - three-point editing and more -- Summary -- Review questions -- Review answers -- Chapter 8: Neaten the Edges: Trimming Techniques -- Rolling an edit -- Understanding a regular trim edit -- Performing a Roll edit -- Using keyboard shortcuts to Roll -- Review - Rolling an edit -- Slipping and Sliding clips -- Using a Slip edit -- Using a Slide edit -- Review - Slipping and sliding clips -- Softening audio with split edits (J- and L-cuts) -- Expanding and collapsing audio -- Overlapping audio edit points -- Fading audio edits -- Fading music for beat-matching -- Review - softening audio with split edits (J- and L-cuts) -- Editing numerically and with the precision editor -- Trimming using numbers -- Setting clip duration -- Moving to a specific timecode -- Using the precision editor -- Review - editing numerically and with the precision editor -- Summary -- Review questions -- Review answers -- Chapter 9: Consider Your Options: Multicam, Replacing, and Auditions -- Working with Multicam media -- Understanding Multicam footage -- Preparing to edit with the Angle Viewer -- Switching angles -- Replacing and editing existing angles -- Editing inside a Multicam angle -- Review - working with Multicam media -- Exchanging one clip with another -- Showing or hiding a clip -- Replacing clips -- Review - exchanging one clip with another -- Creating and using Auditions -- Review - creating and using Auditions -- Summary -- Review questions -- Review answers -- Chapter 10: Explore a Little: Compound Clips and Timeline Tricks -- Creating and using Compound Clips -- Replacing media using Multicam Clips…”
Libro electrónico -
1619Publicado 2024Tabla de Contenidos: “…-- The if statement -- The switch statement -- Ternary operator -- Understanding loops -- while -- do...while -- for -- Using strings in JavaScript -- Important methods -- Exploring arrays -- Basic operations -- Iterating over an array -- Destructuring -- Sets -- Using objects in JavaScript -- Basic operations -- Iteration -- Shallow copy versus deep copy -- Merging objects -- Destructuring -- Optional chaining (?.) …”
Libro electrónico -
1620por Daudi, HusenTabla de Contenidos: “…. -- How it works... -- Copying the model definition using inheritance -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using delegation inheritance to copy features to another model -- Getting ready -- How to do it... -- How it works…”
Publicado 2024
Libro electrónico