Wicked Cool Perl Scripts

Wicked Cool Perl Scripts
Title Wicked Cool Perl Scripts PDF eBook
Author Steve Oualline
Publisher No Starch Press
Pages 339
Release 2006
Genre Computers
ISBN 1593270623

Download Wicked Cool Perl Scripts Book in PDF, Epub and Kindle

Provides information on creating a variety of Perl utilities.

Wicked Cool Perl Scripts

Wicked Cool Perl Scripts
Title Wicked Cool Perl Scripts PDF eBook
Author Oualline
Publisher
Pages 336
Release 2006-01-01
Genre
ISBN 9788184040890

Download Wicked Cool Perl Scripts Book in PDF, Epub and Kindle

Most Perl programmers have been frustrated at one time or another because the system just wouldn't do what they wanted it to do. There was that one simple and obvious utility that was missing that would make life so much easier: A tool to get a stock quote, show off a photograph collection, or even display a collection of favorite comics. Wicked Cool Perl Scripts is about writing those utilities quickly and easily. A collection of handy utilities that solves difficult problems, Wicked Cool Perl Scripts is a great resource for the savvy Perl programmer.

Wicked Cool Ruby Scripts

Wicked Cool Ruby Scripts
Title Wicked Cool Ruby Scripts PDF eBook
Author Steve Pugh
Publisher No Starch Press
Pages 220
Release 2009
Genre Computers
ISBN 1593271824

Download Wicked Cool Ruby Scripts Book in PDF, Epub and Kindle

Contains fifty-eight Ruby scripts to solve a variety of problems for system administration, image manipulation, and management of a Website.

Wicked Cool Shell Scripts

Wicked Cool Shell Scripts
Title Wicked Cool Shell Scripts PDF eBook
Author Dave Taylor
Publisher No Starch Press
Pages 365
Release 2004
Genre Computers
ISBN 1593270127

Download Wicked Cool Shell Scripts Book in PDF, Epub and Kindle

This useful book offers 101 fun shell scripts for solving common problems and personalizing the computing environment. Readers will find shell scripts to create an interactive calculator, a spell checker, a disk backup utility, a weather tracker, a web logfile analysis tool, a stock portfolio tracker, and much more. The cookbook style examples are all written in Bourne Shell (sh) syntax; the scripts will run on Linux, Mac OS X, and Unix.

Perl One-Liners

Perl One-Liners
Title Perl One-Liners PDF eBook
Author Peteris Krumins
Publisher No Starch Press
Pages 172
Release 2013-11-13
Genre Computers
ISBN 159327520X

Download Perl One-Liners Book in PDF, Epub and Kindle

Part of the fun of programming in Perl lies in tackling tedious tasks with short, efficient, and reusable code. Often, the perfect tool is the one-liner, a small but powerful program that fits in one line of code and does one thing really well. In Perl One-Liners, author and impatient hacker Peteris Krumins takes you through more than 100 compelling one-liners that do all sorts of handy things, such as manipulate line spacing, tally column values in a table, and get a list of users on a system. This cookbook of useful, customizable, and fun scripts will even help hone your Perl coding skills, as Krumins dissects the code to give you a deeper understanding of the language. You'll find one-liners that: * Encode, decode, and convert strings * Generate random passwords * Calculate sums, factorials, and the mathematical constants π and e * Add or remove spaces * Number lines in a file * Print lines that match a specific pattern * Check to see if a number is prime with a regular expression * Convert IP address to decimal form * Replace one string with another And many more! Save time and sharpen your coding skills as you learn to conquer those pesky tasks in a few precisely placed keystrokes with Perl One-Liners.

Practical C++ Programming

Practical C++ Programming
Title Practical C++ Programming PDF eBook
Author Steve Oualline
Publisher "O'Reilly Media, Inc."
Pages 576
Release 2002-12-13
Genre Computers
ISBN 144936716X

Download Practical C++ Programming Book in PDF, Epub and Kindle

C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.

Wicked Cool Shell Scripts, 2nd Edition

Wicked Cool Shell Scripts, 2nd Edition
Title Wicked Cool Shell Scripts, 2nd Edition PDF eBook
Author Dave Taylor
Publisher No Starch Press
Pages 402
Release 2016-10-15
Genre Computers
ISBN 1593277830

Download Wicked Cool Shell Scripts, 2nd Edition Book in PDF, Epub and Kindle

Shell scripts are an efficient way to interact with your machine and manage your files and system operations. With just a few lines of code, your computer will do exactly what you want it to do. But you can also use shell scripts for many other essential (and not-so-essential) tasks. This second edition of Wicked Cool Shell Scripts offers a collection of useful, customizable, and fun shell scripts for solving common problems and personalizing your computing environment. Each chapter contains ready-to-use scripts and explanations of how they work, why you’d want to use them, and suggestions for changing and expanding them. You'll find a mix of classic favorites, like a disk backup utility that keeps your files safe when your system crashes, a password manager, a weather tracker, and several games, as well as 23 brand-new scripts, including: – ZIP code lookup tool that reports the city and state – Bitcoin address information retriever – suite of tools for working with cloud services like Dropbox and iCloud – for renaming and applying commands to files in bulk – processing and editing tools Whether you want to save time managing your system or just find new ways to goof off, these scripts are wicked cool!