Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 620
- History 449
- Development 330
- Application software 295
- Management 261
- Engineering & Applied Sciences 254
- Computer Science 184
- Law 154
- Social aspects 145
- Education 142
- Philosophy 142
- Calles 139
- Història 133
- RELIGION 133
- Economics 132
- Biblia 126
- History and criticism 126
- Data processing 124
- Leadership 122
- Computer programming 119
- Crítica e interpretación 119
- Economic conditions 118
- Filosofía 118
- Java (Computer program language) 112
- Poesía española 112
- Computer programs 110
- Study and teaching 109
- Business & Economics 106
- Operating systems (Computers) 105
- Politics and government 105
-
18481por Ostermueller, Erik. author“…What You Will Learn: Avoid the 6 most common ways to mess up a load test Determine the exact number of threads to dial into the load generator to test your system's scalability Detect the three most common SQL performance anti-patterns Measure network response times of calls to back-end systems ('alien systems') Identify whether garbage collection performance is healthy or unhealthy and whether delays are caused by problems in the old or new generation, so you know which generation needs to be adjusted…”
Publicado 2017
Libro electrónico -
18482Publicado 2017“…Coverage includes Explore R, RStudio, and R packages Use R for math: variable types, vectors, calling functions, and more Exploit data structures, including data.frames, matrices, and lists Read many different types of data Create attractive, intuitive statistical graphics Write user-defined functions Control program flow with if, ifelse, and complex checks Improve program efficiency with group manipulations Combine and reshape multiple datasets Manipulate strings using R's facilities and regular expressions Create normal, binomial, and Poisson probability distributions Build linear, generalized linear, and nonlinear models Program basic statistics: mean, standard deviation, and t-tests Train machine learning models Assess the quality of models and variable selection Prevent overfitting and perform variable selection, using the Elastic Net and Bayesian methods Analyze univariate and multivariate time series data Group data via K-means and hierarchical clustering Prepare reports, slideshows, and web pages with knitr Display interactive data with..…”
Libro electrónico -
18483Publicado 2017“…We will start by building a small introduction application and then proceed to the creation of a fully functional, dynamic responsive web application called ProFitOro. In this application, we will build a Pomodoro timer combined with office workouts. …”
Libro electrónico -
18484Augmented reality game development create your own augmented reality games from scratch with Unity 5Publicado 2017“…What You Will Learn Build a location-based augmented reality game called Foodie Go Animate a player's avatar on a map Use the mobile device's camera as a game background Implement database persistence with SQLLite4Unity3D to carry inventory items across game sessions Create basic UI elements for the game, inventory, menu, and settings Perform location and content searches against the Google Places API Enhance the game's mood by adding visual shader effects Extend the game by adding multiplayer networking and other enhancements In Detail The heyday of location-based augmented reality games is upon us. …”
Libro electrónico -
18485Publicado 2017“…Use the side over and split view to interact with multiple apps concurrently Encrypt JSON calls to make the app more secure Work on web markup feature to enhance search optimization In Detail Do you want to understand all the facets of iOS programming and build complex iOS apps? …”
Libro electrónico -
18486Publicado 2016“…You will also use an automated technique called fuzzing so you can identif..…”
Libro electrónico -
18487Publicado 2017“…What You Will Learn Comprehend key Docker concepts: images, containers, registries, and swarms Run Docker on Windows 10, Windows Server 2016, and in the cloud Deploy and monitor distributed solutions across multiple Docker containers Run containers with high availability and fail-over with Docker Swarm Master security in-depth with the Docker platform, making your apps more secure Build a Continuous Deployment pipeline by running Jenkins in Docker Debug applications running in Docker containers using Visual Studio Plan the adoption of Docker in your own organization In Detail Docker is a platform for running server applications in lightweight units called containers. You can run Docker on Windows Server 2016 and Windows 10, and run your existing apps in containers to get significant improvements in efficiency, security, and portability. …”
Libro electrónico -
18488Publicado 2017“…Use the ASP.NET Core MVC framework to implement the backend with API calls and server-side routing. Learn how to put the frontend together using top-notch Angular 5 features such as two-way binding, Observables, and Dependency Injection, build the Data Model with Entity Framework Core, style the frontend with CSS/LESS for a responsive and mobile-friendly UI, handle..…”
Libro electrónico -
18489por Olsen, Russ (Software developer)“…After reviewing the history, concepts, and goals of design patterns, Olsen offers a quick tour of the Ruby language—enough to allow any experienced software developer to immediately utilize patterns with Ruby. The book especially calls attention to Ruby features that simplify the use of patterns, including dynamic typing, code closures, and "mixins" for easier code reuse. …”
Publicado 2008
Libro electrónico -
18490Publicado 2002“…O'Reilly's Programming Jakarta Struts was written by Chuck Cavaness after his internet company decided to adopt the framework, then spent months really figuring out how to use it to its fullest potential. He calls the books, "the culmination of lessons learned (the hard way) during the building of our application." …”
Libro electrónico -
18491Publicado 2010“…Safer strategies for boosting fixed income returns Smarter ways to mix bond ladders, investment-grade taxable bonds, municipal bonds, and high-yield bond mutual funds Stock strategies that create new income streams at lower risk Simple ways to use high-dividend stocks and covered call writing Building the right income portfolio for your situation Practical choices that reflect your temperament, goals, and needs You can’t survive on what CDs and money markets are paying these days--but you can’t live with high risk, either. …”
Libro electrónico -
18492Publicado 2009“…. • See how one doctor is reducing Medicare costs by replacing expensive emergency room visits with paperless house calls. • Follow in-depth lessons on Acrobat®, LiveCycle® Designer, LiveCycle® ES/ES2, and InDesign® Server. • Download demos, source code, and sample files to use with the book’s exercises (www.paperlessbook.info). …”
Libro electrónico -
18493Publicado 2021“…Finally, you'll learn ways to scale out standard Python ML libraries along with a new pandas API on top of PySpark called Koalas. By the end of this PySpark book, you'll be able to harness the power of PySpark to solve business problems. …”
Libro electrónico -
18494Publicado 2022“…You'll also learn how the admin portal can be useful if you want to export a database copy, restore a backup, and set up telemetry to get detailed information about the call stack and operation statuses. As you progress, you'll learn how to check your Business Central SaaS environment details, create new and different types of environments, and notifications, and keep your cloud data within limits. …”
Libro electrónico -
18495Publicado 2021“…Finally, you'll discover domain-specific BERT models such as BioBERT and ClinicalBERT, and discover an interesting variant called VideoBERT. By the end of this BERT book, you’ll be well-versed with using BERT and its variants for performing practical NLP tasks.What you will learnUnderstand the transformer model from the ground upFind out how BERT works and pre-train it using masked language model (MLM) and next sentence prediction (NSP) tasksGet hands-on with BERT by learning to generate contextual word and sentence embeddingsFine-tune BERT for downstream tasksGet to grips with ALBERT, RoBERTa, ELECTRA, and SpanBERT modelsGet the hang of the BERT models based on knowledge distillationUnderstand cross-lingual models such as XLM and XLM-RExplore Sentence-BERT, VideoBERT, and BARTWho this book is forThis book is for NLP professionals and data scientists looking to simplify NLP tasks to enable efficient language understanding using BERT. …”
Libro electrónico -
18496Publicado 2015“…Coverage includes Writing high-performance, native watch apps that run independently of the iPhone Accessing hardware, including Digital Crown, microphone, and Taptic Engine Storyboarding apps and testing them on the Apple Watch Simulator Mastering Apple Watch’s multiple-screen navigation Building efficient interfaces with Apple Watch UI controls Creating and programming “complications”–apps that display data on the watch face, such as alarms, tachymeters, chronographs, and calendars Displaying information via labels, images, or tables Passing and returning data to Interface Controllers Integrating location services into Apple Watch apps Using Watch Connectivity Framework APIs to link watch and iOS apps Calling and consuming web services Persisting data on the watch Displaying short- and long-look notifications Implementing glances to help users gather information faster This guide will help you extend your existing iOS skills, build apps that solve a whole new set of problems, and reach millions of people in the fast-growing Apple Watch marketplace. …”
Libro electrónico -
18497por Augen, Jeffrey“…He introduces new ways to exploit the rising volatility that precedes earnings releases; trade the monthly options expiration cycle; leverage put:call price parity disruptions; understand weekend and month-end effects on bid-ask spreads; and use options on the..…”
Publicado 2008
Libro electrónico -
18498por Cooper, Chris“…PA-RISC architecture: register set, virtual memory, key instructions, and procedure calling conventions HP-UX kernel organization: hardware-dependent and independent data structures Process and thread management: proc tables, memory management, scheduling, and the complete process/thread lifecycle System-wide memory resources: allocation and mapping to physical memory HP-UX paging and swapping Files and filesystems: traditional UNIX filesystems, HFS, VFS, and dynamic buffer cache I/O and device management: addressing, DMA, interrupts, device files, I/O configuration, device driver assignments, and I/O request pathways Logical Volume Management (LVM): abstracting physical disks from the disk I/O system HP-UX multiprocessing: challenges, data structures, and interfaces Kernel communication services: semaphores, message queues, shared memory, signals, and the kernel "callout" system Signaling in complex threaded environments System initialization, from vmunix to init: running HP-UX on diverse platforms Whether you administer HP-UX, tune it, troubleshoot it, or write kernel modules for it, you'll find HP-UX 11i Internals indispensable. …”
Publicado 2004
Libro electrónico -
18499por Garfinkel, Simson“…Part III focuses on building an application called MathPaper, which is similar to a word processor but which instead solves mathematical expressions the user supplies. …”
Publicado 2002
Libro electrónico -
18500Publicado 2006“…This is a thorough book that covers everything from calling Office applications from your application, to building applications that are Smart Documents. …”
Libro electrónico