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
-
541Publicado 2010Tabla de Contenidos: “…Accessing the Graph API through AS3Time for action - retrieving a Page's information in AS3; Time for action - deserializing a JSON object; Time for action - visualizing the info; Understanding connections; Time for action - finding connections in a browser; Rendering Lists; Time for action - rendering Lists of Posts; Rendering connections; Time for action - displaying a Graph Object's connections; Introducing the Requestor; Time for action - creating an HTTP Requestor; Understanding Connections of Connections; Time for action - loading photos from an album; Putting it all together…”
Libro electrónico -
542Publicado 2018Tabla de Contenidos: “…The methods of Object, Object.prototype, and JSON -- 4.4.2. Create an object and specify its properties -- 4.4.3. …”
Libro electrónico -
543Publicado 2021Tabla de Contenidos: “…VCs -- 7.3.2 Specific trust relationships in the VC trust model -- 7.3.3 Bottom-up trust -- 7.4 W3C and the VC standardization process -- 7.5 Syntactic representations -- 7.5.1 JSON -- 7.5.2 Beyond JSON: Adding standardized properties -- 7.5.3 JSON-LD -- 7.5.4 JWT -- 7.6 Basic VC properties -- 7.7 Verifiable presentations -- 7.8 More advanced VC properties -- 7.8.1 Refresh service -- 7.8.2 Disputes -- 7.8.3 Terms of use -- 7.8.4 Evidence -- 7.8.5 When the holder is not the subject -- 7.9 Extensibility and schemas -- 7.10 Zero-knowledge proofs -- 7.11 Protocols and deployments -- 7.12 Security and privacy evaluation -- 7.13 Hurdles to adoption…”
Libro electrónico -
544Publicado 2016Tabla de Contenidos: “…LayoutPutting it all together; Showing a list; Showing the details; Editing information; Rendering third-party plugins; Conclusions; Chapter 3: Model Bindings; Manual binding; Two-way binding; References; Data binding with plugins; Binding embedded data; Binding an embedded list; Validating model data; Manual validation; Validating with the Backbone.Validation plugin; Summary; Chapter 4: Modular Code; CommonJS modules; NPM and package.json; Browserify; Application dependency; Using Browserify in the app; Solving cyclic dependency; Modularizing templates; Summary; Chapter 5: Dealing with Files…”
Libro electrónico -
545Publicado 2015Tabla de Contenidos: “…Using HyperLogLog to count unique anonymous visitorsTaming V8 and optimizing performance; Optimizing JavaScript; Numbers and tracing optimization/de-optimization; Objects and arrays; Functions; Caching strategies; Using Redis as a cache; Deploying CloudFlare as a CDN; Managing sessions; JSON Web Token authentication and sessions; Summary; Chapter 5: Monitoring Applications; Dealing with failure; The 'domain' module; Catching process errors; Logging; Logging with UDP; Logging with Morgan; Modifying behavior in changing environments; Node REPL; Remotely monitoring and managing Node processes…”
Libro electrónico -
546por Zammetti, Frank. authorTabla de Contenidos: “…s Clothing: Getting a Formâ€?s Data as JSON""; ""Everyone Needs Validation: Validating a Form Before Saving""…”
Publicado 2013
Libro electrónico -
547Tabla de Contenidos: “…Create Transformations and Calculations EasilyDo the Work in the Data Source, Not on the Desktop; Share Queries between Workbooks and Users; Summary; Chapter 2: Power Query Data Sources; Querying Relational Databases; Connecting to SQL Server; Navigating through a Database in the Query Editor; Connecting to Other Databases; Extracting Data from Files; Working with CSV Files; Working with Text Files; Working with XML Files; Working with JSON Files; Working with Excel Files; Working with Folders and Multiple Files; Working with Data from the Windows File System…”
Libro electrónico -
548por Brandewinder, Mathias. authorTabla de Contenidos: “…; Chapter 3: The Joy of Type Providers; Exploring StackOverflow data; The StackExchange API; Using the JSON Type Provider; Building a Minimal DSL to Query Questions; All the Data in the World; The World Bank Type Provider; The R Type Provider…”
Publicado 2015
Libro electrónico -
549por Wesley, Scott. authorTabla de Contenidos: “…Part III: Playing with Processes Chapter 9: Choosing Process Options; A Brief History of AJAX; Preparing the APEX Page ; Choosing Process Options; The Old htmldb_Get ; Applying the Functionality; Problems with this htmldb_Get ; Declarative Dynamic Actions; Applying the Functionality; Finding Balance Between Dynamic Actions and jQuery ; Using apex.server.process; Applying the Functionality; Alternatives; Considerations Regarding Use of apex.server.process; Async vs Sync ; JSON Output; Applying the Functionality; Summary; Chapter 10: Link a Check Box to a Collection…”
Publicado 2015
Libro electrónico -
550por Dunlop, Neil. authorTabla de Contenidos: “…Characteristics of NoSQL DataImplementations of NoSQL; Spark; Microsoft Self-Service BI; Summary; Chapter 2: Excel As Database and Data Aggregator; From Spreadsheet to Database; Interpreting File Extensions; Using Excel As a Database; Importing from Other Formats; Opening Text Files in Excel; Importing Data from XML; Importing XML with Attributes; Importing JSON Format; Using the Data Tab to Import Data; Importing Data from Tables on a Web Site; Data Wrangling and Data Scrubbing; Correcting Capitalization; Splitting Delimited Fields; Splitting Complex, Delimited Fields…”
Publicado 2015
Libro electrónico -
551Publicado 2015Tabla de Contenidos: “…Creating a social network with py2neoBatch imports; Unit testing; Summary; Chapter 5: Build RESTful Service with Flask and Py2neo; Introducing (and installing) Flask; Setting up web applications with Flask and Flask-RESTful; Your first Flask application; Displaying static content; Displaying dynamic content; Your first Flask RESTful API; JSON processing; REST APIs for social network data using py2neo; ORM for graph databases py2neo - OGM; Social network application with Flask-RESTful and OGM; Creating object model; Creating REST APIs over data models; Summary…”
Libro electrónico -
552Publicado 2015Tabla de Contenidos: “…JavaScript ConsoleData Types; Strings; Numbers; Booleans; Null; Undefined; Arrays; Objects; Functions; Control Structures; Truthy and Falsy Values; Dynamic Typing; Try It; Lesson Requirements; Step-by-Step; Lesson 12 Debugging; Try It; Lesson Requirements; Step-by-Step; Finding Errors; Try It; Lesson Requirements; Step-by-Step; Lesson 13 Functions; Closures; Hoisting and Block Scope; Arguments; Bind; Try It; Lesson Requirements; Step-by-Step; Lesson 14 Objects; Object Literals; Prototypes; Constructor Functions; Modules; Try It; Lesson Requirements; Step-by-Step; Lesson 15 JSON…”
Libro electrónico -
553Publicado 2015Tabla de Contenidos: “…The add-to-cart-modal templateThe cart-widget template; The cart-item template; The cart template; The order template; The finish-order-modal template; Handling templates with if and ifnot bindings; Managing templates with jQuery; Managing templates with koExternalTemplateEngine; Summary; Chapter 3: Custom Bindings and Components; Custom bindings; The toggle binding; The currency binding; Create a binding to debug - the toJSON binding; Being semantic with our bindings; Wrapping a jQuery plugin into a custom binding; Components - isolated view-models; Advanced techniques…”
Libro electrónico -
554Publicado 2016Tabla de Contenidos: “…SqlProviderDeedle; MicrosoftSqlProvider; SQL Server type provider wrap up; Non SQL type providers; Combining data; Parallelism; JSON type provider - authentication; Summary; Chapter 6: AdventureWorks Redux - k-NN and Naïve Bayes Classifiers; k-Nearest Neighbors (k-NN); k-NN example; Naïve Bayes; Naïve Bayes in action; One thing to keep in mind while using Naïve Bayes; AdventureWorks; Getting the data ready; k-NN and AdventureWorks data; Naïve Bayes and AdventureWorks data; Making use of our discoveries; Getting the data ready; Expanding features; Summary…”
Libro electrónico -
555Publicado 2023Tabla de Contenidos: “…-- Installing a gem -- Gemfile versus composer.json -- Integrating libraries into your code in Ruby…”
Libro electrónico -
556por Wenz, ChristianTabla de Contenidos: “…A First ASP.NET AJAX Example: Hello UserThe ScriptManager Control; Summary; For Further Reading; JavaScript; The JavaScript Language; Common JavaScript Methods; Variables; Arrays; Control Structures; Built-in Methods, Custom Functions, and Event Handling; Object-Oriented Programming (OOP); Accessing Page Elements; Accessing Form Elements; Accessing Arbitrary Elements; DOM Methods; Summary; For Further Reading; Ajax; The XMLHttpRequest Object; Programming the XMLHttpRequest Object; The XMLDocument Object; JSON; Summary; For Further Reading; Part II; Using ASP.NET AJAX JavaScriptExtensions…”
Publicado 2007
Libro electrónico -
557por Vo, KhangTabla de Contenidos: “…Documents DirectoryPhoto Album; Application Bundle; Data Caching; Storing in plist/xml/json; Storing in CoreData; Storing in SQLite; When Should You Check and Delete Cache?…”
Publicado 2011
Libro electrónico -
558Publicado 2014Tabla de Contenidos: “…IntroductionUsing the uppercase and lowercase filters; Using the number and currency filters; Using the date filter; Debugging using the json filter; Using data filters outside the template; Using built-in search filters; Chaining filters; Creating custom data filters; Creating custom search filters; Filtering with custom comparators; Building a search filter from scratch; Building a custom search filter expression from scratch; Using service values and constants; Using service factories; Using services; Using service providers; Using service decorators; Chapter 3: AngularJS Animations…”
Libro electrónico -
559Publicado 2015Tabla de Contenidos: “…Creating the pull server using HTTP and HTTPSSummary; Chapter 4: PowerShell and Web Technologies; PowerShell Web Access; Installing PowerShell Web Access; Configuring PowerShell Web Access; Applying authorization rules; Management OData IIS Extensions; Creating the Management OData web service; Exploring web requests; Downloading files from the Internet; Reading a file from the Internet; Exploring web services; Using web services; Building web services; Exploring the REST API; Using the Azure REST API in PowerShell; Exploring JSON; Summary…”
Libro electrónico -
560Publicado 2022Tabla de Contenidos: “…-- Creating Your First Database -- Seeding Sample Data -- Northwind Database -- Documents -- Summary -- Chapter 2: Document Modeling -- Abstraction and Generalization -- Modeling in Relational Databases -- Data Encapsulation Challenge -- Modeling in NoSQL Databases -- JSON Documents -- Properties of Well-Modeled Documents -- Aggregates -- Unit of Change and Unit of Consistency -- Distributed Systems -- Aggregates in the Distributed System -- Aggregates as Transaction Boundaries -- Modeling in RavenDB -- Documents -- Identifiers -- Modeling Document Relationships -- One-to-One Relationship -- Embedding -- Referencing -- Referential Integrity in RavenDB -- One-to-Many Relationship -- Many-to-Many Relationship -- Summary -- Chapter 3: Querying -- Querying in RavenDB Studio -- RavenDB Query Language Basics -- Filtering -- Query by Nonexistent Property -- Query by Non-string Properties -- Filtering by Complex Properties -- Filtering by Id -- Cross-Collection Query -- Inequality Query -- Logical Operators -- Range Queries -- Casing -- Full-Text Searching -- Sorting -- Paging -- Advanced Querying…”
Libro electrónico