John Mueller Paul

Список книг автора John Mueller Paul


    Functional Programming For Dummies

    John Mueller Paul

    Your guide to the functional programming paradigm Functional programming mainly sees use in math computations, including those used in Artificial Intelligence and gaming. This programming paradigm makes algorithms used for math calculations easier to understand and provides a concise method of coding algorithms by people who aren't developers. Current books on the market have a significant learning curve because they're written for developers, by developers—until now. Functional Programming for Dummies explores the differences between the pure (as represented by the Haskell language) and impure (as represented by the Python language) approaches to functional programming for readers just like you. The pure approach is best suited to researchers who have no desire to create production code but do need to test algorithms fully and demonstrate their usefulness to peers. The impure approach is best suited to production environments because it's possible to mix coding paradigms in a single application to produce a result more quickly. Functional Programming For Dummies uses this two-pronged approach to give you an all-in-one approach to a coding methodology that can otherwise be hard to grasp. Learn pure and impure when it comes to coding Dive into the processes that most functional programmers use to derive, analyze and prove the worth of algorithms Benefit from examples that are provided in both Python and Haskell Glean the expertise of an expert author who has written some of the market-leading programming books to date If you’re ready to massage data to understand how things work in new ways, you’ve come to the right place!

    Windows Administration at the Command Line for Windows 2003, Windows XP, and Windows 2000. In the Field Results

    John Mueller Paul

    The only complete reference for Windows command line utilities Instant results for time-crunched IT professionals The last thing you want as a busy systems administrator is to click endlessly through the Windows GUI every time you need to perform a simple task. Want a better solution? Windows Administration at the Command Line reacquaints you with the often-overlooked utilities accessible through the command line in Windows 2003, XP, and 2000. Locate files, check system status, secure and monitor systems, and best of all, save time by using scripts to automate your time-consuming management tasks. This practical book reveals all the command line utilities and puts them right at your fingertips. The only resource on the market with the complete set of Windows command line utilities, this hands-on reference gives you solutions that yield superior results compared to GUI-based utilities, increasing your productivity in the field. Inside you'll find: * The complete set of all Windows command line utilities * Real world scenarios that focus on practical applications * Information on third-party utilities and scripting techniques * Instructions for using the .NET Framework utilities * A preview of Windows Vista utilities including detailed instructions for using Monad and MSH * An appendix with 52 command line tricks and techniques In the Field Results Provides seasoned systems administrators with advanced tools, knowledge, and real-world skills to use on the job. Going beyond what the standard documentation or classroom training provides, these practical guides address the real situations IT professionals face every day, offering streamlined solutions to improve productivity.

    .NET Framework Solutions. In Search of the Lost Win32 API

    John Mueller Paul

    If you've begun programming using Microsoft's .NET Framework, you've discovered a lot of new and improved functionality. But, more than likely, you've also discovered a lot of missing functionality. Indeed, a third of the functions supported by the old Win32 API are not yet supported by .NET. Although you may not at first notice the loss of Win32 API functionality in .NET, the more you program, the more you'll realize how essential it is. As a programmer, you will not want to do without these solutions. .NET Framework Solutions: In Search of the Lost Win32 API is one more thing you can't do without: a complete guide to your options for dealing with the functionality missing from .NET. As you'll learn, some functions are handily situated within Visual Basic or C#. In most cases, however, you'll need to access the old Win32 API from the .NET Framework. This is demanding work, but this book makes it easy, walking you through every step and paying special attention to the work of managing memory manually–the most error-prone part of the process. The topics covered inside are as varied as the missing functionality: direct hardware access, low-level security control, certain aspects of OS access, support for multimedia and utilities, and DirectX. You also get hard-to-find information on COM access, plus a collection of examples–dealing with DirectX and the MMC Snap-ins–that unite COM and Win32 access in especially illuminating ways. Over time, you can expect to see the .NET Framework expanded to include much of what it now lacks. But your programming tasks can't wait, and .NET Framework Solutions makes you productive–today.

    Microsoft Exchange Server 2007 For Dummies

    John Mueller Paul

    Microsoft Exchange Server 2007 was made to help you handle e-mail, meeting management, and other essential office services. Microsoft Exchange Server 2007 For Dummies helps you get a handle on Exchange Server. Pretty slick, huh? Here’s the lowdown on installing and administering Microsoft Exchange Server 2007 and taking advantage of all the enhancements in Service Pack 1. With this handy guide, you’ll be able to maximize the security, reliability, and speed that Exchange Server 2007 provides. Assess your organization’s needs to determine which edition of Exchange Server best meets them Explore what Exchange Server does, then plan, install, and configure it Consider how your users work with their mail and customize your set-up to facilitate their needs Learn to use the Exchange Management Console Use the new Exchange Server security features to protect e-mail from viruses, spam, phishing, and other threats Set up an offline address book, use templates, and develop custom forms Create settings for the most efficient interaction with clients, use multiple mailboxes, and view digital certificates Manage resource scheduling and interactive calendars Troubleshoot your configuration, perform regular maintenance, and be able to recover from mail-specific problems Monitor Exchange Server performance and maintain databases, mail flow, and peak performance Microsoft Exchange Server 2007 For Dummies gets you ready to exchange problems for solutions. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

    Microsoft Windows XP Power Optimization

    John Mueller Paul

    Want a Faster and More Powerful PC? It's There on Your Desk. Eventually, it will be time to buy a new PC or put money into an upgrade, but Microsoft Windows XP Power Optimization shows you how to get the most out of your current equipment right now, simply by tuning your Windows setup. These professional techniques range from the basic to the advanced, and they can be used to achieve both targeted improvement and better overall system performance. In every area, the gains can be immense, and the time it takes is minimal. Coverage includes: Enhancing performance by removing unneeded items Making smart tradeoffs Safely removing unneeded registry entries Using command-line utilities Keeping Internet Explorer under control Making simple but effective system tweaks Creating a comprehensive archival system Monitoring your system for performance concerns Keeping your system in peak operating condition Understanding the connection between user activity and system performance Automating cleanup and maintenance tasks Keeping your PC safe from viruses and human intruders Catching and correcting mistakes System Optimized—What's Next? Once you've helped your system live up to its potential, help yourself by turning to Microsoft Windows XP Power Productivity, also from Sybex. You'll find expert instruction on harnessing native Windows functionality and third-party utilities to work faster and smarter.

    LINQ For Dummies

    John Mueller Paul

    If you’ve asked yourself “Why can’t I develop database and XML queries in a language I already know?”, then Language INtegrated Query, or LINQ, is for you. LINQ For Dummies introduces you to LINQ and the .NET Framework technologies, so you can use LINQ to query any object, any data set, any kind of XML, and SQL Server—no questions asked. This plain-English guide gives you a thorough overview of LINQ, from understanding the tasks it performs to making LINQ work with both Visual Basic and Visual Studio 2005. It explains the four LINQ providers in the .NET Framework, the easiest ways to go about accessing data, and how to write more efficient applications with less code using LINQ. There’s also clear guidance on combining third-party providers with LINQ to create even more powerful apps. With this single, comprehensive guide, you’ll discover how to: Use one query language with all Microsoft languages Examine .NET language extensions and work with extension methods, partial methods, lambda expressions, and query expressions LINQ to DataSet operators, SQL server operations, XML API, or Active Directory Deal with databases – download and install the Northwind database, generate Northwind entity classes, and create the Northwind XML mapping file Create the partial class example, the partial method example, and the database modification example Use objects with LINQ Query databases in Visual Basic and C# As an added bonus, you can visit the companion Web site for LINQ examples in C# and Visual Basic. With LINQ For Dummies, you’ll link up with LINQ in no time and see how you can query almost anything! Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

    VBA For Dummies

    John Mueller Paul

    VBA helps you put your computer in its place Write programs that automate tasks and make Office 2007 work better for you If your computer is becoming your boss instead of your servant, start using VBA to tell it what to do! Here's the latest on the VBA IDE and program containers, debugging and controlling your programs, working with multiple applications using a single program, and the most exciting stuff – programming for all the Office 2007 applications. Discover how to Customize an application's interface Quick-launch a VBA program Store and modify information Use VBA with the Ribbon Understand object-oriented programming Avoid runtime errors

    Mining eBay Web Services. Building Applications with the eBay API

    John Mueller Paul

    Improved Speed, Accuracy, and Convenience—Yours for the Taking eBay is continuously improving the features it offers buyers and sellers. Now, the biggest improvements are ones you can build for yourself. Mining eBay Web Services teaches you to create custom applications that automate buying and selling tasks and make searches more precise. Do you have dozens of items to sell? You can prepare complete descriptions and terms and submit them all with one click. Are you searching for an item with special purchasing or shipping conditions? You can't do this manually, but your custom application can. Would you benefit from charting your buying and selling trends? This book shows you how to mine and organize information that simply isn't available otherwise. All by itself, the improvement in speed will dwarf anything you've experienced—especially if you connect to eBay via dial-up. But speed is just one piece of an entirely new way of navigating the eBay marketplace. Here's a little of what you'll find covered inside: Creating new listings in bulk and automatically submitting them Getting all the facts you need about an item in one step Performing searches based on shipping or payment terms Completing tasks more quickly by working with locally stored eBay data Working with eBay's new authentication and authorization technology Ensuring the accuracy of your listings Quickly accessing buyer and seller information Using the new Java and SOAP interfaces Using calls to perform tasks not supported by the manual interface Charting trends in your buying and selling habits Tracking eBay listings with mobile devices Developing secure applications Automatically submitting feedback in batches You'll learn to do all of this and more using the language of your choice: JavaScript, VBA, Visual Basic 6, Visual C++ 6, Visual Basic .NET, C#, PHP, or Java. You also get all the details on participating in various eBay developer programs, where everything you need as an individual is completely free.

    Windows Command Line Administration Instant Reference

    John Mueller Paul

    The perfect companion to any book on Windows Server 2008 or Windows 7, and the quickest way to access critical information Focusing just on the essentials of command-line interface (CLI), Windows Command-Line Administration Instant Reference easily shows how to quickly perform day-to-day tasks of Windows administration without ever touching the graphical user interface (GUI). Specifically designed for busy administrators, Windows Command-Line Administration Instant Reference replaces many tedious GUI steps with just one command at the command-line, while concise, easy to access answers provide solutions on the spot. Provides practical examples, step-by-step instructions, and contextual information Quick-reference style delivers the commands needed for managing data and the network; working with Active Directory; performing diagnostics and maintenance; and, creating batch files and scripts Covers administration for Windows Server 2008 Server Core, Windows Server 2008 (including R2), and Windows 7 Administrators can get more done in less time with CLI than they can with the standard GUI. Compact enough to keep on hand at all times, Windows Command-Line Administration Instant Reference provides administrators with a convenient, fast and simple way to use CLI.

    Beginning Programming with Python For Dummies

    John Mueller Paul

    Learn Python—the fun and easy way—and get in the programming game today! Python is one of the fastest growing programming languages, and no wonder. It requires three to five times less time than developing in Java, is a great building block for learning both procedural and object-oriented programming concepts, and is an ideal language for data analysis. Beginning Programming with Python For Dummies is the perfect guide to this dynamic and powerful programming language—even if you've never coded before! Author John Paul Mueller draws on his vast programming knowledge and experience to guide you step-by-step through the syntax and logic of programming with Python and provides several real-world programming examples to give you hands-on experience trying out what you've learned. Provides a solid understanding of basic computer programming concepts and helps familiarize you with syntax and logic Explains the fundamentals of procedural and object-oriented programming Shows how Python is being used for data analysis and other applications Includes short, practical programming samples to apply your skills to real-world programming scenarios Whether you've never written a line of code or are just trying to pick up Python, there's nothing to fear with the fun and friendly Beginning Programming with Python For Dummies leading the way.