Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 532
- Application software 520
- Engineering & Applied Sciences 276
- Computer Science 239
- Programming 184
- Computer programming 170
- Web site development 164
- Computer programs 142
- Python (Computer program language) 136
- Java (Computer program language) 126
- JavaScript (Computer program language) 121
- Computer software 120
- Microsoft .NET Framework 114
- Design 110
- Operating systems (Computers) 106
- Web sites 101
- Internet programming 96
- Cloud computing 89
- Linux 81
- Web applications 81
- Android (Electronic resource) 78
- Programming languages (Electronic computers) 77
- Debugging in computer science 76
- Open source software 76
- Computer networks 74
- Software engineering 74
- Mobile computing 72
- Database management 69
- iOS (Electronic resource) 69
- Management 67
-
2301Publicado 2018Tabla de Contenidos: “…Understanding additional btree features -- Combined indexes -- Adding functional indexes -- Reducing space consumption -- Adding data while indexing -- Introducing operator classes -- Hacking up an operator class for a btree -- Creating new operators -- Creating operator classes -- Testing custom operator classes -- Understanding PostgreSQL index types -- Hash indexes -- GiST indexes -- Understanding how GiST works -- Extending GiST -- GIN indexes -- Extending GIN -- SP-GiST indexes -- BRIN indexes -- Extending BRIN indexes -- Adding additional indexes -- Achieving better answers with fuzzy searching -- Taking advantage of pg_trgm -- Speeding up LIKE queries -- Handling regular expressions -- Understanding full-text search -- Comparing strings -- Defining GIN indexes -- Debugging your search -- Gathering word statistics -- Taking advantage of exclusion operators -- Summary -- Q& -- A -- Chapter 4: Handling Advanced SQL -- Introducing grouping sets -- Loading some sample data -- Applying grouping sets -- Investigating performance -- Combining grouping sets with the FILTER clause -- Making use of ordered sets -- Understanding hypothetical aggregates -- Utilizing windowing functions and analytics -- Partitioning data -- Ordering data inside a window -- Using sliding windows -- Abstracting window clauses -- Making use of on-board windowing functions -- The rank and dense_rank functions -- The ntile() function -- The lead() and lag() functions -- The first_value(), nth_value(), and last_value() functions -- The row_number() function -- Writing your own aggregates -- Creating simple aggregates -- Adding support for parallel queries -- Improving efficiency -- Writing hypothetical aggregates -- Summary -- Chapter 5: Log Files and System Statistics -- Gathering runtime statistics -- Working with PostgreSQL system views -- Checking live traffic…”
Libro electrónico -
2302Publicado 2017Tabla de Contenidos: “…Many Pandas -- Multiphase bosses -- A better spawning system -- Switching difficulty at runtime -- Training and extending your Unity skills to become a better game developer -- Making things easier for other team members -- Exposing events -- Sprinkles pooling -- Saving your data -- Debugging -- Remote Logs -- Cleaning the release version -- More about communication between scripts -- Documenting the code -- Protecting your game -- Building for more than one platform -- Input/output devices -- Virtual reality in Unity -- Balancing the game -- Extending the Unity editor -- Multiplayer and networking -- Practice makes perfect -- Improving the atmosphere of the game -- Visuals -- Color schemes -- Homework -- Lighting -- Lights in Unity -- Homework -- Environment -- Homework -- Special effects -- Particle systems -- Post processing -- Other visual effects -- Audio -- Music -- Sound effects -- Eliciting emotions -- Homework -- Audio in Unity -- External audio systems -- Teamwork -- It is not just about you, it is about working in a team -- Sharing a common vision -- Managing expectations -- Collaboration and communication are key -- Ways to communicate -- Version control -- Make a GDD and stick to it -- Keeping it tidy with project management tools -- Slack -- HacknPlan -- Drive -- Dropbox -- Trello -- Redbooth -- GitHub -- BitBucket -- Calendar -- Pinterest -- Hootsuite -- Polishing your game -- Processing the power -- Checking the build size -- Texture optimitation -- Stats and profiling -- Other optimization tips -- Playtesting -- Why are you even playtesting? …”
Libro electrónico -
2303Publicado 2017Tabla de Contenidos: “…How It Works -- Running the Script -- The Results -- Hacking the Script -- #12 Building a Shell Script Library -- The Code -- How It Works -- Running the Script -- The Results -- #13 Debugging Shell Scripts -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- Chapter 2: Improving on User Commands -- #14 Formatting Long Lines -- The Code -- How It Works -- Running the Script -- The Results -- #15 Backing Up Files as They're Removed -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #16 Working with the Removed File Archive -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #17 Logging File Removals -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #18 Displaying the Contents of Directories -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #19 Locating Files by Filename -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #20 Emulating Other Environments: MS-DOS -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #21 Displaying Time in Different Time Zones -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- Chapter 3: Creating Utilities -- #22 A Reminder Utility -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #23 An Interactive Calculator -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #24 Converting Temperatures -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #25 Calculating Loan Payments -- The Code -- How It Works -- Running the Script -- The Results -- Hacking the Script -- #26 Keeping Track of Events -- The Code…”
Libro electrónico -
2304Publicado 2017Tabla de Contenidos: “…. -- NSE script arguments -- Script selection -- Debugging NSE scripts -- Adding new scripts -- Reading targets from a file -- How to do it... -- How it works... -- There's more... -- Excluding a host list from your scans -- Scanning an IP address ranges -- How to do it... -- How it works... -- There's more... -- CIDR notation -- Scanning random targets on the Internet -- How to do it... -- How it works... -- There's more... -- Legal issues with port scanning -- Collecting signatures of web servers -- How to do it... -- How it works... -- There's more…”
Libro electrónico -
2305Publicado 2017Tabla de Contenidos: “…Using indexes in an intelligent way -- Improving speed using clustered tables -- Clustering tables -- Making use of index only scans -- Understanding additional B-tree features -- Combined indexes -- Adding functional indexes -- Reducing space consumption -- Adding data while indexing -- Introducing operator classes -- Hacking up an operator class for a B-tree -- Creating new operators -- Creating operator classes -- Testing custom operator classes -- Understanding PostgreSQL index types -- Hash indexes -- GiST indexes -- Understanding how GiST works -- Extending GiST -- GIN indexes -- Extending GIN -- SP-GiST indexes -- BRIN indexes -- Extending BRIN indexes -- Adding additional indexes -- Achieving better answers with fuzzy searching -- Taking advantage of pg_trgm -- Speed up LIKE queries -- Handling regular expressions -- Understanding full-text search - FTS -- Comparing strings -- Defining GIN indexes -- Debugging your search -- Gathering word statistics -- Taking advantage of exclusion operators -- Summary -- Chapter 4: Handling Advanced SQL -- Introducing grouping sets -- Loading some sample data -- Applying grouping sets -- Investigating performance -- Combining grouping sets with the FILTER clause -- Making use of ordered sets -- Understanding hypothetical aggregates -- Utilizing windowing functions and analytics -- Partitioning data -- Ordering data inside a window -- Using sliding windows -- Abstracting window clauses -- Making use of onboard windowing functions -- rank and dense_rank functions -- ntile() function -- lead() and lag() functions -- first_value(), nth_value(), and last_value() functions -- row_number() function -- Writing your own aggregates -- Creating simple aggregates -- Adding support for parallel queries -- Improving efficiency -- Writing hypothetical aggregates -- Summary -- Chapter 5: Log Files and System Statistics…”
Libro electrónico -
2306Publicado 2017Tabla de Contenidos: “…. -- Producing delays in a script -- Debugging the script -- How to do it... -- How it works... -- There's more... -- Shebang hack -- Functions and arguments -- How to do it... -- There's more... -- The recursive function -- Reading the return value (status) of a command -- Passing arguments to commands -- Sending output from one command to another -- Getting ready -- How to do it... -- There's more... -- Spawning a separate process with subshell…”
Libro electrónico -
2307Publicado 2017Tabla de Contenidos: “…. -- There's more... -- Writing a debugging_info function for developers -- Auditing DDL changes -- Getting ready -- How to do it... -- How it works... -- There's more... -- Was the change committed? …”
Libro electrónico -
2308Publicado 2023Tabla de Contenidos: “…Digging into the PostgreSQL cost model -- Deploying simple indexes -- Making use of sorted output -- Using bitmap scans effectively -- Using indexes in an intelligent way -- Understanding index de-duplication -- Improving speed using clustered tables -- Clustering tables -- Making use of index-only scans -- Understanding additional B-tree features -- Combined indexes -- Adding functional indexes -- Reducing space consumption -- Adding data while indexing -- Introducing operator classes -- Creating an operator class for a B-tree -- Understanding PostgreSQL index types -- Hash indexes -- GiST indexes -- GIN indexes -- SP-GiST indexes -- BRINs -- Adding additional indexes -- Achieving better answers with fuzzy searching -- Taking advantage of pg_trgm -- Speeding up LIKE queries -- Handling regular expressions -- Understanding full-text searches -- Comparing strings -- Defining GIN indexes -- Debugging your search -- Gathering word statistics -- Taking advantage of exclusion operators -- Summary -- Questions -- Chapter 4: Handling Advanced SQL -- Supporting range types -- Querying ranges efficiently -- Handling multirange types -- When to use range types -- Introducing grouping sets -- Loading some sample data -- Applying grouping sets -- Investigating performance -- Combining grouping sets with the FILTER clause -- Making use of ordered sets -- Understanding hypothetical aggregates -- Utilizing windowing functions and analytics -- Partitioning data -- Ordering data inside a window -- Using sliding windows -- Abstracting window clauses -- Using on-board windowing functions -- Writing your own aggregates -- Creating simple aggregates -- Adding support for parallel queries -- Improving efficiency -- Writing hypothetical aggregates -- Handling recursions -- UNION versus UNION ALL -- Inspecting a practical example -- Working with JSON and JSONB…”
Libro electrónico -
2309Publicado 2014Tabla de Contenidos: “…Working with the XenDesktop® SDK -- Microsoft Windows PowerShell -- PowerShell snap-ins and cmdlets for XenDesktop® -- Using the XenDesktop® SDK -- Creating an SDK script -- Troubleshooting using the XD PowerShell SDK -- Useful desktop cmdlets -- Useful controller cmdlets -- Site debugging tools -- Citrix Ready® -- Summary -- 12. …”
Libro electrónico -
2310Python machine learning machine learning and deep learning with Python, scikit-learn, and TensorFlowPublicado 2017Tabla de Contenidos: “…Sparse solutions with L1 regularization -- Sequential feature selection algorithms -- Assessing feature importance with random forests -- Summary -- Chapter 5: Compressing Data via Dimensionality Reduction -- Unsupervised dimensionality reduction via principal component analysis -- The main steps behind principal component analysis -- Extracting the principal components step by step -- Total and explained variance -- Feature transformation -- Principal component analysis in scikit-learn -- Supervised data compression via linear discriminant analysis -- Principal component analysis versus linear discriminant analysis -- The inner workings of linear discriminant analysis -- Computing the scatter matrices -- Selecting linear discriminants for the new feature subspace -- Projecting samples onto the new feature space -- LDA via scikit-learn -- Using kernel principal component analysis for nonlinear mappings -- Kernel functions and the kernel trick -- Implementing a kernel principal component analysis in Python -- Example 1 - separating half-moon shapes -- Example 2 - separating concentric circles -- Projecting new data points -- Kernel principal component analysis in scikit-learn -- Summary -- Chapter 6: Learning Best Practices for Model Evaluation and Hyperparameter Tuning -- Streamlining workflows with pipelines -- Loading the Breast Cancer Wisconsin dataset -- Combining transformers and estimators in a pipeline -- Using k-fold cross-validation to assess model performance -- The holdout method -- K-fold cross-validation -- Debugging algorithms with learning and validation curves -- Diagnosing bias and variance problems with learning curves -- Addressing over- and underfitting with validation curves -- Fine-tuning machine learning models via grid search -- Tuning hyperparameters via grid search -- Algorithm selection with nested cross-validation…”
Libro electrónico -
2311Publicado 2018Tabla de Contenidos: “…. -- There's more... -- Debugging with git bisect -- Getting ready -- How to do it... -- There's more... -- Using the blame command -- Getting ready -- How to do it... -- There's more... -- Coloring the UI in the prompt -- Getting ready -- How to do it... -- There's more... -- Autocompletion -- Getting ready -- Linux -- Mac -- Windows -- How to do it... -- How it works... -- There's more... -- Bash prompt with status information -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- More aliases -- Getting ready -- How to do it... -- Interactive add -- Getting ready -- How to do it... -- There's more... -- Interactive add with Git gui -- Getting ready -- How to do it... -- Ignoring files -- Getting ready -- How to do it... -- There's more... -- See also -- Showing and cleaning ignored files -- Getting ready -- How to do it... -- There's more... -- Chapter 12: Git Providers, Integrations, and Clients -- Introduction -- Setting up an organization at GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a repository at GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding templates for issues and pull requests -- Getting ready -- How to do it... -- How it works... -- Creating a GitHub API key -- Getting ready -- How to do it... -- How it works... -- See also -- Using GitHub to authenticate at Jenkins -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Triggering Jenkins builds -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using Jenkinsfiles -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Other Books You May Enjoy -- Index…”
Libro electrónico -
2312Publicado 2017Tabla de Contenidos: “…. -- See also -- JTAG debugging and exploitation -- Getting ready -- How to do it... -- See also -- Chapter 7: Radio Hacking -- Introduction -- Getting familiar with SDR -- Key terminologies in radio -- Hands-on with SDR tools -- Getting ready -- How to do it... -- Analyzing FM -- RTL-SDR for GSM analysis -- Working with GNU Radio -- There's more... -- Understanding and exploiting ZigBee -- Getting ready -- How to do it... -- There's more... -- Gaining insight into Z-Wave -- How to do it... -- Understanding and exploiting BLE -- Getting ready -- How to do it... -- There's more... -- Chapter 8: Firmware Security Best Practices -- Introduction -- Preventing memory-corruption vulnerabilities -- Getting ready -- How to do it... -- See also -- Preventing injection attacks -- How to do it... -- See also -- Securing firmware updates -- How to do it... -- Securing sensitive information -- How to do it... -- See also -- Hardening embedded frameworks -- Getting ready -- How to do it... -- Securing third-party code and components -- Getting ready -- How to do it... -- Chapter 9: Mobile Security Best Practices -- Introduction -- Storing data securely -- Getting ready -- How to do it... -- See also -- Implementing authentication controls…”
Libro electrónico -
2313Publicado 2017Tabla de Contenidos: “…. -- There's more... -- See also -- Debugging with strace -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Logging checkpoints properly -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 5: Monitoring -- Introduction -- Figuring out what to monitor -- Getting ready -- How to do it... -- How it works... -- There's more... -- Installing and configuring Nagios -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Configuring Nagios to monitor a database host -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Enhancing Nagios with check_mk -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Getting to know check_postgres -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Installing and configuring collectd -- Getting ready -- How to do it... -- How it works... -- See also -- Adding a custom PostgreSQL monitor to collectd -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Installing and configuring Graphite -- Getting ready -- How to do it... -- How it works... -- See also -- Adding collectd data to Graphite -- Getting ready -- How to do it... -- How it works... -- See also -- Building a graph in Graphite -- Getting ready -- How to do it... -- How it works... -- There's more... -- Customizing a Graphite graph -- Getting ready -- How to do it... -- How it works... -- Creating a Graphite dashboard -- Getting ready -- How to do it... -- How it works... -- There's more...…”
Libro electrónico -
2314Publicado 2017Tabla de Contenidos: “…. -- How it works... -- Debugging your application with mustaches (for example, a JSON filter) -- How to do it... -- How it works... -- X-raying your application with Vue developer tools -- Getting Ready -- How to do it... -- Upgrading to Vue.js 2 -- How to do it... -- How it works... -- Deprecation of broadcast, dispatch, and the events option -- Deprecation of array filters -- Deprecation of Vue.config.delimiters -- Renaming of life cycle hooks -- Chapter 2: Basic Vue.js Features -- Introduction -- Learning how to use computed properties -- Getting ready -- How to do it... -- There's more... -- Caching computed properties -- Computed setters -- Filtering a list with a computed property -- Getting ready -- How to do it... -- How it works... -- There's more…”
Libro electrónico -
2315Publicado 2010Tabla de Contenidos: “…-- 3.2 The Evolution of Hyperbola -- 3.3 Development Environment Installation -- 3.4 Sample Code -- 3.5 Target Platform Setup -- 3.6 Learning by Example -- 3.7 Summary -- 3.8 Pointers -- Chapter 4 The Hyperbola Application -- 4.1 Hyperbola "Hello, World" -- 4.2 Tour of the Code -- 4.3 Running and Debugging -- 4.4 Summary -- 4.5 Pointers -- Chapter 5 Starting the Hyperbola Prototype -- 5.1 Continuing from the Shell -- 5.2 Adding a Contacts View -- 5.3 The Chat Model -- 5.4 Filling in the Contacts View -- 5.5 Adding Images -- 5.6 Summary -- 5.7 Pointers -- Chapter 6 Adding Actions -- 6.1 Adding to the Menus and Toolbar -- 6.2 Adding to the Status Line -- 6.3 System Tray Integration -- 6.4 Summary -- 6.5 Pointers -- Chapter 7 Adding a Chat Editor -- 7.1 Views and Editors -- 7.2 Defining the Chat Editor -- 7.3 Checkpoint -- 7.4 Summary -- 7.5 Pointers -- Chapter 8 Branding Hyperbola -- 8.1 Defining the Hyperbola Product -- 8.2 Window Images -- 8.3 Customizing the Launcher -- 8.4 Splash Screen -- 8.5 About Information -- 8.6 Summary -- 8.7 Pointers -- Chapter 9 Packaging Hyperbola -- 9.1 Exporting Hyperbola -- 9.2 Exporting for Other Platforms -- 9.3 Summary -- 9.4 Pointers -- Chapter 10 Messaging Support…”
Libro electrónico -
2316Publicado 2023Tabla de Contenidos: “…Setting up the DigitalArtERC721Token project -- Creating the basic token information -- Defining and implementing the ERC-721 standard -- Defining the art and art transaction struct -- Creating a non-fungible digital art token -- Implementing the buyArt() function -- Implementing the resellArt() function -- Implementing the findArt() function -- Implementing the findMyArts() function -- Implementing the findAllPendingArt() function -- Getting all art transactions through getArtAllTxn() -- Creating an ERC-1155 token - ERC1155NFTToken -- Uploading NFT images -- Writing the ERC-1155 NFT token contract -- ERC-1155 -- Summary -- Part 3: Ethereum Development Fundamentals -- Chapter 9: Smart Contract Development and Test Fundamentals -- Technical requirements -- Understanding Remix development fundamentals -- Working with the Solidity Compiler -- Testing -- Deploying and running transactions -- Debugging -- Understanding development using Truffle and unit testing -- The Truffle console and development features -- Running a Truffle migration -- Truffle unit testing -- Truffle Box -- Understanding Hardhat development and unit testing -- Hardhat Runner -- Hardhat Network -- Project structure -- Installation and environment setup -- Hardhat project setup -- Creating and compiling the ERC1155 contract -- Testing the contract -- Deploying the contract -- Security testing -- Static and dynamic analysis -- Working with a linter -- Summary -- Chapter 10: Writing a Frontend to Build the NFT Marketplace DApp -- Technical requirements -- Understanding DApps -- Creating your first NFT -- Set up a wallet -- Obtain Ether (ETH) -- Visit OpenSea -- Create NFT item -- Working with the Web3 JavaScript API -- Setting up a DApp development environment -- Installing Ganache desktop -- Creating a development workspace -- Setting up the project for our DApp…”
Libro electrónico -
2317Publicado 2023Tabla de Contenidos: “…. -- There's more... -- See also -- Debugging the Terraform execution -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 7: Sharing Terraform Configuration with Modules -- Technical requirements -- Creating a Terraform module and using it locally -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Provisioning multiple instances of a Terraform module -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using modules from the public registry -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Sharing a Terraform module in the public registry using GitHub -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using another file inside a custom module -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
Libro electrónico -
2318por Schrenk, MichaelTabla de Contenidos: “…Familiarizing Yourself with the Default Values -- Using LIB_http -- Learning More About HTTP Headers -- Examining LIB_http's Source Code -- Final Thoughts -- 4: Parsing Techniques -- Parsing Poorly Written HTML -- Standard Parse Routines -- Using LIB_parse -- Splitting a String at a Delimiter: split_string() -- Parsing Text Between Delimiters: return_between() -- Parsing a Data Set into an Array: parse_array() -- Parsing Attribute Values: get_attribute() -- Removing Unwanted Text: remove() -- Useful PHP Functions -- Detecting Whether a String Is Within Another String -- Replacing a Portion of a String with Another String -- Parsing Unformatted Text -- Measuring the Similarity of Strings -- Final Thoughts -- Don't Trust a Poorly Coded Web Page -- Parse in Small Steps -- Don't Render Parsed Text While Debugging -- Use Regular Expressions Sparingly -- 5: Automating Form Submission -- Reverse Engineering Form Interfaces -- Form Handlers, Data Fields, Methods, and Event Triggers -- Form Handlers -- Data Fields -- Methods -- Event Triggers -- Unpredictable Forms -- JavaScript Can Change a Form Just Before Submission -- Form HTML Is Often Unreadable by Humans -- Cookies Aren't Included in the Form, but Can Affect Operation -- Analyzing a Form -- Final Thoughts -- Don't Blow Your Cover -- Correctly Emulate Browsers -- Avoid Form Errors -- 6: Managing Large Amounts of Data -- Organizing Data -- Naming Conventions -- Storing Data in Structured Files -- Storing Text in a Database -- Storing Images in a Database -- Database or File? …”
Publicado 2007
Libro electrónico -
2319por Iwazaki, DaltonTabla de Contenidos: “…Troubleshooting WebLogic Server 12c -- Introduction -- Changing log levels to debug -- Getting ready -- How to do it... -- How it works... -- There's more... -- Changing the log levels using WLST -- See also -- Including the time taken field in access.log -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding the time taken field using WLST -- See also -- Enabling verbose garbage collection logging -- Getting ready -- How to do it... -- How it works... -- There's more... -- Enabling the verbose GC with jrcmd -- See also -- Taking thread dumps -- Getting ready -- How to do it... -- How it works... -- See also -- Enabling the JRockit Mission Control Flight Recorder -- Getting ready -- How to do it…”
Publicado 2013
Libro electrónico -
2320