Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 868
- Operating systems (Computers) 676
- Computer Science 672
- Microsoft Windows (Computer file) 602
- Application software 563
- Development 555
- Computer networks 365
- Computer programs 333
- Microsoft .NET Framework 315
- Examinations 265
- Programming 250
- Cloud computing 241
- Microsoft Windows server 234
- Certification 230
- Security measures 229
- Computer security 226
- Database management 207
- Electronic data processing personnel 206
- Client/server computing 198
- Windows Azure 196
- Management 195
- Data processing 185
- Microsoft software 184
- Electrical & Computer Engineering 178
- Linux 173
- Historia 170
- Computer programming 163
- Design 162
- Web site development 159
- Telecommunications 154
-
8041Publicado 2024Tabla 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 Getting Started with Data Science and Python -- Chapter 1 Discovering the Match between Data Science and Python -- Understanding Python as a Language -- Viewing Python's various uses as a general-purpose language -- Interpreting Python -- Compiling Python -- Defining Data Science -- Considering the emergence of data science -- Outlining the core competencies of a data scientist -- Linking data science, big data, and AI -- Creating the Data Science Pipeline -- Understanding Python's Role in Data Science -- Considering the shifting profile of data scientists -- Working with a multipurpose, simple, and efficient language -- Learning to Use Python Fast -- Loading data -- Training a model -- Viewing a result -- Chapter 2 Introducing Python's Capabilities and Wonders -- Working with Python -- Contributing to data science -- Getting a taste of the language -- Understanding the need for indentation -- Working with Jupyter Notebook and Google Colab -- Performing Rapid Prototyping and Experimentation -- Considering Speed of Execution -- Visualizing Power -- Using the Python Ecosystem for Data Science -- Accessing scientific tools using SciPy -- Performing fundamental scientific computing using NumPy -- Performing data analysis using pandas -- Implementing machine learning using Scikit-learn -- Going for deep learning with Keras and TensorFlow -- Performing analysis efficiently using XGBoost -- Plotting the data using Matplotlib -- Creating graphs with NetworkX -- Chapter 3 Setting Up Python for Data Science -- Working with Anaconda -- Using Jupyter Notebook -- Accessing the Anaconda Prompt -- Installing Anaconda on Windows -- Installing Anaconda on Linux…”
Libro electrónico -
8042Publicado 2023Tabla de Contenidos: “…-- Extracting MFCCs from audio samples with TensorFlow -- Getting ready -- Applying the Hann window -- Leveraging RFFT -- Calculating the FFT magnitude -- The Mel scale conversion -- Computing the DCT coefficients -- Evaluating the SRAM usage to run MFCCs -- How to do it... -- There's more... -- Summary -- References -- Chapter 6: Recognizing Music Genres with TensorFlow and the Raspberry Pi Pico - Part 2 -- Technical requirements -- Computing the FFT magnitude with fixed-point arithmetic using the CMSIS-DSP library -- Getting ready -- Evaluating the hardware capabilities of the Raspberry Pi Pico -- Using the CMSIS-DSP Python library -- Representing numbers in 16-bit fixed-point format -- How to do it... -- There's more... -- Implementing the MFCCs feature extraction with the CMSIS-DSP library -- Getting ready -- Extracting the DCT coefficients -- How to do it... -- There's more... -- Designing and training an LSTM RNN model -- Getting ready -- Time series analysis with RNNs -- Designing a many-to-one RNN for music genre classification -- How to do it... -- There's more... -- Evaluating the accuracy of the quantized model on the test dataset -- Getting ready -- How to do it... -- There's more... -- Deploying the MFCCs feature extraction algorithm on the Raspberry Pi Pico -- Getting ready -- How to do it... -- There's more...with the SparkFun Artemis Nano! …”
Libro electrónico -
8043Publicado 2024Tabla de Contenidos: “…. -- There's more... -- Using Windows performance counter discovery -- Getting ready -- How to do it... -- How it works... -- Discovering JMX objects -- Getting ready -- How to do it... -- How it works... -- There's more... -- Setting up Zabbix SNMP LLD the new way -- Getting ready -- How to do it... -- How it works... -- Creating hosts with LLD and custom JSON -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 8: Setting Up Zabbix Proxies -- Technical requirements -- Setting up a Zabbix proxy -- Getting ready -- How to do it... -- How it works... -- There's more... -- Working with passive Zabbix proxies -- Getting ready -- How to do it... -- How it works...…”
Libro electrónico -
8044por Dowswell, KurtTabla de Contenidos: “…Expanding Your Conversation to a New Window -- Shifting the Conversation to the Right -- Utilizing Inline Chat -- Discovering Quick Chat -- Defining Prompt Engineering with Copilot Chat -- Understanding the Basics -- Prompting for Code -- Prompting for Solutions -- Having a Single Clear Objective -- Specifying a Specific Technology -- Keeping Prompts Short -- Gaining Context in Chat -- Open Tabs Context -- Editor Context -- File Context -- Selection Context -- Commanding Your Conversation with Precision -- Querying with @workspace -- Learning with /explain -- Generating Tests with /tests -- Finding a Fix with /fix -- Scaffolding with /new -- Crafting with /newNotebook -- Engaging with @vscode -- Inquiring with /api -- Learning with @terminal -- Conclusion -- Part III Practical Applications of GitHub Copilot -- Chapter 5 Learning a New Programming Language -- Introducing Language Education with Copilot -- Setting Up Your Development Environment -- Prerequisites -- Setup Guide -- Learning the Basics -- Prerequisites -- Learning C# with Copilot -- Creating a Console Application -- Prerequisites -- Creating a C# Console Application with Copilot -- Explaining Code with Copilot -- Adding New Code -- Learning to Test -- Creating Context with Selection -- Creating Context with Tags -- Running Tests -- Conclusion -- Reference -- Chapter 6 Writing Tests with Copilot -- Establishing the Example Project -- Prerequisites -- Adding Unit Tests to Existing Code -- Driving Unit Test Creation with Comments -- Using Inline Chat to Generate Tests -- Exploring Behavior-Driven Development with Copilot -- Adding User Accounts -- Setup -- End-to-End Tests -- Conclusion -- Chapter 7 Diagnosing and Resolving Bugs -- Establishing the Example Project -- Prerequisites -- Fixing Syntax Errors -- Resolving Runtime Exceptions -- Setup -- Resolving Terminal Errors -- Conclusion…”
Publicado 2024
Libro electrónico -
8045Publicado 2022Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Query Performance Tuning -- The Query Performance Tuning Process -- Performance Issues -- A Repetitive Process -- Understanding What Defines "Good Enough" -- Establishing Comparison Points -- Most Likely Performance Issues -- Common Performance Issues -- Insufficient or Poor Indexes -- Inaccurate or Missing Statistics -- Bad T-SQL -- Problematic Execution Plans -- Excessive Blocking -- Deadlocks -- Non-Set-Based Operations -- Incorrect Database Design -- Poor Execution Plan Reuse -- Frequent Recompilation of Queries -- Summary -- Chapter 2: Execution Plan Generation and the Query Optimizer -- The Query Optimization Process -- Optimization Preparation -- Parsing -- Binding -- Optimization -- Simplification -- Trivial Plan Match -- Optimization Phases -- Generating Parallel Execution Plans -- Execution Plan Caching -- Aging of the Execution Plan -- Summary -- Chapter 3: Methods for Capturing Query Performance Metrics -- Methods to Capture Query Performance Metrics -- Include Client Statistics -- Connection Properties -- SET STATISTICS TIME/IO -- QueryTimeStats in the Execution Plan -- Trace Events (Profiler) -- Dynamic Management Views -- Actively Executing Queries -- Previously Executed Queries -- Query Store -- Extended Events -- Creating an Extended Events Session -- Adding and Configuring Events -- Adding Global Fields to Events -- Using Predicates with Events -- Optional Event Fields -- Defining Targets -- Using the event_file Target -- Using the histogram Target -- Working with Sessions -- Adding Causality Tracking -- Scripting Extended Events -- Live Data Explorer Window -- Filtering Live Data -- Aggregating Live Data -- General Recommendations for Using Extended Events -- Set Max File Size Appropriately…”
Libro electrónico -
8046Publicado 2024Tabla de Contenidos: “…Worker Nodes -- Creating a Highly Available Kubernetes Cluster with Kubespray and Ansible -- Available Options to Deploy Kubernetes -- Prerequisites and Initial Setup -- Creating The Inventory -- Creating the Cluster -- How Kubespray Works -- Step 1: Pre-Configuration Checks and Setup -- Step 2: Setting Up Container Runtime -- Step 3: Network Plugin Installation -- Step 4: Kubernetes Components Installation -- Step 5: Initialization of the First Control Plane Node -- Step 6: Setting Up etcd Cluster -- Step 7: Joining Additional Control Plane Nodes -- Step 8: Joining Worker Nodes -- Step 9: Cluster Configuration With Addons -- Step 10: Cluster Verification And Health Checks -- Step 11: Security Configuration -- Step 12: Applying Custom Configurations -- Step 13: Cluster Ready For Deployment -- Start Using The Cluster -- Deploying to Kubernetes with Ansible -- Deploying to Kubernetes with Ansible and the K8s Module -- Using Remote Manifests -- Inline Manifests -- Validating Kubernetes Definitions -- Managing Multiple Clusters -- Patching Resources -- Restarting Deployments -- Deploying to Kubernetes with Ansible and Helm -- Templating Kubernetes Resources With Ansible -- Troubleshooting Kubernetes with Ansible -- Creating Generic Debug Tasks to View Kubernetes Resources -- Viewing Kubernetes Pod Logs with Ansible -- Ansible + Kubernetes = A Powerful Combination -- Ansible Cheat Sheet -- Installing Ansible -- On Linux -- On macOS -- On Windows -- Configuring Ansible -- Inventory -- Setting Up the Inventory File (INI) -- Setting Up the Inventory File (YAML) -- Ansible Host Variables -- Testing Your Setup -- Playbook Structure -- Playbook Keywords -- Common Modules -- Running a Command -- Running a Shell Command -- Running a Raw Command -- Copying a File -- Installing a Package -- Restarting a Service -- Copying a File with Permissions…”
Libro electrónico -
8047por Daudi, HusenTabla de Contenidos: “…. -- Chapter 9: Backend Views -- Technical requirements -- Adding a menu item and window actions -- Getting ready -- 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... -- There's more... -- Adding content and widgets to a form view -- How to do it... -- How it works... -- There's more... -- See also -- Adding buttons to forms -- How to do it... -- How it works... -- There's more... -- Passing parameters to forms and actions - context -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Defining filters on record lists - domain -- How to do it... -- How it works... -- There's more... -- See also -- Defining list views -- How to do it... -- How it works... -- There's more... -- Defining search views -- How to do it... -- How it works... -- There's more... -- See also -- Adding a search filter side panel -- Getting ready -- How to do it... -- How it works... -- There's more... -- Changing existing views - view inheritance -- How to do it... -- How it works... -- There's more... -- Defining document-style forms -- How to do it... -- How it works... -- See also -- Dynamic form elements using attributes -- How to do it... -- How it works... -- There's more... -- Defining embedded views -- How to do it... -- How it works... -- There's more…”
Publicado 2024
Libro electrónico -
8048por Pérez Rodríguez, María DoloresTabla de Contenidos: “…IMPRIMIR -- IMPRIMIR EN EL ENTORNO WINDOWS -- EL OBJETO PRINTER -- IMPRIMIR CON EL OBJETO PRINTER -- OPCIONES DE IMPRESIÓN -- LA COLECCIÓN PRINTERS -- CUADRO DE DIÁLOGO IMPRIMIR -- PROPIEDADES DEL CUADRO DE DIÁLOGO IMPRIMIR -- CANCELAR LA IMPRESIÓN -- LO QUE HEMOS APRENDIDO -- TEST -- ACTIVIDADES -- TEMA 18. …”
Publicado 2010
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
8049por Martín Sierra, Antonio J.Tabla de Contenidos: “…. -- FUNCIONES DEL LENGUAJE -- CUADROS DE DIÁLOGO -- DEFINICIÓN DE FUNCIONES -- EVENTOS -- MANEJADORES DE EVENTO -- TIPOS DE EVENTO -- OBJETOS -- TIPOS DE OBJETOS -- OBJETOS DEL LENGUAJE -- OBJETO STRING -- OBJETO ARRAY -- OBJETO MATH -- OBJETO DATE -- OBJETOS XHTML -- REFERENCIA A LOS OBJETOS ETIQUETA -- PRINCIPALES PROPIEDADES -- OBJETOS CONTROLES XHTML -- PROPIEDADES -- OBJETOS DEL NAVEGADOR -- OBJETO WINDOW -- OBJETO DOCUMENT -- OBJETO NAVIGATOR…”
Publicado 2014
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8050Publicado 2018Tabla de Contenidos: “…-- Deployment variants -- Working with oc cluster up -- System requirements and prerequisites -- CentOS 7 -- macOS -- Windows -- Accessing OpenShift through a web browser -- Working with Minishift -- Working with Vagrant -- Vagrant installation -- Installing OpenShift with an all-in-one Vagrant box -- Summary -- Questions -- Further reading -- Chapter 6: OpenShift Installation -- Technical requirements -- Prerequisites -- Hardware requirements -- Overview of OpenShift installation methods -- RPM installation -- Containerized installation -- Deployment scenarios -- Environment preparation -- Docker -- SELinux -- Ansible installation -- SSH access -- Advanced installation -- OpenShift Ansible inventory -- OpenShift Ansible playbooks -- Installation -- Validation -- Summary -- Questions -- Further reading -- Chapter 7: Managing Persistent Storage…”
Libro electrónico -
8051Publicado 2015Tabla de Contenidos: “…12.7.2 3D-Dokument aktualisieren und bearbeiten -- 12.7.3 3D-Dokument bemaßen -- 12.8 Übungsfragen -- Kapitel 13: Organisation, Layout und Plot -- 13.1 Organisation -- 13.1.1 Der Navigator -- 13.1.2 Der Organisator -- 13.1.3 Layoutbuch -- 13.2 Plotten -- 13.3 Drucken -- 13.4 Publizieren -- 13.4.1 Publisher-Sets -- 13.5 Übungsfragen -- Kapitel 14: Projekteinstellungen, Geschosse und Ebenen -- 14.1 Projekteinstellungen -- 14.1.1 Arbeitseinheiten -- 14.1.2 Bemaßungseinstellungen -- 14.1.3 Berechnungseinheiten und -regeln -- 14.1.4 Raumflächen -- 14.1.5 Referenzhöhen -- 14.1.6 Projektlage -- 14.1.7 Nordrichtung einstellen -- 14.2 Geschossverwaltung -- 14.3 Ebenen -- 14.4 Übungsfragen -- Kapitel 15: Visualisierung -- 15.1 Vorbereitungen -- 15.1.1 Sonnenstand und Ort -- 15.1.2 Photorealistik-Einstellungen -- 15.1.3 Kamera -- 15.1.4 Lichtquellen -- 15.2 Photorealistische Bilder -- 15.3 Animationen -- 15.4 Sonnenstudie -- 15.5 Übungsfragen -- Kapitel 16: Konstruktionsbeispiel -- 16.1 Das Projekt -- 16.2 Die Geschosse -- 16.3 Das Erdgeschoss -- 16.3.1 Wände -- 16.3.2 Türen und Fenster -- 16.4 Die anderen Geschosse -- 16.5 Das Gelände -- 16.6 Der Keller -- 16.6.1 Kellertrepe außen -- 16.6.2 Der Kellerboden -- 16.6.3 Fundamente -- 16.7 Treppe in Erdgeschoss -- 16.7.1 Kellerdecke -- 16.7.2 Der Balkon -- 16.8 Der Hauseingang -- 16.9 Das Dach -- 16.10 Übungsfragen -- Anhang A: Fragen und Antworten -- Anhang B: Unterschiede Windows - Macintosh und Tastaturkürzel -- Anhang C: Die Benutzeroberfläche im Detail -- Stichwortverzeichnis…”
Libro electrónico -
8052Publicado 2018Tabla de Contenidos: “…-- Using Data Migration Assistant -- Limitations of using Stretch Database -- Limitations that prevent you from enabling the Stretch DB features for a table -- Table limitations -- Column limitations -- Limitations for Stretch-enabled tables -- Use cases for Stretch Database -- Archiving of historical data -- Archiving of logging tables -- Testing Azure SQL database -- Enabling Stretch Database -- Enabling Stretch Database at the database level -- Enabling Stretch Database by using wizard -- Enabling Stretch Database by using Transact-SQL -- Enabling Stretch Database for a table -- Enabling Stretch DB for a table by using wizard -- Enabling Stretch Database for a table by using Transact-SQL -- Filter predicate with sliding window -- Querying stretch databases -- Querying and updating remote data -- SQL Server Stretch Database pricing -- Stretch DB management and troubleshooting -- Monitoring Stretch Databases -- Pause and resume data migration -- Disabling Stretch Database -- Disable Stretch Database for tables by using SSMS -- Disabling Stretch Database for tables using Transact-SQL -- Disabling Stretch Database for a database -- Backing up and restoring Stretch-enabled databases -- Summary -- Chapter 7: Temporal Tables -- What is temporal data? …”
Libro electrónico -
8053Publicado 2018Tabla de Contenidos: “…Extending our pipeline object with the WisconsinWrapper trait -- Importing the StringIndexer algorithm and using it -- Splitting the DataFrame into training and test datasets -- Creating a LogisticRegression classifier and setting hyperparameters on it -- Running the LR model on the test dataset -- Building a breast cancer pipeline with two stages -- Implementation objective 5 - evaluating the binary classifier's performance -- Summary -- Questions -- Chapter 3: Stock Price Predictions -- Stock price binary classification problem -- Stock price prediction dataset at a glance -- Getting started -- Support for hardware virtualization -- Installing the supported virtualization application -- Downloading the HDP Sandbox and importing it -- Hortonworks Sandbox virtual appliance overview -- Turning on the virtual machine and powering up the Sandbox -- Setting up SSH access for data transfer between Sandbox and the host machine -- Setting up PuTTY, a third-party SSH and Telnet client -- Setting up WinSCP, an SFTP client for Windows -- Updating the default Python required by Zeppelin -- What is Zeppelin? …”
Libro electrónico -
8054401(k)s & IRAs401(k)s & IRAs For DummiesPublicado 2022Tabla de Contenidos: “…Taking Money Out of Your Roth IRA -- Converting to Roth -- Chapter 10 Rolling Over an IRA -- Rolling-Over Basics (How to Shake Is Next) -- Rolling through the Process -- Rolling through a conduit -- Rolling partially over -- Rolling Roths with care -- Calling a Roth Conversion: No, It's Not a New Football Play -- Paying 20 Percent -- Part 4 Saving and Investing -- Chapter 11 Setting Up Your Savings Plan -- Targeting Your Retirement Date -- Getting Your Hands on Your Money -- Drawing on your Social Security -- Tapping into other sources -- Living the retirement life -- Testing the waters in your gene pool -- Developing Your Retirement Savings Plan -- Cutting down on your expenses -- Picturing your progress -- Counting on compounding -- Chapter 12 Determining How Much to Save -- Improving Your Chances of an Ideal Retirement -- Deciding How Much of Your Salary to Put Aside -- Making use of your salary deferral agreement -- Measuring your plan's maximums -- Being highly paid means different rules -- Estimating what your budget can afford -- Building Your Nest (Egg) -- If you're retiring in the near future -- If your retirement is farther off -- Using a retirement calculator -- Chapter 13 Selecting Your Investments -- Looking Over the Investment Menu -- Money market funds: Show me the money -- Keeping things reined in with stable value funds -- Bonding your funds: Single portfolio seeks stable relationship -- Deciding one and done: Balanced and TDF funds -- Stock funds: A feather in your cap -- Investing where you work: Company stock -- Brokerage window: Don't fence me in -- Forging Your Own Investment Trail -- Baking Your Asset Allocation Pie -- Check your ingredients and avoid these common mistakes -- Open the oven door once in a while to check your progress -- Make sure that your pie complements the rest of the meal -- Seeking Help from the Pros…”
Libro electrónico -
8055Publicado 2021Tabla de Contenidos: “…-- Planning Your Station -- Deciding what you want to do -- Deciding how to operate -- Choosing a Radio -- Allocating your resources -- Software defined radios -- Radios for VHF and UHF operating -- Radios for HF operating -- Filtering and noise -- Choosing an Antenna -- Beam antennas -- VHF/UHF antennas -- HF antennas -- Feed line and connectors -- Supporting Your Antenna -- Antennas and trees -- Masts and tripods -- Towers -- Rotators -- Station Accessories -- Mikes, keys, and keyers -- Antenna system gadgets -- Digital mode interfaces -- Remote Control Stations -- Remote control rules -- Accessing a remote control station -- Upgrading Your Station -- Chapter 13 Organizing a Home Station -- Designing Your Station -- Keeping a station notebook -- Building in ergonomics -- Viewing some example ham stations -- Building in RF and Electrical Safety -- Electrical safety -- RF exposure -- First aid -- Grounding and Bonding -- AC and DC power -- Lightning -- RF management -- Chapter 14 Computers in Your Ham Station -- What Type of Computers Do Hams Use? -- Windows -- Linux -- Macintosh -- Android and iOS -- Microcontrollers -- What Do Ham Computers Do? …”
Libro electrónico -
8056por Chin, Robert. authorTabla de Contenidos: “…Intro -- Beginning Android 3D Game Development -- Contents at a Glance -- Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Let's Meet the Android -- Overview of Android -- Overview of the Android SDK -- Android Software Development Kit (SDK) Requirements -- Android SDK Components Overview -- Eclipse with Android Development Tools Plug-in -- Android SDK Manager -- Android Virtual Device -- How to Set Up for Development -- Android Development Tools Integrated Development Environment (IDE) Overview -- Package Explorer -- Source Code Area -- Outline -- Dalvik Debug Monitor Server (DDMS) -- LogCat Window -- Launching the SDK Manager and AVD Manager from Eclipse -- Hands-on Example: Non-OpenGL ES Text "Hello World" Program -- Creating a New Android Project -- Running on an Android Emulator -- Running on an Actual Android Device -- The Main Source Code -- The Graphical Layout -- The Actual "Hello World" Data -- Summary -- Chapter 2: Java for Android -- Overview of the Java Language -- Java Comments -- Java Basic Data Types -- Arrays -- Data Modifiers -- Java Operators -- Arithmetic Operators -- Unary Operators -- Conditional Operators -- Bitwise and Bit Shift Operators -- Java Flow Control Statements -- Java Classes -- Packages and Classes -- Accessing Classes in Packages -- Java Interfaces -- Accessing Class Variables and Functions -- Java Functions -- Calling the Parent Function -- The Basic Android Java Program Framework -- Android Activity Life Cycle Overview -- Key Activity Life Cycle Cases -- Seeing the Activity Life Cycle in Action -- The Basic Android Java OpenGL Framework -- Basic Android OpenGL ES Framework for a Single-View OpenGL ES Application -- The Custom GLSurfaceView -- The Custom Renderer -- Basic Android OpenGL ES Framework for a Multiple View OpenGL ES Application…”
Publicado 2014
Libro electrónico -
8057Publicado 2016Tabla de Contenidos: “…The lowdown on primary keys -- Creating a primary key -- Making Tables Get Along -- Rules of relationships -- Relationship types -- Building Table Relationships -- The Relationships window -- Table relationships -- Indexing for Faster Queries -- Creating your own index -- Adding and removing indexes -- Chapter 6 Remodeling Your Data -- Opening a Table for Editing -- Inserting Records and Fields -- Adding a record -- Inserting a field -- Deleting a field -- Modifying Field Content -- Name-Calling -- Renaming fields -- Renaming a table -- Turn Uh-Oh! …”
Libro electrónico -
8058Publicado 2016Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Dedication -- About the Author -- About the Technical Reviewer -- Brief Contents -- Contents in Detail -- Acknowledgments -- Chapter 0: Introduction -- Who This Book Is For -- About This Book -- How to Use This Book -- Online Resources -- Errata and Updates -- Chapter 1: Getting Started with Scratch -- Running Scratch -- The Offline Editor -- The Scratch Editor and Sprites -- The Paint Editor -- Working with Code Blocks -- Adding Blocks -- Deleting Blocks -- Running Programs -- Showing Off Your Programs -- Getting Help -- The Tips Window -- The See Inside Button -- Summary -- Chapter 2: Rainbow Lines in Space! …”
Libro electrónico -
8059Publicado 2017Tabla de Contenidos: “…Enabling Stretch Database at the database level -- Enabling Stretch Database by using wizard -- Enabling Stretch Database by using Transact-SQL -- Enabling Stretch Database for a table -- Enabling Stretch DB for a table by using wizard -- Enabling Stretch Database for a table by using Transact-SQL -- Filter predicate with sliding window -- Querying Stretch Databases -- [Querying and updating remote data] -- Querying and updating remote data -- SQL Server Stretch Database pricing -- Stretch DB management and troubleshooting -- Monitoring Stretch Database -- Pause and resume data migration -- Disable Stretch Database -- Disable Stretch Database for tables by using SSMS -- Disable Stretch Database for tables using Transact-SQL -- Disable Stretch Database for a database -- Backup and restore Stretch-enabled databases -- Summary -- Chapter 7: Temporal Tables -- What is temporal data? …”
Libro electrónico -
8060Publicado 2024Tabla de Contenidos: “…Using the Find Menu -- Adjusting Date and Time for different time zones -- Reinstating your Catalog -- Resolution issues: Adding Pixels -- Remove Color Cast -- Fixing Skin Tones -- Altered reality: adding Lens Flare -- Altered Reality: Correcting Camera Distortion -- Altered Reality: Creating Depth of Field FX -- Altered Reality: Tilt Shift Effect -- Altered Reality: Changing Eye Color -- Altered Reality: The Liquify filter -- Using the Help Menu -- Summary -- Chapter 12: Feature Appendix -- Home Screen -- Organizer - Import -- Organizer-its five view spaces -- Quick Edit mode: Tool bar -- Quick Edit: Adjustments -- Guided Edit mode -- Basics -- Color -- Black and White -- Fun Edits -- Special Edits -- Photomerge -- Advanced Edit mode: Tool bar -- VIEW tools -- SELECT tools -- ENHANCE tools -- DRAW tools -- MODIFY tools -- Color Picker -- Drop-down menus -- File menu -- Edit menu -- Image menu -- Enhance menu -- Layer menu -- Select menu -- Filter menu -- View menu -- Window menu -- Help menu -- The Panels -- (Quick/Advanced Modes) -- Color swatches -- Actions panel -- Graphics panel -- Styles panel -- Filters panel -- Effects panel -- Layers panel -- More tabs -- Histogram panel -- History panel -- Favorites panel -- Navigator panel -- Info panel -- Create Menu -- Slideshow -- Photo Collage -- Photo Reel -- Quote Graphic -- Photo Book -- Greeting Card -- Photo Calendar -- Video Story -- Video Collage -- Highlight Reel -- Share menu -- Email -- Flickr -- Facebook -- Vimeo and YouTube -- PDF Slideshow -- Glossary -- Other Books You May Enjoy -- Index…”
Libro electrónico