Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 128
- Application software 121
- Operating systems (Computers) 97
- Engineering & Applied Sciences 69
- Computer programs 63
- Computer Science 58
- Management 58
- Cloud computing 52
- Programming 51
- Database management 47
- Java (Computer program language) 37
- Microsoft Windows (Computer file) 37
- Linux 36
- Web site development 34
- Client/server computing 33
- Computer programming 33
- Computer software 33
- Data processing 31
- Computer networks 29
- Macintosh (Computer) 29
- JavaScript (Computer program language) 27
- Design 25
- WebSphere 24
- Mac OS 22
- Open source software 22
- Business 20
- Python (Computer program language) 20
- Electronic data processing 19
- Internet programming 19
- Microsoft .NET Framework 19
-
421Publicado 2016“…Using vivid stories and examples from the worlds of business, sports, and non-profits, it will teach you how to: Understand the dynamics of successful teams Achieve peak performance using a research-backed methodology Gain expert insight into why most teams underperform Learn the critical points common to all great teams Committed gives you the perspective you need to combine the right people with the right way of collaborating to achieve extraordinary results"--…”
Libro electrónico -
422Libro electrónico
-
423Publicado 2011Libro electrónico
-
424Publicado 2007“…Working from live CD technology on the accompanying DVD, you can Boot and run live Linux versions of KNOPPIX, SLAX, Gentoo, Damn Small Linux, and other live CDs Burn and boot Linux live CD ISO images of Ubuntu, KNOPPIX, SLAX, MoviX, BackTrack, and more Build your own live CDs from instructions based on KNOPPIX (Debian), Fedora, Gentoo, Damn Small Linux, and SLAX Create multimedia players that are customized to include your own video or music Customize live CD rescue toolkits to analyze and repair data on compromised networks, Windows PCs, and Linux systems Configure personal firewalls to protect from Internet intruders Control the processing power of a group of computers, using live CD clusters Whether you want to customize the perfect live Linux for your own use or distribute it to the world, Live Linux® CDs gives you all the knowledge, tools, and software you need…”
Libro electrónico -
425
-
426
-
427
-
428Publicado 2023Tabla de Contenidos: “…Part 2: Getting Hands-On with the Deepfake Process -- Chapter 5: Extracting Faces -- Technical requirements -- Getting image files from a video -- Running extract on frame images -- face_alignments.json -- face_bbox_{filename}_{face number}.png -- face_aligned_{filename}_{face number}.png -- face_mask_{filename}_{face number}.png -- Getting hands-on with the code -- Initialization -- Image preparation -- Face detection -- Face landmarking/aligning -- Summary -- Exercises -- Chapter 6: Training a Deepfake Model -- Technical requirements -- Understanding convolutional layers -- Getting hands-on with AI -- Defining our upscaler -- Creating the encoder -- Building the decoders -- Exploring the training code -- Creating our models -- Looping over the training -- Teaching the network -- Saving results -- Summary -- Exercises -- Chapter 7: Swapping the Face Back into the Video -- Technical requirements -- Preparing to convert video -- Getting hands-on with the convert code -- Initialization -- Loading the AI -- Preparing data -- The conversion loop -- Creating the video from images -- Summary -- Exercises -- Part 3: Where to Now? …”
Libro electrónico -
429por Ross, John, 1947-Tabla de Contenidos: “…; Using a Server for File Storage; Using Network-Attached Storage; USB Device Servers; Apple's AirPort Extreme; Backing Up Files to a Server; The Windows Backup Program; Macintosh Backup Programs…”
Publicado 2009
Libro electrónico -
430por Russell, Matthew A.Tabla de Contenidos: “…; What's in This Book; What's Not in This Book; Open Source Software Is Fluid; About You; Development Tools; Essential Working Knowledge; Closures; Context; Anonymous functions; Conventions Used in This Book; Style Conventions; Using Code Examples; Safari® Books Online; We'd Like to Hear from You; Acknowledgments; Part I; Toolkit Overview; Overview of Dojo's Architecture; Base; Core; Dijit; DojoX; Util; Prepping for Development; Getting Dojo; Downloading an official release; Downloading from Subversion; AOL's CDN; Debugging with Firebug…”
Publicado 2008
Libro electrónico -
431Publicado 2018Libro electrónico
-
432Publicado 2022Libro electrónico
-
433por Kemper, ChrisTabla de Contenidos: “…; Contacting Chris Kemper; Chapter 1 Are You Set Up? Creating a Basic Development Environment; Microsoft Windows; Getting the package; Getting your install on; Working through Windows prompts; Configuring PHP settings; Choosing the default browser; Running WAMP; Examining the WAMP options; Mac; Getting the package; Setting up; MAMP Pro; Ubuntu…”
Publicado 2012
Libro electrónico -
434Publicado 2022Libro electrónico
-
435por Khor, EugeneTabla de Contenidos: “…2.10 Myths and Misconceptions to Note when Traversing from Academia to Business2.10.1 Research Expertise Corresponds to Industrial Expertise; 2.10.2 Expertise in Science, Engineering and Medicine is Transportable into the Enterprise Stage; 2.10.3 Running a Business is a Lot Like Running a Research Group; 2.10.4 All You have to Do is Tell Your Staff and Employees What to Do; 2.10.5 Plastics Expertise is Not Equivalent to Medical Plastics Expertise; 2.11 From Academia to the Real World; 3. …”
Publicado 2014
Libro electrónico -
436Publicado 2024Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Icons Used in This Book -- Beyond the Book -- Where to Go From Here -- Part 1 Fast Track to Super Snaps -- Chapter 1 Getting Up and Running -- Preparing the Camera for Initial Use -- Using the Touchscreen -- Exploring External Camera Features -- Topside controls -- Back-of-the-body controls -- And the rest . . . -- Ordering from Camera Menus -- Looking at Display Options -- Choosing which displays are active -- Changing the data style -- Decoding critical onscreen data -- Disabling and editing displays -- Customizing other display features -- Disabling Pop-Ups and Help Text -- Using Quick Control Mode -- Familiarizing Yourself with the Lens -- Reviewing a Few Final Setup Options -- Setup Menu 1 -- Setup Menu 2 -- Setup Menu 5 -- A few other critical options before you go -- Chapter 2 Choosing Basic Picture Settings -- Choosing a Shooting Mode -- Basic Zone shooting modes -- Creative Zone modes (P, Tv, Av, and M) -- Changing the Drive Mode -- Understanding the Image Quality Setting -- Considering resolution: L, M, S1, or S2? …”
Libro electrónico -
437por Garbarino, Ernesto. author“…Proficiency in Docker or cloud technology is not required. You will follow a learn-by-doing approach, running small experiments and observing the effects. …”
Publicado 2019
Libro electrónico -
438por Young, Ian, 1970-“…CoffeeScript Application Development will teach you not only how to write CoffeeScript, but also how to build solid applications that run smoothly and are a pleasure to maintain…”
Publicado 2013
Libro electrónico -
439Publicado 2018Tabla de Contenidos: “…-- Installing MongoDB -- Starting our database server -- Connecting with the Mongo client -- Creating a database -- Using commands -- Using Spring Data -- Setting up the project -- Configuring our connection -- Sending commands to MongoDB -- Reactive repositories -- Creating a repository -- Using the repository -- Completing our initialization -- Using ReactiveMongoTemplate -- From CRUD to REST -- Bringing back our service -- Mapping GET to READ -- Mapping POST to CREATE -- Mapping DELETE -- Finding Customers -- Summary…”
Libro electrónico -
440