Book picks similar to
Handbook of Theoretical Computer Science - 2 Vol Set by Jean Van Leeuwen
computer-science
computers
favourites
fsm
Nmap Cookbook: The Fat-free Guide to Network Scanning
Nicholas Marsh - 2010
Every Nmap feature is covered with visual examples to help you quickly understand and identify proper usage for practical results.Topics covered include:* Installation on Windows, Mac OS X, Unix/Linux platforms* Basic and advanced scanning techniques* Network inventory and security auditing* Firewall evasion techniques* Zenmap - A graphical front-end for Nmap* NSE - The Nmap Scripting Engine* Ndiff - A Nmap scan comparison utilitySimplified coverage of Nmap 5.00 features.
Comptia Security+: Get Certified Get Ahead: Sy0-301 Study Guide
Darril Gibson - 2011
The SY0-301 version covers every aspect of the SY0-301 exam, and includes the same elements readers raved about in the previous version. Each of the eleven chapters presents topics in an easy to understand manner and includes real-world examples of security principles in action. The author uses many of the same analogies and explanations he's honed in the classroom that have helped hundreds of students master the Security+ content. You'll understand the important and relevant security topics for the Security+ exam, without being overloaded with unnecessary details. Additionally, each chapter includes a comprehensive review section to help you focus on what's important. Over 450 realistic practice test questions with in-depth explanations will help you test your comprehension and readiness for the exam. The book includes a 100 question pre-test, a 100 question post-test, and practice test questions at the end of every chapter. Each practice test question includes a detailed explanation to help you understand the content and the reasoning behind the question. You'll be ready to take and pass the exam the first time you take it. If you plan to pursue any of the advanced security certifications, this guide will also help you lay a solid foundation of security knowledge. Learn this material, and you'll be a step ahead for other exams. This SY0-301 study guide is for any IT or security professional interested in advancing in their field, and a must read for anyone striving to master the basics of IT systems security. The author supplements the book with blog posts here: http: //blogs.getcertifiedgetahead.com/. This page provides a full listing of mobile device apps from the author: http: //learnzapp.com/partners/darrilgibson/
Core Python Programming
Wesley J. Chun - 2000
It turns out that all the buzz is well earned. I think this is the best book currently available for learning Python. I would recommend Chun's book over Learning Python (O'Reilly), Programming Python (O'Reilly), or The Quick Python Book (Manning)." --David Mertz, Ph.D., IBM DeveloperWorks(R) "I have been doing a lot of research [on] Python for the past year and have seen a number of positive reviews of your book. The sentiment expressed confirms the opinion that Core Python Programming is now considered the standard introductory text." --Richard Ozaki, Lockheed Martin "Finally, a book good enough to be both a textbook and a reference on the Python language now exists." --Michael Baxter, Linux Journal "Very well written. It is the clearest, friendliest book I have come across yet for explaining Python, and putting it in a wider context. It does not presume a large amount of other experience. It does go into some important Python topics carefully and in depth. Unlike too many beginner books, it never condescends or tortures the reader with childish hide-and-seek prose games. [It] sticks to gaining a solid grasp of Python syntax and structure." --http: //python.org bookstore Web site "[If ] I could only own one Python book, it would be Core Python Programming by Wesley Chun. This book manages to cover more topics in more depth than Learning Python but includes it all in one book that also more than adequately covers the core language. [If] you are in the market for just one book about Python, I recommend this book. You will enjoy reading it, including its wry programmer's wit. More importantly, you will learn Python. Even more importantly, you will find it invaluable in helping you in your day-to-day Python programming life. Well done, Mr. Chun!" --Ron Stephens, Python Learning Foundation "I think the best language for beginners is Python, without a doubt. My favorite book is Core Python Programming." --s003apr, MP3Car.com Forums "Personally, I really like Python. It's simple to learn, completely intuitive, amazingly flexible, and pretty darned fast. Python has only just started to claim mindshare in the Windows world, but look for it to start gaining lots of support as people discover it. To learn Python, I'd start with Core Python Programming by Wesley Chun." --Bill Boswell, MCSE, Microsoft Certified Professional Magazine Online "If you learn well from books, I suggest Core Python Programming. It is by far the best I've found. I'm a Python newbie as well and in three months time I've been able to implement Python in projects at work (automating MSOffice, SQL DB stuff, etc.)." --ptonman, Dev Shed Forums "Python is simply a beautiful language. It's easy to learn, it's cross-platform, and it works. It has achieved many of the technical goals that Java strives for. A one-sentence description of Python would be: 'All other languages appear to have evolved over time--but Python was designed.' And it was designed well. Unfortunately, there aren't a large number of books for Python. The best one I've run across so far is Core Python Programming." --Chris Timmons, C. R. Timmons Consulting "If you like the Prentice Hall Core series, another good full-blown treatment to consider would be Core Python Programming. It addresses in elaborate concrete detail many practical topics that get little, if any, coverage in other books." --Mitchell L Model, MLM Consulting "Core Python Programming is an amazingly easy read! The liberal use of examples helps clarify some of the more subtle points of the language. And the comparisons to languages with which I'm already familiar (C/C++/Java) get you programming in record speed." --Michael Santos, Ph.D., Green Hills Software The Complete Developer's Guide to Python New to Python? The definitive guide to Python development for experienced programmersCovers core language features thoroughly, including those found in the latest Python releases--learn more than just the syntax!Learn advanced topics such as regular expressions, networking, multithreading, GUI, Web/CGI, and Python extensionsIncludes brand-new material on databases, Internet clients, Java/Jython, and Microsoft Office, plus Python 2.6 and 3Presents hundreds of code snippets, interactive examples, and practical exercises to strengthen your Python skills Python is an agile, robust, expressive, fully object-oriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Programming, Second Edition , leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively so that you can immediately succeed with any Python project. Using practical code examples, Chun introduces all the fundamentals of Python programming: syntax, objects and memory management, data types, operators, files and I/O, functions, generators, error handling and exceptions, loops, iterators, functional programming, object-oriented programming and more. After you learn the core fundamentals of Python, he shows you what you can do with your new skills, delving into advanced topics, such as regular expressions, networking programming with sockets, multithreading, GUI development, Web/CGI programming and extending Python in C. This edition reflects major enhancements in the Python 2.x series, including 2.6 and tips for migrating to 3. It contains new chapters on database and Internet client programming, plus coverage of many new topics, including new-style classes, Java and Jython, Microsoft Office (Win32 COM Client) programming, and much more. Learn professional Python style, best practices, and good programming habitsGain a deep understanding of Python's objects and memory model as well as its OOP features, including those found in Python's new-style classesBuild more effective Web, CGI, Internet, and network and other client/server applicationsLearn how to develop your own GUI applications using Tkinter and other toolkits available for PythonImprove the performance of your Python applications by writing extensions in C and other languages, or enhance I/O-bound applications by using multithreadingLearn about Python's database API and how to use a variety of database systems with Python, including MySQL, Postgres, and SQLiteFeatures appendices on Python 2.6 & 3, including tips on migrating to the next generation! Core Python Programming delivers Systematic, expert coverage of Python's core featuresPowerful insights for developing complex applicationsEasy-to-use tables and charts detailing Python modules, operators, functions, and methodsDozens of professional-quality code examples, from quick snippets to full-fledged applications
The Super Olympian: Bloodhound (Shapechanger Tales)
Laer Carroll - 2012
And she has strange powers. What can feed her challenge-addiction now? Fighting crime? There is plenty of it.
The Weeping Lady Conspiracy : A Marquess House Saga Short Story
Alexandra Walsh - 2021
ServSafe Coursebook [with Answer Sheet]
National Restaurant Association - 2001
It is the ideal solution for the academic setting, multiple-day training, or individuals in need of more extensive food safety training. Food safety has never been more important to the restaurant industry and its customers. Based on the "2013""FDA Food Code, " the "ServSafe Coursebook" focuses on the preventative measures to keep food safe. The content in the "ServSafe Coursebook" goes beyond the principles found in the "ServSafe""Manager Book" and adds greater depth and breadth of food safety practices by featuring expanded sections on food defense, high-risk populations, active managerial control, and crisis management. Food safety topics are presented in a user-friendly, practical way with more real-world case studies and stories to help readers understand the day-to-day importance of food safety. Developed by the industry, for the industry, ServSafe(R) is a proven way to minimize risk and maximize protection for foodservice owners, employees, and customers. Recognized as the industry standard, ServSafe offers a complete suite of printed and online products and is the most important ingredient to food safety training and certification success. The "ServSafe Coursebook" is available packaged with MyServSafeLab(TM). MyServSafeLab is an online homework, tutorial, and assessment program that truly engages students in learning. It helps students better prepare for class, quizzes, and exams-resulting in better performance in the course-and provides educators a dynamic set of tools for gauging individual and class progress. The "ServSafe Coursebook" 6th Edition is available packaged in a number of ways to suit your specific needs. ISBN: 0133883507 is a package containing the book and the answer sheet for the pencil/paper version of the ServSafe Food Protection Manager exam" ServSafe Coursebook with Answer Sheet 6th Edition " Also available: Stand-alone book: "ServSafe Coursebook "6th Edition ISBN: 0133883604A package containing the book, the answer sheet for the pencil/paper version of the ServSafe Food Protection Manager exam, AND MyServSafeLab with Pearson eText Access Card: " ServSafe Coursebook with Answer Sheet, Revised Plus NEW MyServSafeLab with Pearson eText -- Access Card Package, "6/e ISBN: 0133962733A package containing the book and online exam voucher: "ServSafe Coursebook with Online Exam Voucher 6th Edition "ISBN: 0133883515A package containing the book, online exam voucher, AND MyServSafeLab with Pearson eText Access Card: "ServSafe Coursebook with Online Exam Voucher, Revised Plus NEW MyServSafeLab with Pearson eText -- Access Card Package, 6/e "ISBN: 0133962725Students, if interested in purchasing this title with MyServSafeLab, ask your instructor for the correct package ISBN. MyServSafeLab is not a self-paced technology and should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.
Comptia A+ Certification All-In-One Exam Guide: Exams 220-801 & 220-802
Mike Meyers - 2012
Offers a review of the examination that includes test-taking strategies, discussion of relevant concepts, practice questions, and detailed answers.
System Software: An Introduction to Systems Programming
Leland L. Beck - 1985
Stressing the relationship between system software and the architecture of the machine it is designed to support, Beck first presents the fundamental concepts and basic design of each type of software in a machine-independent way. He then discusses both machine-dependent and independent extensions to the basic concepts, and gives examples of the actual system software. New FeaturesProvides updated architecture and software examples, including the Intel x86 family (Pentium, P6, etc.), IBM PowerPC, Sun SPARC, and Cray T3E. Includes an introduction to object-oriented programming and design, and illustrates these concepts of object-oriented languages, compilers, and operating systems. Brings the book up-to-speed with industry by including current operating systems topics, such as multiprocessor, distributed, and client/server systems. Contains a wide selection of examples and exercises, providing teaching support as well as flexibility, allowing you to concentrate on the software and architectures that you want to cover.
Is $.99 the New Free? The Truth About Launching and Pricing Your Kindle Books
Steve Scott - 2013
<br> <br><h2>DISCOVER: Launching and Pricing Strategies That Work in 2013</h2><br>Kindle publishing offers a rare opportunity to make money with your words. Simply write a good book and you'll tap into the world's largest online store. But it's not the utopian business model that some Internet gurus claim. You have to work hard and you have to constantly adapt your marketing strategies if you want to be successful. <br><br>One tactic in particular that doesn't work like it once did is the "free day promotion" that Amazon provides through the KDP Select program. In the past, you could give away a book and see an immediate bump in sales. Moreover, many authors were able to launch their book for free and see it climb the charts once it switched to paid. Unfortunately, recent changes to Amazon's algorithm has led to diminished success with this strategy. Some people are even saying, "KDP Select is dead."<br><br>The question is, if KDP Select no longer works, what can an author do to launch or increase sales? <br><br>A possible solution is the "$.99 pricing" strategy." Rather than giving away a book, some people market it at a discounted rate (usually $.99), which ultimately leads to lots of sales at a higher price. <br><br>These two choices leave many authors confused. Do the free days still work? Or should an author use the $.99 pricing strategy? In other words, is $.99 the new free? <br><br>With the booklet, "<b>Is $.99 the New Free</b>" you'll get a detailed case study of the launching and pricing techniques that <i>actually</i> drive sales on Amazon.com. <br><br><h2>INSIDE:: Is $.99 the New Free? - The Truth About Launching and Pricing Your Kindle Books</h2><br><br>Inside "<b>Is $.99 the New Free</b>" you'll get short and actionable content that answers the following questions:<br><ul><li><b>Why is it important to track your Kindle book sales?</b></li><br><li>What authors benefit best from offering free books through KDP Select?</li><br><li><b>Is it better to launch a book for free or sell it at $.99?</b></li><br><li>How does "visibility" work on Amazon?</li><br><li><b>How can you make a book permanently free on Amazon?</b></li><br><li>When should you move a book to other platforms?</li><br><li><b>How can you build an author platform?</b></li></ul><br>Kindle publishing is constantly evolving. What you need is a strategy guide to keep up with these changes. <br><br><h2>Would You Like To Know More?</h2><br>Download now and start getting results with the projects you delegate.<br><br>Scroll to the top of the page and select the <i>buy</i> button.
Computer Science Illuminated
Nell B. Dale - 2002
Written By Two Of Today'S Most Respected Computer Science Educators, Nell Dale And John Lewis, The Text Provides A Broad Overview Of The Many Aspects Of The Discipline From A Generic View Point. Separate Program Language Chapters Are Available As Bundle Items For Those Instructors Who Would Like To Explore A Particular Programming Language With Their Students. The Many Layers Of Computing Are Thoroughly Explained Beginning With The Information Layer, Working Through The Hardware, Programming, Operating Systems, Application, And Communication Layers, And Ending With A Discussion On The Limitations Of Computing. Perfect For Introductory Computing And Computer Science Courses, Computer Science Illuminated, Third Edition's Thorough Presentation Of Computing Systems Provides Computer Science Majors With A Solid Foundation For Further Study, And Offers Non-Majors A Comprehensive And Complete Introduction To Computing.
Real Havana: Explore Cuba Like A Local And Save Money
Mario Rizzi - 2014
This book is designed to give you a cultural immersion into Cuban life, and to provide you the tools and background information to truly make the most of your visit. It gives you the confidence and knowledge to break away from the tourist areas and experience the real Cuba. You want to explore the rich culture. Be transported back to a simpler time. Experience Havana’s romance and the beauty with the same carefree joy as the locals. See everything you want to see and go everywhere you want to go. The Real Havana guide shows you how to do all that and lots more. In the guide, you will learn about: ● Authentic Cuban cuisine and affordable Havana restaurants. ● Low-priced markets, shops and entertainment options. ● Maps of Havana and the suburbs – Get out of the city and EXPLORE! ● Instructions on using communal taxis particulares and all the major routes. ● Contact info and reviews of over 30 casa particular apartments in Vedado. ● Fascinating, offbeat places which are hidden from foreigners. ● Hundreds of tips on saving money while in Havana. ● How to avoid the most common tourist scams. This book is not a tourist guide. It’s not a list of restaurant reviews and attractions, like all the other guides. With this book, you will learn about the authentic, local places. Locations which are hidden to regular tourists. Naturally, these places are also very inexpensive. So, in effect, you will not only be immersed in authentic Cuban life, but you will also save money.
BONUS:
The last section of this book includes the Cheap Casa Particular Guide. You will find listings and reviews of over 30 apartments and rooms to rent in the Vedado neighborhood of Havana. These casas particulares have been hand selected out of the thousands available in Havana. They are not only the most affordable, but they are also among the cleanest, best maintained, and best located. The hosts are extremely hospitable and most speak multiple languages. The best part is that you get the full contact information for the casas, so you can call or email the hosts directly and book your stay without having to deal with expensive brokers or middlemen. By booking your reservation directly with the landlords, you are certain to save at least $5 to 10$ per night in brokerage fees. That alone is easily worth the purchase price of Real Havana guide.
About Full Compass Guides
Full Compass Guides are aimed at travelers who want to understand local customs and culture so that they can experience destinations like a local. Unlike regular tourist guides, Full Compass guides are not a list of attractions popular with tourists, and boring restaurant and hotel reviews that are obsolete the moment they are published. With our guides, you get succinct, useful information about the culture, people and geography of your destination so you have the tools and the confidence to explore on your own, experience everything that your destination has to offer, and save money. Our guides are written by experienced travelers who have intimate knowledge of both the location and the culture of the destination. They give you the exact information you need in order to make the most of your travel time.
John Grisham Complete Series Reading Order
Reader's Friend - 2015
John Grisham has been writing dozens of novels in various series and genres for over 15 years. As a fan, it can be difficult to keep up! The Reader's Friend reference list for John Grisham is a complete list of every John Grisham title, and is designed for maximum convenience and functionality. Keeping track of your Grisham addiction had never been easier! All of the info you need, and none of the clutter you don't. We're readers just like you, and we know you don't need a lot of junk in your reference list. Our John Grisham list is designed to be clean and optimally usable: The info you need, right there where you need it. No flipping back and forth in the table of contents, no scrolling through filler. AND IT'S SO SIMPLE TO USE: Check off the books you've read with a single tap! — Just use your Kindle's built-in highlighter. Instructions are included! Get free updates regardless of how you purchased the list — We update immediately every time a new John Grisham title is released, so you'll never be out of the loop! Browse titles CHRONOLOGICALLY, BY SERIES, or BY GENRE — Whichever is most convenient for you! For a preview, just click the book cover to the left and "LOOK INSIDE!" EVERY JOHN GRISHAM TITLE IS INCLUDED: Jake Brigance (A Time to Kill) series Theodore Boone series All stand-alone mysteries and thrillers All stand-alone general fiction All short stories All non-fiction We've even included a bonus list of John Grisham's many adaptations, so that you can watch the TV series or movie when you finish a book! PLEASE NOTE: THIS IS A TITLE LIST ONLY, compiled for reference purposes to assist readers. No copyrighted material from the titles listed is included. This list is compliant with United States Copyright Office circular 34.
Practical Vim: Edit Text at the Speed of Thought
Drew Neil - 2012
It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7
High Performance Browser Networking
Ilya Grigorik - 2013
By understanding what the browser can and cannot do, you’ll be able to make better design decisions and deliver faster web applications to your users.Author Ilya Grigorik—a developer advocate and web performance engineer at Google—starts with the building blocks of TCP and UDP, and then dives into newer technologies such as HTTP 2.0, WebSockets, and WebRTC. This book explains the benefits of these technologies and helps you determine which ones to use for your next application.- Learn how TCP affects the performance of HTTP- Understand why mobile networks are slower than wired networks- Use best practices to address performance bottlenecks in HTTP- Discover how HTTP 2.0 (based on SPDY) will improve networking- Learn how to use Server Sent Events (SSE) for push updates, and WebSockets for XMPP chat- Explore WebRTC for browser-to-browser applications such as P2P video chat- Examine the architecture of a simple app that uses HTTP 2.0, SSE, WebSockets, and WebRTC
How to Write Your Blockbuster
Fiona McIntosh - 2015
And while there are many resources out there on the "craft" of writing or how to find your creative voice as an "artist," there is little by way of practical advice on how to actually set about writing genre fiction for a career. Fiona McIntosh, one of Australia's most successful commercial authors across a range of genres, is here to set the record straight, and set aspiring novelists on a realistic path. She believes that if you have a tough hide and a philosophical attitude—as well as a damn strong work ethic—anyone can make a living from popular writing. And she's here to show you how.