Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 439
- Application software 399
- Management 283
- Computer programming 255
- Engineering & Applied Sciences 223
- Python (Computer program language) 197
- Data processing 189
- Computer programs 188
- Java (Computer program language) 159
- Artificial intelligence 158
- Computer Science 158
- Leadership 157
- Computer networks 155
- Design 155
- Historia 153
- Programming 147
- History 144
- Photography 144
- Cloud computing 137
- Computer software 137
- Web site development 134
- Open source software 133
- Operating systems (Computers) 126
- Programming languages (Electronic computers) 119
- Database management 118
- Machine learning 115
- Web sites 113
- Computer security 111
- Security measures 109
- Digital techniques 108
-
941Publicado 2004“…If one knows how the interaction-partner sees the world, one can assume the partner ́s willingness to act and consider it for one ́s own plan of action…”
Libro electrónico -
942Publicado 2018“…Virtue ethics sees emotions as central to the good life. But how can emotions over which we have no control be virtuous or non-virtuous? …”
Libro -
943Publicado 2017Tabla de Contenidos: “…. -- How it works... -- There's more... -- See also -- SNMB - creating a topic, producer, and consumer -- Getting ready -- How to do it... -- Creating a topic -- Starting a producer -- Starting a consumer -- How it works... -- There's more... -- See also -- Configuring a multiple-node multiple-broker cluster - MNMB -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 3: Message Validation -- Introduction -- Modeling the events -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Setting up the project -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Reading from Kafka -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing to Kafka -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Running ProcessingApp -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Coding the validator -- Getting ready -- How to do it... -- There's more... -- See also -- Running the validator -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 4: Message Enrichment -- Introduction -- Geolocation extractor -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Geolocation enricher -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Currency price extractor -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Currency price enricher -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
Libro electrónico -
944
-
945Publicado 2019Tabla de Contenidos: “…. -- Using Qt for OpenCV developments -- The OpenCV developer site -- See also -- Loading, displaying, and saving images -- Getting ready -- How to do it... -- How it works... -- There's more... -- Clicking on images -- Drawing on images -- Running the example with Qt -- See also -- Exploring the cv::Mat data structure -- How to do it... -- How it works... -- There's more... -- The input and output arrays -- See also -- Defining regions of interest -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using image masks -- See also -- Chapter 2: Manipulating the Pixels -- Accessing pixel values -- Getting ready -- How to do it... -- How it works... -- There's more... -- The cv::Mat_ template class -- See also -- Scanning an image with pointers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Other color reduction formulas -- Having input and output arguments -- Efficient scanning of continuous images -- Low-level pointer arithmetics -- See also -- Scanning an image with iterators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing efficient image-scanning loops -- How to do it... -- How it works... -- There's more... -- See also -- Scanning an image with neighbor access -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Performing simple image arithmetic -- Getting ready -- How to do it... -- How it works... -- There's more... -- Overloaded image operators -- Splitting the image channels -- Remapping an image -- How to do it... -- How it works... -- See also…”
Libro electrónico -
946por Russell, Matthew A. (Computer scientist)Tabla de Contenidos: “…Table of Contents; Preface; Introduction; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; The Recipes; 1.1 Using OAuth to Access Twitter APIs; Problem; Solution; Discussion; See Also; 1.2 Looking Up the Trending Topics; Problem; Solution; Discussion; See Also; 1.3 Extracting Tweet Entities; Problem; Solution; Discussion; See Also; 1.4 Searching for Tweets; Problem; Solution; Discussion; See Also; 1.5 Extracting a Retweet's Origins; Problem; Solution; Discussion; See Also; 1.6 Creating a Graph of Retweet Relationships; Problem; Solution…”
Publicado 2011
Libro electrónico -
947
-
948WordPress Plugin development cookbook create powerful plugins to extend the world's most popular CMSPublicado 2017Tabla de Contenidos: “…. -- preg_replace function -- Filter hooks online listings and the apply_filters function -- See also -- Adding text after each item's content using plugin filters -- How to do it... -- How it works... -- There's more... -- get_the_title and get_permalink functions -- See also -- Inserting link statistics tracking code in page body using plugin filters -- Getting ready -- How to do it... -- How it works... -- See also -- Troubleshooting coding errors and printing variable content -- How to do it... -- How it works... -- There's more... -- Built-in WordPress debugging features -- See also -- Creating a new simple shortcode -- How to do it... -- How it works... -- See also -- Creating a new shortcode with parameters -- How to do it... -- How it works... -- See also -- Creating a new enclosing shortcode -- How to do it... -- How it works... -- See also -- Loading a style sheet to format plugin output -- Getting ready -- How to do it... -- How it works... -- See also -- Writing plugins using object-oriented PHP -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 3: User Settings and Administration Pages -- Introduction -- Creating default user settings on plugin initialization -- How to do it... -- How it works... -- There's more... -- Deactivation function -- See also -- Storing user settings using arrays -- Getting ready -- How to do it... -- How it works... -- See also -- Removing plugin data on deletion -- Getting ready -- How to do it... -- How it works... -- See also -- Creating an administration page menu item in the settings menu -- Getting ready -- How to do it... -- How it works... -- There's more... -- Settings hook priority to determine menu order -- See also -- Creating a multi-level administration menu…”
Libro electrónico -
949Publicado 2021Tabla de Contenidos: “…Strings -- 2.1 Testing String Equality -- Problem -- Solution -- Discussion -- See Also -- 2.2 Creating Multiline Strings -- Problem -- Solution -- Discussion -- 2.3 Splitting Strings -- Problem -- Solution -- Discussion -- 2.4 Substituting Variables into Strings -- Problem -- Solution -- Discussion -- See Also -- 2.5 Formatting String Output -- Problem -- Solution -- Discussion -- See Also -- 2.6 Processing a String One Character at a Time -- Problem -- Solution -- Discussion -- A Complete Example -- See Also -- 2.7 Finding Patterns in Strings -- Problem -- Solution -- Discussion -- See Also -- 2.8 Replacing Patterns in Strings -- Problem -- Solution -- See Also -- 2.9 Extracting Parts of a String That Match Patterns -- Problem -- Solution -- Discussion -- See Also -- 2.10 Accessing a Character in a String -- Problem -- Solution -- Discussion -- 2.11 Creating Your Own String Interpolator -- Problem -- Solution -- Discussion -- See Also -- 2.12 Creating Random Strings -- Problem -- Solution -- Discussion -- See Also -- Chapter 3. …”
Libro electrónico -
950por DeHart, Paul J., 1964-Tabla de Contenidos: “…On being heard but not seen -- pt. 2. On seeing only what one wants to see…”
Publicado 2012
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
951Publicado 2019Tabla de Contenidos: “…. ; Chapter 2: Post-Processing Effects; Introduction; Using a post-process volume; Getting ready; How to do it ... ; How it works ... ; See also; Changing the mood of a scene through color grading; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Setting up a cinematic shot using depth of field; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Applying cinematic effects to our games; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also…”
Libro electrónico -
952por Gallatin, KyleTabla de Contenidos: “…Working with Vectors, Matrices, and Arrays in NumPy -- 1.0 Introduction -- 1.1 Creating a Vector -- Problem -- Solution -- Discussion -- See Also -- 1.2 Creating a Matrix -- Problem -- Solution -- Discussion -- See Also -- 1.3 Creating a Sparse Matrix -- Problem -- Solution -- Discussion -- See Also -- 1.4 Preallocating NumPy Arrays -- Problem -- Solution -- Discussion -- 1.5 Selecting Elements -- Problem…”
Publicado 2023
Libro electrónico -
953por Hale-Evans, RonTabla de Contenidos: “…; 1. Memory; In Real Life; See Also; 2. Use the Number-Shape System; How It Works; In Real Life; End Notes; See Also; 3. …”
Publicado 2006
Libro electrónico -
954Publicado 2004Tabla de Contenidos: “…Using XSLT with Word 2003Saving Word 2003 Files as XML; See Also; Work with XML in Microsoft Excel 2003; See Also; Work with XML in Microsoft Access 2003; See Also; Convert Microsoft Office Files, Old or New, toXML; DocBook; Create an XML Document from a Text File withxmlspy; See Also; Convert Text to XML with Uphill; Trying It Out; How the Code Works; The markup class; The uphill class; Summary; See Also; Create Well-Formed XML with Minimal Manual Tagging Using an SGML Parser; From HTML to XML; Marking Up the Names of People; See Also; Create an XML Document from a CSV File; See Also…”
Libro electrónico -
955
-
956Publicado 2022Tabla de Contenidos: “…The Holy See and neutrality : Vatican diplomacy 1870-1929 / John F. …”
Libro -
957Publicado 2017Tabla de Contenidos: “…. -- Chapter 3: Analyzing Time Series Data -- Introduction -- Looking at time series data -- Getting ready -- How to do it... -- How it works... -- See also -- Plotting and forecasting time series data -- Getting ready -- How to do it... -- How it works... -- See also -- Extracting, subsetting, merging, filling, and padding -- Getting ready -- How to do it... -- How it works... -- See also -- Successive differences and moving averages -- Getting ready -- How to do it... -- How it works... -- See also -- Exponential smoothing -- Getting ready -- How to do it... -- How it works... -- See also -- Plotting the autocorrelation function -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 4: R and Statistics -- Introduction -- Understanding data sampling in R -- Getting ready -- How to do it... -- How it works... -- See also -- Operating a probability distribution in R -- Getting ready -- How to do it... -- How it works... -- There's more... -- Working with univariate descriptive statistics in R -- Getting ready -- How to do it... -- How it works... -- There's more... -- Performing correlations and multivariate analysis -- Getting ready -- How to do it... -- How it works... -- See also -- Conducting an exact binomial test -- Getting ready -- How to do it... -- How it works... -- See also -- Performing a student's t-test -- Getting ready -- How to do it... -- How it works... -- See also -- Performing the Kolmogorov-Smirnov test -- Getting ready -- How to do it... -- How it works... -- See also -- Understanding the Wilcoxon Rank Sum and Signed Rank test -- Getting ready -- How to do it... -- How it works... -- See also -- Working with Pearson's Chi-squared test -- Getting ready -- How to do it... -- How it works…”
Libro electrónico -
958Publicado 2017Tabla de Contenidos: “…. -- Using node-inspector with older Node versions -- Immediately pausing a process on start -- node debug -- See also -- Enhancing stack trace output -- Getting ready -- How to do it... -- How it works... -- There's more... -- Infinite stack trace limit in development -- Stack trace layout -- Asynchronous stack traces -- See also -- Enabling debug logs -- Getting ready -- How to do it... -- How it works... -- There's more... -- Instrumenting code with debug -- Using debug in production -- JSON logging with pino-debug -- See also -- Enabling core debug logs -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating our own NODE_DEBUG flags -- Debugging Node core libraries -- See also -- Chapter 2: Writing Modules -- Introduction -- Scaffolding a module -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reinitializing -- Versioning -- See also -- Installing dependencies -- Getting ready -- How to do it... -- How it works... -- There's more... -- Installing development dependencies -- Using npm run scripts -- Eliminating the need for sudo -- See also -- Writing module code -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding tests -- Modernizing syntax -- See also -- Publishing a module -- Getting ready -- How to do it... -- How it works... -- There's more... -- Detecting Vulnerabilities -- Extraneous dependencies -- Prepublish -- Decentralized publishing -- See also -- Using a private repository -- Getting ready…”
Libro electrónico -
959Publicado 2012“…The South Sudanese government, in contrast, sees decentralisation primarily as a tool for service delivery and development. …”
Libro electrónico -
960Publicado 2022“…Intrigued by the fact that two of Francis's trips - the first to the refugees landing in Lampedusa; the second in 2021 to the Middle East - so closely mirrored the itineraries of his films Fuocoammare (Fire At Sea, 2016) and Notturno (2020), Rosi follows the Pope's Stations of the Cross. He sees what he sees, hears what he says and creates a dialogue between archival footage of Francis' travels, images taken by Rosi himself, recent history and the state of the world today…”
Recurso relacionado
DVD