Mastering Perl, 2nd Edition Posted: 16 Feb 2014 02:08 AM PST Book Description Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl isn’t a collection of clever tricks, but a way of thinking about Perl programming for solving debugging, configuration, and many other real-world problems you'll encounter as a working programmer. The third in O'Reilly's series of landmark Perl tutorials (after Learning Perl and Intermediate Perl), this fully upated edition pulls everything together and helps you bend Perl to your will. - Explore advanced regular expressions features
- Avoid common problems when writing secure programs
- Profile and benchmark Perl programs to see where they need work
- Wrangle Perl code to make it more presentable and readable
- Understand how Perl keeps track of package variables
- Define subroutines on the fly
- Jury-rig modules to fix code without editing the original source
- Use bit operations and bit vectors to store large data efficiently
- Learn how to detect errors that Perl doesn't report
- Dive into logging, data persistence, and the magic of tied variables
Table of Contents Chapter 1. Advanced Regular Expressions Chapter 2. Secure Programming Techniques Chapter 3. Perl Debuggers Chapter 4. Profiling Perl Chapter 5. Benchmarking Perl Chapter 6. Cleaning Up Perl Chapter 7. Symbol Tables and Typeglobs Chapter 8. Dynamic Subroutines Chapter 9. Modifying and Jury-Rigging Modules Chapter 10. Configuring Perl Programs Chapter 11. Detecting and Reporting Errors Chapter 12. Logging Chapter 13. Data Persistence Chapter 14. Working with Pod Chapter 15. Working with Bits Chapter 16. The Magic of Tied Variables Chapter 17. Modules as Programs Appendix A. Further Reading Appendix B. brian's Guide to Solving Any Perl Problem Book Details - Paperback: 400 pages
- Publisher: O’Reilly Media; 2nd Edition (January 2014)
- Language: English
- ISBN-10: 144939311X
- ISBN-13: 978-1449393113
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Mastering Perl, 2nd Edition appeared first on Wow! eBook. |
Beginning NFC Posted: 16 Feb 2014 02:04 AM PST Book Description Jump into the world of Near Field Communications (NFC), the fast-growing technology that lets devices in close proximity exchange data, using radio signals. With lots of examples, sample code, exercises, and step-by-step projects, this hands-on guide shows you how to build NFC applications for Android, the Arduino microcontroller, and embedded Linux devices. You'll learn how to write apps using the NFC Data Exchange Format (NDEF) in PhoneGap, Arduino, and node.js that help devices read messages from passive NFC tags and exchange data with other NFC-enabled devices. If you know HTML and JavaScript, you're ready to start with NFC. - Dig into NFC's architecture, and learn how it's related to RFID
- Write sample apps for Android with PhoneGap and its NFC plugin
- Dive into NDEF: examine existing tag-writer apps and build your own
- Listen for and filter NDEF messages, using PhoneGap event listeners
- Build a full Android app to control lights and music in your home
- Create a hotel registration app with Arduino, from check-in to door lock
- Write peer-to-peer NFC messages between two Android devices
- Explore embedded Linux applications, using examples on Raspberry Pi and BeagleBone
Table of Contents Chapter 1. Introduction Chapter 2. NFC and RFID Chapter 3. Getting Started with PhoneGap and the PhoneGap-NFC Library Chapter 4. Introducing NDEF Chapter 5. Listening for NDEF Messages Chapter 6. An NFC Application in Practice Chapter 7. Introduction to Arduino and NFC Chapter 8. Peer-to-Peer Exchange Chapter 9. NFC on Embedded Systems Appendix A. NFC Specification Codes Book Details - Paperback: 246 pages
- Publisher: O’Reilly Media (January 2014)
- Language: English
- ISBN-10: 1449372066
- ISBN-13: 978-1449372064
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Beginning NFC appeared first on Wow! eBook. |
Oracle PL/SQL Programming, 6th Edition Posted: 16 Feb 2014 01:59 AM PST Book Description Considered the best Oracle PL/SQL programming guide by the Oracle community, this definitive guide is precisely what you need to make the most of Oracle's powerful procedural language. The sixth edition describes the features and capabilities of PL/SQL up through Oracle Database 12c Release 1. Hundreds of thousands of PL/SQL developers have benefited from this book over the last twenty years; this edition continues that tradition. With extensive code examples and a lively sense of humor, this book explains language fundamentals, explores advanced coding techniques, and offers best practices to help you solve real-world problems. - Get PL/SQL programs up and running quickly, with clear instructions for executing, tracing, testing, debugging, and managing code
- Understand new 12.1 features, including the ACCESSIBLE_BY clause, WITH FUNCTION and UDF pragma, BEQUEATH CURRENT_USER for views, and new conditional compilation directives
- Take advantage of extensive code samples, from easy-to-follow examples to reusable packaged utilities
- Optimize PL/SQL performance with features like the function result cache and Oracle utilities such as PL/Scope and the PL/SQL hierarchical profiler
- Build modular, easy-to-maintain PL/SQL applications using packages, procedures, functions, and triggers
Table of Contents Part I: Programming in PL/SQL Chapter 1. Introduction to PL/SQL Chapter 2. Creating and Running PL/SQL Code Chapter 3. Language Fundamentals Part II: PL/SQL Program Structure Chapter 4. Conditional and Sequential Control Chapter 5. Iterative Processing with Loops Chapter 6. Exception Handlers Part III: PL/SQL Program Data Chapter 7. Working with Program Data Chapter 8. Strings Chapter 9. Numbers Chapter 10. Dates and Timestamps Chapter 11. Records Chapter 12. Collections Chapter 13. Miscellaneous Datatypes Part IV: SQL in PL/SQL Chapter 14. DML and Transaction Management Chapter 15. Data Retrieval Chapter 16. Dynamic SQL and Dynamic PL/SQL Part V: PL/SQL Application Construction Chapter 17. Procedures, Functions, and Parameters Chapter 18. Packages Chapter 19. Triggers Chapter 20. Managing PL/SQL Code Chapter 21. Optimizing PL/SQL Performance Chapter 22. I/O and PL/SQL Part VI: Advanced PL/SQL Topics Chapter 23. Application Security and PL/SQL Chapter 24. PL/SQL Architecture Chapter 25. Globalization and Localization in PL/SQL Chapter 26. Object-Oriented Aspects of PL/SQL Chapter 27. Calling Java from PL/SQL Chapter 28. External Procedures Appendix A. Regular Expression Metacharacters and Function Parameters Appendix B. Number Format Models Appendix C. Date Format Models Book Details - Paperback: 1326 pages
- Publisher: O’Reilly Media; 6th Edition (January 2014)
- Language: English
- ISBN-10: 1449324452
- ISBN-13: 978-1449324452
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Oracle PL/SQL Programming, 6th Edition appeared first on Wow! eBook. |
Python Pocket Reference, 5th Edition Posted: 16 Feb 2014 01:54 AM PST Book Description Updated for both Python 3.4 and 2.7, this convenient pocket guide is the perfect on-the-job quick reference. You'll find concise, need-to-know information on Python types and statements, special method names, built-in functions and exceptions, commonly used standard library modules, and other prominent Python tools. The handy index lets you pinpoint exactly what you need. Written by Mark Lutz—widely recognized as the world's leading Python trainer—Python Pocket Reference is an ideal companion to O'Reilly's classic Python tutorials, Learning Python and Programming Python, also written by Mark. This fifth edition covers: - Built-in object types, including numbers, lists, dictionaries, and more
- Statements and syntax for creating and processing objects
- Functions and modules for structuring and reusing code
- Python's object-oriented programming tools
- Built-in functions, exceptions, and attributes
- Special operator overloading methods
- Widely used standard library modules and extensions
- Command-line options and development tools
- Python idioms and hints
- The Python SQL Database API
Book Details - Paperback: 264 pages
- Publisher: O’Reilly Media; 5th Edition (January 2014)
- Language: English
- ISBN-10: 1449357016
- ISBN-13: 978-1449357016
Note: There is a file embedded within this post, please visit this post to download the file. Related Books - Java 7 Pocket Guide, 2nd Edition (04-08-2013)
- Professional Heroku Programming (06-05-2013)
- Learning Python, 5th Edition (05-08-2013)
- Learn Python the Hard Way, 3rd Edition (04-01-2014)
- Learn Cocoa on the Mac, 2nd Edition (19-06-2013)
- JavaScript for PHP Developers (18-05-2013)
- Xcode 4 Cookbook (25-09-2013)
- Twisted Network Programming Essentials, 2nd Edition (17-04-2013)
- SDL Game Development (03-10-2013)
- Scala Cookbook (19-09-2013)
- SAP ABAP Advanced Cookbook (29-01-2013)
- Real World Windows 8 App Development with JavaScript (17-08-2013)
- Python in Practice (30-12-2013)
- Python Geospatial Development , 2nd Edition (25-09-2013)
- Programming the Mobile Web, 2nd Edition (19-04-2013)
- Programming iOS 6, 3rd Edition (11-03-2013)
- Professional NFC Application Development for Android (06-05-2013)
- Professional iOS Database Application Programming, 2nd Edition (06-05-2013)
- Pro SQL Database for Windows Azure, 2nd Edition (08-02-2013)
- Pro Objective-C (14-10-2013)
The post Python Pocket Reference, 5th Edition appeared first on Wow! eBook. |
Thinking with Data Posted: 16 Feb 2014 01:51 AM PST Book Description Many analysts are too concerned with tools and techniques for cleansing, modeling, and visualizing datasets and not concerned enough with asking the right questions. In this practical guide, data strategy consultant Max Shron shows you how to put the why before the how, through an often-overlooked set of analytical skills. Thinking with Data helps you learn techniques for turning data into knowledge you can use. You'll learn a framework for defining your project, including the data you want to collect, and how you intend to approach, organize, and analyze the results. You'll also learn patterns of reasoning that will help you unveil the real problem that needs to be solved. - Learn a framework for scoping data projects
- Understand how to pin down the details of an idea, receive feedback, and begin prototyping
- Use the tools of arguments to ask good questions, build projects in stages, and communicate results
- Explore data-specific patterns of reasoning and learn how to build more useful arguments
- Delve into causal reasoning and learn how it permeates data work
- Put everything together, using extended examples to see the method of full problem thinking in action
Table of Contents Chapter 1. Scoping: Why Before How Chapter 2. What Next? Chapter 3. Arguments Chapter 4. Patterns of Reasoning Chapter 5. Causality Chapter 6. Putting It All Together Book Details - Paperback: 94 pages
- Publisher: O’Reilly Media (January 2014)
- Language: English
- ISBN-10: 1449362931
- ISBN-13: 978-1449362935
Note: There is a file embedded within this post, please visit this post to download the file. Related Books The post Thinking with Data appeared first on Wow! eBook. |
Tidak ada komentar:
Posting Komentar