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
-
9001Publicado 2014Tabla de Contenidos: “…; BREAKING DOWN THREATS; YOUR THREATS; CRIME TRACKING; PROBABILITY; GOING BEYOND; CONCLUSION; BUSINESS KARATE BELT LEVELS; Further Reading; Chapter 4 - Playing with Blocks: Vulnerabilities and Protecting What's Important; IN KARATE CLASS; THE BUSINESS CONNECTION; THE ASSESSMENT MODEL; BLOCKS AND MITIGATION; PRACTICAL EXAMPLES OF SECURITY MITIGATION; SPECIAL CONSIDERATIONS; PUTTING IT ALL TOGETHER; CONCLUSION…”
Libro electrónico -
9002por Dovey, JamesTabla de Contenidos: “…Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Chapter 1 Getting Started with Objective-C; Xcode; Creating Your First Project; The Application Template; Hello Interface Builder; User Interface Controls; Interface Bindings; Binding User Input; Running the App; Language Fundamentals; Types and Variables; Pointers; Functions and Declarations; Scope; Conditions; Loops; Objective-C Additions; Summary; Chapter 2 Object-Oriented Programming; Objects: Classes and Instances; Encapsulation…”
Publicado 2012
Libro electrónico -
9003por Fabozzi, Frank J.Tabla de Contenidos: “…Underlying Logic in Structuring Cash FlowsStructuring Different Mortgage Products; Fundamentals of Structuring CMOs; Chapter 6: Fundamental MBS Structuring Techniques: Divisions of Principal; Time Tranching; Planned Amortization Classes (PACs) and the PAC-Support Structure; Targeted Amortization Class Bonds; Z-Bonds and Accretion-Directed Tranches; A Simple Structuring Example; Concepts Presented in this Chapter; Chapter 7: Fundamental MBS Structuring Techniques: Divisions of Interest; Coupon Stripping and Boosting; Floater-Inverse Floater Combinations; Two-Tiered Index Bonds (TTIBs)…”
Publicado 2011
Libro electrónico -
9004por McMillan, TroyTabla de Contenidos: “…Chapter 4: ProtocolsUnderstanding the Function of Protocols; Exploring Application Layer Protocols; Exploring Transport Layer Protocols; Exploring Internet Layer Protocols; Exploring Network Access Layer Protocols; The Essentials and Beyond; Chapter 5: Physical and Logical Topologies; Designing the Physical Topology; Designing the Logical Topology; The Essentials and Beyond; Chapter 6: Numbering Systems; Exploring Binary Numbering; Exploring Hexadecimal Numbering; Applying Conversions; The Essentials and Beyond; Chapter 7: Classful IP Addressing; Describing the Function of IP Addresses…”
Publicado 2012
Libro electrónico -
9005por Berman, Jules J.Tabla de Contenidos: “…Features of an Identifier System Registered Unique Object Identifiers; Really Bad Identifier Methods; Embedding Information in an Identifier: Not Recommended; One-Way Hashes; Use Case: Hospital Registration; Deidentification; Data Scrubbing; Reidentification; Lessons Learned; Chapter 3: Ontologies and Semantics; Background; Classifications, the Simplest of Ontologies; Ontologies, Classes with Multiple Parents; Choosing a Class Model; Introduction to Resource Description Framework Schema; Common Pitfalls in Ontology Development; Chapter 4: Introspection; Background; Knowledge of Self…”
Publicado 2013
Libro electrónico -
9006por Bell, CharlesTabla de Contenidos: “…Configuring the SlaveConnecting the Master and Slave; A Brief Introduction to the Binary Log; What's Recorded in the Binary Log; Watching Replication in Action; The Binary Log's Structure and Content; Python Support for Managing Replication; Basic Classes and Functions; Operating System; Server Class; Server Roles; Creating New Slaves; Cloning the Master; Cloning the Slave; Scripting the Clone Operation; Performing Common Tasks with Replication; Reporting; Handling reporting in Python; Scheduling tasks on Unix; Scheduling tasks on Windows Vista; Conclusion; Chapter 3. …”
Publicado 2010
Libro electrónico -
9007por Silva, Vladimir, 1969-Tabla de Contenidos: “…""Pure Hardware""""Cascading Key Events""; ""Cascading Touch Events""; ""Multitouch Tricks""; ""MultiTouchGesture""; ""MultiTouchScreen""; ""TestActivity""; ""Bluetooth Controllers (Zeemote)""; ""Summary""; ""Chapter 3 More Gaming Trickswith OpenGL and JNI""; ""The Power of Mobile Devices""; ""OpenGL the Java Way""; ""Creating a Project""; ""Java Main Activity""; ""Surface View""; ""GL Thread""; ""Cube Renderer""; ""Cube Class""; ""OpenGL the Native Way""; ""Main Activity""; ""Native Interface Class""; ""Changes to the Original Sample""; ""Native Cube Renderer""; ""Scene Initialization""…”
Publicado 2012
Libro electrónico -
9008Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Author -- Acknowledgements -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started -- What's a custom view -- The need for custom views -- Examples on the market -- Setting up the environment -- Installing development tools -- How to set up an emulator -- How to set up a real device for developing -- Creating our own first custom view -- Extending a view -- Creating a simple view from scratch -- Summary -- Chapter 2: Implementing Your First Custom View -- Measuring and parameterizing our custom view -- Measuring our custom view -- Parameterizing our custom view -- Instantiating custom views -- Instantiating custom views from code -- Builder pattern -- Creating a custom layout -- Extending ViewGroup -- Basic rendering -- Creating the basic circular activity indicator -- Summary -- Chapter 3: Handling Events -- Basic event handling -- Reacting to touch events -- Drag events -- Complex layouts -- Advanced event handling -- Detecting gestures -- Summary -- Chapter 4: Advanced 2D Rendering -- Drawing operations -- Bitmaps -- Using the Paint class -- Drawing more primitives -- Drawing text -- Transformations and operations -- Putting it all together -- Summary -- Chapter 5: Introducing 3D Custom Views -- Introduction to OpenGL ES -- Getting started with OpenGL ES in Android -- Drawing basic geometry -- Drawing geometry -- Adding volume -- Adding textures -- Loading external geometry -- Summary -- Chapter 6: Animations -- Custom-made animations -- Timed frame animations -- Fixed timestep -- Using Android SDK Classes -- ValueAnimator -- ObjectAnimator -- Summary -- Chapter 7: Performance Considerations -- Performance impact and recommendations -- The impact of not following the best practices -- Code optimization…”
Libro electrónico -
9009por Ritchie, Stephen D.Tabla de Contenidos: “…Brownfield ApplicationsGreenfield Applications; Automated Testing Groundwork; Test Code Maintainability; Naming Convention; Namespaces; Tests Classes; Test Methods; The Test Method Body; Arrange-Act-Assert; Keep Tests Short; Limit Test Actions; Primary Assertion; The var Keyword; Test Context Classes; Test Helpers; Data Scenarios; Unit Testing; Boundary Analysis; Invalid Arguments; Invalid Preconditions; Fakes, Stubs, and Mocks; Isolating Code-Under-Test; Testing Dependency Interaction; Surface Testing; Automated Integration Testing; Database Considerations; Summary…”
Publicado 2011
Libro electrónico -
9010por Varanasi, Balaji. authorTabla de Contenidos: “…""Spring LDAP and Controls""""Sort Control""; ""Implementing Custom DirContextProcessor""; ""Paged Search Controls""; ""Summary""; ""Chapter 8: Object-Directory Mapping""; ""Spring ODM Basics""; ""ODM Metadata""; ""ODM Service Class""; ""Configuration Simplifications""; ""Creating Custom Converter""; ""Summary""; ""Chapter 9: LDAP Transactions""; ""Transaction Basics""; ""Local vs. …”
Publicado 2013
Libro electrónico -
9011Publicado 2014Tabla de Contenidos: “…Understanding the InterfaceUsing the Navigation Area; Using the Utility Area; Working with the Editor Area; Summary; Chapter 5: Working with Files, Frameworks, and Classes; Working with Files and Classes; Working with Groups; Working with Frameworks; Summary; Chapter 6: Using Documentation; Understanding the Apple Documentation; Using the Xcode Documentation Viewer; Using Other Documentation; Summary; Chapter 7: Getting Started with Interface Builder; Understanding IB; Getting Started with IB; Creating a Simple iOS Project with IB; Understanding the IB Object Hierarchy; Designing without IB…”
Libro electrónico -
9012por Barker, TomTabla de Contenidos: “…""Chapter 2: R Language Primer""""Getting to Know the R Console""; ""The Command Line""; ""Command History""; ""Accessing Documentation""; ""Packages""; ""Importing Data""; ""Using Headers""; ""Specifying a String Delimiter""; ""Specifying Row Identifiers""; ""Using Custom Column Names""; ""Data Structures and Data Types""; ""Data Frames""; ""Matrices""; ""Adding Lists""; ""Looping Through Lists""; ""Applying Functions to Lists""; ""Functions""; ""Summary""; ""Chapter 3: A Deeper Dive into R""; ""Object-Oriented Programming in R""; ""S3 Classes""; ""S4 Classes""…”
Publicado 2013
Libro electrónico -
9013por Moemeka, EdwardTabla de Contenidos: “…""Storage Folders""""The Isolated Storage Area""; ""The Package-Install Location""; ""More on Storage: the ApplicationData Class""; ""The Userâ€?s Known Folders""; ""External Known Folders""; ""The Downloads Folder""; ""Final Thoughts on Storage via the ApplicationData Class""; ""Files""; ""The Window 8 Lock Screen""; ""App Bars""; ""Dialogs""; ""Consuming Components""; ""Summary""; ""Chapter 3: Incorporating Layout and Controls""; ""Setting Up a Project""; ""Incorporating HTML Controls""; ""Understanding Controls""; ""Applying Controls""; ""Incorporating WinJS Controls""…”
Publicado 2013
Libro electrónico -
9014por Shaik, Khader. authorTabla de Contenidos: “…Floating; Derivatives Classification; Product Class; Asset Class; Clearing Model; Markets; Complexity; Futures; Futures Terminology; Applications of Futures; Contract Types; Forwards; Terminology; Types of Forwards; Options; Terminology; Applications of Options; Option Types; Listed Options; OTC Options; Exotic Options; Swaps; Swap Characteristics; Swap Instruments; Interest Rate Swaps; Popular Types…”
Publicado 2014
Libro electrónico -
9015Publicado 2014Tabla de Contenidos: “…""2-Player Zero-sum Symmetric Games""""Exercises""; ""Project 1: Reacting fast or slow""; ""Example: Selecting a Class""; ""Three Players, Two Classes""; ""``I like you both''""; ""Disliking the Rival""; ""Outsider""; ""Larger Cases""; ""Assumptions""; ""Exercises""; ""Project 2""; ""Project 3""; ""Project 4""; ""Example: Doctor Location Games""; ""Doctor Location""; ""An Example Graph""; ""No (Pure) Nash Equilibrium?""…”
Libro electrónico -
9016Publicado 2022Tabla de Contenidos: “…-- How to use wasm-pack -- Packing and publishing using wasm-pack -- Summary -- Chapter 9: Crossing the Boundary between Rust and WebAssembly -- Technical requirements -- Sharing classes from Rust with JavaScript -- Sharing classes from JavaScript with Rust -- Calling the JavaScript API via WebAssembly -- Calling closures via WebAssembly -- Importing the JavaScript function into Rust -- Calling a web API via WebAssembly -- Summary…”
Libro electrónico -
9017Publicado 2020Tabla de Contenidos: “…-- 26 Lesbian Style: From Mannish Women to Lipstick Dykes -- 27 Popular Fashion and Working-Class Affluence -- 28 Fashion: From Class Differentiation to Collective Selection -- 29 Great Aspirations: Hip Hop and Fashion Dress for Excess and Success -- 30 Taste and Distinction: The Politics of Style -- 31 Islamic Fashions Cape -- 32 You Should Understand, It's a Freedom Thing: The Stoned Cherrie-Steve Biko T-Shirt -- PART SEVEN Fashion, clothes and the body -- Introduction -- 33 Addressing the Body -- 34 Deviant Bodies and Suitable Clothes -- 35 "My Leg is a Giant Stiletto Heel": Fashioning the Prosthetised Body -- 36 Fashion, Clothes and the Body -- PART EIGHT Fashion: production, consumption, prosumption -- Introduction -- 37 The Crossroad Between Production and Consumption -- 38 Consuming or Living with Things? …”
Libro -
9018Publicado 2011Tabla de Contenidos: “…Gestió d'excepcions; III .NET Framework; 1. Classes bàsiques; 2. Col·leccions de dades; 3. Entrada/Sortida; IV ADO.NET; 1. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
9019Publicado 2021Tabla de Contenidos: “…[iv]-[v]) -- CONTEMPORARY BOLLYWOOD AND HYPER-NATIONALISM(pp. 1-10) -- NARRATIVES OF CASTE IN MARATHI CINEMA(pp. 11-20) -- THE FILM MASALA OR THE HYBRIDIZATION OF GENRES AND CULTURES: THE EXAMPLE OF SHOLAY(pp. 21-28) -- FROM POPULAR NAIR TO HISTORIC NAIR: A STUDY OF SOCIAL, FAMILY AND CONJUGAL RELATIONSHIPS AMONG NAIR COMMUNITY REPRESENTED IN POPULAR MALAYALAM MOVIES(pp. 29-44) -- THE PHANTASMAGORICAL AND ETHNOGRAPHIC WORLD OF AMIT DUTTA(pp. 45-60) -- ITALIAN NEOREALIST CINEMA, A PRECURSOR TO INDIAN PARALLEL CINEMA(pp. 61-74) -- MUSLIM WOMANHOOD IN MALAYALAM CINEMA: THE POLITICS OF MOULDING "SECULAR" MUSLIM WOMEN(pp. 75-84) -- CINEMA OF DHARAMSHALA AND BEYOND: AN ETHNOGRAPHIC STUDY OF TIBETANS-IN-EXILE [FILMS OF RITU SARIN AND TENZING SONAM](pp. 85-100) -- JAYAN- THE AFFABLE HERO AND THE PROMISE OF THE CLASS STRUGGLE(pp. 101-106) -- NONSTEROTYPICAL REPRESENTATION OF WOMEN IN BOLLYWOOD: THE HIPPIE HEROINE(pp. 107-114) -- "CALM THINKING" OF "INDIA FEVER" IN CHINESE FILM MARKET(pp. 115-124) -- ANÁLISIS DE DILWALE DULHANIA LE JAYENGE(pp. 125-144). …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
9020Publicado 2012Tabla de Contenidos: “…the importance of remembering who we are / Perry Glanzer -- Invitation to an academic journey of spiritual formation / Robert Mulholland -- Implementation, praxis, and models "on the lookout for what would be revealed": faculty and spiritual formation / Keith Anderson -- Conversation creates culture: student development and spiritual formation in the Christian university / Susan Reese -- Strengthening a Christian college as a faith mentoring environment through knowing -- being -- doing / Bob Yoder -- Soul projects: class-related spiritual practices in higher education / James Wilhoit, David Setran, Daniel Haase and Linda Rozema -- Tour guides, translators, and traveling companions: how faculty contribute to the spiritual formation of students / Greg Carmer -- In partnership with communities: spiritual formation and cross-cultural immersion / Cynthia Toms-Smedley…”
Click para texto completo desde fuera UPSA
Click para texto completo desde UPSA
Libro electrónico