Tcl Tk In A Nutshell A Desktop Quick Reference


Tcl Tk In A Nutshell A Desktop Quick Reference
DOWNLOAD eBooks

Download Tcl Tk In A Nutshell A Desktop Quick Reference PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Tcl Tk In A Nutshell A Desktop Quick Reference book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages. If the content not found or just blank you must refresh this page





Tcl Tk In A Nutshell


Tcl Tk In A Nutshell
DOWNLOAD eBooks

Author : Paul Raines
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 1999-03-25

Tcl Tk In A Nutshell written by Paul Raines and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 1999-03-25 with Computers categories.


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



Tcl Tk In A Nutshell A Desktop Quick Reference


Tcl Tk In A Nutshell A Desktop Quick Reference
DOWNLOAD eBooks

Author : Paul Raines
language : en
Publisher:
Release Date : 1999

Tcl Tk In A Nutshell A Desktop Quick Reference written by Paul Raines and has been published by this book supported file pdf, txt, epub, kindle and other format this book has been release on 1999 with Tcl (Computer program language) categories.


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.



Python Standard Library


Python Standard Library
DOWNLOAD eBooks

Author : Fredrik Lundh
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 2001

Python Standard Library written by Fredrik Lundh and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 2001 with Computers categories.


CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.



Lotus Domino Administration In A Nutshell


Lotus Domino Administration In A Nutshell
DOWNLOAD eBooks

Author : Greg Neilson
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 2000

Lotus Domino Administration In A Nutshell written by Greg Neilson and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 2000 with Computers categories.


"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.



Uml In A Nutshell


Uml In A Nutshell
DOWNLOAD eBooks

Author : Sinan Si Alhir
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 1998

Uml In A Nutshell written by Sinan Si Alhir and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 1998 with Computers categories.


The Unified Modeling Language (UML), for the first time in the history of systems engineering, gives practitioners a common language. This concise quick reference explains how to use each component of the language, including its extension mechanisms and the Object Constraint Language (OCL)



R In A Nutshell


R In A Nutshell
DOWNLOAD eBooks

Author : Joseph Adler
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 2012-09-26

R In A Nutshell written by Joseph Adler and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 2012-09-26 with Computers categories.


If you’re considering R for statistical computing and data visualization, this book provides a quick and practical guide to just about everything you can do with the open source R language and software environment. You’ll learn how to write R functions and use R packages to help you prepare, visualize, and analyze data. Author Joseph Adler illustrates each process with a wealth of examples from medicine, business, and sports. Updated for R 2.14 and 2.15, this second edition includes new and expanded chapters on R performance, the ggplot2 data visualization package, and parallel R computing with Hadoop. Get started quickly with an R tutorial and hundreds of examples Explore R syntax, objects, and other language details Find thousands of user-contributed R packages online, including Bioconductor Learn how to use R to prepare data for analysis Visualize your data with R’s graphics, lattice, and ggplot2 packages Use R to calculate statistical fests, fit models, and compute probability distributions Speed up intensive computations by writing parallel R programs for Hadoop Get a complete desktop reference to R



Python In A Nutshell


Python In A Nutshell
DOWNLOAD eBooks

Author : Alex Martelli
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 2006-07-14

Python In A Nutshell written by Alex Martelli and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 2006-07-14 with Computers categories.


This book offers Python programmers one place to look when they needhelp remembering or deciphering the syntax of this open source languageand its many powerful but scantily documented modules. Thiscomprehensive reference guide makes it easy to look up the mostfrequently needed information--not just about the Python languageitself, but also the most frequently used parts of the standard libraryand the most important third-party extensions. Ask any Python aficionado and you'll hear that Python programmers haveit all: an elegant object-oriented language with readable andmaintainable syntax, that allows for easy integration with componentsin C, C++, Java, or C#, and an enormous collection of precoded standardlibrary and third-party extension modules. Moreover, Python is easy tolearn, yet powerful enough to take on the most ambitious programmingchallenges. But what Python programmers used to lack is a concise andclear reference resource, with the appropriate measure of guidance inhow best to use Python's great power. Python in aNutshell fills this need. Python in a Nutshell, Second Edition covers morethan the language itself; it also deals with the mostfrequently used parts of the standard library, and the most popular andimportant third party extensions. Revised and expanded forPython 2.5, this book now contains the gory details of Python's newsubprocess module and breaking news about Microsoft's newIronPython project. Our "Nutshell" format fits Python perfectly bypresenting the highlights of the most important modules and functionsin its standard library, which cover over 90% of your practicalprogramming needs. This book includes: A fast-paced tutorial on the syntax of the Python language An explanation of object-oriented programming in Python Coverage of iterators, generators, exceptions, modules,packages, strings, and regular expressions A quick reference for Python's built-in types and functionsand key modules Reference material on important third-party extensions,such as Numeric and Tkinter Information about extending and embedding Python Python in a Nutshell provides a solid,no-nonsense quick reference to information that programmers rely on themost. This book will immediately earn its place in any Pythonprogrammer's library. Praise for the First Edition: "In a nutshell, Python in a Nutshell serves oneprimary goal: to act as an immediately accessible goal for the Pythonlanguage. True, you can get most of the same core information that ispresented within the covers of this volume online, but this willinvariably be broken into multiple files, and in all likelihood lackingthe examples or the exact syntax description necessary to trulyunderstand a command." --Richard Cobbett, Linux Format "O'Reilly has several good books, of which Python in aNutshell by Alex Martelli is probably the best for giving yousome idea of what Python is about and how to do useful things with it." --Jerry Pournelle, Byte Magazine



Unix In A Nutshell


Unix In A Nutshell
DOWNLOAD eBooks

Author : Arnold Robbins
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 1999

Unix In A Nutshell written by Arnold Robbins and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 1999 with Computers categories.


The bestselling, most informative Unix reference book ever written is now more complete and up-to-date. You may have seen Unix quick-reference guides, but you've never seen anything like Unix in a Nutshell. Unix in a Nutshell is a complete reference containing all commands and options, along with generous descriptions and examples that put the commands in context. The third edition of Unix in a Nutshell includes thorough coverage of Unix System V Release 4 and Solaris 7. Author Arnold Robbins has added the latest information about: • Sixty new Unix commands • Shell syntax (sh, csh, and the 1988 and 1993 versions of ksh) • Regular expressions • vi and ex commands, as well as newly updated Emacs information • sed and awk commands • troff and related commands and macros, with a new section on refer • make, RCS (Version 5.7), and SCCS commands • Obsolete commands In addition, there is a new Unix bibliography to guide the reader to further reading about the Unix environment. If you currently use Unix SVR4, or if you're a Solaris user, you'll want this book. Unix in a Nutshell is the most comprehensive quick reference on the market, a must for any Unix user.



Cisco Ios In A Nutshell


Cisco Ios In A Nutshell
DOWNLOAD eBooks

Author : James Boney
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 2002

Cisco Ios In A Nutshell written by James Boney and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 2002 with Computers categories.


Nearly all Cisco routers run the extremely powerful and complex IOS operating system. This book covers IOS configuration for the TCP/IP family. Readers will find information on configuring lines and interfaces, access lists, routing protocols, and more. Featured is a quick-reference guide to all commands, including the lower-level protocols upon which TCP/IP relies.



Tcl Tk Pocket Reference


Tcl Tk Pocket Reference
DOWNLOAD eBooks

Author : Paul Raines
language : en
Publisher: "O'Reilly Media, Inc."
Release Date : 1998-10-28

Tcl Tk Pocket Reference written by Paul Raines and has been published by "O'Reilly Media, Inc." this book supported file pdf, txt, epub, kindle and other format this book has been release on 1998-10-28 with Computers categories.


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.