Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 224
- Application software 200
- JavaScript (Computer program language) 111
- Web site development 77
- Computer programming 68
- Java (Computer program language) 67
- Python (Computer program language) 63
- Web applications 58
- Database management 52
- Programming 48
- Application program interfaces (Computer software) 45
- Cloud computing 44
- Internet programming 39
- Programming languages (Electronic computers) 39
- Microsoft .NET Framework 37
- Web sites 34
- Computer programs 33
- Data mining 33
- Design 33
- iOS (Electronic resource) 29
- Computer software 28
- Big data 26
- Engineering & Applied Sciences 25
- Go (Computer program language) 24
- Node.js 24
- Web Development 23
- Client/server computing 21
- Mobile computing 21
- SQL (Computer program language) 21
- Ajax (Web site development technology) 20
-
461por Murti, KarunaTabla de Contenidos: “…-- Using shutdown -- Using Option -- Returning Result -- Creating a custom error type -- Logging errors -- Summary -- Chapter 8: Serving Static Assets and Templates -- Technical requirements -- Serving static assets -- Introducing the Tera template -- Showcasing users -- Working with forms -- Securing HTML forms from CSRF -- Summary -- Chapter 9: Displaying Users' Post -- Technical requirements -- Displaying posts - text, photo, and video -- Using generic data types and trait bounds -- Learning about ownership and moving -- Borrowing and lifetime -- Implementing borrowing and lifetime -- Summary -- Chapter 10: Uploading and Processing Posts -- Technical requirements -- Uploading a text post -- Uploading a photo post -- Processing files asynchronously -- Uploading a video post and process using a worker -- Summary -- Chapter 11: Securing and Adding an API and JSON -- Technical requirements -- Authenticating users -- Authorizing users -- Handling JSON -- Protecting the API with a JWT -- Summary -- Part 3: Finishing the Rust Web Application Development -- Chapter 12: Testing Your Application -- Technical requirements…”
Publicado 2022
Libro electrónico -
462Publicado 2020Tabla de Contenidos: “…-- Klassen an den Container binden -- Konstruktor-Injektion in Laravel-Framework-Dateien -- Methoden-Injektion -- Fassaden und Container -- Service Provider -- Testen -- TL -- DR -- Kapitel 12: Testen -- Grundlagen des Testens -- Tests benennen -- Die Testumgebung -- Vier spezielle Traits beim Testen -- Einfache Unit-Tests -- Anwendungstests: So funktionieren sie -- HTTP-Tests -- Datenbank-Tests -- Testen anderer Laravel-Features -- Mocking -- Artisan-Befehle testen -- Browser-Tests -- TL -- DR -- Kapitel 13: APIs schreiben -- Die Grundlagen REST-ähnlicher JSON-APIs -- Controller-Organisation und JSON-Antworten -- Header lesen und senden -- Paginierung -- Sortieren und Filtern -- Ergebnisse transformieren -- API-Ressourcen -- API-Authentifizierung mit Laravel Passport -- API-Token-Authentifizierung -- Benutzerdefinierte 404-Antworten -- Testen -- TL -- DR -- Kapitel 14: Daten speichern und abrufen…”
Libro electrónico -
463Publicado 2023“…This updated second edition includes the newest advanced features: improved data structures (such as more JSON support and more table options), improved automated processes (such as automatic indexing), and improved SQL language extensions (such as polymorphic table functions, SQL macros, and the multilingual engine). …”
Libro electrónico -
464Publicado 2021Tabla de Contenidos: “…11.3 Converting column or index values to datetimes -- 11.4 Using the DatetimeProperties object -- 11.5 Adding and subtracting durations of time -- 11.6 Date offsets -- 11.7 The Timedelta object -- 11.8 Coding challenge -- 11.8.1 Problems -- 11.8.2 Solutions -- Summary -- 12 Imports and exports -- 12.1 Reading from and writing to JSON files -- 12.1.1 Loading a JSON file Into a DataFrame -- 12.1.2 Exporting a DataFrame to a JSON file -- 12.2 Reading from and writing to CSV files -- 12.3 Reading from and writing to Excel workbooks -- 12.3.1 Installing the xlrd and openpyxl libraries in an Anaconda environment -- 12.3.2 Importing Excel workbooks -- 12.3.3 Exporting Excel workbooks -- 12.4 Coding challenge -- 12.4.1 Problems -- 12.4.2 Solutions -- Summary -- 13 Configuring pandas -- 13.1 Getting and setting pandas options -- 13.2 Precision -- 13.3 Maximum column width -- 13.4 Chop threshold -- 13.5 Option context -- Summary -- 14 Visualization -- 14.1 Installing matplotlib -- 14.2 Line charts -- 14.3 Bar graphs -- 14.4 Pie charts -- Summary -- Appendix A. …”
Libro electrónico -
465Publicado 2024Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Microsoft Dynamics 365 Business Central's Online Momentum -- Dynamics 365 Business Central's evolution -- The Universal Code initiative -- The role of open source and social networks -- The future perspective -- Summary -- Chapter 2: Mastering a Modern Development Environment -- The Visual Studio Code user interface -- Code editor -- Status bar -- Activity bar -- Manage -- Command Palette -- Sidebar -- EXPLORER (Ctrl + Shift + E) -- SEARCH (Ctrl + Shift + F) -- SOURCE CONTROL (Ctrl + Shift + G) -- DEBUG (Ctrl + Shift + D) -- EXTENSIONS (Ctrl + Shift + X) -- Panels area -- PROBLEMS -- OUTPUT -- DEBUG CONSOLE -- TERMINAL -- Visual Studio Code - the editing features -- Comment lines -- Delimiter matching -- Text selection -- Code block folding -- Multiple cursors (or multi-cursors) -- Mini-map -- Breadcrumbs -- IntelliSense -- Word completion -- Go to definition -- Find all references -- Peek definition -- Renaming symbols -- Understanding the AL Language extension -- AL Language -- launch.json -- app.json -- Understanding symbols -- Inside symbols -- AL Language extension settings -- Understanding code analyzers -- GitHub Copilot for AL developers -- Summary -- Chapter 3: Extension Development Fundamentals -- Technical requirements -- Basic concepts regarding extensions -- Understanding the basics of AL -- Creating a new workspace -- Defining objects using snippets -- Table object definition -- Page object definition -- Table extension object definition -- Page extension object definition -- Codeunit object definition -- Event object definitions -- XMLport object definition -- Query object definition -- Enum object definition -- Profile object definition -- Understanding AL project structure best practices -- Naming guidelines and AL object ranges…”
Libro electrónico -
466Publicado 2023Tabla de Contenidos: “…Notebook test cases for the functions -- Common code in a separate module -- Deliverables -- Notebook .ipynb file -- Cells and functions to analyze data -- Cells with Markdown to explain things -- Cells with test cases -- Executing a notebook's test suite -- Summary -- Extras -- Use pandas to examine data -- Chapter 7: Data Inspection Features -- Project 2.2: Validating cardinal domains - measures, counts, and durations -- Description -- Approach -- Dealing with currency and related values -- Dealing with intervals or durations -- Extract notebook functions -- Deliverables -- Inspection module -- Unit test cases for the module -- Project 2.3: Validating text and codes - nominal data and ordinal numbers -- Description -- Dates and times -- Time values, local time, and UTC time -- Approach -- Nominal data -- Extend the data inspection module -- Deliverables -- Revised inspection module -- Unit test cases -- Project 2.4: Finding reference domains -- Description -- Approach -- Collect and compare keys -- Summarize keys counts -- Deliverables -- Revised inspection module -- Unit test cases -- Revised notebook to use the refactored inspection model -- Summary -- Extras -- Markdown cells with dates and data source information -- Presentation materials -- JupyterBook or Quarto for even more sophisticated output -- Chapter 8: Project 2.5: Schema and Metadata -- Description -- Approach -- Define Pydantic classes and emit the JSON Schema -- Define expected data domains in JSON Schema notation -- Use JSON Schema to validate intermediate files -- Deliverables -- Schema acceptance tests -- Extended acceptance testing -- Summary -- Extras -- Revise all previous chapter models to use Pydantic -- Use the ORM layer -- Chapter 9: Project 3.1: Data Cleaning Base Application -- Description -- User experience -- Source data -- Result data -- Conversions and processing…”
Libro electrónico -
467Publicado 2023Tabla de Contenidos: “…-- Understanding the file structure -- Knowing about the most widely used vector data types -- Shapefiles -- CAD files -- Tag-based and markup-based formats -- GeoJSON -- GeoPackage -- Understanding raster data types -- TIFF files -- JPEG, GIF, BMP, and PNG -- Compressed formats -- ASCII grids -- World files -- What is point cloud data? …”
Libro electrónico -
468Publicado 2018Tabla de Contenidos: “…Chapter 5: CRUD Operations in Plain REST (Without Reactive) and File Upload -- Mapping CRUD operations to HTTP methods -- Creating resources -- CRUD operation in Spring 5 (without Reactive) -- getAllUsers - implementation -- getUser - implementation -- createUser - implementation -- updateUser - implementation -- deleteUser - implementation -- File uploads - REST API -- Testing the file upload -- Summary -- Chapter 6: Spring Security and JWT (JSON Web Token) -- Spring Security -- Authentication and authorization -- JSON Web Token (JWT) -- JWT dependency -- Creating a JWT token -- Generating a token -- Getting a subject from a JWT token -- Getting a subject from a token -- Summary -- Chapter 7: Testing RESTful Web Services -- JUnit -- MockMvc -- Testing a single user -- Postman -- Getting all the users - Postman -- Adding a user - Postman -- Generating a JWT - Postman -- Getting the subject from the token -- SoapUI -- Getting all the users - SoapUI -- Generating JWT SoapUI -- Getting the subject from the token - SoapUI -- jsoup -- Getting a user - jsoup -- Adding a user - jsoup -- Running the test cases -- Summary -- Chapter 8: Performance -- HTTP compression -- Content negotiation -- Accept-Encoding -- Content-Encoding -- Server-driven content negotiation -- Agent-driven content negotiation -- HTTP caching -- HTTP cache control -- Public caching -- Private caching -- No-cache -- Only-if-cached -- Cache validation -- ETags -- Last-Modified/If-Modified-Since headers -- Cache implementation -- The REST resource -- Caching with ETags -- Summary -- Chapter 9: AOP and Logger Controls -- Aspect-oriented programming (AOP) -- AOP (@Before) with execution -- Testing AOP @Before execution -- AOP (@Before) with annotation -- Testing AOP @Before annotation -- Integrating AOP with JWT -- Logger controls -- SLF4J, Log4J, and Logback -- Logback framework…”
Libro electrónico -
469Publicado 2018Tabla de Contenidos: “…. -- There's more... -- From JSON -- From CSV -- See also -- Accessing underlying RDDs -- Getting ready -- How to do it... -- How it works... -- Performance optimizations -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Inferring the schema using reflection -- Getting ready -- How to do it... -- How it works... -- See also -- Specifying the schema programmatically -- Getting ready -- How to do it... -- How it works... -- See also -- Creating a temporary table -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using SQL to interact with DataFrames -- Getting ready -- How to do it... -- How it works... -- There's more... -- Overview of DataFrame transformations -- Getting ready -- How to do it... -- The .select(...) transformation -- The .filter(...) transformation -- The .groupBy(...) transformation -- The .orderBy(...) transformation -- The .withColumn(...) transformation -- The .join(...) transformation -- The .unionAll(...) transformation -- The .distinct(...) transformation -- The .repartition(...) transformation -- The .fillna(...) transformation -- The .dropna(...) transformation -- The .dropDuplicates(...) transformation -- The .summary() and .describe() transformations -- The .freqItems(...) transformation -- See also…”
Libro electrónico -
470Publicado 2018Tabla de Contenidos: “…-- Java APIs -- Command line APIs -- HTTP-based APIs -- Software component API -- Interface and object factory as API -- Interface -- Object factory -- Reading configuration file -- Using the json-simple library -- Using the json-api library -- Unit test -- Calculator API -- Adding static methods to API -- The API is complete -- Overloading, overriding, and hiding -- Interface method overloading -- Interface method overriding -- Interface static member hiding -- Class member hiding -- Instance method overriding -- Instance method overloading -- This, super, and constructors -- Keyword this and its usage -- Keyword super and its usage -- Constructors -- Final variable, final method, or final class -- Final variable -- Final method -- Final class -- Exercise - Restricting a class instantiation to a single shared instance -- Answer -- Summary -- Chapter 7: Packages and Accessibility (Visibility) -- What is importing? …”
Libro electrónico -
471Publicado 2010Tabla de Contenidos: “…. -- Installing Elasticsearch -- Installing Marvel -- Running Elasticsearch -- Viewing Marvel and Sense -- Talking to Elasticsearch -- Java API -- RESTful API with JSON over HTTP -- Document Oriented -- JSON -- Finding Your Feet -- Let's Build an Employee Directory -- Indexing Employee Documents -- Retrieving a Document -- Search Lite -- Search with Query DSL -- More-Complicated Searches -- Full-Text Search -- Phrase Search -- Highlighting Our Searches -- Analytics -- Tutorial Conclusion -- Distributed Nature -- Next Steps -- Chapter 2. …”
Libro electrónico -
472Publicado 2022Tabla de Contenidos: “…ObjectReference -- ResourceList -- Taint -- Toleration -- Well-Known Labels -- Writing Kubernetes Resources in Go -- Importing the Package -- The TypeMeta Fields -- The ObjectMeta Fields -- Name -- Namespace -- UID, ResourceVersion, and Generation -- Labels and Annotations -- OwnerReferences -- Setting APIVersion and Kind -- Setting Controller -- Setting BlockOwnerDeletion -- Spec and Status -- Comparison with Writing YAML Manifests -- A Complete Example -- Conclusion -- Chapter 4: Using Common Types -- Pointers -- Getting the Reference of a Value -- Dereferencing a Pointer -- Comparing Two Referenced Values -- Quantities -- Parsing a String as Quantity -- Using an inf.Dec as a Quantity -- Using a Scaled Integer as a Quantity -- Operations on Quantities -- IntOrString -- Time -- Factory Methods -- Operations on Time -- Conclusion -- Chapter 5: The API Machinery -- The Schema Package -- Scheme -- Initialization -- Mapping -- Conversion -- Adding Conversion Functions -- Converting -- Serialization -- JSON and YAML Serializer -- Protobuf Serializer -- Encoding and Decoding -- RESTMapper -- Kind to Resource -- Resource to Kind -- Finding Resources -- The DefaultRESTMapper Implementation -- Conclusion -- Chapter 6: The Client-go Library -- Connecting to the Cluster -- In-cluster Configuration -- Out-of-Cluster Configuration -- From kubeconfig in Memory -- From a kubeconfig on Disk -- From a Personalized kubeconfig -- From Several kubeconfig Files -- Overriding kubeconfig with CLI Flags -- Getting a Clientset -- Using the Clientset -- Examining the Requests -- Creating a Resource -- Getting Information About a Resource -- Getting List of Resources -- Filtering the Result of a List -- Setting LabelSelector Using the Labels Package -- Using Requirements -- Parsing a LabelSelector String -- Using a Set of Key-value Pairs…”
Libro electrónico -
473Publicado 2007Tabla de Contenidos: “…Advanced XSS Attack Vectors; Introduction; DNS Pinning; IMAP3; MHTML; Hacking JSON; Summary; Frequently Asked Questions; Chapter 6. …”
Libro electrónico -
474por Keig, AndrewTabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Foundations; Feature set; Installation; package.json; Testing Express with Mocha and SuperTest; Feature: Heartbeat; Continuous testing with Mocha; Code coverage with Mocha and JSCoverage; Configuring Express with Nconf; Extracting routes; 404 handling middleware; Logging middleware; Logging with Winston; Task automation with Grunt; Summary; Chapter 2: Building a Web API; Persisting data with MongoDB and Mongoose; GitHub tokens; Feature: Create a project…”
Publicado 2013
Libro electrónico -
475por Kalin, MartinTabla de Contenidos: “…Another Client Against the Amazon E-Commerce Service -- The CTA Bus-Tracker Services -- RESTful Clients and WADL Documents -- The JAX-RS Client API -- JSON for JavaScript Clients -- JSONP and Web Services -- A Composed RESTful Service with jQuery -- An Ajax Polling Example -- What's Next? …”
Publicado 2013
Libro electrónico -
476Publicado 2017Tabla de Contenidos: “…-- Use cases and case studies -- Real-time insights for Advertising Tech (PubMatic) -- Industrial IoT applications (GE) -- Real-time threat detection (Capital One) -- Silver Spring Networks (SSN) -- Application Model and API -- Directed Acyclic Graph (DAG) -- Apex DAG Java API -- High-level Stream Java API -- SQL -- JSON -- Windowing and time -- Value proposition of Apex -- Low latency and stateful processing -- Native streaming versus micro-batch -- Performance -- Where Apex excels -- Where Apex is not suitable -- Summary -- Chapter 2: Getting Started with Application Development -- Development process and methodology -- Setting up the development environment -- Creating a new Maven project -- Application specifications -- Custom operator development -- The Apex operator model -- CheckpointListener/CheckpointNotificationListener -- ActivationListener -- IdleTimeHandler -- Application configuration -- Testing in the IDE -- Writing the integration test -- Running the application on YARN -- Execution layer components -- Installing Apex Docker sandbox -- Running the application -- Working on the cluster -- YARN web UI -- Apex CLI -- Logging -- Dynamically adjusting logging levels -- Summary -- Chapter 3: The Apex Library -- An overview of the library -- Integrations -- Apache Kafka -- Kafka input -- Kafka output -- Other streaming integrations -- JMS (ActiveMQ, SQS, and so on) -- Kinesis streams -- Files -- File input -- File splitter and block reader -- File writer -- Databases -- JDBC input -- JDBC output -- Other databases…”
Libro electrónico -
477Publicado 2012Tabla de Contenidos: “…Loading CSV Data -- 8.2. Translating JSON to XML -- 8.3. Generating a Call Graph -- 8.4. …”
Libro electrónico -
478Publicado 2023Tabla de Contenidos: “…-- Why we chose the Cargo Tracker application -- Installing and running the Cargo Tracker application -- Features of the Cargo Tracker application -- Public Tracking Interface -- Administration Interface -- Mobile Event Logger -- Java EE features used in the Cargo Tracker application -- Enterprise Java Beans -- Persistence (JPA) -- Messaging (JMS) -- Context and Dependency Injection -- Java Service Faces (JSF) -- JAX-RS -- JSON binding -- Transactions -- Batch -- Summary -- Part 2: Modern Jakarta EE -- Chapter 3: Moving from Java EE to Jakarta EE -- Technical requirements -- It's all about namespaces -- Migrating strategies -- Using an open source multiplatform editor -- Sed -- Using a specialized plugin for your IDE -- Upgrading your pom.xml file -- Migrating dependencies -- Upgrading the project -- Upgrading the Payara application server -- Upgrading PrimeFaces -- Red Hat MTA -- Upgrading your application server -- Summary -- Chapter 4: Modernizing Your Application with the Latest Features -- Technical requirements -- The most significant changes to Jakarta EE 10 -- Core Profile -- Using UUIDs as keys -- Multi-part form parameters -- Pure Java Jakarta Faces views -- Authenticating with OpenID -- Improved concurrency…”
Libro electrónico -
479Publicado 2023Tabla de Contenidos: “…Power BI Challenges with JSON, XML, and Yes/No Data -- Chapter 7. Power BI Case Study: Monitoring BMC Remedy Help Tickets -- Chapter 8. …”
Libro electrónico -
480por Dörpinghaus, JensTabla de Contenidos: “…Intro -- Inhalt -- Einleitung -- Kapitel 1: Einführung in die Arbeit mit Java -- Die Umgebung einrichten -- JDK installieren -- Java in der Kommandozeile -- Eine IDE einrichten: Eclipse -- Die erste Java-Anwendung -- Versionsverwaltung Git -- Maven -- Abhängigkeiten definieren -- Übungsaufgaben -- Kapitel 2: Java zum Auffrischen -- Aufbau eines Java-Programms -- Variablen -- Vergleiche -- Arrays -- Schleifen -- Erweiterungen hinzufügen -- Exceptions -- Externe Bibliotheken hinzufügen -- JAR-Files hinzufügen -- Libraries bauen -- Grundlagen der Datenverarbeitung -- Datenarchitektur und Datenmodellierung -- Die Verwendung von Listen und anderen Datenstrukturen -- Der Umgang mit Parametern -- Das Lesen und Schreiben von Dateien und Daten -- Übungsaufgaben -- Kapitel 3: Data Engineering mit Java -- Grundlagen -- Daten, Informationen, Wissen und Weisheit -- Der Data Lifecycle -- Knowledge Representation und das Arbeiten mit externen Datenquellen -- XML -- JSON -- RDF und Semantic Web -- Verarbeiten und Parsen von (un-)formatiertem Text -- Arbeiten mit Datenbanken -- Relationale Datenbanken -- SQL mit Java -- Nicht relationale Datenbanken -- Arbeiten mit RESTful-APIs -- Analysepipelines mit BASH-Skripten bauen -- Parallel Environments -- Übungsaufgaben -- Kapitel 4: Data Mining -- Klassifizierung -- Binning -- Hashing -- Statistische Modelle -- Clustering -- Graph-basiertes Clustering -- K-Means -- Übungsaufgaben -- Kapitel 5: Netzwerkanalyse: Graphen mit Java -- JGraphT in der Netzwerkanalyse -- Gerichtete Graphen -- Nahrungsketten -- Soziale und Spezies-spezifische Relationen -- Ungerichtete Graphen -- Protein-Protein-Interaktionsnetzwerke -- Ähnlichkeitsgraphen -- Weitere Beispiele -- Substructure- und Maximal-Common-Substructure-Suche -- Zufallsgraphen -- Soziale Netzwerke -- Gerichtete Protein-Interaktionsnetzwerke -- Übungsaufgaben…”
Publicado 2020
Libro electrónico