Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 693
- Application software 600
- Engineering & Applied Sciences 492
- Historia 486
- History 440
- Java (Computer program language) 404
- Computer Science 396
- Python (Computer program language) 308
- Computer programming 291
- Classes socials 233
- Web site development 227
- Design 223
- Programming 222
- Història 212
- Microsoft .NET Framework 193
- Education 188
- Management 181
- Web sites 178
- Computer software 177
- Programming languages (Electronic computers) 171
- Clases sociales 170
- Ensenyament 158
- JavaScript (Computer program language) 155
- Computer programs 154
- Object-oriented programming (Computer science) 154
- C# (Computer program language) 151
- Social aspects 138
- C++ (Computer program language) 133
- Social conditions 128
- Software engineering 122
-
12241Publicado 2016“…This guide will help you Leverage your existing programming knowledge to quickly master core Java syntax Understand how encapsulation, classes, and inheritance work in Java Master interfaces, inner classes, and lambda expressions for functional programming Improve program robustness with exception handling and effective debugging Write safer, more readable programs with generics and strong typing Use pre-built collections to collect multiple objects for later retrieval Master concurrent programming techniques from the ground up Build modern cross-platform GUIs with standard Swing components Deploy configurable applications and applets, and deliver them across the Internet Simplify concurrency and enhance performance with new functional techniques If you're an experienced programmer moving to Java SE 8, Core Java®, Tenth Edition, will be your reliable, practical companion-now and for many years to come. …”
Libro electrónico -
12242Publicado 2016“…What You Will Learn Apply OOPs principal in Apex to design a robust and efficient solution to address various facets to a business problem Get to grips with the benefits and applicability of using different design patterns in Apex Solve problems while instantiating, structuring and giving dynamic behavior to Apex classes Understand the implementation of creational, structural, behavioral, concurrency and anti-patterns in your application Follow the Apex best practices to resolve governor limit issues Get clued up about the Inheritance, abstract classes, polymorphism in Apex to deal with the object mechanism Master various design patterns and determine the best out of them Explore the anti patterns that could not be applied to Apex and their appropriate solutions In Detail Apex is an on-demand programming language providing a complete set of features for building business applications ? …”
Libro electrónico -
12243Publicado 2015“…Proper use of this protocol will enable your application to interact with the world's most popular service providers, allowing you to leverage their world-class technologies in your own application. Want to log your user in to your application with their Facebook account? …”
Libro electrónico -
12244por Eleonorasdotter, Emma“…Well-researched and written, the book engages with gendered, classed and stigmatising constructions of women who use drugs represented in policy and practice. …”
Publicado 2024
Libro electrónico -
12245Publicado 2019“…What you will learn Model data using interfaces, classes, and data classes Grapple with practical interoperability challenges and solutions with Java Build parallel apps using concurrency solutions such as coroutines Explore functional, reactive, and imperative programming to build flexible apps Discover how to build your own domain-specific language Embrace functional programming using the standard library and Arrow Delve into the use of Kotlin for frontend JavaScript development Build server-side services using Kotlin and Ktor Who this book is for If you're a Kotlin developer looking to further their skills or a professional Java developer looking for better or professional resources in order to make a switch to Kotlin, this book is for you. …”
Libro electrónico -
12246por Smart, Julian“…From AMD to AOL, Lockheed Martin to Xerox, world-class developers are using wxWidgets to save money, increase efficiency, and reach new markets. …”
Publicado 2005
Libro electrónico -
12247Publicado 2021“…Transform your evolving user requirements into feature-rich Tkinter applications Key Features Extensively revised with new content on RESTful networking, classes in Tkinter, and the Notebook widget Take advantage of Tkinter's lightweight, portable, and easy-to-use features Build better-organized code and learn to manage an evolving codebase Book Description Tkinter is widely used to build GUIs in Python due to its simplicity. …”
Libro electrónico -
12248por Hussain, Iftekhar“…Many service providers need to move their legacy Layer 2 and Layer 3 services onto converged MPLS and IP-enabled networks, but high availability is a prerequisite for offering profitable carrier-class services. Although most carrier-class routers do provide an adequate level of hardware redundancy, control-plane software is still vulnerable to and, in many cases, the cause of router failures. …”
Publicado 2004
Libro electrónico -
12249por Donnelly, Martin, 1963-“…This guide concludes with complete references to XSP tags, relevant Java/JavaScript classes, and XSP style classes. Coverage includes * Understanding XPages' development paradigm, tooling, runtime framework, and application architecture * Configuring Domino Designer and integrating XPages Extension Library * Constructing application logic and using data binding controls * Reading/writing Notes documents: from use cases to design properties * Using Views, including examples of accessing calendars via REST * Making the most of Notes/Domino 9.0's new DataView control * Coding: from the basics to fully customized behavior * Advanced scripting: AJAX, Dojo, @Functions, managed beans, and more * Extending the Rich Text Editor's functionality * Building and consuming new controls with Extensibility APIs * Taking web applications offline in the Notes client * Building mobile apps: controls, design patterns, and best practices * Debugging Server-Side JavaScript with Domino Designer 9.0 * Creating apps that look and work great–for local and global audiences * Systematically optimizing performance and scalability * Protecting data and users: lever..…”
Publicado 2014
Libro electrónico -
12250Publicado 2012“…What's Inside Objective-C from the ground up Developing with Xcode 4 Examples that work unmodified on iPhone Table of Contents PART 1 GETTING STARTED WITH OBJECTIVE-C Building your first iOS application Data types, variables, and constants An introduction to objects Storing data in collections PART 2 BUILDING YOUR OWN OBJECTS Creating classes Extending classes Protocols Dynamic typing and runtime type information Memory management PART 3 MAKING MAXIMUM USE OF FRAMEWORK FUNCTIONALITY Error and exception handling Key-Value Coding and NSPredicate Reading and writing application data Blocks and Grand Central Dispatch Debugging techniques…”
Libro electrónico -
12251Publicado 2018“…Seacord also demonstrates how to securely implement serializable classes and evaluate mitigation strategies and alternative solutions. …”
-
12252Publicado 2016“…Skill Level Intermediate Advanced What You Will Learn Python program structure and execution model How to read and write data from files How to effectively manipulate data using tuples, lists, sets, and dictionaries How to define new functions How to handle exceptions and errors How to create new objects with classes Essential object-oriented programming techniques Customization of objects with special methods, properties, and descriptors Metaprogramming features including decorators, class decorators, and metaclasses Iterative data processing with generator functions Placing code into modules and packages How to use higher-order functions and closures An introduction to coroutines and asynchronous I/O handling Who Should Take This Course Experienced programmers looking for a practical introduction..…”
-
12253Publicado 2013“…–Pat Hughes Contents at a Glance 1 Introduction Part I The Objective-C Language 2 Programming in Objective-C 3 Classes, Objects, and Methods 4 Data Types and Expressions 5 Program Looping 6 Making Decisions 7 More on Classes 8 Inheritance 9 Polymorphism, Dynamic Typing, and Dynamic Binding 10 More on Variables and Data Types 11 Categories and Protocols 12 The Preprocessor 13 Underlying C Language Features Part II The Foundation Framework 14 Introduction to the Foundation Framework 15 Numbers, Strings, and Collections 16 Working with Files 17 Memory Management and Automatic Reference Counting (ARC) 18 Copying Objects 19 Archiving Part III Cocoa, Cocoa Touch, and the iOS SDK 20 Introduction to Cocoa and Cocoa Touch 21 Writing iOS Applications Appendixes A Glossary B Address Book Program Source Code…”
Libro electrónico -
12254Publicado 2011“…This book will help you Learn what’s new in Rails 3 Increase your productivity as a web application developer Realize the overall joy in programming with Rails Leverage Rails’ powerful capabilities for building REST-compliant APIs Drive implementation and protect long-term maintainability using RSpec Design and manipulate your domain layer using Active Record Understand and program complex program flows using Action Controller Master sophisticated URL routing concepts Use Ajax techniques via Rails 3 support for unobtrusive JavaScript Incorporate logins and authentication into your application Extend Rails with the best third-party plug-ins and write your own Integrate email services into your applications with ActionMailer Choose the right Rails production configuration Streamline deployment with Capistrano Improve application responsiveness with background processing Create your own non-Active Record domain classes using Active Model Master Rails’ utility classes and extensions in Active Support…”
Libro electrónico -
12255Publicado 2015“…Not only have Seirul·lo (Structured Training) and Frade (Tactical Periodisation) supported their methodologies in a profound theoretical background, but also have contrasted their postulates in top-class football scena…”
Libro -
12256Publicado 2020“…Advanced undergraduate and graduate students in marketing channels, distribution channels, B2B marketing, and retailing classes will enjoy acquiring the most cutting-edge marketing skills from this book…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca Universidad de Deusto)Libro -
12257Publicado 2003“…The earliest projects adopted the same electronic format and cataloguing rules shared among classes of items of quite a different nature. Far from being the ideal solution, it has fuelled an animated world-wide debate. …”
Libro electrónico -
12258Publicado 2017“…The first chapters address the basic notions of drugs, homeostasis, pharmacopoeia, and receptor; then, the different pharmaceutical classes are introduced by analyzing their pharmacological and chemical aspects. …”
Libro electrónico -
12259Publicado 2020“…Which strategies did early printers develop to make their texts commercially attractive? Which social classes were the target audiences for their editions? …”
Electrónico -
12260Publicado 2014“…While focussing on the morphophonology of the main word classes nouns, adjectives and verbs, it also deals with other linguistic structures such as prosody, phonology, phrase types and clauses. …”
Libro electrónico