Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,593
- History 1,521
- Development 893
- Engineering & Applied Sciences 704
- Application software 691
- Management 612
- Filosofía 514
- Crítica e interpretación 497
- Computer Science 466
- Computer networks 358
- Philosophy 339
- Computer programming 330
- Cloud computing 325
- Història 316
- Design 311
- Education 305
- Computer software 303
- Feminism 297
- Politics and government 296
- Business & Economics 294
- Data processing 291
- Lenin, Vladimir Il'ich 289
- Computer programs 284
- Python (Computer program language) 278
- Política y gobierno 269
- History and criticism 267
- Programming 250
- Social aspects 250
- Web sites 248
- Java (Computer program language) 247
-
961por Wilton, Paul, 1969-Tabla de Contenidos: “…Beginning SQL; About the Authors; Credits; Contents; Acknowledgments; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p. wrox. com; Chapter 1: Introduction to SQL; A Brief History of Databases; Structured Query Language (SQL); Database Creation; Creating, Altering, and Deleting Tables; Good Database Design; Creating the Example Database; Summary; Exercises; Chapter 2: Entering Information; Inserting New Data; Inserting Data into the Case Study Database; Updating Data; Deleting Data…”
Publicado 2005
Libro electrónico -
962por Peck, Akkana“…From first installation to advanced image manipulation techniques, Beginning GIMP: From Novice to Professional, Second Edition explains how anyone can utilize GIMP: a free, open source image manipulation program. …”
Publicado 2008
Libro electrónico -
963por Hetland, Magnus Lie“…Gain a fundamental understanding of Python's syntax and features with the second edition of Beginning Python, an up–to–date introduction and practical reference. …”
Publicado 2008
Libro electrónico -
964por Horton, Ivor“…With Beginning C: From Novice to Professional, Fourth Edition, you'll come to understand the fundamentals of the C language and learn how to program. …”
Publicado 2006
Libro electrónico -
965por Sharma, Shashank“…Beginning Fedora: From Novice to Professional guides you through the tasks most new Linux users desire to perform, while explaining potentially confusing concepts along the way. …”
Publicado 2007
Libro electrónico -
966“…Beginning Hibernate is ideal if you're experienced in Java with databases (the traditional, or connected, approach), but are new to open source lightweight Hibernate—the most popular de facto object-relational mapping and database-oriented application development framework. …”
Libro electrónico -
967por Harris, Simon, 1972-Tabla de Contenidos: “…Beginning Algorithms; Chapter 1 Getting Started; Chapter 2 Iteration and Recursion; Chapter 3 Lists; Chapter 4 Queues; Chapter 5 Stacks; Chapter 6 Basic Sorting; Chapter 7 Advanced Sorting; Chapter 8 Priority Queues; Chapter 9 Binary Searching and Insertion; Chapter 10 Binary Search Trees; Chapter 11 Hashing; Chapter 12 Sets; Chapter 13 Maps; Chapter 14 Ternary Search Trees; Chapter 15 B-Trees; Chapter 16 String Searching; Chapter 17 String Matching; Chapter 18 Computational Geometry; Chapter 19 Pragmatic Optimization; Appendix A Further Reading; Appendix B Resources; Appendix C Bibliography…”
Publicado 2006
Libro electrónico -
968por Payne, James W.Tabla de Contenidos: “…Beginning Python: Using Python 2.6 and Python 3.1; About the Author; Credits; Acknowledgments; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Part I: Dipping Your Toe into Python; Chapter 1: Programming Basics and Strings; Chapter 2: Numbers and Operators; Chapter 3: Variables-Names for Values; Part II: Python Language and the Standard Library; Chapter 4: Making Decisions; Chapter 5: Functions; Chapter 6: Classes and Objects; Chapter 7: Organizing Programs…”
Publicado 2010
Libro electrónico -
969por Pollak, David“…Written by Lift Scala web framework founder and lead Dave Pollak, Beginning Scala takes a down-to-earth approach to teaching Scala that leads you through simple examples that can be combined to build complex, scalable systems and applications. …”
Publicado 2009
Libro electrónico -
970por Rahmel, Dan“…More than just a simple “build a toy web site” guide, Beginning Joomla!, Second Edition will give you a wealth of life–saving tips, tricks, tools, and fixes that experienced Joomla! …”
Publicado 2009
Libro electrónico -
971por Gardener, MarkTabla de Contenidos: “…Multiple RegressionCurvilinear Regression; Plotting Linear Models and Curve Fitting; Summarizing Regression Models; Summary; Chapter 11: More About Graphs; Adding Elements to Existing Plots; Matrix Plots (Multiple Series on One Graph); Multiple Plots in One Window; Exporting Graphs; Summary; Chapter 12: Writing Your Own Scripts: Beginning to Program; Copy and Paste Scripts; Creating Simple Functions; Making Source Code; Summary; Appendix: Answers to Exercises; Chapter 1; Chapter 2; Chapter 3; Chapter 4; Chapter 5; Chapter 6; Chapter 7; Chapter 8; Chapter 9; Chapter 10; Chapter 11; Chapter 12…”
Publicado 2012
Libro electrónico -
972
-
973por Pace, Larry“…Beginning R: An Introduction to Statistical Programming is a hands-on book showing how to use the R language, write and save R scripts, build and import data files, and write your own custom statistical functions. …”
Publicado 2012
Libro electrónico -
974
-
975por Flavell, Lance“…The expert's voice in open source Beginning Blender…”
Publicado 2010
Libro electrónico -
976
-
977por Cooper, Peter. author“…Based on the bestselling first edition, Beginning Ruby: From Novice to Professional, Second Edition is the leading guide for every type of reader who wants to learn Ruby from the ground up. …”
Publicado 2009
Libro electrónico -
978por Pickering, Robert“…Reviewed by Don Syme, the chief architect of F# at Microsoft Research, Beginning F# is a great foundation for exploring functional programming and its role in the future of application development…”
Publicado 2009
Libro electrónico -
979por Poe, CurtisTabla de Contenidos: “…Beginning Perl; Copyright; Credits; About the Author; About the Technical Editor; Acknowledgments; Contents; Introduction; Who this Book is for; If You Have No Programming Experience; If You're An Experienced Programmer; What this Book Covers; How this Book is Structured; What You Need to Use this Book; Conventions; Source Code; Errata; P2P.Wrox.Com; Chapter 1: What is Perl?…”
Publicado 2012
Libro electrónico -
980Publicado 2018Tabla de Contenidos: “…-- How to Set up a React-Based Application -- Installing create-react-app -- Creating Your First React Application -- Activity: Creating an Application with create-react-app -- Exploring the Generated Content -- The create-react-app Commands -- The npm start Command -- Changing File Content and Viewing the Result -- Activity: Starting and Changing the Application -- The npm test Command -- The npm run build Command -- The npm run eject Command -- How to Design a UI -- Everything Is a Component -- Decompose a User Interface -- Container and Presentational Components -- Activity: Detecting Components in a Web User Interface -- Summary -- Creating Components -- Definition of a Component -- Building Our First React Component -- Managing Styles -- Adding CSS -- Activity: Defining a Shopping Cart -- Using JSX -- Activity: Translating HTML into JSX -- Composing Components -- Combining Components -- Activity: Defining a Composed Cart -- Data Propagation -- Activity: Creating a Cart Item Component -- Managing the Internal State -- Activity: Adding State Management to the Cart Component -- Summary -- Managing User Interactivity -- Managing User Interaction -- HTML Events versus React Events -- Event Handlers and the this Keyword -- Changing the State -- Activity: Adding Items to the Shopping Cart -- Component Lifecycle Events -- Activity: Showing the Quantity of Items Added to the Cart -- Managing Routing -- Installing React Router -- Using the Router -- Defining Views -- Some Notes About the Route Component -- Nested Views -- Path Parameters -- Activity: Adding a View About Shipping Methods -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico