Mostrando 321 - 340 Resultados de 905 Para Buscar '"JSON"', tiempo de consulta: 0.08s Limitar resultados
  1. 321
    por Stefanov, Stoyan
    Publicado 2013
    Tabla de Contenidos: “…Error objects -- The Error.prototype members -- JSON -- Members of the JSON object -- D. Regular Expressions -- Index…”
    Libro electrónico
  2. 322
    por Warden, Pete
    Publicado 2011
    Tabla de Contenidos: “…Acquisition; Google Refine; Needlebase; ScraperWiki; Chapter 11. Serialization; JSON; BSON; Thrift; Avro; Protocol Buffers…”
    Libro electrónico
  3. 323
    por Jackson, Simon
    Publicado 2023
    Tabla de Contenidos: “…Convert Source Files (yaml/xml/json) to Other Formats or Perform Bespoke Actions -- 16. …”
    Libro electrónico
  4. 324
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Data Science -- Problems solved using data science -- Understanding the data science problem - solving approach -- Using Java to support data science -- Acquiring data for an application -- The importance and process of cleaning data -- Visualizing data to enhance understanding -- The use of statistical methods in data science -- Machine learning applied to data science -- Using neural networks in data science -- Deep learning approaches -- Performing text analysis -- Visual and audio analysis -- Improving application performance using parallel techniques -- Assembling the pieces -- Summary -- Chapter 2: Data Acquisition -- Understanding the data formats used in data science applications -- Overview of CSV data -- Overview of spreadsheets -- Overview of databases -- Overview of PDF files -- Overview of JSON -- Overview of XML -- Overview of streaming data -- Overview of audio/video/images in Java -- Data acquisition techniques -- Using the HttpUrlConnection class -- Web crawlers in Java -- Creating your own web crawler -- Using the crawler4j web crawler -- Web scraping in Java -- Using API calls to access common social media sites -- Using OAuth to authenticate users -- Handing Twitter -- Handling Wikipedia -- Handling Flickr -- Handling YouTube -- Searching by keyword -- Summary -- Chapter 3: Data Cleaning -- Handling data formats -- Handling CSV data -- Handling spreadsheets -- Handling Excel spreadsheets -- Handling PDF files -- Handling JSON -- Using JSON streaming API -- Using the JSON tree API -- The nitty gritty of cleaning text -- Using Java tokenizers to extract words -- Java core tokenizers -- Third-party tokenizers and libraries…”
    Libro electrónico
  5. 325
    Publicado 2024
    Tabla de Contenidos: “…Additional resources -- Chapter 6: Go Packages and Functions -- Go packages -- About go get and go install -- Functions -- Anonymous functions -- Functions that return multiple values -- The return values of a function can be named -- Functions that accept other functions as parameters -- Functions can return other functions -- Variadic functions -- The defer keyword -- Big O complexity -- Developing your own packages -- The init() function -- Order of execution -- Using GitHub to store Go packages -- A package for working with SQLite -- Working with SQLite3 and Go -- Storing the Go package -- The design of the Go package -- The implementation of the Go package -- Testing the Go package -- Modules -- Creating better packages -- Generating documentation -- Workspaces -- Versioning utilities -- Summary -- Exercises -- Additional resources -- Chapter 7: Telling a UNIX System What to Do -- stdin, stdout, and stderr -- UNIX processes -- File I/O -- The io.Reader and io.Writer interfaces -- Using and misusing io.Reader and io.Writer -- Buffered and unbuffered file I/O -- Reading text files -- Reading a text file line by line -- Reading a text file word by word -- Reading a text file character by character -- Reading from /dev/random -- Reading a specific amount of data from a file -- Writing to a file -- Working with JSON -- Using Marshal() and Unmarshal() -- Structures and JSON -- Reading and writing JSON data as streams -- Pretty printing JSON records -- The viper package -- Using command line flags -- Reading JSON configuration files -- The cobra package -- A utility with three commands -- Adding command line flags -- Creating command aliases -- Creating subcommands -- Important Go features -- Embedding files -- ReadDir and DirEntry -- The io/fs package -- Updating the statistics application -- The slog package -- Sending logs to io.Discard…”
    Libro electrónico
  6. 326
    Publicado 2017
    Tabla de Contenidos: “…Working faster with Twitter bootstrap ; Adding in JavaScript ; Understanding callbacks and closures ; Embracing AJAX and JSON ; jQuery -- Creating web applications. Building your own app ; Researching your first web application ; Coding and debugging your first web application -- Selecting data analysis tools. …”
    Libro electrónico
  7. 327
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: TypeScript Best Practices -- Environment setup -- Node.js and npm for Linux -- TypeScript -- Quick overview -- Best practices -- Naming -- Interface redefinitions -- Getters and setters -- Constructor -- Type guards -- Enumerator -- Pitfalls -- Type-casting and JSON -- Inheritance and polymorphism -- Summary -- Chapter 2: Angular Bootstrapping -- Architectural overview -- Component -- Services -- Directives -- Pipes -- Routes -- Angular CLI -- Installation -- Creating a new application -- Generating -- Serving -- Deploying -- Summary -- Chapter 3: Classical Patterns -- Components -- Singleton -- Factory method -- Observer -- TypeScript observables with parameters -- Observing HTTP responses -- Implementation -- Understanding the implementation -- Promises -- Summary -- Chapter 4: Navigational Patterns -- MVC -- Model-view-controller at large -- Model-view-controller limitations for the frontend -- Angular's model-view-controller -- Redux -- Summary -- Chapter 5: Stability Patterns -- Timeouts -- Circuit breaker -- Factory -- Memento -- Summary -- Chapter 6: Performance Patterns -- AJAX overkill -- Proxy patterns -- Loop count -- Change detection and immutable states -- Prototype and the reusable pool -- Summary -- Chapter 7: Operation Patterns -- General health metrics -- Specific metrics -- Error reporting -- Method metrics with AOP -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  8. 328
    por White, Alexei
    Publicado 2009
    Tabla de Contenidos: “…Chapter 15: Cascading Style SheetsChapter 16: Dynamic HTML; Chapter 17: JavaScript Security; Chapter 18: Client-Side Data and Persistence; Chapter 19: Ajax; Chapter 20: Working with XML; Chapter 21: Working with JSON; Chapter 22: Unique Browser Features; Chapter 23: Scripting Plugins; Chapter 24: Debugging; Chapter 25: Performance Tuning; Appendix A: Core JavaScript Language; Appendix B: JavaScript Global Objects; Appendix C: JavaScript Global Properties; Appendix D: JavaScript Global Functions; Appendix E: Reserved and Special Words; Appendix F: Document Object Reference…”
    Libro electrónico
  9. 329
    por Brown, Martin C.
    Publicado 2012
    Tabla de Contenidos: “…Managing Databases and DocumentsConfiguring Replication; Populating a Simple Database; Creating Databases; Creating Documents; Updating Documents; Deleting Documents; Deleting Databases; Common Operations; HTTP Operations; Errors; HTTP Headers; Request Headers; Response Headers; HTTP URL Paths; JSON; Documents; Document Structure; Document Types; Structure and Consistency; Chapter 4. …”
    Libro electrónico
  10. 330
    por Thompson, Mick
    Publicado 2011
    Tabla de Contenidos: “…Geographic Data; Geo Datasets; GeoJSON; Example Geometries; GDAL; Installing; Grab Some Data; Ogrinfo; Ogr2ogr; Geohash; Chapter 3. …”
    Libro electrónico
  11. 331
    Publicado 2015
    Tabla de Contenidos: “…RebalancingSummary; Chapter 4: Designing a Document for Couchbase; Understanding JSON and non JSON data; A shopping cart - understanding data types; Document versus RDBMS; Document modeling; One document versus multiple documents; User; Order; Document relationships; User and Order; Using the document editor; User; Order; Summary; Chapter 5: Introducing Client SDK; A Couchbase SDK overview; Understanding write operation in the Couchbase cluster; Understanding update operations in the Couchbase cluster; Understanding read operation in the Couchbase cluster; Understanding the Couchbase API…”
    Libro electrónico
  12. 332
    Publicado 2015
    Tabla de Contenidos: “…; A brief interlude regarding stores; Inter-communication; The main event; Event domains; An event domain example; Using custom events; Summary; Chapter 3: Application Structure; Ideas for structure; Getting to know your application; /overrides; /.sencha; bootstrap.js, bootstrap.json, and bootstrap.css; /packages…”
    Libro electrónico
  13. 333
    Publicado 2014
    Tabla de Contenidos: “…Joining DataFramesHandling missing values; Dealing with dates; Pivot tables; Remote data access; Summary; Chapter 5: Retrieving, Processing, and Storing Data; Writing CSV files with NumPy and pandas; Comparing the NumPy .npy binary format and pickling pandas DataFrames; Storing data with PyTables; Reading and writing pandas DataFrames to HDF5 stores; Reading and writing to Excel with pandas; Using REST web services and JSON; Reading and writing JSON with pandas; Parsing RSS and Atom feeds; Parsing HTML with BeautifulSoup; Summary; Chapter 6: Data Visualization; matplotlib subpackages…”
    Libro electrónico
  14. 334
    Publicado 2015
    Tabla de Contenidos: “…Returning with no predefined structureReturning SETOF ANY; Variadic argument lists; A summary of the RETURN SETOF variants; Returning cursors; Iterating over cursors returned from another function; Wrapping up of functions returning cursors; Other ways to work with structured data; Complex data types for the modern world - XML and JSON; XML data type and returning data as XML from functions; Returning data in the JSON format; Summary; Chapter 5: PL/pgSQL Trigger Functions; Creating the trigger function; Creating the trigger; Working on a simple ""Hey, I'm called"" trigger; The audit trigger…”
    Libro electrónico
  15. 335
    por Kumar, Ajit
    Publicado 2011
    Tabla de Contenidos: “…Showing the filtered dataResponding to the user action; Chapter 5: Dealing with Data and Data Sources; Introduction; Creating models; Loading the form using a data model; Working with Store; Converting incoming JSON data into models using JsonReader; Converting incoming XML data into models using XmlReader; Validations in models; Defining the custom validation; Relating models using association; Persisting session specific data using SessionStorageProxy; Persisting data using LocalStorageProxy; Accessing in-memory data using MemoryProxy; Loading data through AJAX using AjaxProxy…”
    Libro electrónico
  16. 336
    por Cranton, Scott
    Publicado 2013
    Tabla de Contenidos: “…IntroductionRouting messages directly to a Java method; Sending messages directly to a Camel endpoint; Using a Java method as a Predicate; Writing a custom Camel Processor; Mapping the message to method parameters; Writing a custom data marshaller; Writing a custom data type converter; Chapter 4:Transformation; Introduction; Transforming using a Simple Expression; Transforming inline with XQuery; Transforming with XSLT; Transforming from Java to XML with JAXB; Transforming from Java to JSON; Transforming from XML to JSON; Parsing comma-separated values (CSV)…”
    Libro electrónico
  17. 337
    Publicado 2018
    Tabla de Contenidos: “…. -- Consistent RPC with HTTP and JSON -- How to do it... -- Using Thrift -- How to do it…”
    Libro electrónico
  18. 338
    Publicado 2015
    Tabla de Contenidos: “…Converting data to JSONConverting JSON to data; Introducing Knockout mapping; A manual mapping example; An automatic mapping example; Mapping in Knockout MVC; Mapping unique values; Partial mapping - create; Partial mapping - update; Partial mapping - ignore; Multiple mappings; Advanced mapping; Binding context; Custom bindings; Registering a new binding; Binding callbacks' parameters; A custom binding example 1 - slideVisible; A custom binding example 2 - hasFocus; Extending observables; Creating an extender; An extending observables example 1 - numeric…”
    Libro electrónico
  19. 339
    Publicado 2017
    “…Learn to build complex style sheets that work across Android and IOS - on phone or tablet Explore the pros and cons of working with JSON and GraphQL Learn how to work with flexbox layouts in React Native Understand how Apollo makes writing GraphQL clients easy Explore the animation features included in React Native Discover how to leverage third-party libraries Learn how to get hardware device information into your native application Jonathan Lebensold co-founded Paradem, a software consultancy that builds apps for startups, NGOs, and enterprises. …”
    Video
  20. 340
    por Del Sole, Alessandro. author
    Publicado 2018
    “…From there you will be guided through two different kinds of applications that interact with the service in two different ways: the more common means of calling a REST service to get back JSON data, and via the .NET libraries that Microsoft has been building to simplify the job (this latter one with Xamarin). …”
    Libro electrónico