Mostrando 1,081 - 1,100 Resultados de 1,323 Para Buscar '"Mac OS"', tiempo de consulta: 0.19s Limitar resultados
  1. 1081
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title page -- Copyright and credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Docker and Kubernetes -- Chapter 1: Getting Started with Containers -- Technical requirements -- Container architecture -- Installing Docker -- Windows -- macOS -- Linux -- Getting started with Docker images -- hello-world -- NGINX -- Julia -- Building your own image -- Batch processing job -- API service -- Summary -- Chapter 2: Kubernetes Architecture -- Technical requirements -- Kubernetes architecture -- Control plane -- Node components -- Pods -- Deployments -- StatefulSets -- Jobs -- Services -- ClusterIP Service -- NodePort Service -- LoadBalancer Service -- Ingress and Ingress Controller -- Gateway -- Persistent Volumes -- StorageClasses -- ConfigMaps and Secrets -- ConfigMaps -- Secrets -- Summary -- Chapter 3: Getting Hands-On with Kubernetes -- Technical requirements -- Installing kubectl -- Deploying a local cluster using Kind -- Installing kind -- Deploying the cluster -- Deploying an AWS EKS cluster -- Deploying a Google Cloud GKE cluster -- Deploying an Azure AKS cluster -- Running your API on Kubernetes -- Creating the deployment -- Creating a service -- Using an ingress to access the API -- Running a data processing job in Kubernetes -- Summary -- Part 2: Big Data Stack -- Chapter 4: The Modern Data Stack -- Data architectures -- The Lambda architecture -- The Kappa architecture -- Comparing Lambda and Kappa -- Data lake design for big data -- Data warehouses -- The rise of big data and data lakes -- The rise of the data lakehouse -- Implementing the lakehouse architecture -- Batch ingestion -- Storage -- Batch processing -- Orchestration -- Batch serving -- Data visualization -- Real-time ingestion -- Real-time processing -- Real-time serving -- Real-time data visualization -- Summary…”
    Libro electrónico
  2. 1082
    Publicado 2021
    Tabla de Contenidos: “…-- Seeing What Learning Go Can Do for You -- Installing Go on Your Machine -- macOS -- Windows -- Using an Integrated Development Environment with Go -- Writing Your First Go Program -- Compiling and running the program -- Understanding how a Go program works -- Making sense of the Go file structure -- Compiling for multiple operating systems -- Comparing Go with Other Languages -- Syntax -- Compilation -- Concurrency -- Library support -- Chapter 2 Working with Different Data Types -- Declaring Always-Changing Variables -- Using the var keyword: Type-inferred variables -- Specifying the data type: Explicitly typed variables -- Using the short variable declaration operator -- Declaring Never-Changing Constants -- Removing Unused Variables -- Dealing with Strings -- Performing Type Conversions -- Discovering the type of a variable -- Converting a variable's type -- Interpolating strings -- Chapter 3 Making Decisions -- Using If/Else Statements to Make Decisions -- Laying the foundation for the if/else statement: Logical and comparison operators -- Using the if/else statement -- Short-circuiting: Evaluating conditions in Go -- When You Have Too Many Conditions: Using the Switch Statement -- Switching with fall-throughs -- Matching multiple cases -- Switching without condition -- Chapter 4 Over and Over and Over: Using Loops -- Performing Loops Using the for Statement -- Iterating over a Range of Values -- Iterating through arrays/slices -- Iterating through a string -- Using Labels with the for Loop -- Chapter 5 Grouping Code into Functions -- Defining a Function -- Defining functions with parameters…”
    Libro electrónico
  3. 1083
    Publicado 2021
    “…To get you started, author Jeroen Janssens provides a Docker image packed with over 80 tools—useful whether you work with Windows, macOS, or Linux. You’ll quickly discover why the command line is an agile, scalable, and extensible technology. …”
    Libro electrónico
  4. 1084
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Acknowledgments -- Contributors -- Table of Contents -- Preface -- Part 1: Foundations of a Modern Rendering Engine -- Chapter 1: Introducing the Raptor Engine and Hydra -- Technical requirements -- Windows -- Linux -- macOS -- How to read this book -- Understanding the code structure -- Layers of code -- Understanding the glTF scene format -- PBR in a nutshell -- A word on GPU debugging -- Summary -- Further reading -- Chapter 2: Improving Resources Management -- Technical requirements -- Unlocking and implementing bindless rendering -- Checking for support -- Creating the descriptor pool -- Updating the descriptor set -- Update to shader code -- Automating pipeline layout generation -- Compiling GLSL to SPIR-V -- Understanding the SPIR-V output -- From SPIR-V to pipeline layout -- Improving load times with a pipeline cache -- Summary -- Further reading -- Chapter 3: Unlocking Multi-Threading -- Technical requirements -- Task-based multi-threading using enkiTS -- Why task-based parallelism? …”
    Libro electrónico
  5. 1085
    por Miser, Brad
    Publicado 2009
    “…You'll get the goods on the upcoming release of Mac OS X Snow Leopard as well as…”
    Libro electrónico
  6. 1086
    Publicado 2021
    Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting to Know Your Environment -- Technical requirements -- Getting started with Unity 2021 -- Using macOS -- Creating a new project -- Navigating the editor -- Using C# with Unity -- Working with C# scripts -- Introducing the Visual Studio editor -- Opening a C# file -- Beware of naming mismatches -- Syncing C# files -- Exploring the documentation -- Accessing Unity's documentation -- Locating C# resources -- Summary -- Pop quiz - dealing with scripts -- Chapter 2: The Building Blocks of Programming -- Defining variables -- Names are important -- Variables act as placeholders -- Understanding methods -- Methods drive actions -- Methods are placeholders too -- Introducing classes -- A common Unity class -- Classes are blueprints -- Communication among classes -- Working with comments -- Single-line comments -- Multi-line comments -- Adding comments -- Putting the building blocks together -- Scripts become components -- A helping hand from MonoBehaviour -- Hero's trial - MonoBehaviour in the Scripting API -- Summary -- Pop quiz - C# building blocks -- Chapter 3: Diving into Variables, Types, and Methods -- Writing proper C# -- Debugging your code -- Understanding variables -- Declaring variables -- Type and value declarations -- Type-only declarations -- Using access modifiers -- Working with types -- Common built-in types -- Type conversions -- Inferred declarations -- Custom types -- Naming variables -- Understanding variable scope -- Introducing operators -- Arithmetic and assignments -- Defining methods -- Declaring methods -- Naming conventions -- Methods as logic detours -- Specifying parameters -- Specifying return values -- Using return values -- Hero's trial - methods as arguments -- Dissecting common Unity methods -- The Start method -- The Update method…”
    Libro electrónico
  7. 1087
    por Cromie, John, 1961-
    Publicado 2006
    “…None of the competing technologies even comes close, let alone on both Mac OS X and Windows.QuickTi…”
    Libro electrónico
  8. 1088
    por Robbins, Arnold
    Publicado 2011
    “… Many Unix, Linux, and Mac OS X geeks enjoy using the powerful, platform-agnostic text editors vi and Vim, but there are far too many commands for anyone to remember. …”
    Libro electrónico
  9. 1089
    Publicado 2020
    Tabla de Contenidos: “…-- Apple Platforms and Mac OS X -- The Choice of Language -- Generating Your Package Build System -- Configuration -- Autoconf -- Automake -- Libtool -- Building Your Package -- Installing the Most Up-to-Date Autotools -- Summary -- 3 UNDERSTANDING THE GNU CODING STANDARDS -- Creating a New Project Directory Structure -- Project Structure -- Makefile Basics -- Creating a Source Distribution Archive -- Automatically Testing a Distribution -- Unit Testing, Anyone? …”
    Libro electrónico
  10. 1090
    por Lawhead, Joel
    Publicado 2013
    Tabla de Contenidos: “…Geospatial Python Toolbox -- Installing third-party Python modules -- Installing GDAL -- Windows -- Linux -- Mac OS X -- Python networking libraries for acquiring data -- Python urllib module -- FTP -- ZIP and TAR files -- Python markup and tag-based parsers -- The minidom module -- ElementTree -- Building XML -- WKT -- Python JSON libraries -- json module -- geojson module -- OGR -- PyShp -- dbfpy -- Shapely -- GDAL -- NumPy -- PIL -- PNGCanvas -- PyFPDF -- Spectral Python -- Summary -- 5. …”
    Libro electrónico
  11. 1091
    Publicado 2023
    Tabla de Contenidos: “…Contributing to Podman -- D.1 Joining the community -- D.2 Podman on github.com -- Appendix E. Podman on macOS -- E.1 Using podman machine -- E.1.1 podman machine init…”
    Libro electrónico
  12. 1092
    Publicado 2018
    Tabla de Contenidos: “…-- A full-stack language - from the metal to the meta -- Code is data and data is code -- Data types built in -- Small toolchain and executables -- Dialects -- Red's main features -- Portability -- Like a Swiss Army knife -- Summary -- Questions -- Chapter 2: Setting Up for Development -- Technical requirements -- Installing Red -- Installing Red on Windows -- Installing Red on Linux and macOS -- A look at the source code -- Working interactively in the Red console -- Running and compiling your first script -- Executing a script in the Red console -- Compiling a script to an executable -- Development mode -- Release mode -- Other compilation options -- Red's compilation model -- Development environments for writing Red -- Simple text editors -- More sophisticated editors -- Summary -- Questions -- Chapter 3: Using Words, Values, and Types -- Technical requirements -- Understanding words and values -- Some common datatypes -- Using blocks and parens -- Comments -- Word bindings -- Inferring types -- Assigning and copying -- Working with words -- More about types -- Converting types -- The type system -- Evaluating expressions and blocks -- Some basic operations -- Working with Boolean values -- Working with numbers -- Making random objects -- Order of evaluation -- Evaluation with do and reduce -- The structure of a Red program -- Summary -- Questions -- Further reading -- Chapter 4: Code-Controlling Structures -- Technical requirements -- Getting input from the user - input and ask -- Testing conditions -- if -- unless -- either -- Stopping a program - halt or quit…”
    Libro electrónico
  13. 1093
    Publicado 2023
    Tabla de Contenidos: “…Chapter 13: Acrobat Pro Tools, Shortcuts, References, and Mac Notes -- Converting MS Office files to PDF on macOS -- Saving a Word document as a PDF -- Printing a Word document to Adobe PDF -- A complete list of Acrobat tools -- Acrobat keyboard key shortcuts -- Accessibility guidelines and list of tags -- Laws and guidelines by country -- Adobe Acrobat predefined PDF accessibility tags -- Feature comparison of different Acrobat versions -- Sources for troubleshooting PDFs, updates, and fixes -- Summary -- Index -- About Packt -- Other Books You May Enjoy…”
    Libro electrónico
  14. 1094
    Publicado 2024
    Tabla de Contenidos: “…-- The red-green-refactor cycle -- Benefits of the red-green-refactor cycle -- The role of TDD in Angular development -- Setting up the development environment -- Installing Node.js on Windows or macOS -- Installing Node.js on Linux -- Creating a new Angular project -- Exploring different files related to writing tests -- *.spec.ts files -- The karma.conf.js file -- The test.ts file -- The tsconfig.spec.json file -- The src/test.ts file -- Summary -- Chapter 2: Using Jasmine and Karma to Test Angular Applications -- Technical requirements -- Mastering Jasmine's unit testing techniques -- What is Jasmine? …”
    Libro electrónico
  15. 1095
    por McFedries, Paul
    Publicado 2007
    “…Each task-based spread includes easy, visual directions for performing necessary operations, including: Comparing types of computers Selecting memory and storage options Using Windows® or Mac OS® X Working with digital media Exploring e-mail and the Web Protecting your priv…”
    Libro electrónico
  16. 1096
    Publicado 2014
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- About the Authors -- Contents -- Foreword -- Acknowledgments -- Introduction -- Part I: Essential Knowledge -- Chapter 1: Getting Started -- Installing Hudson -- Trying Hudson with the Easy Installation Method -- Installing Hudson as a Windows Service -- Installing Hudson to Start When a User Logs in to Mac OS X -- Installing Hudson Within Tomcat -- Installing Hudson on GNU/Linux -- Basic Hudson Configuration -- Your First Job: Back Everything Up -- Summary -- Chapter 2: Hudson Precondition Primer -- Hudson in the Software Development Lifecycle -- Developer -- Tester -- Manager -- Architect -- Release Engineer -- Example: Orchestration of Roles Around Hudson -- Software Development as Marionette Theatre Production -- Development Platforms -- Software Configuration Management -- Builders -- Integrated Development Environments -- Eclipse -- Oracle JDeveloper -- IntelliJ IDEA -- NetBeans -- Testing Tools -- Soft Correctness Testing Tools -- Summary -- Chapter 3: Basic Concepts -- Intermediate Hudson Configuration -- Adding Source Code Management (SCM) to Your Jobs -- Your Second Job: A Simple Java Program -- Your Third Job: A Simple Servlet -- Using the Plugin Center -- Your Fourth Job: Advanced Backup Options -- Hudson Authentication Security -- Adding Quality Assurance Systems -- Build Notifiers -- Configuring E-mail Server -- Configuring the Job to Send Build Status Message -- Summary -- Part II: Applying Hudson -- Chapter 4: Hudson as a Continuous Integration Server -- What Is Continuous Integration? …”
    Libro electrónico
  17. 1097
    Publicado 2015
    Tabla de Contenidos: “…Installing PostgreSQL -- Windows, Desktop Linux -- CentOS, Fedora, Red Hat, Scientific Linux -- Debian, Ubuntu -- FreeBSD -- Mac OS X -- Appendix B. PostgreSQL Packaged Command-Line Tools -- Database Backup Using pg_dump -- Server Backup: pg_dumpall -- Database Restore: pg_restore -- psql Interactive Commands -- psql Noninteractive Commands -- Index -- About the Authors…”
    Libro electrónico
  18. 1098
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Acknowledgments -- Table of Contents -- Preface -- Chapter 1: Getting Started with Java 11 -- Getting started with Java -- Version numbers -- Installing Java -- Installation on Windows -- Installation on macOS -- Installation on Linux -- Setting JAVA_HOME -- Executing jshell -- Looking at the bytecode -- Packaging classes into a JAR file -- Managing the running Java application -- Using an IDE -- NetBeans -- Eclipse -- IntelliJ -- IDE services -- IDE screen structure -- Editing files -- Managing projects -- Building the code and running it -- Debugging Java -- Summary -- Chapter 2: The First Real Java Program - Sorting Names -- Getting started with sorting -- Bubble sort -- Getting started with project structure and build tools -- Make -- Ant -- Installing Ant -- Using Ant -- Maven -- Installing Maven -- Using Maven -- Gradle -- Installing Gradle -- Setting up the project with Maven -- Coding the sort -- Understanding the algorithm and language constructs -- Blocks -- Variables -- Types -- Arrays -- Expressions -- Loops -- Conditional execution -- Final variables -- Classes -- Inner, nested, local, and anonymous classes -- Packages -- Methods -- Interfaces -- Argument passing -- Fields -- Modifiers -- Object initializers and constructors -- Compiling and running the program -- Summary -- Chapter 3: Optimizing the Sort - Making Code Professional -- The general sorting program -- A brief overview of various sorting algorithms -- Quicksort -- Project structure and build tools -- Maven dependency management -- Coding the sort -- Creating the interfaces -- Creating BubbleSort -- Architectural considerations -- Creating unit tests -- Adding JUnit as a dependency -- Writing the BubbleSortTest class -- Good unit tests -- A good unit test is readable -- Unit tests are fast…”
    Libro electrónico
  19. 1099
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Setting Up the Local Environment -- Technical requirements -- Choosing the best operating system -- Installing the required applications and services -- Preparing the technology stack for AC -- Installing WSL 2 on Windows -- Virtualization with Docker -- Installing Docker and the Docker Compose plugin -- Installing Docker on Windows -- Installing Docker on macOS -- Installing Docker on Linux -- Wrapping things up -- Preparing a Docker manager -- What is Warden? …”
    Libro electrónico
  20. 1100
    Publicado 2023
    Tabla de Contenidos: “…-- Redis Stack deployment types -- Summary -- Chapter 2: Developing Modern Use Cases with Redis Stack -- Technical requirements -- Caching, rate-limiting, geo-positioning, and other Redis traditional use cases -- Caching -- Session store -- Rate limiter -- Leaderboards -- Data deduplication -- Geo-positioning -- Message processing and delivery -- Going beyond the real-time cache with Redis Stack -- Querying, indexing, and search -- Monitoring and analysis -- Fraud detection -- Feature store for machine learning -- Designing microservice architectures with Redis Stack -- API gateway -- Summary -- Chapter 3: Getting Started with Redis Stack -- Installing Redis Stack using binary packages -- Installing Redis Stack using native packages -- macOS-native package -- Linux-native package -- Running Redis Stack using Docker -- Using Redis Cloud -- Installing RedisInsight -- Installing the Redis Stack client libraries -- Java client library -- JavaScript client library -- Python client library -- Golang client library -- C#/.NET client library -- Running health checks -- Summary -- Chapter 4: Setting Up Client Libraries -- Technical requirements -- Redis Stack client libraries -- Programming in Python using redis-py -- Storing information in Redis Stack using Python -- Redis OM for Python -- Programming in Java using Jedis -- Storing information in Redis Stack using Java -- Redis OM for Java…”
    Libro electrónico