Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 1,058
- Application software 975
- Java (Computer program language) 452
- Cloud computing 327
- Application program interfaces (Computer software) 301
- Engineering & Applied Sciences 299
- Web site development 286
- Python (Computer program language) 271
- Computer Science 250
- Computer programming 242
- JavaScript (Computer program language) 231
- Web applications 220
- Programming 191
- Computer programs 190
- Microsoft .NET Framework 179
- Computer software 175
- Design 167
- Web sites 162
- Internet programming 153
- Machine learning 145
- Artificial intelligence 140
- Mobile computing 126
- Open source software 123
- Programming languages (Electronic computers) 121
- Computer networks 120
- Android (Electronic resource) 119
- Management 114
- Data mining 109
- Software engineering 107
- Web services 101
-
1601Publicado 2003Tabla de Contenidos: “…Using Rational Robot in the Tivoli Management Agent environment -- Rational Robot -- Tivoli Monitoring for Transaction Performance (TMTP) -- The ARM API -- Initial install -- Working with Java Applets -- Running the Java Enabler -- Using the ARM API in Robot scripts -- Rational Robot command line options -- Obfuscating embedded passwords in Rational Scripts -- Rational Robot screen locking solution -- Appendix C. …”
Libro electrónico -
1602Publicado 2017Tabla de Contenidos: “…Putting it all together -- A simple file browser -- Electron -- Electron processes -- The renderer process -- Vue.js -- Summary -- Chapter 5: Managing Many Simultaneous Client Connections -- Understanding concurrency -- Concurrency is not parallelism -- Routing requests -- Understanding routes -- Using Express to route requests -- Using Redis for tracking client state -- Storing user data -- Handling sessions -- Cookies and client state -- A simple poll -- Authenticating connections -- Basic authentication -- Handshaking -- Using JSON Web Tokens for authentication -- Summary -- Further reading -- Chapter 6: Creating Real-Time Applications -- Introducing AJAX -- Responding to calls -- Creating a stock ticker -- Bidirectional communication with socket.io -- Using the WebSocket API -- socket.io -- Drawing collaboratively -- Listening for Server Sent Events -- Using the EventSource API -- The EventSource stream protocol -- Asking questions and getting answers -- Building a collaborative document editing application -- Summary -- Chapter 7: Using Multiple Processes -- Node's single-threaded model -- The benefits of single-threaded programming -- Multithreading is already native and transparent -- Creating child processes -- Spawning processes -- Forking processes -- Buffering process output -- Communicating with your child -- Sending messages to children -- Parsing a file using multiple processes -- Using the cluster module -- Cluster events -- Worker object properties -- Worker events -- Using PM2 to manage multiple processes -- Monitoring -- Process files -- Real-time activity updates of multiple worker results -- Summary -- Chapter 8: Scaling Your Application -- When to scale? …”
Libro electrónico -
1603Publicado 2017Tabla de Contenidos: “…Definition of test scopes -- Unit tests -- Component tests -- Integration tests -- System tests -- Performance tests -- Stress tests -- Implementing tests -- Unit tests -- Implementation -- Technology -- Component tests -- Motivation -- Implementation -- Delegating test components -- Technology -- Integration tests -- Embedded containers -- Embedded databases -- Running integration tests -- Code level integration tests versus system tests -- Shortcomings of integration tests -- Shortcomings of system tests -- Conclusion -- System tests -- Managing test scenarios -- Simulating external concerns -- Designing system tests -- Deploying and controlling external mocks -- Performance tests -- Motivation -- Key performance indicators -- Developing performance tests -- Insights -- Running tests locally -- Maintaining test data and scenarios -- Importance of maintainable tests -- Signs of lack of test quality -- Test code quality -- Test technology support -- Summary -- Chapter 8: Microservices and System Architecture -- Motivations behind distributed systems -- Challenges of distribution -- Communication overhead -- Performance overhead -- Organizational overhead -- How to design systems landscapes -- Context maps and bounded contexts -- Separation of concerns -- Teams -- Project life cycles -- How to design system interfaces -- API considerations -- Interface management -- Change-resilient APIs -- Breaking the business logic -- Hypermedia REST and versioning -- Documenting boundaries -- Consistency versus scalability -- Event sourcing, event-driven architectures, and CQRS -- Shortcomings of CRUD-based systems -- Scalability -- Competing transactions -- Reproducibility -- Event sourcing -- Benefits -- Eventually consistent real world -- Event-driven architectures -- Eventual consistency in event-driven architectures -- Enter CQRS -- Principles -- Design…”
Libro electrónico -
1604Publicado 2018Tabla de Contenidos: “…Using Headless Mode -- Using Mobile Emulation for testing mobile web applications -- Adding ChromeExtensions -- InternetExplorerDriver -- Writing your first test script for the IE browser -- Understanding IEDriver capabilities -- Edge Driver -- Writing your first test script for the Edge browser -- Safari Driver -- Writing your first test script for the Safari browser -- Summary -- Questions -- Further information -- Chapter 3: Using Java 8 Features with Selenium -- Introducing Java 8 Stream API -- Stream.filter() -- Stream.sort() -- Stream.map() -- Stream.collect() -- Stream.min() and Stream.max() -- Stream.count() -- Using Stream API with Selenium WebDriver -- Filtering and counting WebElements -- Filtering element attributes -- Using the Map function to get the text value from elements -- Filtering and performing actions on WebElements -- Summary -- Questions -- Further information -- Chapter 4: Exploring the Features of WebDriver -- Taking screenshots -- Locating target windows and Frames -- Switching among windows -- Switching between frames -- Handling alerts -- Exploring Navigate -- Waiting for WebElements to load -- Implicit wait time -- Explicit wait time -- Handling cookies -- Summary -- Questions -- Further information -- Chapter 5: Exploring Advanced Interactions of WebDriver -- Understanding the build and perform actions -- Learning mouse based interactions -- The moveByOffset action -- The click at current location action -- The click on a WebElement action -- The click and hold at current location action -- The click and hold a WebElement action -- The release at current location action -- The release on another WebElement action -- The moveToElement action -- The dragAndDropBy action -- The dragAndDrop action -- The double click at current location action -- The double click on WebElement action…”
Libro electrónico -
1605Publicado 2022Tabla de Contenidos: “…Increment and Decrement Operators -- Working with Binary Arithmetic Operators -- Arithmetic Operators -- Numeric Promotion -- Assigning Values -- Assignment Operator -- Casting Values -- Compound Assignment Operators -- Return Value of Assignment Operators -- Comparing Values -- Equality Operators -- Relational Operators -- Logical Operators -- Conditional Operators -- Making Decisions with the Ternary Operator -- Summary -- Exam Essentials -- Review Questions -- Chapter 3 Making Decisions -- Creating Decision-Making Statements -- Statements and Blocks -- The if Statement -- The else Statement -- Shortening Code with Pattern Matching -- Applying switch Statements -- The switch Statement -- The switch Expression -- Writing while Loops -- The while Statement -- The do/while Statement -- Infinite Loops -- Constructing for Loops -- The for Loop -- The for-each Loop -- Controlling Flow with Branching -- Nested Loops -- Adding Optional Labels -- The break Statement -- The continue Statement -- The return Statement -- Unreachable Code -- Reviewing Branching -- Summary -- Exam Essentials -- Review Questions -- Chapter 4 Core APIs -- Creating and Manipulating Strings -- Concatenating -- Important String Methods -- Method Chaining -- Using the StringBuilder Class -- Mutability and Chaining -- Creating a StringBuilder -- Important StringBuilder Methods -- Understanding Equality -- Comparing equals() and == -- The String Pool -- Understanding Arrays -- Creating an Array of Primitives -- Creating an Array with Reference Variables -- Using an Array -- Sorting -- Searching -- Comparing -- Using Methods with Varargs -- Working with Multidimensional Arrays -- Calculating with Math APIs -- Finding the Minimum and Maximum -- Rounding Numbers -- Determining the Ceiling and Floor -- Calculating Exponents -- Generating Random Numbers -- Working with Dates and Times…”
Libro electrónico -
1606Publicado 2024Tabla de Contenidos: “…-- Setting up your development environment -- Chapter 1: The One with the Low-Level Secrets -- Technical requirements -- What are low-level APIs, and how do they differ from higher-level abstractions? …”
Libro electrónico -
1607Publicado 2020Tabla de Contenidos: “…Working with SQL -- 11.1 Working with Spark SQL -- 11.2 The difference between local and global views -- 11.3 Mixing the dataframe API and Spark SQL -- 11.4 Don't DELETE it! -- 11.5 Going further with SQL -- Summary -- 12 Transforming your data -- 12.1 What is data transformation? …”
Libro electrónico -
1608Publicado 2002Tabla de Contenidos: “…Working with the C++ toolkit -- 8.1 Overview -- 8.1.1 Modular -- 8.1.2 Thread-safe -- 8.1.3 Extendable -- 8.1.4 Object-oriented API -- 8.1.5 The toolkit services -- 8.2 Getting started -- 8.2.1 The toolkit package…”
Libro electrónico -
1609Publicado 2021Tabla de Contenidos: “…-- 12.3 Example: A shopping cart and a product list -- 12.3.1 Creating an API Gateway -- 12.3.2 Creating the product list GUI -- 12.3.3 Creating the shopping cart GUI -- 12.3.4 Letting users add products to the shopping cart -- 12.3.5 Letting users remove products from the shopping cart -- Summary -- appendix A. …”
Libro electrónico -
1610Publicado 2016Tabla de Contenidos: “…Sockets -- 3.7.1. The Socket API: An Overview -- 3.7.2. The Socket API: UDP Primitive Sequence -- 3.7.3. …”
Libro electrónico -
1611Publicado 2003Tabla de Contenidos: “…-- 1.6 What's new in the Sametime 3.1 APIs -- 1.6.1 Reverse proxy support -- 1.6.2 Multiplatform support in STLinks Toolkit -- 1.6.3 Status on login support -- 1.6.4 STLinks scalability upgrade -- 1.6.5 Fixed window size and place in chat dialogs -- 1.7 The structure of this redbook -- Chapter 2. …”
Libro electrónico -
1612Publicado 2018Tabla de Contenidos: “…Using AWS services for out-of-the-box scalability -- Using a scale-out approach -- Implementing loosely-coupled components -- Implementing asynchronous processing -- Leveraging AWS infrastructure services for scalability -- Using AWS CloudFront to distribute content -- Using AWS ELB to scale without service interruptions -- Using Amazon CloudWatch for Auto Scaling -- Scaling data services -- Scaling proactively -- Using the EC2 container service -- Evolving architecture against increasing loads -- Scaling from one to half a million users -- Scaling from half a million to a million users -- Scaling from a million to ten million users -- Event handling at scale -- Implementing a large-scale API-based architecture with AWS services -- Using Amazon API Gateway -- Using AWS Lambda -- Using Kinesis Streams -- Using Elasticsearch -- Analyzing streaming data in real time with Amazon Kinesis Analytics -- Using Amazon Kinesis Firehose -- Using Amazon Kinesis Analytics -- Building real-time applications with Amazon Kinesis Analytics -- Setting up Auto Scaling -- AWS Auto Scaling construction -- Creating an AMI -- Creating the Elastic Load Balancer -- Creating launch configuration -- Creating an Auto Scaling group -- Testing Auto Scaling groups -- Summary -- Chapter 5: Designing for and Implementing High Availability -- Defining availability objectives -- Nature of failures -- Setting up VPC for high availability -- Using ELB and Route 53 for high availability -- Instance availability -- Auto Scaling for increased availability and reliability -- Zonal Availability or Availability Zone Redundancy -- Region availability or regional redundancy -- Setting up high availability for application and data layers -- Implementing high availability in the application -- Using AWS for disaster recovery -- Using a backup and restore DR strategy…”
Libro electrónico -
1613Publicado 2018Tabla de Contenidos: “…Using fixtures to provide initial data for models -- Creating models for diverse content -- Using model inheritance -- Abstract models -- Multi-table model inheritance -- Proxy models -- Creating the content models -- Creating custom model fields -- Adding ordering to module and content objects -- Creating a CMS -- Adding an authentication system -- Creating the authentication templates -- Creating class-based views -- Using mixins for class-based views -- Working with groups and permissions -- Restricting access to class-based views -- Managing course modules and content -- Using formsets for course modules -- Adding content to course modules -- Managing modules and contents -- Reordering modules and contents -- Using mixins from django-braces -- Summary -- Chapter 11: Rendering and Caching Content -- Displaying courses -- Adding student registration -- Creating a student registration view -- Enrolling in courses -- Accessing the course contents -- Rendering different types of content -- Using the cache framework -- Available cache backends -- Installing Memcached -- Cache settings -- Adding Memcached to your project -- Monitoring Memcached -- Cache levels -- Using the low-level cache API -- Caching based on dynamic data -- Caching template fragments -- Caching views -- Using the per-site cache -- Summary -- Chapter 12: Building an API -- Building a RESTful API -- Installing Django REST framework -- Defining serializers -- Understanding parsers and renderers -- Building list and detail views -- Creating nested serializers -- Building custom views -- Handling authentication -- Adding permissions to views -- Creating view sets and routers -- Adding additional actions to view sets -- Creating custom permissions -- Serializing course contents -- Summary -- Chapter 13: Going Live -- Creating a production environment…”
Libro electrónico -
1614Publicado 2018Tabla de Contenidos: “…Chapter 3: Big Data Processing with MapReduce -- The MapReduce framework -- Dataset -- Record reader -- Map -- Combiner -- Partitioner -- Shuffle and sort -- Reduce -- Output format -- MapReduce job types -- Single mapper job -- Single mapper reducer job -- Multiple mappers reducer job -- SingleMapperCombinerReducer job -- Scenario -- MapReduce patterns -- Aggregation patterns -- Average temperature by city -- Record count -- Min/max/count -- Average/median/standard deviation -- Filtering patterns -- Join patterns -- Inner join -- Left anti join -- Left outer join -- Right outer join -- Full outer join -- Left semi join -- Cross join -- Summary -- Chapter 4: Scientific Computing and Big Data Analysis with Python and Hadoop -- Installation -- Installing standard Python -- Installing Anaconda -- Using Conda -- Data analysis -- Summary -- Chapter 5: Statistical Big Data Computing with R and Hadoop -- Introduction -- Install R on workstations and connect to the data in Hadoop -- Install R on a shared server and connect to Hadoop -- Utilize Revolution R Open -- Execute R inside of MapReduce using RMR2 -- Summary and outlook for pure open source options -- Methods of integrating R and Hadoop -- RHADOOP - install R on workstations and connect to data in Hadoop -- RHIPE - execute R inside Hadoop MapReduce -- R and Hadoop Streaming -- RHIVE - install R on workstations and connect to data in Hadoop -- ORCH - Oracle connector for Hadoop -- Data analytics -- Summary -- Chapter 6: Batch Analytics with Apache Spark -- SparkSQL and DataFrames -- DataFrame APIs and the SQL API -- Pivots -- Filters -- User-defined functions -- Schema - structure of data -- Implicit schema -- Explicit schema -- Encoders -- Loading datasets -- Saving datasets -- Aggregations -- Aggregate functions -- count -- first -- last -- approx_count_distinct -- min -- max -- avg -- sum…”
Libro electrónico -
1615Publicado 2022Tabla de Contenidos: “…-- Documenting .NET libraries using DocFX -- Documenting a Web API using Swagger -- Use case - reusing code as a fast way to deliver good and safe software -- Summary -- Questions -- Further reading -- Chapter 13: Applying Service-Oriented Architectures with .NET -- Technical requirements -- Understanding the principles of the SOA approach -- SOAP web services -- SOAP specifications -- Difficulties associated with the standard -- REST web services -- Service type compatibility rules -- REST and native HTTP features -- Example of methods in the REST language -- The OpenAPI standard -- REST service authorization and authentication -- How does .NET 6 deal with SOA? …”
Libro electrónico -
1616por Parker, David J.Tabla de Contenidos: “…Reading a cell's properties -- Printing out the ShapeSheet settings -- Understanding the functions -- Important sections for rules validation -- Looking at the User-defined Cells section -- Using the category of a Shape -- Using the structure type of a Shape -- Checking a Container shape -- Checking a List shape -- Checking for attached Callout shapes -- Looking at the Shape Data section -- Using the String type -- Using the Fixed List type -- Using the Number type -- Using the Boolean type -- Using the Variable List type -- Using the Date type -- Using the Duration type -- Using the Currency type -- Looking at the Hyperlinks section -- Working with Layer Membership -- Summary -- Chapter 4: Understanding the Validation API -- An overview of Validation objects -- Using the Validate method -- Validating custom rules written in code -- Working with the ValidationRuleSets collection -- Adding to or updating a ruleset -- Working with the ValidationRules collection -- Adding to or updating a rule -- Verifying that a rule works -- Working with the ValidationIssues collection -- Retrieving the selected issue in the Issues window -- Toggling the Issues window visibility -- Listing the issues caused by a particular shape -- Using code to clear issues -- Retrieving an existing issue in code -- Adding an issue in code -- Summary -- Chapter 5: Developing a Validation API Interface -- Understanding the architecture of the tool -- Enhancing the ThisAddin class -- Listening for application events -- Checking for the Visio Professional edition -- Creating the ViewModel class -- Creating the BaseViewModel class -- Viewing the documents collection -- Viewing the ValidationRuleSets collection -- Viewing the ValidationRules collection -- Viewing the ValidationIssues collection -- Modifying the Visio Fluent UI -- Creating the Rules Explorer window…”
Publicado 2013
Libro electrónico -
1617Publicado 2016Tabla de Contenidos: “…-- A detailed look at keyloggers -- Hardware keyloggers -- Software keyloggers -- Detecting malicious processes -- Building a keylogger for Windows -- Using the Windows API -- PyWin32 -- PyHooks -- WMI -- Monitoring keyboard events -- Capturing screenshots -- Capturing the clipboard -- Monitoring processes -- Multiprocessing in Python - simple_multiprocessor.py -- Running Python without a command window -- Exploring the code -- Capturing the screen -- Capturing the clipboard -- Capturing the keyboard -- Keylogger controllers -- Capturing processes -- Understanding the main() function -- Running the script -- Citations -- Additional challenges -- Summary -- Chapter 11: Parsing Outlook PST Containers -- The Personal Storage Table File Format -- An introduction to libpff -- How to install libpff and pypff -- Exploring PSTs - pst_indexer.py -- An overview -- Developing the main() function -- Evaluating the makePath() helper function -- Iteration with the folderTraverse() function -- Identifying messages with the checkForMessages() function -- Processing messages in the processMessage() function -- Summarizing data in the folderReport() function -- Understanding the wordStats() function -- Creating the wordReport() function -- Building the senderReport() function -- Refining the heat map with the dateReport() function -- Writing the HTMLReport() function -- The HTML template -- Running the script -- Additional challenges…”
Libro electrónico -
1618Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: WordPress as a Web Application Framework -- WordPress as a CMS -- WordPress as a web application framework -- The MVC versus event-driven architecture -- Simplifying development with built-in features -- User management -- Media management -- Template management -- Database management -- Routing -- XML-RPC API -- REST API -- Caching -- Scheduling -- Plugins and widgets -- Themes -- Actions and filters -- The admin dashboard -- Identifying the components of WordPress -- The role of WordPress themes -- Structure of a WordPress page layout -- Customizing the application layout -- The role of the admin dashboard -- The admin dashboard -- Posts and pages -- Users -- Appearance -- Settings -- The role of plugins -- The role of widgets -- A development plan for the forum management application -- Application goals and target audience -- Planning the application -- User roles of the application -- Planning application features and functions -- Understanding limitations and sticking to guidelines -- Building a question-answer interface -- Prerequisites for building a question-answer interface -- Creating questions -- Customizing the comments template -- Changing the status of answers -- Saving the status of answers -- Generating a question list -- Enhancing features of the questions plugin -- Customizing the design of questions -- Categorizing questions -- Approving and rejecting questions -- Adding star rating to answers -- Summary -- Chapter 2: Implementing Membership Roles, Permissions, and Features -- Introduction to user management -- Preparing the plugin -- Getting started with user roles -- Creating application user roles -- The best action for adding user roles…”
Libro electrónico -
1619Publicado 2017Tabla de Contenidos: “…-- Summary -- Chapter 5: Spark for Geographic Analysis -- GDELT and oil -- GDELT events -- GDELT GKG -- Formulating a plan of action -- GeoMesa -- Installing -- GDELT Ingest -- GeoMesa Ingest -- MapReduce to Spark -- Geohash -- GeoServer -- Map layers -- CQL -- Gauging oil prices -- Using the GeoMesa query API -- Data preparation -- Machine learning -- Naive Bayes -- Results -- Analysis -- Summary -- Chapter 6: Scraping Link-Based External Data -- Building a web scale news scanner -- Accessing the web content -- The Goose library…”
Libro electrónico -
1620por Gustafson, J. M.Tabla de Contenidos: “…-- Photo Pad -- Time for action - creating Photo Pad -- What just happened? -- The File API -- Time for action - loading an image file -- What just happened? …”
Publicado 2013
Libro electrónico