Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 868
- Operating systems (Computers) 676
- Computer Science 672
- Microsoft Windows (Computer file) 602
- Application software 563
- Development 555
- Computer networks 365
- Computer programs 333
- Microsoft .NET Framework 315
- Examinations 265
- Programming 250
- Cloud computing 241
- Microsoft Windows server 234
- Certification 230
- Security measures 229
- Computer security 226
- Database management 207
- Electronic data processing personnel 206
- Client/server computing 198
- Windows Azure 196
- Management 195
- Data processing 185
- Microsoft software 184
- Electrical & Computer Engineering 178
- Linux 173
- Historia 170
- Computer programming 163
- Design 162
- Web site development 159
- Telecommunications 154
-
7841Publicado 2020Tabla de Contenidos: “…-- HERRAMIENTAS SANDBOX PARA ENTORNOS WINDOWS -- HERRAMIENTAS SANDBOX PARA ENTORNOS LINUX -- 6- ATAQUES INFORMÁTICOS -- TIPOS DE ATAQUES INFORMÁTICOS -- ANATOMÍA DE UN ATAQUE -- 7- BUSCANDO EL OBJETIVO -- LA IMPORTANCIA DE LA INFORMACIÓN -- FOOTPRINTING -- WHOIS -- GOOGLE HACKING -- SHODAN -- MALTEGO -- FOCA -- ROBTEX -- THE HARVESTER -- RECON-NG -- FINGERPRINTING -- NMAP -- OTRAS HERRAMIENTAS -- TRABAJANDO SOBRE LOS DNS -- FINGERPRINTING WEB -- ICMP -- BANNER GRABBING -- SMB -- SMTP…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
7842Publicado 2016Tabla de Contenidos: “…O Wild and Perfect Harmony (Van Eyken)* -- Wat hangt gij daar te praten -- What Is It Then Attracts Thee (Swepstone) -- 1883 -- Mijn hert is als een blomgewas -- My Heart Is Like a Tender Flower (Swepstone) -- 1886 -- Drie dingen -- Three Burdens (Van Eyken)* -- 1888 -- De nachtegalen klinken -- The Nightingales Are Calling (Hare) -- 1890 -- O blomme -- O Flower (Van Eyken)* -- 1891 -- Moederken -- Little Mother (Swepstone)* -- Zonnewende -- Sunspurge (Lovelock)* -- 1892 -- Verloren is 't gepijnd -- We Strive in Vain (Van Eyken)* -- 1893 -- Fiat Lux -- Fiat Lux (Van Eyken)* -- 't Avondt, 't Avondt; traag en treurig -- Evening Slowly Veils the Skies (Van Eyken) -- Naar het kribbeken des heeren -- The Crib (Van Eyken)* -- De ramen -- Church Window (Van Eyken) -- O leeksken licht -- O Leak of Light (Claes/D'haen) -- 'k En ete niet, of 't gene ik ete -- I Never Eat but What I Eat (Claes/D'haen) -- 1894 -- Den ouden brevier -- The Old Breviary (Vincent)* --…”
Libro electrónico -
7843Publicado 2018Tabla de Contenidos: “…The Plug specification -- Creating a module plug -- Creating a function plug -- Routing requests -- Handling requests in a controller -- Rendering views -- Layouts -- Authenticating users -- Implementing a JSON API -- Authenticating users in the API -- Interactive applications using channels -- Preparing the server -- Joining channels on the client -- Exchanging events -- Authenticating socket connections -- Tracking users statuses using Presence -- Summary -- Chapter 9: Finding Zen through Testing -- Unit testing -- Testing functions without side-effects -- Testing functions with side-effects -- Creating mocks with Mox -- Testing interactions with the repository separately -- Testing the documentation -- Integration testing -- Testing Phoenix Channels -- Testing macros -- Property-based testing -- Summary -- Chapter 10: Deploying to the Cloud -- Releasing with Distillery -- Configuring the release -- Interpolating environment variables -- Creating the release -- Creating a custom release task -- Containerizing our application -- Creating a development container -- Orchestrating more than one container -- Composing the deployment containers -- Deploying to Kubernetes -- Configuring the cloud database -- Creating a namespace -- Creating secrets -- Publishing the production image -- Deploying your first pod -- Creating a Kubernetes job -- Exposing your pods to the world -- Continuous deployment with Travis CI -- Connecting the deployed Elixir nodes -- Testing the connected nodes -- Summary -- Chapter 11: Keeping an Eye on Your Processes -- Collecting metrics -- Exposing Prometheus metrics -- Creating custom Prometheus metrics -- Local Prometheus server -- Deploying Prometheus in Kubernetes -- Calculating percentiles -- Setting Grafana variables -- A window to your nodes -- Connecting to a containerized node…”
Libro electrónico -
7844Publicado 2016Tabla de Contenidos: “…The task-based asynchronous pattern -- Introducing the Task and Task< -- TResult> -- classes -- Applying a simple TAP model -- Using the WhenAll() extension method -- Wrapping an APM into a TAP model -- Asynchronous programming with the async and await keywords -- Asynchronous functions in functional programming -- Summary -- Chapter 7: Learning Recursion -- Exploring recursion -- Working of the recursive routine -- Refactoring an iteration to the recursion -- Using tail recursion -- Accumulator-passing style -- Continuation-passing style -- Indirect recursion over direct recursion -- Recursion in a functional approach using LINQ Aggregate -- Delving into the Aggregate method -- Summary -- Chapter 8: Optimizing the Code using Laziness and Caching Techniques -- Introduction to laziness -- Lazy enumeration -- Lazy evaluation -- Nonstrict evaluation -- Lazy initialization -- The advantages and disadvantages of being lazy -- Caching expensive resources -- Performing initial computation -- Memoization -- Summary -- Chapter 9: Working with Pattern -- Dissecting pattern matching in functional programming -- Transforming data using pattern matching -- Switching for pattern matching -- Simplifying pattern matching -- Welcoming the coming of pattern matching feature in C# 7 -- Introducing Monad as a design pattern -- Creating the Monadic M< -- T> -- type -- Implementing the generic data type to Monad -- Implementing Monad to Lazy< -- T> -- and Task< -- T> -- -- Rules of the Monad pattern -- Summary -- Chapter 10: Taking an Action in C# Functional Programming -- Developing functional programming in Windows forms -- Creating the code behind a form -- Creating the engine code in an imperative approach -- Preparing class properties -- Constructing the constructor -- Clearing the properties -- Appending the number to the display box…”
Libro electrónico -
7845Publicado 2019Tabla de Contenidos: “…Chapter 10: Zeroing In on the Data You Want -- Modifying Clauses -- FROM Clauses -- WHERE Clauses -- Logical Connectives -- GROUP BY Clauses -- HAVING Clauses -- ORDER BY Clauses -- Limited FETCH -- Peering through a Window to Create a Result Set -- Chapter 11: Using Relational Operators -- UNION -- INTERSECT -- EXCEPT -- Join Operators -- ON versus WHERE -- Chapter 12: Delving Deep with Nested Queries -- What Subqueries Do -- Chapter 13: Recursive Queries -- What Is Recursion? …”
Libro electrónico -
7846por Tome, EricTabla de Contenidos: “…Updating the Database API with Spark read and write -- Summary -- Chapter 5: Object Stores and Data Lakes -- Understanding distributed file systems -- Data lakes -- Object stores -- Streaming data -- Working with streaming sources -- Processing and sinks -- Aggregating streams -- Summary -- Chapter 6: Understanding Data Transformation -- Technical requirements -- Understanding the difference between transformations and actions -- Using Select and SelectExpr -- Filtering and sorting -- Learning how to aggregate, group, and join data -- Leveraging advanced window functions -- Working with complex dataset types -- Summary -- Chapter 7: Data Profiling and Data Quality -- Technical requirements -- Understanding components of Deequ -- Performing data analysis -- Leveraging automatic constraint suggestion -- Defining constraints -- Storing metrics using MetricsRepository -- Detecting anomalies -- Summary -- Part 3 - Software Engineering Best Practices for Data Engineering in Scala -- Chapter 8: Test-Driven Development, Code Health, and Maintainability -- Technical requirements -- Introducing TDD -- Creating unit tests -- Performing integration testing -- Checking code coverage -- Running static code analysis -- Installing SonarQube locally -- Creating a project -- Running SonarScanner -- Understanding linting and code style -- Linting code with WartRemover -- Formatting code using scalafmt -- Summary -- Chapter 9: CI/CD with GitHub -- Technical requirements -- Introducing CI/CD and GitHub -- Understanding Continuous Integration (CI) -- Understanding Continuous Delivery (CD) -- Understanding the big picture of CI/CD -- Working with GitHub -- Cloning a repository -- Understanding branches -- Writing, committing, and pushing code -- Creating pull requests -- Reviewing and merging pull requests -- Understanding GitHub Actions -- Workflows -- Jobs -- Steps…”
Publicado 2024
Libro electrónico -
7847Publicado 2017Tabla de Contenidos: “…Summary -- Chapter 8: Accessing Data using Entity Framework Core 2 -- Getting started with Entity Framework Core 2 -- Establishing a connection -- Defining primary keys and foreign keys via Data Annotations -- Using Entity Framework Core 2 Migrations -- Creating, reading, updating, and deleting data -- Summary -- Chapter 9: Securing ASP.NET Core 2.0 Applications -- Implementing authentication -- Adding basic user forms authentication -- Adding external provider authentication -- Working with two-factor authentication -- Adding forgotten password and password reset mechanisms -- Implementing authorization -- Summary -- Chapter 10: Hosting and Deploying ASP.NET Core 2.0 Applications -- Hosting applications -- Deploying applications in Amazon Web Services -- Deploying applications in AWS Elastic Beanstalk -- Deploying applications in Microsoft Azure -- Deploying applications in Microsoft Azure App Services -- Deploying applications into Docker containers -- Deploying applications into Docker containers using Docker for Windows and Docker Enterprise Edition -- Publishing images to the Docker Hub -- Summary -- Chapter 11: Managing and Supervising ASP.NET Core 2.0 Applications -- Logging in ASP.NET Core 2.0 applications -- Logging in Microsoft Azure -- Logging in Amazon Web Services -- Monitoring ASP.NET Core 2.0 applications -- Monitoring on-premises and in Docker -- Monitoring in Microsoft Azure -- Monitoring in Amazon Web Services -- Summary -- Index…”
Libro electrónico -
7848Publicado 2013Tabla de Contenidos: “…Machine generated contents note: Chapter 1 Introduction 1.1 Computer Programs 1.2 The Anatomy of a Computer 1.3 The Java Programming Language 1.4 Becoming Familiar with Your Programming Environment 1.5 Analyzing Your First Program 1.6 Errors 1.7 Problem Solving: Algorithm Design Chapter 2 Fundamental Data Types 2.1 Variables 2.2 Arithmetic 2.3 Input and Output 2.4 Problem Solving: First Do it By Hand 2.6 Strings Chapter 3 Decisions 3.1 The if Statement 3.2 Comparing Numbers and Strings 3.3 Multiple Alternatives 3.4 Nested Branches 3.5 Problem Solving: Flowcharts 3.6 Problem Solving: Test Cases 3.7 Boolean Variables and Operators 3.8 Application: Input Validation Chapter 4 Loops 4.1 The while Loop 4.2 Problem Solving: Hand-Tracing 4.3 The for Loop 4.4 The do Loop 4.5 Application: Processing Sentinel Values 4.6 Problem Solving: Storyboards 4.7 Common Loop Algorithms 4.8 Nested Loops 4.9 Application: Random Numbers and Simulations Chapter 5 Methods 5.1 Methods as Black Boxes 5.2 Implementing Methods 5.3 Parameter Passing 5.4 Return Values 5.5 Methods Without Return Values 5.6 Problem Solving: Reusable Functions 5.7 Problem Solving: Stepwise Refinement 5.8 Variable Scope 5.9 Recursive Methods (Optional) Chapter 6 Arrays and Array Lists 6.1 Arrays 6.2 The Enhanced for Loop 6.3 Common Array Algorithms 6.4 Using Arrays with Methods 6.5 Problem Solving: Adapting Algorithms 6.6 Problem Solving: Discovering Algorithms by Manipulating Physical Objects 6.7 Two-Dimensional Arrays 6.8 Array Lists Chapter 7 Input/Output and Exception Handling 7.1 Reading and Writing Text Files 7.2 Processing Text Input 7.3 Command Line Arguments 7.4 Checked and Unchecked Exceptions 7.5 Catching Exceptions 7.6 The finally Clause 7.7 Application: Handling Input Errors Chapter 8 Object and Classes 8.1 Object-Oriented Programming 8.2 Implementing a Simple Class 8.3 Specifying the Public Interface of a Class 8.4 Designing the Data Representation 8.5 Problem Solving: Patterns for Representing Behavior 8.6 Implementing Instance Methods 8.7 Constructors 8.8 Problem Solving: Tracing Objects 8.9 Testing a Class 8.10 Object References 8.11 Static Variables and Methods Chapter 9 Inheritance 9.1 Inheritance Hierarchies 9.2 Implementing Subclasses 9.3 Overriding Methods 9.4 Polymorphism 9.5 Object: The Cosmic Superclass 9.6 Interface Types Chapter 10 Graphical User Interfaces 10.1 Frame Windows 10.2 Events and Event Handling 10.3 Using Inheritance to Customize Frames 10.4 Building Applications with Buttons 10.5 Using Inner Classes for Listeners 10.6 Processing Text Input 10.7 Text Areas Web chapters Chapter 11 Advanced Graphical User Interfaces 11.1 Layout Management 11.2 Choices 11.3 Menus 11.4 Exploring the Swing Documentation 11.5 Drawing on a Component 11.6 Using Timer Events for Animations 11.7 Mouse Events Chapter 12 Object-Oriented Design 12.1 The Software Life Cycle 12.2 Discovering Classes 12.3 Relationships Between Classes 12.4 Cohesion and Coupling 12.5 Side Effects 12.5 Abstract Classes 12.6 Packages 12.7 Application: Printing an Invoice 12.8 Application: An Automatic Teller Machine Chapter 13 Recursion 13.1 Triangle Numbers 13.2. …”
Libro electrónico -
7849Publicado 2013Tabla de Contenidos: “…A miscellany of great ideas for managers Introduction T81 The Pareto Principle T82 The Eisenhower Principle and Covey's time management theory T83The Thomas and Kilman's conflict resolution model T84 Grinder and Bandler'sneuro linguistic programming (NLP)theory T85Goleman's theory of emotional intelligence T86 Boyd's OODA loop T87 Luft and Ingram's Johari windows T88 The McNamara Falacy T89 SMART targets A final word on the best of the rest The one theory that shall rule them all, and why we picked it A very final word Further reading Index…”
Libro electrónico -
7850Publicado 2014Tabla de Contenidos: “…Getting Started with Neo4j -- Neo4j - key concepts and characteristics -- Built for graphs, from the ground up -- Transactional, ACID-compliant database -- Made for Online Transaction Processing -- Designed for scalability -- A declarative query language - Cypher -- Sweet spot use cases of Neo4j -- Complex, join-intensive queries -- Path finding queries -- Committed to open source -- The features -- The support -- The license conditions -- Installing Neo4j -- Installing Neo4j on Windows…”
Libro electrónico -
7851Publicado 2018Tabla de Contenidos: “…The main training loop -- Model Initialization -- Do not initialize all weights with zeros -- Initializing with a mean zero distribution -- Xavier-Bengio and the Initializer -- Improving generalization by regularizing -- L2 and L1 regularization -- Dropout -- The batch norm layer -- Summary -- Chapter 4: Object Detection and Segmentation -- Image classification with localization -- Localization as regression -- TensorFlow implementation -- Other applications of localization -- Object detection as classification - Sliding window -- Using heuristics to guide us (R-CNN) -- Problems -- Fast R-CNN -- Faster R-CNN -- Region Proposal Network -- RoI Pooling layer -- Conversion from traditional CNN to Fully Convnets -- Single Shot Detectors - You Only Look Once -- Creating training set for Yolo object detection -- Evaluating detection (Intersection Over Union) -- Filtering output -- Anchor Box -- Testing/Predicting in Yolo -- Detector Loss function (YOLO loss) -- Loss Part 1 -- Loss Part 2 -- Loss Part 3 -- Semantic segmentation -- Max Unpooling -- Deconvolution layer (Transposed convolution) -- The loss function -- Labels -- Improving results -- Instance segmentation -- Mask R-CNN -- Summary -- Chapter 5: VGG, Inception Modules, Residuals, and MobileNets -- Substituting big convolutions -- Substituting the 3x3 convolution -- VGGNet -- Architecture -- Parameters and memory calculation -- Code -- More about VGG -- GoogLeNet -- Inception module -- More about GoogLeNet -- Residual Networks -- MobileNets -- Depthwise separable convolution -- Control parameters -- More about MobileNets -- Summary -- Chapter 6: Autoencoders, Variational Autoencoders, and Generative Adversarial Networks -- Why generative models -- Autoencoders -- Convolutional autoencoder example -- Uses and limitations of autoencoders -- Variational autoencoders…”
Libro electrónico -
7852Publicado 2023Tabla de Contenidos: “…Preparing the Spring Boot backend -- Creating the React project for the frontend -- Summary -- Questions -- Further reading -- Chapter 13: Adding CRUD Functionalities -- Technical requirements -- Creating the list page -- Fetching data from the backend -- Using environment variables -- Adding paging, filtering, and sorting -- Adding the delete functionality -- Displaying a toast message -- Adding a confirmation dialog window -- Adding the add functionality -- Adding the edit functionality -- Exporting the data to CSV -- Summary -- Questions -- Further reading -- Chapter 14: Styling the Frontend with MUI -- Technical requirements -- Using the MUI Button component -- Using the MUI Icon and IconButton components -- Using the MUI TextField component -- Summary -- Questions -- Further reading -- Chapter 15: Testing React Apps -- Technical requirements -- Using Jest -- Using the React Testing Library -- Using Vitest -- Installing and configuring -- Running our first test -- Testing our Carlist component -- Firing events in tests -- End-to-end testing -- Summary -- Questions -- Further reading -- Chapter 16: Securing Your Application -- Technical requirements -- Securing the backend -- Securing the frontend -- Creating a login component -- Implementing REST API calls -- Refactoring duplicate code -- Displaying an error message -- Logging out -- Summary -- Questions -- Further reading -- Chapter 17: Deploying Your Application -- Technical requirements -- Deploying the backend with AWS -- Deploying our MariaDB database -- Deploying our Spring Boot application -- Deploying the frontend with Netlify -- Using Docker containers -- Summary -- Questions -- Further reading -- PacktPage -- Other Books You May Enjoy -- Index…”
Libro electrónico -
7853Publicado 2019Tabla de Contenidos: “…DESARROLLO DE APLICACIONES CON ANDROID -- PÁGINA LEGAL -- ÍNDICE -- INTRODUCCIÓN -- 1- INSTALACIÓN DE ANDROID STUDIO -- INSTALACIÓN DE ANDROID STUDIO EN WINDOWS -- PRE REQUISITOS -- INICIO DE LA INSTALACIÓN DE ANDROID STUDIO -- CONFIGURACIÓN DEL ANDROID STUDIO -- INSTALACIÓN DE ANDROID STUDIO EN OS X -- OTROS SISTEMAS OPERATIVOS - LINUX -- OTRAS OPCIONES DE DESCARGA -- ALGUNAS RECOMENDACIONES AL UTILIZAR EL EMULADOR -- ACTIVAR EN LA BIOS TECNOLOGÍA DE VIRTUALIZACIÓN -- INSTALACIÓN INTELHAXM.EXE -- 2- CREACIÓN DE MI PRIMERA APP -- CREANDO LA PRIMERA APLICACIÓN -- CONOCIENDO EL ENTORNO DE TRABAJO -- CONOCIENDO LA ESTRUCTURA DEL PROYECTO -- ARCHIVO COLORS.XML -- ARCHIVO STRINGS.XML -- ARCHIVO STYLES.XML -- ARCHIVO DE MANIFIESTO O CONFIGURACIÓN DE NUESTRA APP -- ARCHIVO GRADLE -- EN OTROS ARCHIVOS IMPORTANTES -- CONOCIENDO LA INTERFAZ -- EJECUTANDO LA APLICACIÓN -- CAPTURA DE PANTALLA -- CREANDO APPS - LECTOR CÓDIGO BARRAS -- OBTENEMOS LO SIGUIENTE -- BIBLIOTECA DE ESCANEO -- DISEÑAMOS LA INTERFAZ -- CODIFICACIÓN DE LA ACTIVIDAD -- EJECUTANDO LA APLICACIÓN -- 3- GIT Y GITHUB -- QUE ES UN SISTEMA DE CONTROL DE VERSIONES -- QUE ES GIT Y GITHUB -- MIS PRIMEROS PASOS CON GITHUB -- CUENTA GITHUB -- CREANDO UN NUEVO REPOSITORIO -- OBTENEMOS EL SIGUIENTE REPOSITORIO CREADO -- CONFIGURANDO -- QUIENES REALIZARÍAN LOS CAMBIOS -- INICIANDO REPOSITORIO -- CLONANDO REPOSITORIO -- PRIMERO COPIE LA URL A CLONAR -- EN EL GIT BASH A CONTINUACIÓN EL COMANDO GIT -- COMPROBANDO EL ESTADO DE SUS ARCHIVOS -- TRABAJANDO EN NUESTRO REPOSITORIO -- COMPROBANDO EL ESTADO -- COMANDO GIT COMMIT -- COMANDO PUSH -- USO DE GITHUB EN ANDROID STUDIO -- CREANDO LA APLICACIÓN MYAPPLICATION1 -- EN EL MENÚ SELECCIONE VCS - IMPORTAR A VERSIÓN CONTROL - CREAR GIT REPOSITORIO -- TORTOISEGIT -- ¿QUÉ ES TORTOISEGIT? …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
7854por Mueller, John PaulTabla de Contenidos: “…Microsoft Cognitive Toolkit/CNTK -- Understanding TensorFlow -- Grasping why TensorFlow is so good -- Making TensorFlow easier by using TFLearn -- Using Keras as the best simplifier -- Getting your copy of TensorFlow and Keras -- Fixing the C++ build tools error in Windows -- Accessing your new environment in Notebook -- Book 2 Interacting with Data Storage -- Chapter 1 Manipulating Raw Data -- Defining the Data Sources -- Obtaining data locally -- Using online data sources -- Employing dynamic data sources -- Considering other kinds of data sources -- Considering the Data Forms -- Working with pure text -- Accessing formatted text -- Deciphering binary data -- Understanding the Need for Data Reliability -- Chapter 2 Using Functional Programming Techniques -- Defining Functional Programming -- Differences with other programming paradigms -- Understanding its goals -- Understanding Pure and Impure Languages -- Using the pure approach -- Using the impure approach -- Comparing the Functional Paradigm -- Imperative -- Procedural -- Object-oriented -- Declarative -- Using Python for Functional Programming Needs -- Understanding How Functional Data Works -- Working with immutable data -- Considering the role of state -- Eliminating side effects -- Passing by reference versus by value -- Working with Lists and Strings -- Creating lists -- Evaluating lists -- Performing common list manipulations -- Understanding the Dict and Set alternatives -- Considering the use of strings -- Employing Pattern Matching -- Looking for patterns in data -- Understanding regular expressions -- Using pattern matching in analysis -- Working with pattern matching -- Working with Recursion -- Performing tasks more than once -- Understanding recursion -- Using recursion on lists -- Considering advanced recursive tasks -- Passing functions instead of variables…”
Publicado 2020
Libro electrónico -
7855Publicado 2017Tabla de Contenidos: “…MOBILE OPERATING SYSTEMS -- Android Operating System -- Apple iOS -- Symbian Operating System -- Windows Phone Operating System -- 3. MOBILE DEVICE MALWARE RISKS -- 4. …”
Libro electrónico -
7856Publicado 2020Tabla de Contenidos: “…Schritt 4: Die gefundenen Übereinstimmungen zu einem String kombinieren -- Das Programm ausführen -- Ideen für ähnliche Programme -- Zusammenfassung -- Wiederholungsfragen -- Übungsprojekte -- Datumserkennung -- Passwortstärke ermitteln -- Regex-Version von strip() -- Kapitel 8: Eingabevalidierung -- Das Modul PyInputPlus -- Die Schlüsselwortargumente min, max, greaterThan und lessThan -- Das Schlüsselwortargument blank -- Die Schlüsselwortargumente limit, timeout und default -- Die Schlüsselwortargumente allowRegexes und blockRegexes -- Eine eigene Validierungsfunktion an inputCustom() übergeben -- Projekt: Einen Trottel stundenlang beschäftigen -- Projekt: Multiplikationstest -- Zusammenfassung -- Wiederholungsfragen -- Übungsprojekte -- Sandwichzubereiter -- Ein eigenes Programm für den Multiplikationstest -- Kapitel 9: Dateien lesen und schreiben -- Dateien und Dateipfade -- Backslash unter Windows und Schrägstrich unter macOS und Linux -- Pfade mit dem Operator / zusammenfügen -- Das aktuelle Arbeitsverzeichnis -- Das Benutzerverzeichnis -- Absolute und relative Pfade -- Neue Ordner mit os.makedirs() erstellen -- Absolute und relative Pfade verwenden -- Die Komponenten eines Dateipfads abrufen -- Dateigrößen und Ordnerinhalte ermitteln -- Eine Dateiliste mit Glob-Mustern bearbeiten -- Die Gültigkeit von Pfaden prüfen -- Dateien lesen und schreiben -- Dateien mit der Funktion open() öffnen -- Die Inhalte einer Datei lesen -- Dateien schreiben -- Variablen mit dem Modul shelve speichern -- Variablen mit der Funktion pprint.pformat() speichern -- Projekt: Zufallsgenerator für Tests -- Schritt 1: Die Daten für den Test in einem Dictionary speichern -- Schritt 2: Die Fragebogendatei erstellen und die Fragen mischen -- Schritt 3: Die Auswahl der möglichen Antworten zusammenstellen…”
Libro electrónico -
7857Publicado 2018Tabla de Contenidos: “…. -- Accessing data with Windows Azure storage tables -- Getting ready -- How to do it... -- How it works... -- Accessing data with Azure storage Blobs -- Getting ready -- How to do it... -- Accessing data with SQL Azure -- Getting ready -- How to do it... -- Chapter 8: Cache and Session - Distributed, Server, and Client -- Introduction -- Using .NET Cache with MemoryCache -- Getting ready -- How to do it... -- Caching HTML with Cache TagHelpers -- Getting ready -- How to do it... -- How it works... -- Using ResponseCache attribute -- Getting ready -- How to do it... -- How it works... -- Using Session -- Getting ready -- How to do it...... -- How it works... -- Using Redis as Cache on-Premises -- Getting ready -- How to do it... -- How it works... -- Using Redis as a cache on Azure -- Getting ready -- How to do it... -- Caching with HTML5 cache manifest -- Getting ready -- How to do it... -- How it works...... -- Caching with HTML5 localStorage and sessionStorage -- Getting ready -- How to do it... -- How it works...... -- See also -- Chapter 9: Routing -- Before ASP.NET Core -- Since ASP.NET Core -- MVC and Web API routing -- The route order -- Routing with ASP.NET Core…”
Libro electrónico -
7858Publicado 2018Tabla de Contenidos: “…-- Keeping up with security news -- Introduction to VirtualBox and Cygwin -- Installing a virtual machine in VirtualBox -- The EPEL repository on the CentOS virtual machine -- Configuring a network for VirtualBox virtual machines -- Creating a virtual machine snapshot with VirtualBox -- Using Cygwin to connect to your virtual machines -- Installing Cygwin on your Windows host -- Summary -- Chapter 2: Securing User Accounts -- The dangers of logging in as the root user -- The advantages of using sudo -- Setting up sudo privileges for full administrative users -- Method 1 - adding users to a predefined admin group -- Method 2 - creating an entry in the sudo policy file -- Setting up sudo for users with only certain delegated privileges -- Hands-on lab for assigning limited sudo privileges -- Advanced tips and tricks for using sudo -- The sudo timer -- Hands-on lab for disabling the sudo timer -- Preventing users from having root shell access -- Preventing users from using shell escapes -- Preventing users from using other dangerous programs -- Limiting the user's actions with commands -- Letting users run as other users -- Locking down users' home directories the Red Hat or CentOS way -- Locking down users' home directories the Debian/Ubuntu way -- useradd on Debian/Ubuntu -- adduser on Debian/Ubuntu -- Hands-on lab for configuring adduser -- Enforcing strong password criteria -- Installing and configuring pwquality -- Hands-on lab for setting password complexity criteria -- Setting and enforcing password and account expiration -- Configuring default expiry data for useradd - for Red Hat or CentOS only…”
Libro electrónico -
7859Publicado 2008Tabla de Contenidos: “…Cover -- Contents -- Foreword -- Introduction -- LESSON 1 Understanding Rich Internet Applications -- Understanding the Evolution of Computer Applications -- Breaking Away from Page-Based Architecture -- Identifying the Advantages of Rich Internet Applications -- Business Managers -- IT Organizations -- End Users -- RIA Technologies -- Asynchronous JavaScript and XML (AJAX) -- Flash -- Flex -- The Windows Presentation Foundation, XAML, Silverlight, and Expression -- LESSON 2 Getting Started -- Getting Started with Flex Application Development -- Creating a Project and an MXML Application -- Understanding the Flex Builder 3 Workbench -- Running Your Application -- Creating a Second Application Page and Working in Design Mode -- Getting Ready for the Next Lesson -- LESSON 3 Laying Out the Interface -- Learning About Containers -- Laying Out the E-Commerce Application Using Design Mode -- Working with Constraint-Based Layouts -- Using Constraints with the Parent Container -- Using Enhanced Constraints -- Working with View States -- Controlling View States -- Laying Out an Application in Source Mode -- Adding and Controlling View States with MXML -- LESSON 4 Using Simple Controls -- Introducing Simple Controls -- Displaying Images -- Building a Detail View -- Using Data Binding to Link a Data Structure to a Simple Control -- Using a Form Layout Container to Lay Out Simple Controls -- Adding Radio Buttons and Date Fields to the Dashboard -- LESSON 5 Handling Events and Data Structures -- Understanding Event Handling -- Understanding a Simple Example -- Handling the Event with an ActionScript Function -- Passing Data when Calling the Event Handler Function -- Building a Data Structure on the creationComplete Event -- Using Data from the Event Object -- Building a Custom ActionScript Class -- Building a Value Object…”
Libro electrónico -
7860Publicado 2018Tabla de Contenidos: “…. -- See also -- Installing and configuring Ubuntu with Oracle VirtualBox on Windows -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Installing and configuring Ubuntu Desktop for Google Cloud Platform -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Installing and configuring Spark and prerequisites on Ubuntu Desktop -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Integrating Jupyter notebooks with Spark -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Starting and configuring a Spark cluster -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Stopping a Spark cluster -- How to do it... -- How it works... -- There's more... -- Chapter 2: Creating a Neural Network in Spark -- Introduction -- Creating a dataframe in PySpark -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Manipulating columns in a PySpark dataframe -- Getting ready -- How to do it... -- How it works... -- There's more... -- Converting a PySpark dataframe to an array -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Visualizing an array in a scatterplot -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
Libro electrónico