Tcl/Tk Pocket Reference

Download Tcl/Tk Pocket Reference PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1565924983
Total Pages : 97 pages
Book Rating : 4.5/5 (659 download)

DOWNLOAD NOW!


Book Synopsis Tcl/Tk Pocket Reference by : Paul Raines

Download or read book Tcl/Tk Pocket Reference written by Paul Raines and published by "O'Reilly Media, Inc.". This book was released on 1998-10-28 with total page 97 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Tcl language and the TK toolkit are simple and powerful building blocks for sophisticated applications. This small book is a handy reference guide to the basic Tcl language elements, to the Tcl and Tk commands (presenting each command and its options), and to the Tk widgets.

Python Pocket Reference

Download Python Pocket Reference PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596009402
Total Pages : 159 pages
Book Rating : 4.5/5 (96 download)

DOWNLOAD NOW!


Book Synopsis Python Pocket Reference by : Mark Lutz

Download or read book Python Pocket Reference written by Mark Lutz and published by "O'Reilly Media, Inc.". This book was released on 2005-02-24 with total page 159 pages. Available in PDF, EPUB and Kindle. Book excerpt: Python is optimized for quality, productivity, portability, and integration. Hundreds of thousands of Python developers around the world rely on Python for general-purpose tasks, Internet scripting, systems programming, user interfaces, and product customization. Available on all major computing platforms, including commercial versions of Unix, Linux, Windows, and Mac OS X, Python is portable, powerful and remarkable easy to use. With its convenient, quick-reference format, Python Pocket Reference, 3rd Edition is the perfect on-the-job reference. More importantly, it's now been refreshed to cover the language's latest release, Python 2.4. For experienced Python developers, this book is a compact toolbox that delivers need-to-know information at the flip of a page. This third edition also includes an easy-lookup index to help developers find answers fast! Python 2.4 is more than just optimization and library enhancements; it's also chock full of bug fixes and upgrades. And these changes are addressed in the Python Pocket Reference, 3rd Edition. New language features, new and upgraded built-ins, and new and upgraded modules and packages--they're all clarified in detail. The Python Pocket Reference, 3rd Edition serves as the perfect companion to Learning Python and Programming Python.

Tcl/Tk in a Nutshell

Download Tcl/Tk in a Nutshell PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596555792
Total Pages : 458 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis Tcl/Tk in a Nutshell by : Paul Raines

Download or read book Tcl/Tk in a Nutshell written by Paul Raines and published by "O'Reilly Media, Inc.". This book was released on 1999-03-25 with total page 458 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Tcl language and Tk graphical toolkit are simple and powerful building blocks for custom applications. The Tcl/Tk combination is increasingly popular because it lets you produce sophisticated graphical interfaces with a few easy commands, develop and change scripts quickly, and conveniently tie together existing utilities or programming libraries.One of the attractive features of Tcl/Tk is the wide variety of commands, many offering a wealth of options. Most of the things you'd like to do have been anticipated by the language's creator, John Ousterhout, or one of the developers of Tcl/Tk's many powerful extensions. Thus, you'll find that a command or option probably exists to provide just what you need.And that's why it's valuable to have a quick reference that briefly describes every command and option in the core Tcl/Tk distribution as well as the most popular extensions. Keep this book on your desk as you write scripts, and you'll be able to find almost instantly the particular option you need.Most chapters consist of alphabetical listings. Since Tk and mega-widget packages break down commands by widget, the chapters on these topics are organized by widget along with a section of core commands where appropriate. Contents include: Core Tcl and Tk commands and Tk widgets C interface (prototypes) Expect [incr Tcl] and [incr Tk] Tix TclX BLT Oratcl, SybTcl, and Tclodbc

Perl/Tk Pocket Reference

Download Perl/Tk Pocket Reference PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1565925173
Total Pages : 107 pages
Book Rating : 4.5/5 (659 download)

DOWNLOAD NOW!


Book Synopsis Perl/Tk Pocket Reference by : Stephen Lidie

Download or read book Perl/Tk Pocket Reference written by Stephen Lidie and published by "O'Reilly Media, Inc.". This book was released on 1998-11 with total page 107 pages. Available in PDF, EPUB and Kindle. Book excerpt: This small reference is a guide to almost all Perl/Tk graphical elements, including general widget information and the details of each widget, window management, events, bindings, fonts, images, and geometry management.

Python Standard Library

Download Python Standard Library PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780596000967
Total Pages : 312 pages
Book Rating : 4.0/5 (9 download)

DOWNLOAD NOW!


Book Synopsis Python Standard Library by : Fredrik Lundh

Download or read book Python Standard Library written by Fredrik Lundh and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 312 pages. Available in PDF, EPUB and Kindle. Book excerpt: CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.

Tcl/Tk

Download Tcl/Tk PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080518435
Total Pages : 792 pages
Book Rating : 4.0/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Tcl/Tk by : Clif Flynt

Download or read book Tcl/Tk written by Clif Flynt and published by Elsevier. This book was released on 2003-05-27 with total page 792 pages. Available in PDF, EPUB and Kindle. Book excerpt: Tcl/Tk (Tool Command Language/Tool Kit) makes it fast and easy to implement any type of application, from games to network analyzers. Tcl/Tk is a full-bodied, mature programming platform used by NASA rocket scientists, Wall Street database experts, Internet designers, and open source programmers around the world. Tcl/Tk's multi-faceted and extensible nature make it ideal for developing end-user GUIs, client/server middleware, Web applications, and more. You can code completely in Tcl, use any of hundreds of extensions, call C or Java subroutines from Tcl/Tk, or use Tcl to glue legacy applications together. Written from a programmer's perspective, Tcl/Tk: A Developer's Guide describes how to use Tcl's standard tools and the unique features that make Tcl/Tk powerful: including graphics widgets, packages, namespaces, and extensions. With this book an experienced programmer will be able to code Tcl in a few hours. In just a few chapters you will learn about Tcl features that allow you to isolate and protect your code from being damaged in large applications. You will even learn how to extend the language itself. Tcl/Tk: A Developer's Guide clearly discusses development tools, proven techniques, and existing extensions. It shows how to use Tcl/Tk effectively and provides many code examples. This fully revised new edition is the complete resource for computer professionals, from systems administrators to programmers. It covers versions 7.4 to 8.4 and includes a CD-ROM containing the interpreters, libraries, and tutorials to get you started quickly. Additional materials in the book include case studies and discussions of techniques for the advanced user. On the CD-ROM *Distributions for Tcl 8.3 and 8.4 for Linux, Solaris, Macintosh, and Windows. *A copy of ActiveTcl from ActiveState. *The latest release of TclTutor. *How-to's and tutorials as well as copies of all the tools discussed in the book. *The author's "Tclsh Spot" articles from :login; magazine and the "Real World" Tcl/Tk chapters from the first edition. *Demo copies of commercial development tools from ActiveState and NeatWare. *Many open source Tcl/Tk development tools. *Tcl/Tk design guidelines. *Brings beginners up to speed quickly. *Overview of Tcl development tools, popular extensions, and packages. *Tips, style guidelines, and debugging techniques for the advanced user.

Windows Me Annoyances

Download Windows Me Annoyances PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780596000608
Total Pages : 486 pages
Book Rating : 4.0/5 (6 download)

DOWNLOAD NOW!


Book Synopsis Windows Me Annoyances by : David Karp

Download or read book Windows Me Annoyances written by David Karp and published by "O'Reilly Media, Inc.". This book was released on 2001-03-26 with total page 486 pages. Available in PDF, EPUB and Kindle. Book excerpt: In an ideal world, an operating system is a collection of software that handles a computer's "dirty work" invisibly, quickly, and most of all, painlessly. For many of us, however, Microsoft Windows exists outside this ideal world. We are annoyed by "personalized Menus" that keep changing, icons we don't use cluttering up our workspace, periodic crashes, unintelligible error messages, and inadequate documentation to help us figure it all out. Windows Me Annoyances has the insider information you need for overcoming Windows' many annoyances and limitations. Whether you're looking to finally solve a nagging problem, dramatically improve system performance, or customize the interface to better suit your work habits, the Windows Me Annoyances solution-oriented format makes finding information and implementing solutions easy and pain free. Thanks to the thorough and relevant documentation on the registry, Windows Scripting Host, and Windows' built-in networking capabilities, customizing and improving Windows Me is easier than ever. Based on the author's extremely popular Annoyances.org web sites, Windows Me Annoyances delivers an authoritative collection of techniques and tools for customizing Windows Me, including: Several approaches and hidden tools for working with the Windows registry, the database of system- and application-specific configuration information How to bypass Windows roadblocks such as the Home Networking and System Restore wizards, allowing you to take control of the processes quickly and painlessly A tutorial and reference on automation with the Windows Scripting Host as a means of eliminating many Windows Me annoyances Using third-party software and utilities to handle some of the more complex workarounds and customizations Dealing with software that overwrites your file associations and other settings without warning Windows Me Annoyances is the intermediate and advanced Windows user's best resource for turning Windows into the user-friendly, customizable interface it was meant to be, but doesn't always manage to be on its own.

Python and XML

Download Python and XML PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780596001285
Total Pages : 386 pages
Book Rating : 4.0/5 (12 download)

DOWNLOAD NOW!


Book Synopsis Python and XML by : Christopher A. Jones

Download or read book Python and XML written by Christopher A. Jones and published by "O'Reilly Media, Inc.". This book was released on 2002 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book has two objectives--to provide a comprehensive reference on using XML with Python; and to illustrate the practical applications of these technologies in an enterprise environment with examples.

Running Weblogs with Slash

Download Running Weblogs with Slash PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780596001001
Total Pages : 292 pages
Book Rating : 4.0/5 (1 download)

DOWNLOAD NOW!


Book Synopsis Running Weblogs with Slash by : Chromatic

Download or read book Running Weblogs with Slash written by Chromatic and published by "O'Reilly Media, Inc.". This book was released on 2002 with total page 292 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is written for system administrators who may not have the time to learn about Slash by reading the source code. It collects all the current Slash knowledge from the code, Website and mailing lists and organizes it into a coherent package.

Designing with Javascript

Download Designing with Javascript PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9781565923607
Total Pages : 256 pages
Book Rating : 4.9/5 (236 download)

DOWNLOAD NOW!


Book Synopsis Designing with Javascript by : Nick Heinle

Download or read book Designing with Javascript written by Nick Heinle and published by "O'Reilly Media, Inc.". This book was released on 2002 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: A guide for beginners offers an overview of JavaScript basics and explains how to create Web pages, identify browsers, and integrate sound, graphics, and animation into Web applications.

Java Security

Download Java Security PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780596001575
Total Pages : 630 pages
Book Rating : 4.0/5 (15 download)

DOWNLOAD NOW!


Book Synopsis Java Security by : Scott Oaks

Download or read book Java Security written by Scott Oaks and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 630 pages. Available in PDF, EPUB and Kindle. Book excerpt: One of Java's most striking claims is that it provides a secure programming environment. Yet despite endless discussion, few people understand precisely what Java's claims mean and how it backs up those claims. If you're a developer, network administrator or anyone else who must understand or work with Java's security mechanisms, Java Security is the in-depth exploration you need.Java Security, 2nd Edition, focuses on the basic platform features of Java that provide security--the class loader, the bytecode verifier, and the security manager--and recent additions to Java that enhance this security model: digital signatures, security providers, and the access controller. The book covers the security model of Java 2, Version 1.3, which is significantly different from that of Java 1.1. It has extensive coverage of the two new important security APIs: JAAS (Java Authentication and Authorization Service) and JSSE (Java Secure Sockets Extension). Java Security, 2nd Edition, will give you a clear understanding of the architecture of Java's security model and how to use that model in both programming and administration.The book is intended primarily for programmers who want to write secure Java applications. However, it is also an excellent resource for system and network administrators who are interested in Java security, particularly those who are interested in assessing the risk of using Java and need to understand how the security model works in order to assess whether or not Java meets their security needs.

POSIX Programmers Guide

Download POSIX Programmers Guide PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780937175736
Total Pages : 654 pages
Book Rating : 4.1/5 (757 download)

DOWNLOAD NOW!


Book Synopsis POSIX Programmers Guide by : Donald Lewine

Download or read book POSIX Programmers Guide written by Donald Lewine and published by "O'Reilly Media, Inc.". This book was released on 1991-04 with total page 654 pages. Available in PDF, EPUB and Kindle. Book excerpt: Software -- Operating Systems.

Essential SNMP

Download Essential SNMP PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9780596000202
Total Pages : 340 pages
Book Rating : 4.0/5 (2 download)

DOWNLOAD NOW!


Book Synopsis Essential SNMP by : Douglas R. Mauro

Download or read book Essential SNMP written by Douglas R. Mauro and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 340 pages. Available in PDF, EPUB and Kindle. Book excerpt: A practical introduction to SNMP for system network administrators. Starts with the basics of SNMP, how it works and provides the technical background to use it effectively.

Exim: The Mail Transfer Agent

Download Exim: The Mail Transfer Agent PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491947462
Total Pages : 644 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Exim: The Mail Transfer Agent by : Philip Hazel

Download or read book Exim: The Mail Transfer Agent written by Philip Hazel and published by "O'Reilly Media, Inc.". This book was released on 2001-07-01 with total page 644 pages. Available in PDF, EPUB and Kindle. Book excerpt: Exim delivers electronic mail, both local and remote. It has all the virtues of a good postman: it's easy to talk to, reliable, efficient, and eager to accommodate even the most complex special requests. It's the default mail transport agent installed on some Linux systems, runs on many versions of Unix, and is suitable for any TCP/IP network with any combination of hosts and end-user mail software.Exim is growing in popularity because it is open source, scalable, and rich in features such as the following: Compatibility with the calling interfaces and options of Sendmail (for which Exim is usually a drop-in replacement) Lookups in LDAP servers, MySQL and PostgreSQL databases, and NIS or NIS+ services Support for many kinds of address parsing, including regular expressions that are compatible with Perl 5 Sophisticated error handling Innumerable tuning parameters for improving performance and handling enormous volumes of mail Best of all, Exim is easy to configure. You never have to deal with ruleset 3 or worry that a misplaced asterisk will cause an inadvertent mail bomb.While a basic configuration is easy to read and can be created quickly, Exim's syntax and behavior do get more subtle as you enter complicated areas like virtual hosting, filtering, and automatic replies. This book is a comprehensive survey that provides quick information for people in a hurry as well as thorough coverage of more advanced material.

CGI Programming with Perl

Download CGI Programming with Perl PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 144932679X
Total Pages : 486 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis CGI Programming with Perl by : Scott Guelich

Download or read book CGI Programming with Perl written by Scott Guelich and published by "O'Reilly Media, Inc.". This book was released on 2000-06-29 with total page 486 pages. Available in PDF, EPUB and Kindle. Book excerpt: Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature method--and one of the most powerful ones--of providing dynamic web content. CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task. There was a time when CGI was the only game in town for server-side programming; today, although we have ASP, PHP, Java servlets, and ColdFusion (among others), CGI continues to be the most ubiquitous server-side technology on the Web.CGI programs can be written in any programming language, but Perl is by far the most popular language for CGI. Initially developed over a decade ago for text processing, Perl has evolved into a powerful object-oriented language, while retaining its simplicity of use. CGI programmers appreciate Perl's text manipulation features and its CGI.pm module, which gives a well-integrated object-oriented interface to practically all CGI-related tasks. While other languages might be more elegant or more efficient, Perl is still considered the primary language for CGI.CGI Programming with Perl, Second Edition, offers a comprehensive explanation of using CGI to serve dynamic web content. Based on the best-selling CGI Programming on the World Wide Web, this edition has been completely rewritten to demonstrate current techniques available with the CGI.pm module and the latest versions of Perl. The book starts at the beginning, by explaining how CGI works, and then moves swiftly into the subtle details of developing CGI programs.Topics include: Incorporating JavaScript for form validation Controlling browser caching Making CGI scripts secure in Perl Working with databases Creating simple search engines Maintaining state between multiple sessions Generating graphics dynamically Improving performance of your CGI scripts

Ruby Pocket Reference

Download Ruby Pocket Reference PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491925973
Total Pages : 179 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Ruby Pocket Reference by : Michael Fitzgerald

Download or read book Ruby Pocket Reference written by Michael Fitzgerald and published by "O'Reilly Media, Inc.". This book was released on 2015-08-10 with total page 179 pages. Available in PDF, EPUB and Kindle. Book excerpt: Updated for Ruby 2.2, this handy reference offers brief yet clear explanations of Ruby’s core elements—from operators to blocks to documentation creation—and highlights the key features you may work with every day. Need to know the correct syntax for a conditional? Forgot the name of that String method? This book is organized to help you find the facts fast. Ruby Pocket Reference, 2nd Edition is ideal for experienced programmers who are new to Ruby. Whether you’ve come to Ruby because of Rails, or you want to take advantage of this clean, powerful, and expressive language for other applications, this reference will help you easily pinpoint the information you need. You’ll find detailed reference material for: Keywords, operators, comments, numbers, and symbols Variables, pre-defined global variables, and regular expressions Conditional statements, method use, classes, and exception handling Methods for the BasicObject, Object, Kernel, String, Array, and Hash classes Time formatting directives New syntax since Ruby 1.9

Lotus Domino Administration in a Nutshell

Download Lotus Domino Administration in a Nutshell PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 9781565927179
Total Pages : 394 pages
Book Rating : 4.9/5 (271 download)

DOWNLOAD NOW!


Book Synopsis Lotus Domino Administration in a Nutshell by : Greg Neilson

Download or read book Lotus Domino Administration in a Nutshell written by Greg Neilson and published by "O'Reilly Media, Inc.". This book was released on 2000 with total page 394 pages. Available in PDF, EPUB and Kindle. Book excerpt: "Whether you're looking to change messaging servers, modify your administration tasks to a simpler and more efficient level, or ensure the security and flexibility of your web application server, Lotus Domino Administration in a Nutshell will give you the everyday help you need to make the most of this reliable and scalable integrated server platform."--Jacket.