Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,454
- Development 1,382
- Java (Computer program language) 1,307
- Application software 1,225
- JavaScript (Computer program language) 876
- Història 818
- Engineering & Applied Sciences 746
- Web site development 670
- Computer Science 606
- Web sites 386
- Computer programming 384
- Java (Lenguaje de programación) 368
- Design 365
- Web applications 329
- Internet programming 298
- Biblia 295
- Cajas de ahorros 284
- Computer software 274
- Computer programs 225
- Caza 211
- Programming languages (Electronic computers) 208
- Programming 200
- History 186
- HTML (Document markup language) 183
- Universidad Pontificia de Salamanca (España) 181
- Android (Electronic resource) 179
- Casas, Bartolomé de las 168
- Arquitectura 167
- Crítica e interpretación 167
- Software engineering 162
-
461Publicado 2017Materias:Libro electrónico
-
462por Lecessi, Ralph. authorTabla de Contenidos: “…1: Functional Interfaces -- 2: Lambda Expressions -- 3: Predicates -- 4: Functions -- 5: Operators -- 6: Consumers -- 7: Suppliers -- 8: Use in Traversing Objects -- 9: Use in Collections -- 10: Use in Comparing Objects -- 11: Use in Optionals -- 12: Use in Streams -- 13: Use in Multithreaded Programs -- 14: Use in Atomic Calculations -- 15: Use in JavaFX Applications -- Appendix A: Method References…”
Publicado 2019
Libro electrónico -
463Publicado 2017Tabla 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 -
464Publicado 2017Tabla de Contenidos: “…What is refactoring? -- Which JavaScript are you using? -- Testing -- Testing in action -- Basic refactoring goals -- Refactoring simple structures -- Refactoring functions and objects -- Refactoring within a hierarchy -- Refactoring to OOP patterns -- Asynchronous refactoring -- Functional refactoring -- Conclusion…”
Libro electrónico -
465Tabla de Contenidos: “…1. Working with JavaScript Data Types -- 2. Working with Expressions -- 3. …”
Libro electrónico -
466Publicado 2016Materias: “…JavaScript (Computer program language)…”
Libro electrónico -
467Publicado 2018Tabla de Contenidos: “…Mastering Java 11: Develop modular and secure Java applications using concurrency and advanced JDK libraries…”
Libro electrónico -
468Publicado 2017Tabla de Contenidos: “…Primitive classes -- Summary -- Chapter 9: File Input and Output -- Writing data to files -- The FileWriter class -- Relieving resources using the close() method -- The BufferedWriter class -- Reading data from files -- The FileReader and BufferedReader class -- The Serializable class -- Serializing an object -- Deserializing an object -- Summary -- Chapter 10: Basic GUI Development -- Swing GUIs -- The JFrame class -- Setting the size of our window -- Adding a label -- Closing our application -- The SwingUtilities class -- A visual GUI editor tool - palette -- How palette works -- Event handling -- Adding a button -- Adding functionality to our button -- Summary -- Chapter 11: XML -- Reading XML data -- Parsing XML data -- Accessing Jane's XML element -- Printing Jane's car details -- Writing XML data -- Java code to write XML data -- Modifying XML data -- Summary -- Index…”
Libro electrónico -
469Publicado 2018Materias: “…JavaScript (Computer program language)…”
Libro electrónico -
470Publicado 2014“…Unleash the power of JavaFX for a wide range of devices JavaFX For Dummies gives you access to an innovative software platform that allows you to create and deliver rich Internet applications that can run across a wide variety of connected devices. …”
Libro electrónico -
471Publicado 2018“…This course covers all of the core concepts involved in coding with java script:- JavaScript syntax How to add JavaScript to your HTML pages Data types and how they work Using variables as containers of information How to use operators to create scripts Use conditional statements to apply logic to your application Use do and while loops to reiterate code blocks and save time How to use functions to execute blocks of code Practicality is the basis of this course, Using JavaScript's code, you can explore the content in an infinite number of ways…”
-
472por Friesen, Jeff. authorMaterias: “…Java (Computer program language)…”
Publicado 2019
Libro electrónico -
473Publicado 2019Tabla de Contenidos: “…Implementing Enterprise Java microservices -- Chapter 6. Consuming microservices -- Chapter 7. …”
Libro electrónico -
474Publicado 2019Tabla de Contenidos: “…Part I: Language -- Chapter 1: Values, Types, and Operators -- Chapter 2: Program Structure -- Chapter 3: Functions -- Chapter 4: Data Structures: Objects and Arrays -- Chapter 5: Higher-Order Functions -- Chapter 6: The Secret Life of Objects -- Chapter 7: Project: A Robot -- Chapter 8: Bugs and Errors -- Chapter 9: Regular Expressions -- Chapter 10: Modules -- Chapter 11: Asynchronous Programming -- Chapter 12: Project: A Programming Language -- Part II: Browser -- Chapter 13: JavaScript and the Browser -- Chapter 14: The Document Object Model -- Chapter 15: Handling Events -- Chapter 16: Project: A Platform Game -- Chapter 17: Drawing on Canvas -- Chapter 18: HTTP and Forms -- Chapter 19: Project: A Pixel Art Editor -- Part III: Node -- Chapter 20: Node.js -- Chapter 21: Project: Skill-Sharing Website -- Chapter 22: JavaScript and Performance -- Exercise Hints -- Index…”
Libro electrónico -
475Publicado 2017Tabla de Contenidos: “…The cloud native application -- Bootcamp: introducing spring boot and cloud foundry -- Twelve-factor application style configuration -- Testing -- The forklifted application -- REST APIs -- Routing -- Edge services -- Managing data -- Messaging -- Batch processes and tasks -- Data integration -- The observable system -- Service brokers -- Continuous delivery -- Appendix: Using spring boot with Java EE…”
Libro electrónico -
476por Cheng, Fu. authorMaterias: “…Java (Computer program language)…”
Publicado 2018
Libro electrónico -
477Publicado 2017Tabla de Contenidos: “…Language -- Naming conventions -- Lexical elements -- Fundamental types -- Reference types -- Object-oriented programming -- Statements and blocks -- Exception handling -- Java modifiers -- Part II. Platform -- Java platform, standard edition -- Development basics -- Memory management -- Basic input and output -- New I/O API (NIO.2) -- Concurrency -- Java collections framework -- Generics framework -- The Java scripting API -- Date and time API -- Lambda expressions -- JShell: the Java shell -- Java module system…”
Libro electrónico -
478por Weston, Toby. authorTabla de Contenidos: “…Generics -- III. Beyond Java to Scala -- 13. Faking Function Calls -- 14. …”
Publicado 2018
Libro electrónico -
479Publicado 2017Materias: “…Java (Computer program language)…”
Libro electrónico -
480por Ferguson, Russ. authorTabla de Contenidos: “…1. Introduction to JavaScript -- 2. JavaScript and Development Tools -- 3. …”
Publicado 2019
Libro electrónico