Mostrando 29,961 - 29,980 Resultados de 33,201 Para Buscar 'JAXA~', tiempo de consulta: 0.79s Limitar resultados
  1. 29961
    Tabla de Contenidos: “…Contents at a Glance; Introduction; Part 1: Asset and Data Management; Chapter 1: Plug-in-based Asset Compiler Architecture; Design; Example; Conclusion; Chapter 2: GFX Asset Data Management; Folder Structure; Naming Conventions; 3D Models; Textures; Conclusion; Part 2: Geometry and Models; Chapter 3: Geometry and Models: 3D Format Conversion (FBX, COLLADA); The Sample Game; Exporting from 3ds Max; Exporting from Maya; Exporting from Blender; Other Formats and Exporting from Other Tools; FBX SDK; COLLADA Document Format; Models for Labyrinth; Importing into the Delta Engine…”
    Libro electrónico
  2. 29962
    Publicado 2015
    Tabla de Contenidos:
    Libro electrónico
  3. 29963
    Publicado 2015
    Tabla de Contenidos: “…Need for an Action compositionDifferentiating between action composition and filters; Customized requests; Need for a user object; Troubleshooting; Summary; Chapter 3: Building Routes; Introduction to Play routes; Automatic generation of routes_routing.scala; Reverse routing; JavaScript reverse routing; Assets; Client-side libraries; Configuring route definitions; Dynamic paths; Static paths; Configuring request parameters; Troubleshooting; Summary; Chapter 4: Exploring Views; Diving into Scala templates; Building a view; Generating forms; Adding constraints on data; Handling errors…”
    Libro electrónico
  4. 29964
    por Mark, Dave
    Publicado 2012
    Tabla de Contenidos: “…; Getting the Projects; Using Xcode; Creating a New Xcode Project; The Workspace Window; Running a Project; Moving On; Chapter 2 Programming Basics; Programming; Some Alternatives to C; What About Objective-C, C#, C++, and Java?…”
    Libro electrónico
  5. 29965
    por Shankar, Aditya Ravi
    Publicado 2012
    Tabla de Contenidos: “…Title Page; Copyright Page; Table of Contents; Drawing Text; About the Author; About the Technical Reviewers; Introduction; Who This Book Is For; How This Book Is Structured; Downloading the Code; Contacting the Author; Chapter 1: HTML5 and JavaScript Essentials; The canvas Element; Drawing Rectangles; Drawing Complex Paths; Customizing Drawing Styles (Colors and Textures); Drawing Images; Transforming and Rotating; The audio Element; The image Element; Image Loading; Sprite Sheets; Animation: Timer and Game Loops; requestAnimationFrame; Summary; Chapter 2: Creating a Basic Game World…”
    Libro electrónico
  6. 29966
    Tabla de Contenidos: “…Chapter 3: Designing the Sample REST APITask Management Resource Types; Hypermedia Links; Modeling the URIs and HTTP Verbs; The Task-Management Data Model; Choosing Architecture Components; Data Access; Type Mapper; IoC Container; Logger; Testing Framework; Mocking Framework; Summary; Chapter 4: Building the Environment and Creating the Source Tree; Configuring the Machine; Windows 8 64-bit with .NET Framework 4.51; SQL Server 2012; Visual Studio 2013; NuGet Package Manager 2.6; Creating the Folder Structure; Creating the Solution; NuGet Config File; Adding the Projects; Basic Components…”
    Libro electrónico
  7. 29967
    por Grannell, Craig
    Publicado 2012
    Tabla de Contenidos: “…revisit-after, robots, and authorAttaching external documents; Attaching external CSS files: the link method; Attaching CSS files: the @import method; Attaching CSS files: media queries; Attaching favicons and JavaScript; Checking paths; The body section; Content margins and padding in CSS; Zeroing margins and padding on all elements; Working with CSS shorthand for boxes; Setting a default font and font color; Web page backgrounds; Web page backgrounds in CSS; background-color; background-image; background-repeat; background-attachment; background-position; CSS shorthand for web backgrounds…”
    Libro electrónico
  8. 29968
    Publicado 2021
    Tabla de Contenidos: “…Introduction: Social responsibility and community based research in higher education institutions / Budd Hall and Rajesh Tandon -- The university and the tensions of inclusion as part of the ethos of social responsibility / Ana Maria de Albuquerque Moreira, Andrea Tejera Techera, Márcia Lopes Reis and Sebastian Schurmann -- Rethinking higher education for social responsibility in South Africa : considering synergies between Gandhian Principles and Ubuntu / Kanya Padayachee, Darren Lortan and Savathrie Maistry -- Nepali lifeworld and its higher education system : a critical assessment of the dis/connection / Kapil Dev Regmi -- 'Social infrastructures' in the nexus of education and justice / Benita Moolman and Janice McMillan -- Why are our rankings so white? …”
    Libro electrónico
  9. 29969
    por Gancarz, Mike
    Publicado 2003
    Tabla de Contenidos: “…The Portability Priority; 4.1 Tenet 4: Choose portability over efficiency; 4.2 Tenet 5: Store data in flat text files; CHChapter 5. Now That's Leverage!…”
    Libro electrónico
  10. 29970
    Publicado 2018
    Tabla de Contenidos: “…-- Replication for SolrCloud -- TLOG replicas -- PULL replicas -- Schemaless improvements -- Autoscaling -- Default numeric types -- Spatial fields -- SolrJ -- JMX and MBeans -- Other changes -- Summary -- Chapter 2: Getting Started -- Solr installation -- Understanding various files and the folder structure -- bin -- Solr script -- Post script -- contrib -- DataImportHandler -- ContentExtractionLibrary -- LanguageIdentifier -- Clustering -- VelocityIntegration -- dist and docs -- example -- core.properties -- zoo.cfg -- solr.xml -- server -- Running Solr -- Running basic Solr commands -- Production Solr setup -- Loading sample data -- Loading data from MySQL -- Understanding the browse interface -- Using the Solr admin interface -- Dashboard -- Logging -- Cloud screens -- Tree view -- Graph view -- Collections or core admin -- Java properties -- Thread dump -- Collection-specific tools -- Overview -- Analysis -- DataImport -- Documents -- Files -- Query -- Stream -- Schema -- Core-specific tools -- Summary -- Chapter 3: Designing Schemas -- How Solr works -- Getting started with Solr's basics -- The schema file of Solr -- Understanding field types -- Definitions and properties of field types -- Field type properties -- Field types available in Solr -- Understanding date fields -- Understanding currencies and exchange rates -- Understanding enum fields -- Field management…”
    Libro electrónico
  11. 29971
    Publicado 2018
    Tabla de Contenidos: “…-- RPCs -- How Nameko uses AMQP -- RabbitMQ -- Starting a RabbitMQ container -- Installing Python requirements -- Creating your first Nameko microservice -- Making a call to our service -- Unit-testing a Nameko microservice -- Exposing HTTP entrypoints -- Integration testing Nameko microservices -- Storing messages -- An introduction to Redis -- Starting a Redis container -- Installing the Python Redis client -- Using Redis -- Nameko Dependency Providers -- Adding a Redis Dependency Provider -- Designing the Client -- Creating the Dependency Provider -- Creating our Message Service -- Putting it all together -- Saving messages -- Adding a save message method to our Redis client -- Adding a save message RPC -- Retrieving all messages -- Adding a get all messages method to our Redis client -- Adding a get all messages RPC -- Putting it all together -- Displaying messages in the web browser -- Adding a Jinja2 Dependency Provider -- Creating the template renderer -- Creating our homepage template -- Creating the Dependency Provider -- Making a HTML response -- Putting it all together -- Sending messages via POST requests -- Adding a send messages POST request -- Adding an AJAX POST request in jQuery -- Expiring messages in Redis -- Sorting messages -- Browser polling for messages -- Polling with JavaScript -- Summary -- Chapter 6: Extending TempMessenger with a User Authentication Microservice -- TempMessenger goals -- Requirements -- Creating a Postgres dependency -- Starting a Postgres Docker container -- Creating the user model -- Creating the user dependency -- Creating users -- Creating the User Service -- Securely storing passwords in the database -- Using Bcrypt -- Hashing our user passwords…”
    Libro electrónico
  12. 29972
  13. 29973
    por Marchant, Jacques ( 1587?-1648)
    Publicado 1649
    Libro
  14. 29974
  15. 29975
  16. 29976
  17. 29977
  18. 29978
    por Carrillo, Martín, 1561-1630
    Publicado 1634
    Libro
  19. 29979
  20. 29980