Book picks similar to
Oracle RMAN Pocket Reference by Darl Kuhn
databases
digital
ebooks_unread
got-it
Web Database Applications with PHP and MySQL
Hugh E. Williams - 2002
Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably.Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look.But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools.Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking.Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use.This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems Introductions to PHP, SQL, and MySQL administration Session management, including the use of a custom database for improved efficiency User input validation, security, and authentication The PEAR repository, plus details on the use of PEAR DB and Template classes Production of PDF reports
Mastering Emacs
Mickey Petersen - 2015
In the Mastering Emacs ebook you will learn the answers to all the concepts that take weeks, months or even years to truly learn, all in one place.“Emacs is such a hard editor to learn”But why is it so hard to learn? As it turns out, it's almost always the same handful of issues that everyone faces.If you have tried to learn Emacs you will have struggled with the same problems everyone faces, and few tutorials to see you through it.I have dedicated the first half of the book to explaining the essence of Emacs — and in doing so, how to overcome these issues:Memorizing Emacs’s keys: You will learn Emacs one key at a time, starting with the arrow keys. To feel productive in Emacs, it’s important you start on an equal footing — without too many new concepts and keys to memorize. Each chapter will introduce more keys and concepts so you can learn at your own pace. Discovering new modes and features: Emacs is a self-documenting editor, and I will teach you how to use the apropos, info, and describe system to discover new modes and features, or help you find things you forgot! Customizing Emacs: You don’t have to learn Emacs Lisp to alter a lot of Emacs’s functionality. Most changes you want to make are possible using Emacs’s Customize interface and I will show you how to use it efficiently. Understanding the terminology: Emacs is so old it predates almost every other editor and all modern user interfaces. I have an entire chapter dedicated to the unique terminology in Emacs; how it is different from other editors, and what that means to you.
The Ruby Way: Solutions and Techniques in Ruby Programming
Hal Fulton - 2001
This practical "how-to" handbook, written by experienced programmer Hal Fulton, has been updated to not only explain the newest features of Ruby, but also to show how people use Ruby today, including coverage of Ruby on Rails.
Child of Fate
Jason Halstead - 2012
Alto is on the verge of becoming such a man when his father is ambushed by monstrous raiders from the mountains.Determined to find help for his father Alto leaves his home behind and sets out with a group of adventurers tasked with learning the true nature of the raids. Help for his family grows more and more distant as the boy is swept up into a budding war with a neighboring nation and the threats of evil forces from the mountains.A fiery-tempered princess from the eastern kingdom falls into Alto's hands by twist of fate. The fate of two nations rests in their hands, provided they can keep them off of each other's throats.
The Definitive ANTLR 4 Reference
Terence Parr - 2012
Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features. Build your own languages with ANTLR v4, using ANTLR's new advanced parsing technology. In this book, you'll learn how ANTLR automatically builds a data structure representing the input (parse tree) and generates code that can walk the tree (visitor). You can use that combination to implement data readers, language interpreters, and translators. You'll start by learning how to identify grammar patterns in language reference manuals and then slowly start building increasingly complex grammars. Next, you'll build applications based upon those grammars by walking the automatically generated parse trees. Then you'll tackle some nasty language problems by parsing files containing more than one language (such as XML, Java, and Javadoc). You'll also see how to take absolute control over parsing by embedding Java actions into the grammar. You'll learn directly from well-known parsing expert Terence Parr, the ANTLR creator and project lead. You'll master ANTLR grammar construction and learn how to build language tools using the built-in parse tree visitor mechanism. The book teaches using real-world examples and shows you how to use ANTLR to build such things as a data file reader, a JSON to XML translator, an R parser, and a Java class->interface extractor. This book is your ticket to becoming a parsing guru!What You Need: ANTLR 4.0 and above. Java development tools. Ant build system optional (needed for building ANTLR from source)
MongoDB Applied Design Patterns
Rick Copeland - 2013
You’ll learn how to apply MongoDB design patterns to several challenging domains, such as ecommerce, content management, and online gaming. Using Python and JavaScript code examples, you’ll discover how MongoDB lets you scale your data model while simplifying the development process.Many businesses launch NoSQL databases without understanding the techniques for using their features most effectively. This book demonstrates the benefits of document embedding, polymorphic schemas, and other MongoDB patterns for tackling specific big data use cases, including:Operational intelligence: Perform real-time analytics of business dataEcommerce: Use MongoDB as a product catalog master or inventory management systemContent management: Learn methods for storing content nodes, binary assets, and discussionsOnline advertising networks: Apply techniques for frequency capping ad impressions, and keyword targeting and biddingSocial networking: Learn how to store a complex social graph, modeled after Google+Online gaming: Provide concurrent access to character and world data for a multiplayer role-playing game
Clojure Applied: From Practice to Practitioner
Ben Vandgrift - 2015
You want to develop software in the most effective, efficient way possible. This book gives you the answers you’ve been looking for in friendly, clear language.We’ll cover, in depth, the core concepts of Clojure: immutable collections, concurrency, pure functions, and state management. You’ll finally get the complete picture you’ve been looking for, rather than dozens of puzzle pieces you must assemble yourself. First, we focus on Clojure thinking. You’ll discover the simple architecture of Clojure software, effective development processes, and how to structure applications. Next, we explore the core concepts of Clojure development. You’ll learn how to model with immutable data; write simple, pure functions for efficient transformation; build clean, concurrent designs; and structure your code for elegant composition. Finally, we move beyond pure application development and into the real world. You’ll understand your application’s configuration and dependencies, connect with other data sources, and get your libraries and applications out the door.Go beyond the toy box and into Clojure’s way of thinking. By the end of this book, you’ll have the tools and information to put Clojure’s strengths to work.https://pragprog.com/book/vmclojeco/c...
The Empire at War Box Set
Christopher G. Nuttall - 2016
Nuttall. Aliens take control of Britain’s cities and force the remainder of the British military to go on the run. With the government destroyed, the population must choose between fighting and collaborating with the alien overlords. . Discovery of the Saiph by P.P. Corcoran.The Marco Polo leads mankind to Proxima Centauri outside Earth's Solar System where the ship's scientists detect power readings they are artificial, alien and emanate from Planet III... a wasteland that suffered a devastating nuclear bombardment many thousands of years before. Archaeologists discover an alien library deep underground and are astonished to unlock its secrets with human DNA. C.R.O.W. by Phillip Richards.Andy Moralee knew that life with his new company of Dropship Infantry would be hard, but nothing could prepare him for life in one of the toughest units in the Union army. New arrivals, nicknamed ‘Crow’ by their platoons, are the lowest form of life in his Company, and he finds himself at the mercy of unforgiving commanders and bullies, all the time knowing that the real enemy are waiting for him at the end of his journey through the void. The enemy know that the Union are coming, they have dug in and fortified, and they are ready Marine Cadet by Tim C. Taylor.2565 A.D. When seventeen-year old Marine Cadet, Arun McEwan, forges an unlikely friendship with an alien scribe, he crashes into a world of treachery and conspiracy. How can he possibly survive three more years until graduation when every day brings a new deadly threat? But survive he must because his new alien allies show him glimpses of his destiny — a vision of a better future that only he can forge.A dream called the Human Legion The Exclusive Short Stories- Haven One-Eight by P.P. Corcoran. A relentless foe seeks to murder the Faithful in their haven, but who are these unstoppable servants of Satan? The answer will shock you. The President’s Son by Tim C. Taylor. The characters in the Human Legion series have been isolated from the rest of humanity for centuries, but their distant ancestors were taken as children from Earth. In The President’s Son, a short story exclusive to this collection, we hear the story of that first group of slave children. Fallen Witness artwork by Andy Bigwood and words by Tim C. Taylor.The third short story in the collection is special.
Agile Data Warehouse Design: Collaborative Dimensional Modeling, from Whiteboard to Star Schema
Lawrence Corr - 2011
This book describes BEAM✲, an agile approach to dimensional modeling, for improving communication between data warehouse designers, BI stakeholders and the whole DW/BI development team. BEAM✲ provides tools and techniques that will encourage DW/BI designers and developers to move away from their keyboards and entity relationship based tools and model interactively with their colleagues. The result is everyone thinks dimensionally from the outset! Developers understand how to efficiently implement dimensional modeling solutions. Business stakeholders feel ownership of the data warehouse they have created, and can already imagine how they will use it to answer their business questions. Within this book, you will learn: ✲ Agile dimensional modeling using Business Event Analysis & Modeling (BEAM✲) ✲ Modelstorming: data modeling that is quicker, more inclusive, more productive, and frankly more fun! ✲ Telling dimensional data stories using the 7Ws (who, what, when, where, how many, why and how) ✲ Modeling by example not abstraction; using data story themes, not crow's feet, to describe detail ✲ Storyboarding the data warehouse to discover conformed dimensions and plan iterative development ✲ Visual modeling: sketching timelines, charts and grids to model complex process measurement - simply ✲ Agile design documentation: enhancing star schemas with BEAM✲ dimensional shorthand notation ✲ Solving difficult DW/BI performance and usability problems with proven dimensional design patterns Lawrence Corr is a data warehouse designer and educator. As Principal of DecisionOne Consulting, he helps clients to review and simplify their data warehouse designs, and advises vendors on visual data modeling techniques. He regularly teaches agile dimensional modeling courses worldwide and has taught dimensional DW/BI skills to thousands of students. Jim Stagnitto is a data warehouse and master data management architect specializing in the healthcare, financial services, and information service industries. He is the founder of the data warehousing and data mining consulting firm Llumino.
HBase: The Definitive Guide
Lars George - 2011
As the open source implementation of Google's BigTable architecture, HBase scales to billions of rows and millions of columns, while ensuring that write and read performance remain constant. Many IT executives are asking pointed questions about HBase. This book provides meaningful answers, whether you’re evaluating this non-relational database or planning to put it into practice right away.
Discover how tight integration with Hadoop makes scalability with HBase easier
Distribute large datasets across an inexpensive cluster of commodity servers
Access HBase with native Java clients, or with gateway servers providing REST, Avro, or Thrift APIs
Get details on HBase’s architecture, including the storage format, write-ahead log, background processes, and more
Integrate HBase with Hadoop's MapReduce framework for massively parallelized data processing jobs
Learn how to tune clusters, design schemas, copy tables, import bulk data, decommission nodes, and many other tasks
802.11 Wireless Networks: The Definitive Guide
Matthew S. Gast - 2002
Foremost on that list is mobility, since going wireless frees you from the tether of an Ethernet cable at a desk. But that's just the tip of the cable-free iceberg. Wireless networks are also more flexible, faster and easier for you to use, and more affordable to deploy and maintain.The de facto standard for wireless networking is the 802.11 protocol, which includes Wi-Fi (the wireless standard known as 802.11b) and its faster cousin, 802.11g. With easy-to-install 802.11 network hardware available everywhere you turn, the choice seems simple, and many people dive into wireless computing with less thought and planning than they'd give to a wired network. But it's wise to be familiar with both the capabilities and risks associated with the 802.11 protocols. And 802.11 Wireless Networks: The Definitive Guide, 2nd Edition is the perfect place to start.This updated edition covers everything you'll ever need to know about wireless technology. Designed with the system administrator or serious home user in mind, it's a no-nonsense guide for setting up 802.11 on Windows and Linux. Among the wide range of topics covered are discussions on:deployment considerationsnetwork monitoring and performance tuningwireless security issueshow to use and select access pointsnetwork monitoring essentialswireless card configurationsecurity issues unique to wireless networksWith wireless technology, the advantages to its users are indeed plentiful. Companies no longer have to deal with the hassle and expense of wiring buildings, and households with several computers can avoid fights over who's online. And now, with 802.11 Wireless Networks: The Definitive Guide, 2nd Edition, you can integrate wireless technology into your current infrastructure with the utmost confidence.
Senses Series Box Set
Xavier Neal - 2015
Blind, Deaf, Numb, Hush and Savor. Blind: Aside from being blind to the fact his best friend, Maxx Hughes, is madly in love with him, Logan 'Unbreakable' Kellar has it made. He's the best amateur fighter at TKO, has a buffet line of women desperate to be taken by him, and three friends that are his family. However, when Maxx crosses over from Logan's blind spot on the side lines to the dead center of his vision, he realizes that he can't stay blind to the fact this girl, is the girl. Deaf: While the pleas of Logan Kellar's best friends typically fall on deaf ears, there's one voice he can't ignore so easily. His own. And when Maxx, his beautiful best friend, says something that shakes his existence, he finds himself suddenly desperate to be heard. Numb: Just when Logan Kellar was finally ready to make some changes in his life, his entire world was flipped upside down. Now the pain he is used to burying is fighting back. Refusing to let him slip into his old ways, refusing to let him hide from his mistakes, and refusing to let him become numb. Hush: Logan "Unbreakable" Kellar finally has everything he's always wanted in life. When a career opportunity, that could jeopardize everything, comes along, he's put back in the position where he's spent most of his life. Torn. Now, Logan has a hard hitting choice to make. Tell the only girl he's ever loved exactly what he's feeling or fall back on old habits and keep his feelings on the Hush. Savor: Lately, Logan "Unbreakable" Kellar's life has been a series of miscommunications with catastrophic consequences. However, this time around, the consequences threaten to not only damage his current relationships but erase a future he only ever dreamed of. Will Logan lose everything he's ever hoped for or will he finally be able to break the cycle of his mistakes and get the future he is so desperate to Savor?
Star Schema the Complete Reference
Christopher Adamson - 2010
Star Schema: The Complete Reference offers in-depth coverage of design principles and their underlying rationales. Organized around design concepts and illustrated with detailed examples, this is a step-by-step guidebook for beginners and a comprehensive resource for experts.This all-inclusive volume begins with dimensional design fundamentals and shows how they fit into diverse data warehouse architectures, including those of W.H. Inmon and Ralph Kimball. The book progresses through a series of advanced techniques that help you address real-world complexity, maximize performance, and adapt to the requirements of BI and ETL software products. You are furnished with design tasks and deliverables that can be incorporated into any project, regardless of architecture or methodology.Master the fundamentals of star schema design and slow change processingIdentify situations that call for multiple stars or cubesEnsure compatibility across subject areas as your data warehouse growsAccommodate repeating attributes, recursive hierarchies, and poor data qualitySupport conflicting requirements for historic dataHandle variation within a business process and correlation of disparate activitiesBoost performance using derived schemas and aggregatesLearn when it's appropriate to adjust designs for BI and ETL tools
Jack Noble: Books 1-3
L.T. Ryan - 2015
Ryan has captivated audiences and left them sleepless and breathless since the series debuted in 2012.
"Jason Bourne. Jack Ryan. Jack Bauer. Now Jack Noble. For fans of political intrigue, military mystery and conspiracy Jack Noble is a perfect fit."
Now for a limited time, you can purchase the first three books in the Jack Noble series for over 50% off!NOBLE BEGINNINGS (JACK NOBLE #1) *** OVER 1000 5-STAR REVIEWS ***In March of 2002, while the eyes of the world focused on Afghanistan, Jack Noble finds himself on the outskirts of Baghdad, Iraq. A Marine in name only, Jack is on-loan to the CIA. Normally an integral part of the team, he finds that he is nothing more than a security detail in Iraq.Jack and his partner Bear have a run-in with four CIA special agents over the treatment of an Iraqi family. Within hours Jack and Bear are detained.All Jack wanted was to finish his enlistment and move on with his life. All he did was intervene and save a family from unwarranted violence at the hands of four CIA agents. But he soon discovers that he did far more than intervene. He has placed himself dead square in the middle of a conspiracy that reaches the highest levels of the U.S. government.This Jack Noble political thriller is not for the faint of heart!A DEADLY DISTANCE (JACK NOBLE #2) *** OVER 550 5-STAR REVIEWS ***Washington, D.C. Midday. A man waits at a bus stop, his intentions unknown. Two government operatives have been stalking him for days, waiting for him to make his move. Unexpectedly, the man takes off running and heads for a deserted warehouse.Jack Noble and his partner, Frank Skinner, believe the man to be part of a terrorist organization that is involved in smuggling drugs and guns and men into the country. But it turns out their plan involves far more export than import, and hits a lot closer to home.As the case in this explosive action thriller unfolds, the man behind it all reaches out to Jack with a simple message... 37 hours.THIN LINE (JACK NOBLE #3) *** OVER 275 5-STAR REVIEWS ***Thin Line is Ryan's latest thriller featuring former government assassin Jack Noble as he races from New York to Paris to Washington DC on the trail of a rogue agent marked for termination. When friends can no longer be trusted, and enemies must be, Jack is forced to make a decision that will compromise his integrity, conscience, and his life.These fast-paced thrillers by USA Today bestselling author L.T. Ryan will leave you burning through the pages as Jack Noble races to stop the conspiracy before it claims his life. Fans of Tom Clancy, Lee Child's Jack Reacher, Vince Flynn's Mitch Rapp, and Robert Ludlum's Jason Bourne will enjoy Jack Noble. The Jack Noble Series has been downloaded over 2,000,000 times!
"Move over Jason Bourne there's a new hero in town, Jack Noble is here, period!"
"Having just finished Noble Beginnings and being duly impressed, I feel I can now add L.T.Ryan to my list of favorite authors. Amongst them both Lee Child and Vince Flynn, as Jack Reacher and Mitch Rapp are similar and could certainly hold their own with a newcomer like Jack Noble.
Professional Test Driven Development with C#: Developing Real World Applications with Tdd
James Bender - 2011
This hands-on guide provides invaluable insight for creating successful test-driven development processes. With source code and examples featured in both C# and .NET, the book walks you through the TDD methodology and shows how it is applied to a real-world application. You'll witness the application built from scratch and details each step that is involved in the development, as well as any problems that were encountered and the solutions that were applied.Clarifies the motivation behind test-driven development (TDD), what it is, and how it works Reviews the various steps involved in developing an application and the testing that is involved prior to implementing the functionality Discusses unit testing and refactoring Professional Test-Driven Development with C# shows you how to create great TDD processes right away.