01014nam a2200217 a 4500991000750509707536100527s1810 it 000 0 ita b13905685-39ule_instDip.to Studi StoriciitaNapoli Signorelli, Pietro138553Vicende della coltura nelle Due Sicilie dalla venuta delle colonie straniere sino a' nostri giorni di Pietro Napoli-Signorelli ... Tomo 2.Seconda edizione napoletanaIn Napoli :presso Vincenzo Orsini,1810vii, 512 p. ;8°Orsino, Vincenzo[editore].b1390568502-04-1427-05-10991000750509707536LE023 Ed. ant. XLVIII,11le023-E0.00-no 00000.i1513734x27-05-10Vicende della coltura nelle Due Sicilie dalla venuta delle colonie straniere sino a' nostri giorni di Pietro Napoli-Signorelli ... Tomo 2227951UNISALENTOle02327-05-10ma oitait 0008670nam 2200541 450 991056825730332120221123160923.01-4842-8042-310.1007/978-1-4842-8042-3(MiAaPQ)EBC6965042(Au-PeEL)EBL6965042(CKB)21707960300041(OCoLC)1313808273(OCoLC-P)1313808273(CaSebORM)9781484280423(PPN)262173271(EXLCZ)992170796030004120221123d2022 uy 0engurcnu||||||||txtrdacontentcrdamediacrrdacarrierCreating apps with React Native deliver cross-platform 0 crash, 5 star apps /M. Holmes HeBerkeley, California :Apress,[2022]©20221 online resource (445 pages) illustrationsIncludes index.Print version: He, M. Holmes Creating Apps with React Native Berkeley, CA : Apress L. P.,c2022 9781484280416 Includes index.Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- The Path to a 05 App -- Chapter 1: Start Thinking in React -- 1.1 Component -- 1.1.1 Key Takeaways -- 1.2 The "Hello World" App in Pieces -- 1.2.1 React Native Development Environment -- 1.2.2 JSX -- 1.2.3 props -- 1.2.3.1 Style -- 1.2.3.2 Children -- 1.2.4 JSX Internals -- 1.2.5 States -- 1.2.5.1 State Change on the Current Component -- 1.2.5.2 Cascading State Changes -- 1.2.6 setState() Internals -- 1.2.7 Key Takeaways -- 1.3 Summary -- Chapter 2: Foundations of React -- 2.1 Flexbox, a Practical Guide -- 2.1.1 Component Size -- 2.1.2 Case Study: Feed -- 2.1.3 Key Takeaways -- 2.2 Composition vs. Inheritance, HOC -- 2.2.1 Case Study: Multiple Photo Feeds -- 2.2.2 Key Takeaways -- 2.3 ScrollView and FlatList -- 2.3.1 Case Study: Moment -- 2.3.2 Key Takeaways -- 2.4 Error Handling -- 2.4.1 Case Study: Moment (Reinforced) -- 2.4.2 Key Takeaways -- 2.5 Summary -- Chapter 3: Animation in React Native -- 3.1 Introduction to React Native Animation -- 3.2 Layout Animation -- 3.2.1 Presets -- 3.2.2 LayoutAnimation.create( ) -- 3.2.3 Raw Animation Config -- 3.2.4 Android -- 3.2.5 Case Study, Read More -- 3.2.6 Key Takeaways -- 3.3 Value Animation -- 3.3.1 Animate the Animation -- 3.3.1.1 Animated.timing( ) -- 3.3.1.2 Animated.spring( ) -- 3.3.1.3 Animation Cohort -- 3.3.1.4 setValue( ) -- 3.3.2 Bind the Animation Value -- 3.3.2.1 The transform props.style -- 3.3.2.2 Value Interpolation -- 3.3.2.3 Value Calculation -- 3.3.3 Case Study 1, Looming Animation for Image Loading -- 3.3.4 Case Study 2, Loading Indicators -- 3.3.5 Key Takeaways -- 3.4 Gesture-Driven Animation -- 3.4.1 Native Event -- 3.4.2 Case Study, a Pull Down Load Experience -- 3.4.3 Key Takeaways -- 3.5 Summary -- Chapter 4: Native Modules and Components -- 4.1 Native Modules -- 4.1.1 iOS Native Module.4.1.1.1 Setup -- 4.1.1.2 Implement the Native Module -- 4.1.1.3 Async Calls -- 4.1.2 Android Native Module -- 4.1.2.1 Setup -- 4.1.2.2 Implement the Native Module -- 4.1.2.3 Register the Native Module -- 4.1.2.4 Async Calls -- 4.1.3 Use the Native Module in JavaScript -- 4.1.4 Key Takeaways -- 4.2 Native Components -- 4.2.1 iOS Native Component -- 4.2.1.1 Setup -- 4.2.1.2 Implement the View Manager -- 4.2.1.3 View Property -- 4.2.2 Android Native Component -- 4.2.2.1 Setup -- 4.2.2.2 Implement the View Manager -- 4.2.2.3 View Property -- 4.2.3 Use the Native Component in JavaScript -- 4.2.3.1 The Easy Way -- 4.2.3.2 The Right Way, Abstraction on the JavaScript Layer -- 4.2.4 Children of a Native Component -- 4.2.5 Key Takeaways -- 4.3 Advanced Techniques -- 4.3.1 Event -- 4.3.1.1 Send Events from iOS -- 4.3.1.2 Send Events from Android -- 4.3.1.3 Receive Events in JavaScript -- 4.3.2 React Tag -- 4.3.2.1 React Refs -- 4.3.2.2 React Tags -- 4.3.2.3 Reconcile React Tag Implementation on JavaScript -- 4.3.3 Direct Manipulation -- 4.3.4 Synchronous Method Call -- 4.3.5 Export Constants -- 4.3.5.1 iOS -- 4.3.5.2 Android -- 4.3.5.3 Access Constants in JavaScript -- 4.3.6 Initial Properties -- 4.3.7 Dependency Injection -- 4.3.8 Key Takeaways -- 4.4 Exception Handling -- 4.5 Case Study - a Video Component -- 4.5.1 iOS Implementation of a Video Component -- 4.5.2 Android Implementation of a Video Component -- 4.5.3 JavaScript Layer -- 4.5.3.1 Native Component Wrapper -- 4.5.3.2 View Manager Wrapper -- 4.5.3.3 Video Feed -- 4.5.3.4 Ref Forwarding -- 4.5.3.5 Video Feed in Moment -- 4.5.4 Reinforced Video Component -- 4.5.4.1 Protect the iOS Component -- 4.5.4.2 Protect the Android Component -- 4.5.4.3 JavaScript Layer -- 4.6 Summary -- Chapter 5: Network Programming -- 5.1 A Very Brief Introduction to TCP/IP -- 5.1.1 TCP.5.1.1.1 Three-Way Handshake (Opening Connection) -- 5.1.1.2 Sliding Window -- 5.1.1.3 Congestion Control -- 5.1.1.4 Four-Way Handshake (Closing Connection) -- 5.1.1.5 Miscellanies -- 5.1.2 HTTP/1.1 -- 5.1.2.1 HTTP Is Text Based -- 5.1.2.2 Common Request Headers -- 5.1.2.3 Common Response Headers -- 5.1.2.4 HTTP Status Code -- 5.1.2.5 Cache Control -- 5.1.2.6 HTTP API Design -- 5.1.3 DNS -- 5.1.4 TLS -- 5.1.4.1 Pinning -- 5.1.5 The Modern Internet -- 5.1.6 Key Takeaway -- 5.2 Network Programming on the JavaScript Layer -- 5.2.1 Asynchronous Operations -- 5.2.1.1 Promise -- 5.2.1.2 Await -- 5.2.2 fetch( ) -- 5.2.3 Case Study, Move Everything Online -- 5.3 Network Programming on the Native Layer -- 5.3.1 Case Study, Enable Local Caching -- 5.4 Exception Handling -- 5.4.1 Case Study, Reinforce the Network Components -- 5.4.2 Case Study, Offline Mode -- 5.5 Summary -- Chapter 6: Advanced Topics -- 6.1 Revisit Rendering -- 6.2 Redux -- 6.2.1 Case Study, Like -- 6.2.1.1 Reduxfy Feeds -- 6.2.1.2 Implement Like -- 6.3 Long List -- 6.3.1 Case Study, Apply Basic Heuristics -- 6.4 0 Crash, Design Exception Flow -- 6.4.1 Robustness Built in Software Architecture -- 6.4.1.1 Entry Points -- 6.4.1.2 Crash Points -- 6.4.2 Last Resort, Global Error Handler -- 6.4.3 Wrap Up -- 6.5 Native Modules Inside Out -- 6.5.1 Phase 0, Prior Bootstrap -- 6.5.2 Phase 1, Bootstrap -- 6.5.2.1 requiresMainQueueSetup -- 6.5.2.2 Threads and Locks -- 6.5.3 Phase 2, Native Module on the JavaScript Layer -- 6.5.3.1 The Nature of a Native Call -- 6.5.4 Execute the Bundle -- 6.5.5 The Two-Way Communication -- 6.5.6 The Native Module Metadata -- 6.5.7 Wrap Up -- 6.6 Animation Inside Out -- 6.6.1 Establish the Animated Node Graph -- 6.6.1.1 JavaScript Pass -- 6.6.1.2 Native Pass -- 6.6.2 Bind the Event Receiver -- 6.6.3 Attach the Event Source -- 6.6.4 Native Event Transmission.6.6.4.1 Identify Receivers -- 6.6.4.2 Update -- 6.7 Adaptive to All Screens, Layout Design -- 6.8 Time to Say Goodbye -- Index.Produce high-quality, cross-platform apps with user experiences almost identical to pure native apps. When evaluating cross-platform frameworks, developers make an assumption that quality will be compromised. But that doesn't have to be true. The principles in this book will show you how to meet quality expectations both from engineering and consumer standpoints. Youll also realize the ideal of a greater front end. That means your whole front-end team, including app side and web side, will be optimized. The shared knowledge base as well as mobilization potential give more flexibility and strength in all front-end facets without the need of increasing team sizes. The market has seen a large amount of high quality React Native apps and successful stories about them. Nevertheless, under optimized apps and unsuccessful stories shadow. The fundamental difference between the two opposing groups is understanding. Discover the critical points in the React and React Native architecture, and develop general best practices that can lead to consistently developing 0 crash, 5 star apps based on an understanding of fundamentals. You will: Measure and define successful app design Create animation based on user need Reduce performance bottleneck throughout your apps.Mobile appsDevelopmentCross-platform software developmentMobile appsDevelopment.Cross-platform software development.005.35He M. Holmes1228945MiAaPQMiAaPQMiAaPQBOOK9910568257303321Creating Apps with React Native2852958UNINA03214nam 2200697 a 450 991081843370332120240516065315.097866130724989781119574316111957431597811180304791118030478978047095133004709513389781283072496128307249197811180304551118030451(CKB)2550000000032181(EBL)706690(SSID)ssj0000534479(PQKBManifestationID)11347199(PQKBTitleCode)TC0000534479(PQKBWorkID)10511544(PQKB)10607421(Au-PeEL)EBL706690(CaPaEBR)ebr10462161(CaONFJC)MIL307249(MiAaPQ)EBC706690(OCoLC)1082138324(Perlego)1012756(EXLCZ)99255000000003218120101104d2011 uy 0engur|n|---|||||txtrdacontentcrdamediacrrdacarrierBIM content development standards, strategies, and best practices /Robert S. Weygant1st ed.Hoboken, New Jersey :Wiley,2011.1 online resource (466 pages)THEi Wiley ebooks.Includes index.9780470583579 0470583576 pt. 1. Getting started -- pt. 2. BIM content basics -- pt. 3. BIM content types."From the cutting-edge of technology comes this book on Building Information Modeling (BIM), the newest technology in the AEC industry that allows the professional to create 3D models of a building that includes much more data than a traditional 2D CAD file. Developing BIM Content explains the type of information that can go into a BIM model from a vendor-neutral perspective and explores different methods for organizing content. For anyone interested in creating feature-rich BIM object and models that work on any platform, this is a must-have reference"--Provided by publisher."Provides an overview of the different industry standards currently being used (CSI's Masterformat, Uniformat, and Omniclass; Industry Foundation Classes) and how one can leverage them when creating objects and models Walks through what the different types of information are (parameters, attributes, constraints, and conditions) and how they inter-relate How to use this information to create and implement a data management strategy for your objects and models. The strategies and best practices outlined in this book are vendor-neutral; they can be used by any professional, regardless of the software platform in use"--Provided by publisher.Building information modelingBuilding information modeling.690.0285ARC000000bisacshWeygant Robert S.1973-1672043MiAaPQMiAaPQMiAaPQBOOK9910818433703321BIM content development4035057UNINA04425nam 2200997z- 450 991055739660332120210501(CKB)5400000000041931(oapen)https://directory.doabooks.org/handle/20.500.12854/69392(oapen)doab69392(EXLCZ)99540000000004193120202105d2020 |y 0engurmn|---annantxtrdacontentcrdamediacrrdacarrierMultivariate Approximation for solving ODE and PDEBasel, SwitzerlandMDPI - Multidisciplinary Digital Publishing Institute20201 online resource (202 p.)3-03943-603-1 3-03943-604-X This book presents collective works published in the recent Special Issue (SI) entitled "Multivariate Approximation for Solving ODE and PDE". These papers describe the different approaches and related objectives in the field of multivariate approximation. The articles in fact present specific contents of numerical methods for the analysis of the approximation, as well as the study of ordinary differential equations (for example oscillating with delay) or that of partial differential equations of the fractional order, but all linked by the objective to present analytical or numerical techniques for the simplification of the study of problems involving relationships that are not immediately computable, thus allowing to establish a connection between different fields of mathematical analysis and numerical analysis through different points of view and investigation. The present contents, therefore, describe the multivariate approximation theory, which is today an increasingly active research area that deals with a multitude of problems in a wide field of research. This book brings together a collection of inter-/multi-disciplinary works applied to many areas of applied mathematics in a coherent manner.Mathematics and SciencebicsscResearch and information: generalbicssc(G,αf)-bonvexity/(G,αf)-pseudobonvexity(G,αf)-invexity/(G,αf)-pseudoinvexityasymmetric iterative schemesBernstein polynomialsbivariate functionblending differenceBoolean sumcontinued fractiondelay differential equationsdivided differencedomain decompositiondualityefficient solutionsequidistant nodeseven-order differential equationsfourth-ordergeneralized fractional Taylor's formulaegroup explicitHadamard transformHilbert transformhypersingular integralinverse differenceiterated generalized fractional derivativesiteration methodsIyengar inequalityleast-squaresmultiple rootsneutral delayneutral differential equationsnon-differentiablenondifferentiablenonlinear equationsnonoscillatory solutionsoblique decompositionone-point methodsoptimal convergenceorder of convergenceoscillationoscillatory solutionsparallel computationparameter estimationphysical modellingpoisson equationriccati transformationright and left generalized fractional derivativessecond-ordersimultaneous approximationstrictly pseudo (V,α,ρ,d)-type-Isupport functionsymmetric dualityThiele-Newton's expansionunified dualViscovatov-like algorithmMathematics and ScienceResearch and information: generalCesarano Clementeedt1325421Cesarano ClementeothBOOK9910557396603321Multivariate Approximation for solving ODE and PDE3036880UNINA