Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,523
- Development 1,382
- Java (Computer program language) 1,307
- Application software 1,225
- JavaScript (Computer program language) 876
- Història 817
- 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 288
- 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 164
- Software engineering 162
-
29861
-
29862
-
29863
-
29864
-
29865Publicado 2022“…While iconic megafauna was of initial concern, more and more taxa are being included. Some countries have joined in multi-national initiatives to measure, monitor and mitigate environmental impacts of ocean noise at large, trans-boundary spatial scales. …”
Libro electrónico -
29866Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: REST - What You Did Not Know -- REST fundamentals -- Principle 1 - Everything is a resource -- Principle 2 - Each resource is identifiable by a unique identifier -- Principle 3 - Manipulate resources via standard HTTP methods -- Principle 4 - Resources can have multiple representations -- Principle 5 - Communicate with resources in a stateless manner -- The REST goals -- Separation of the representation and the resource -- Visibility -- Reliability -- Scalability and performance -- Working with WADL -- Documenting RESTful APIs with Swagger -- Taking advantage of the existing infrastructure -- Summary -- Chapter 2: Getting Started with Node.js -- Installing Node.js -- Npm -- Installing the Express framework and other modules -- Setting up a development environment -- Handling HTTP requests -- Modularizing code -- Testing Node.js -- Working with mock objects -- Deploying an application -- Nodejitsu -- Microsoft Azure -- Heroku -- Self-test questions -- Summary -- Chapter 3: Building a Typical Web API -- Specifying the API -- Implementing routes -- Querying the API using test data -- Content negotiation -- API versioning -- Self-test questions -- Summary -- Chapter 4: Using NoSQL Databases -- MongoDB - a document store database -- Database modeling with Mongoose -- Testing a Mongoose model with Mocha -- Creating a user-defined model around a Mongoose model -- Wiring up a NoSQL database module to Express -- Self-test questions -- Summary -- Chapter 5: Restful API Design Guidelines -- Endpoint URLs and HTTP status codes best practices -- Extensibility and versioning -- Linked data -- Summary -- Chapter 6: Implementing a Full Fledged RESTful Service -- Working with arbitrary data -- Linking -- Implementing paging and filtering…”
Libro electrónico -
29867Publicado 2017Tabla de Contenidos: “…Third-party templates -- Project samples -- Third-party plugins -- ADB Wi-Fi -- Codota -- Summary -- Chapter 7: Language Support -- Kotlin support -- The advantages of Kotlin -- Extending Kotlin -- C/C++ support -- The NDK -- Android Things -- Development kits -- Creating a Things project -- Summary -- Chapter 8: Testing and Profiling -- Logcat filters -- JUnit testing -- Local unit tests -- Testing a UI -- Testing views -- Testing lists and data -- Recording tests -- Remote testing -- Stress testing -- Performance monitoring -- CPU profiling -- Memory profiler -- Network profiler -- Summary -- Chapter 9: Packaging and Distribution -- Gradle build configurations -- Command-line options -- Product flavors -- An APK analysis -- Publishing applications -- Generating a signed APK -- Managing keystores -- Google Play app signing -- Automatic signing -- Summary -- Index…”
Libro electrónico -
29868por Salov, Valerii, 1960-Tabla de Contenidos: “…STATISTICAL PROPERTIES OF TRADESPROGRAM EVALUATING STRATEGY AND TRADES; CONCLUSIONS; Chapter 10: Comparing Markets; TIME FRAME AND PRICES; SELECTED CONTRACTS; DATA FILE FORMAT; RESULTS OF APPLICATION OF MAXPROF3 AND EVALUATE; MULTIMARKET POTENTIAL PROFIT ALGORITHMS; EPILOGUE; CONCLUSIONS; Bibliography and Sources; About the CD-ROM; INTRODUCTION; SYSTEM REQUIREMENTS; USING THE CD; WHAT'S ON THE CD; Index…”
Publicado 2007
Libro electrónico -
29869por Robbins, ArnoldTabla de Contenidos: “…GDB Pocket Reference; Conventions Used in This Book; Conceptual Overview; Command-Line Syntax; Initialization Files; The .inputrc File; GDB Expressions; Convenience Variables and Machine Registers; Special Expressions; The GDB Text User Interface; Group Listing of GDB Commands; Breakpoints; Examining Data; Controlling and Examining Files; Running a Program; Examining the Stack; Status Inquiries; Support Facilities; Text User Interface Commands; Frequently Used Commands; Summary of set and show Commands; architecture; args; auto-solib-add; auto-solib-limit; backtrace; breakpoint…”
Publicado 2005
Libro electrónico -
29870Publicado 2007Tabla de Contenidos: “…Cross-site Scripting Fundamentals; Introduction; Web Application Security; XML and AJAX Introduction; Summary; Solutions Fast Track; Frequently Asked Questions; Chapter 2. …”
Libro electrónico -
29871por Liles, Steve“…This book is also targeted towards Java experts who are new to Android…”
Publicado 2013
Libro electrónico -
29872Publicado 2018“…You will get to grips with low-level details and concepts that show you how to write Python code, without focusing on common solutions as enabled in Java and C++. You'll also fnd sections on corrections, best practices, system architecture, and its designing aspects. …”
Libro electrónico -
29873Publicado 2020Tabla de Contenidos: “…Intro -- Vorwort -- Einleitung -- Ziel dieses Buches -- Die Geschichte von Go -- Installation -- Sicherheit und Patches -- Editoren für den Go-Werkzeugkasten -- Der Spielplatz für Gopher -- Hello World -- Eine lesbare technische Spezifikation -- Ausgabe mit dem fmt-Paket -- Vorstellung der Syntax -- Wörter, Funktionen und Typen von Go -- Variablen -- Konstanten -- Pointer -- Eigene Typen -- Typumwandlung -- Zusammengesetzte Strukturen -- Funktionen -- Objektorientierung mit Methode -- Exportiert und nicht exportiert -- Arrays -- Slices -- Das Slice als Pointer -- Maps -- if -- switch -- for -- Labels und goto -- Blank Identifier -- UTF-8, strings und runes -- Projekt: Command Line Interface -- Einleitung -- gocat - File-Ausgabe -- Den md5-Hash erzeugen -- Dateien und HTTP-Server als Quellen für gomd5 -- Go Tooling -- Schnelle Hilfe mit go help -- Kompilieren und Installieren -- Umgebungsvariablen mit go env -- Ein Programm für jede Gelegenheit - Build Tags -- Wie Code formatiert wird - gofmt -- Automatische Imports mit goimports -- Dokumentation immer dabei - godoc -- Projekt: Ein einfacher Webloader -- Einleitung -- CLI - unser Interface -- HTTP-Request erstellen -- Implementierung des File-Outputs -- Ausgabe des HTTP-Headers -- Gültigkeit der übergebenen URL -- Eigene Pakete und Module -- Go-Code lebt in Paketen -- Paketnamen -- Die init()-Funktion -- Semantic Versioning -- Pakete leben in Modulen -- Der Workflow, seit es Module gibt -- Neuer bedeutet nicht immer besser -- Update unserer Abhängigkeit -- Neue Major-Version mit Modulen -- Projekt: Code generieren -- Einleitung -- Ein Tool, um Code zu generieren -- Template erstellen -- Anwenden von go generate -- Concurrency-Grundlagen -- Concurrency mit Go -- Parallelität im echten Leben -- Goroutinen -- Channels -- Einen Channel schließen -- Select -- Race Conditions und Data Races…”
Libro electrónico -
29874
-
29875Publicado 2010Tabla de Contenidos: “…El maestro del claustro de la catedral de Pamplona: ingredientes para una obra genial. FERNÁNDEZ-LADREDA, C. La obra de un artista innovador: la intervención de Leodegario en Santa María la Real de Sangüesa. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca de la Universidad de Navarra)Libro -
29876Publicado 2019“…«La Carta pastoral Luz en mi sendero se ha escrito con mucho cariño para hacer resplandecer la luz de la Sagrada Escritura en el corazón de todos los cristianos. …”
Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Biblioteca del Instituto Superior de Teología de las Islas Canarias, Biblioteca de la Universidad de Navarra, Biblioteca Central de Capuchinos de España, Biblioteca de la Universidad Pontificia de Salamanca)Libro -
29877por Jiménez Blasco, Julio“…Comenzó su experiencia episcopal en Jaca y Vitoria con actuaciones relevantes. Llegó a Sevilla como Arzobispo Coadjutor, con el mandato del Papa de sustituir al cardenal Segura, en contra de la voluntad de éste y con su oposición al expreso deseo de Pío XII, hecho insólito en la historia de la Iglesia. …”
Publicado 2016
Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Biblioteca del Instituto Superior de Teología de las Islas Canarias, Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca Universidad de Deusto, Biblioteca Universitat Ramon Llull, Biblioteca del Seminario Diocesano de Jaén, Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca de la Universidad de Navarra)Libro -
29878por Manoel, EdsonTabla de Contenidos: “…Autonomic Management Engine and resource models -- 6.1 Autonomic Management Engine -- 6.1.1 Introduction to Autonomic Management Engine -- 6.1.2 Autonomic Management Engine structure -- 6.2 Resource models -- 6.2.1 Resource Model Builder -- 6.2.2 Common Information Model classes -- 6.2.3 Classic probes -- 6.2.4 Events -- 6.2.5 Thresholds -- 6.2.6 Parameters -- 6.2.7 Logging -- 6.2.8 Dependencies -- 6.2.9 Source (decision tree script) -- 6.3 Simple Agent Reference Application (SARA) -- 6.4 How to debug a resource model -- 6.4.1 Debugging JavaScript -- 6.4.2 Debugging CIM classes with SARA -- Chapter 7. …”
Publicado 2005
Libro electrónico -
29879Publicado 2011Tabla de Contenidos: “…-- Authorizing editing -- 8.7.Restricting delete access -- Enforcing destroy protection -- Hiding links based on permission -- 8.8.Assigning permissions -- Viewing projects -- And the rest -- 8.9.Seed data -- 8.10.Summary -- 9.File uploading -- 9.1.Attaching a File -- A feature featuring files -- Enter stage right, Paperclip -- Using Paperclip -- 9.2.Attaching many files -- Two more files -- Using nested attributes -- 9.3.Serving files through a controller -- Protecting files -- Showing your assets -- Public assets -- Privatizing assets -- 9.4.Using JavaScript -- JavaScript testing -- Introducing jQuery -- Adding more files with JavaScript -- Responding to an asynchronous request -- Sending parameters for an asynchronous request -- 9.5.Summary -- 10.Tracking state -- 10.1.Leaving a comment -- Where's the ticket? …”
Libro electrónico -
29880Publicado 2021Tabla de Contenidos: “…The erosion of discretion of the executive in foreign relations / Dire Tladi -- From scope to process : the evolution of checks on presidential power in U.S. foreign relations law / Jean Galbraith -- Division of competences in the field of foreign relations in the Polish constitutional system / Stanisław Biernat -- The role of parliaments in creating and enforcing foreign relations law : a case study of Bosnia and Herzegovina / Ajla Škrbić -- War, international law and the rise of parliament. …”
Libro electrónico