Geometry.Net - the online learning center
Home  - Basic_T - Tcl Tk Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-100 of 106    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Tcl Tk Programming:     more books (100)
  1. Programming With GNU Software by Andy Oram, Mike Loukides, 1996-12-01
  2. Professional Linux Programming by Neil Matthew and Richard Stones, Brad Clements, et all 2000-09
  3. Linux Threads Programming: Linux Concurrency And Performance by Ulrich Drepper, 2008-08
  4. Linux Socket Programming by Example (By Example) by Warren Gay, 2000-04-28
  5. Programming With Unix Threads by Charles J. Northrup, 1996-01
  6. UNIX Shell Programming, Revised Edition by Stephen G. Kochan, 1989-12-01
  7. Advanced UNIX Programming (Sams White Book) by Warren W Gay, 2000-09-30
  8. C Programming for Unix by John Valley, 1992-11
  9. UNIX(R) System V Network Programming (Addison-Wesley Professional Computing Series) by Stephen A. Rago, 1993-04-10
  10. Understanding UNIX/LINUX Programming: A Guide to Theory and Practice by Bruce Molay, 2002-11-25
  11. Linux Socket Programming by Sean Walton, 2001-01-26
  12. The Korn Shell: User and Programming Manual (2nd Edition) by Anatole Olczak, 1997-08-21
  13. UNIX System Programming (2nd Edition) by Keith Haviland, Dina Gray, et all 1998-12-09
  14. Win32 System Programming by Johnson M. Hart, 1997-09-02

81. 6th Annual Tcl/Tk Conference - M2 Tutorial
M2am Effective tcl/tk programming Michael McLennan, Bell Labs Innovations for Lucent Technologies. Who should attend Programmers
http://www.usenix.org/publications/library/proceedings/tcl98/brochure/tut-M2.htm
Effective Tcl/Tk Programming
Michael McLennan, Bell Labs Innovations for Lucent Technologies Who should attend: Programmers and managers who are using Tcl/Tk to build real-world applications. This tutorial assumes a working knowledge of Tcl/Tk, and goes beyond that to show how non-trivial Tcl/Tk programs are put together. Students will learn: How to leverage the Tk canvas to synthesize new widgets
How to use component libraries to improve the structure of Tcl code
How to distribute libraries as Tcl packages
This tutorial draws on the lessons learned from writing many thousands of lines of Tcl/Tk code. Using these techniques, you can build Tcl/Tk applications with professional results and make your code easier to maintain.
Michael McLennan (M2, has been a Tcl/Tk enthusiast since 1992, and is currently a Distinguished Member of Technical Staff at Bell Labs Innovations for Lucent Technologies. He has taught more than 60 Tcl/Tk courses, and is co-author of Effective Tcl/Tk Programming (Addison-Wesley) and Tcl/Tk Tools Tcl and the Tk Toolkit (Addison-Wesley). Michael received a PhD in 1990 from Purdue University.

82. USA Linux Users Group :: View Topic - Tcl/TK Programming For X Windows. START HE
tcl/tk programming for X Windows. START HERE, PostPosted Thu May 08, 2003 743 pm, Reply with quote. Email This Post. tcl/tk programming for X Windows. START HERE,
http://usalug.org/phpBB2/viewtopic.php?p=2676

83. Tcl/TK
Clear introduction to tcl/tk programming model—Thoroughly explains tcl/tk s unique string substitution programming model. Give
http://www.datajungelen.no/boeker/Tcl-TK.html
Din spesialbokhandel for databøker
Tcl/TK
TCL/TK in a Nutshell 440 sider O'Reilly kr. 260,- The Tcl language and Tk graphical toolkit are simple and powerfulbuilding 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:

84. Tcl/Tk
Here are some useful pointers to documentation and tcl/tk programs. Documents. Draft of Brent Welch s Practical programming in tcl and tk; tcl FAQ. Archive Sites.
http://www.isi.edu/soar/tcl/
Tcl/Tk
Tcl is an embeddable, extensible command interpreter. Tk is the Tcl extension used to create Graphical User Interfaces (GUIs). Here are some useful pointers to documentation and Tcl/Tk programs.
Documents
Archive Sites
Tcl Indexes
Tcl Extensions
Misc.
Karl B. Schwamb

85. Tcltk_for_winedt
little sense. Several excellent references exist for tcl/tk, though, which can help ease you into tcl/tk programming. The biggest
http://www.ags.uci.edu/~jalex/wscr/tcltk_for_winedt.html
Tcl/Tk extension for WinEdt
Contents
What is Tcl/Tk?
How does the extension work?

How do I use it?

Description of the commands
...
More complicated examples
What is Tcl/Tk?
Tcl/Tk is the multiplatform scripting language created by John Ousterhout , professor of Computer Science at Berkeley from 1980 to 1994, and currently CEO of Scriptics Corporation. An interpreted language, tcl/tk does not provide the same speed as optimized C/C++ code for many tasks, but it excels at other tasks requiring complicated coding in C or C++. For example, the simple "hello world" program (clicking on the "Done" button closes the window) was created by the following code: wm title . "Hello"
button .b -text "Done" -command exit
pack .m .b Stored in a file, this code occupies only 136 bytes of disk space. A Windows dialog-based application with the same functionality created using the Visual C++ AppWizard (default options) will take several orders of magnitude more space. Scriptics has an excellent web site containing a discussion of the relative merits of scripting languages Return to the table of contents.

86. SwTech.com - Tcl / Tk
An index of Sun s tclet Demos tcl syntax tcl security tcl/tk online manual pages Book Practical programming in tcl + tk The second edition of Brent Welch s
http://www.swtech.com/script/tcl/
SwTech.com - Tcl / Tk
Home Whats New Recommended Books Search ... XML
Get the FREE SwTech e-mail newsletter Support this site by buying one of our Recommended Books Search the SwTech.com site:
Client-side Scripting Tcl / Tk
The Tool Command Language (Tcl) and GUI Toolkit (Tk) extensively available on a wide range of platforms for 6 years is now being adapted by Sun Microsystems for use in Web Browsers.
Try the link to some of the Sun demos below for some examples of why TCL could possibly become the client side scripting language for the web!
See Also:
Client-side Scripting
Tcl - An Internet scripting language
Sun's feature on the TCL / Tk language
Download Tcl development kit and runtime interpreter Download the Tcl Plugin for browsers
Required to run Tclet's and the Sun demos below.
Sun's Tcl plugin and application demos
Try these once you have the plugin installed!
An index of Sun's Tclet Demos Tcl syntax Tcl security Tcl/Tk online manual pages ... Practical Programming in TCL + Tk
The second edition of Brent Welch's book which covers Tcl v7.6 and Tk v4.2 and is being revised and updated to cover the new facilities in Tcl/Tk v8.0.
Features many of the most interesting chapters online, including Socket programming and Safe Tcl.

87. Nerdbooks.com - Effective Tcl/Tk Programming: Writing Better Programs With Tcl A
Effective tcl/tk programming Writing Better Programs with tcl and tk by Harrison, Mark / McLennan, Michael J. Cover Price $44.99
http://www.nerdbooks.com/item.php?id=0201634740

88. Effective Tcl/Tk Programming
Feedback Report a problem Satisfaction survey. Effective tcl/tk programming writing better programs with tcl and tk. Purchase this Book Purchase this Book.
http://portal.acm.org/citation.cfm?id=SERIES9094.273081&coll=portal&dl=ACM&CFID=

89. Languages: Tcl-Tk
The emphasis is on enabling the readers gain familiarity with tcl/tk programming within a very shorttime so they can proceed to develop their own.
http://www.puredirectory.com/Computers/Programming/Languages/Tcl-Tk/
Languages: Tcl-Tk
Home Computers Programming Languages : Tcl-Tk Extensions IDE Internet Software ... XOTcl google_ad_client = "pub-3272565765518472";google_alternate_color = "FFFFFF";google_ad_width = 336;google_ad_height = 280;google_ad_format = "336x280_as";google_ad_channel ="7485447737";google_color_border = "FFFFFF";google_color_bg = "FFFFFF";google_color_link = "0000FF";google_color_url = "008000";google_color_text = "000000"; Standard Listings
Avia Training and Consulting
Provides services for the Tcl programming language and extensions such as Tk and Expect.
Cetus Links: Tcl/Tk
A collection of links to Tcl/Tk pages.
Clif Flynt
Homepage of "Tcl/Tk For Real Programmers" author. Professional and personal information. Book overview, table of Contents, errata. Tcl/Tk related items.
Cross reference TCL 8.4.4 source code.
A website that cross references the TCL 8.4.4 source code.
Donal K. Fellows's Tcl Archive
Featuring extended Tcl fontification for Emacs, scripts and extensions, Tclets and Games.
FAQ Launch Page
A starting point for Tcl programmers to locate a variety of tutorials, reference guides, FAQs, software and printed material.
Frequently made Mistakes in Tcl
An article about evident faults and unidiomatic usages of Tcl.

90. 0201634740 Effective Tcl/Tk Programming
Static Book Details Page Click Here to go to Computer Manuals Website. Effective tcl/tk programming ISBN 0201634740. By Harrison, M. Publisher ADDISON-WESLEY.
http://www.compman.co.uk/htmlcat/0201634740_Effective_TclTk_Programming.asp
Index Next Record Browse
Free Callback
...
For Pricing and Availability Click Here Static Book Details Page - Click Here to go to Computer Manuals Website
Effective Tcl/Tk Programming
ISBN: 0201634740
By: Harrison, M Publisher: ADDISON-WESLEY Our Price: 26.34 Discount: 15% RRP: 30.99 The Tcl scripting language and the Tk toolkit create a powerful programming environment for building graphical user interfaces. With two lines of code you can create a simple button; with two hundred lines of code, a desktop calculator; and with a thousand lines of code, an industrial-strength groupware calendar and appointment minder. Your applications run on all of the major platforms: UNIX, Windows 95/NT, and Macintosh. You can even embed your programs in a Web page to make them available online.
Mark Harrison and Michael McLennan, two noted Tcl/Tk experts, combine their extensive experience in this practical programming guide. It is ideal for developers who are acquainted with the basics of Tcl/Tk and are now moving on to build real applications.
Effective Tcl/Tk Programming shows you how to build Tcl/Tk applications effectively and efficiently through plenty of real-world advice. It clarifies some of the more powerful aspects of Tcl/Tk, such as the packer, the canvas widget, and binding tags. The authors describe valuable design strategies and coding techniques that will make your Tcl/Tk projects successful. You will learn how to:

91. Tcl/Tk
The tcl/tk Web browser plugin provides an easy alternative to Java programming for clientside web applications. The plugin leverages
http://dev.scriptics.com/software/tcltk/
Tcl/Tk TclPro/TDK Tcl Plugin Tcl/Tk Ports ... CVS Tcl/Tk Pick Your Version Tcl (Tool Command Language) is used by over half a million developers worldwide and has become a critical component in thousands of corporations. It has a simple and programmable syntax and can be either used as a standalone application or embedded in application programs. Best of all, Tcl is open source so it's completely free. Tk is a graphical user interface toolkit that makes it possible to create powerful GUIs incredibly quickly. It proved so popular that it now ships with all distributions of Tcl. Tcl and Tk were created and developed by John Ousterhout. Developers all over the world followed his example and built their own Tcl extensions. Today, there are hundreds of Tcl extensions for all manner of applications. We have cataloged hundreds of of these contributions, which you can find listed under our Applications Extensions , and Tools Tcl and Tk are highly portable, running on essentially all flavors of Unix, (Linux, Solaris, IRIX, AIX, *BSD*, the list goes on and on) Windows, Macintosh, and more. There are several sites that provide precompiled binaries for various platforms that are listed under our

92. Effective Tcl/Tk Programming: Writing Better Programs In Tcl And Tk By Mark Harr
Effective tcl/tk programming Writing Better Programs with tcl and tk by Mark Harrison, Michael McLennan, Direct Textbook Price Comparison. Direct Textbook,
http://www.directtextbook.com/prices/0201634740
Search by ISBN, Title, Author, Keyword, or Advanced
Effective Tcl/Tk Programming: Writing Better Programs in Tcl and Tk
Author:
Mark Harrison
Michael McLennan
Release Date:
08 December, 1997
ISBN:
Publisher:

Addison-Wesley Professional
Format:
Paperback
Rating: 4.54 out of 5 New Price Shipping Buy Now TextbookX Buy at TextbookX Alibris Buy at Alibris Amazon Buy at Amazon Used Price Shipping Buy Now Amazon Buy at Amazon TextbookX Buy at TextbookX Abebooks Buy at Abebooks Alibris Buy at Alibris Love Us? Bookmark Us or Link to Us Don't Love Us? Help Us Improve Home Browse Bookstores ...
Sell Textbooks Online
Get the best prices when selling your used textbooks online by comparing buyback companies. Your Book's ISBN
Subscribe to Our Newsletter
Be the first to hear about coupons, sales, and other money saving ideas. Your Email Address

93. ScienceDaily -- Browse Topics: Computers/Programming/Languages/Tcl-Tk
on Windows FrequentlyAsked Questions - A frequently-asked questions, also called a FAQ, covers problems with the tcl/tk programming on the Windows platform.
http://www.sciencedaily.com/directory/Computers/Programming/Languages/Tcl-Tk
Match: sort by: relevance date
Free Services
Subscribe by email

RSS newsfeeds

PDA-friendly format
loc="/images/" A A A Find Jobs In: Healthcare
Engineering

Accounting College Contract / Freelance Customer Service Diversity Engineering Executive Healthcare Hospitality Human Resources Information Tech International Manufacturing Nonprofit Retail All Jobs by Job Type All Jobs by Industry
Relocating? Visit: Moving Resources
Moving Companies

Mortgage
Information
Mortgage Calculator
Real Estate Lookup Front Page Today's Digest Week in Review Email Updates ... Languages Tcl-Tk (108 links) See Also: News about Tcl-Tk [ More news about Tcl-Tk Books about Tcl-Tk [ More books about Tcl-Tk Links about Tcl-Tk
  • Tcl Developer Xchange - Was Scriptics.com, firm founded by Tcl creator, and original sole author, Professor John Ousterhout. Advocacy, tutorials, documentation, links, news, software, latest releases, downloads. ICE Tcl/Tk - A commercial compiler for Tcl. It translates Tcl code into C code, which can then be compiled together with a special Tcl library to produce a single executable.

94. Effective Tcl/Tk Programming : Writing Better Programs With Tcl And Tk - Bookche
Effective tcl/tk programming Writing Better Programs with tcl and tk. Author Mark Harrison Michael McLennan Paperback AddisonWesley Pub Co 08 December, 1997.
http://www.booksearch.nu/0201634740
Select your country:
Information
Help
no books Register Sign in
Search: Title Author ISBN
Effective Tcl/Tk Programming : Writing Better Programs with Tcl and Tk
Author:

Mark Harrison
Michael McLennan
Addison-Wesley Pub Co 08 December, 1997 Paperback
ISBN:
You have no books in your comparison cart.
Bookstore Availability Delivery Time Shipping Charge Price Total
Cost
used Check website Standard Shipping 5- 7 Business Days Link to new Usually Ships in 2-3 Business Days Standard Shipping 3 -7 business days more Link to used 1-2 days Economy Shipping 4 - 14 Business Days more Link to new 2-5 days Economy Shipping 4 - 14 Business Days more Link to Special offer: 5% off. Coupong code LSfive at checkout new Check website Check website Check website Link to new usually dispatched within 24 hours. Airmail 5-7 working days more Link to new Usually ships within 24 hours Free Super Saver Shipping 6-12 days more Link to new Check website Standard 4-14 days more Link to Special offer: Get $3 off your next $30 purchase at Alibris when you use the code JOY3 on checkout! used Check website Economy Mail 7 to 14 business days more Link to used Check website Standard Shipping 5-14 days Link to used Check website Check website Check website Link to new Check website Standard Delivery 3 to 8 business days more Link to new Check website Airmail 5 - 10 days Link to used Check website Versand 5-21 Werktage Link to used Check website Standard Shipping 5- 21 Business Days Link to new Check website International Shipping 5- 21 Business Days Link to new Check website Versand 10- 21 Werktage Link to new Available to be ordered

95. Directory - Computers: Programming: Languages: Tcl-Tk
Asked Questions · history · cached · A frequentlyasked questions, also called a FAQ, covers problems with the tcl/tk programming on the Windows platform.
http://www.incywincy.com/default?p=6184

96. Wauu.DE: Computers: Programming: Languages: Tcl-Tk
tk Cookbook The emphasis is on enabling the readers gain familiarity with tcl/tk programming within a very shorttime so they can proceed to develop their own.
http://www.wauu.de/Computers/Programming/Languages/Tcl-Tk/
Home Computers Programming Languages : Tcl-Tk Search DMOZ-Verzeichnis:
All Categories Categories Onlye
Kategorien:
Extensions IDE Internet Software ... XOTcl
Links:
  • Avia Training and Consulting
    Provides services for the Tcl programming language and extensions such as Tk and Expect.
    http://www.avia-training.com
  • Cetus Links: Tcl/Tk
    A collection of links to Tcl/Tk pages.
    http://www.cetus-links.org/oo_tcl_tk.html
  • Clif Flynt
    Homepage of "Tcl/Tk For Real Programmers" author. Professional and personal information. Book overview, table of Contents, errata. Tcl/Tk related items.
    http://msen.com/~clif
  • Donal K. Fellows's Tcl Archive Featuring extended Tcl fontification for Emacs, scripts and extensions, Tclets and Games. http://www.cs.man.ac.uk/~fellowsd/tcl/
  • FAQ Launch Page A starting point for Tcl programmers to locate a variety of tutorials, reference guides, FAQs, software and printed material. http://tcl.sourceforge.net/faqs/tcl/
  • Frequently made Mistakes in Tcl An article about evident faults and unidiomatic usages of Tcl. http://phaseit.net/claird/comp.lang.tcl/fmm.html

97. Livraria Tempo Real :: Home
Effective tcl/tk programming Writing Better Programs in tcland tk. Autor Harrison, Mark / J. McLennan, Michael. Editora Pearson. ISBN 0201634740.
http://www.temporeal.com.br/produtos.php?id=166905

98. Programming With Tcl/Tk In ANSYS
large projects. The tcl/tk programming Language. placed. Table 1. Standard tk widgets. programming tcl/tk in ANSYS “Just think APDL”. Now
http://www.padtinc.com/epubs/focus/2002/0012_1125/article1.htm
Programming with Tcl/Tk in ANSYS
by Matt Sutton
Introduction
In this article we will explore programming with tcl/tk (pronounced tickle tee-kay) in ANSYS. Tcl, an acronym that stands for T ool C ommand L ]. In a recent article, Dr. Ousterhout outlined the requirements he had in mind when he created tcl.
  • The language must be extensible: it must be very easy for each application to add its own features to the basic features of the language, and the application-specific features should appear natural, as if they had been designed into the language from the start. The language must be very simple and generic, so that it can work easily with many different applications and so that it doesn't restrict the features that applications can provide.
Tcl/tk began to gain popularity throughout the software development community primarily via word-of-mouth. Today it is widely used throughout a plethora of industries largely because the source code for the tcl interpreter is freely available for download from the internet [ Furthermore, the 5.7 release of ANSYS marked a substantial advancement of tcl within ANSYS. Within the 5.7 release, a fully functional tcl interpreter was exposed via the ~eui external command. Each subsequent release of ANSYS has continued to add functionality based on tcl/tk, culminating in the ANSYS 6.1 release in which the new GUI is completely implemented with tcl/tk.

99. Tcl Developer Site
Welcome to the tcl Developer Xchange! Are you a new tcl user? Get Started! May 25, 2004. This is the main tcl Developer Xchange site, www.tcl.tk . Latest Releases. Info on other tcl packages available via CVS. tcl Features steroids, and is scriptable with tcl. Magic, Ousterhout's VLSI engine uses tcl/tk. ETLinux Embedded Linux features tcl. Motorola
http://www.scriptics.com/
Welcome to the Tcl Developer Xchange!
Are you a new Tcl user? Get Started! June 11, 2004 This is the main Tcl Developer Xchange site, www.tcl.tk . Latest Releases Tcllib 1.6.1 May 26, 2004
Expect for Windows 1.0
(Expect 5.40 based) March 16, 2004
Tcl Dev Kit 3.1
March 16, 2004
Tcl/Tk 8.4.6
March 1, 2004
Download Tcl/Tk 8.4.6

ActiveTcl 8.4.6.0
(8.4.6 core based) March 1, 2004
Tcllib 1.6
Feb 15, 2004
Tcl/Tk 8.3.5
Oct 18, 2002
Thread 2.5

Info on other Tcl packages available via CVS
Tcl Features OpenACS The king of all oss web server content management systems, built on AOLServer ActiveSlide is PowerPoint on steroids, and is scriptable with Tcl. Magic , Ousterhout's VLSI layout tool is still going strong. Xconq game engine uses Tcl/Tk. ETLinux Embedded Linux features Tcl. Motorola uses Tcl for emulation testing. TclKit and Scripted Documents Who Wants to be a Tcl Hacker game script available. Intelliclaim uses Tcl in Claims Overpayment Prevention Service. InfoCetera uses TclHttpd for web-based information management system. Complete Feature List Join the Xchange Join the Xchange to take advantage of the full features of the site.

100. Tcl Developer Site
Expect for Windows 1.0 (Expect 5.40 based) March 16, 2004 tcl Dev Kit 3.1 March 16, 2004 tcl/tk 8.4.6 March 1, 2004 Download tcl/tk 8.4.6 Activetcl 8.4.6.0 (8.4
http://www.tcl.tk/
Welcome to the Tcl Developer Xchange!
Are you a new Tcl user? Get Started! June 11, 2004 This is the main Tcl Developer Xchange site, www.tcl.tk . Latest Releases Tcllib 1.6.1 May 26, 2004
Expect for Windows 1.0
(Expect 5.40 based) March 16, 2004
Tcl Dev Kit 3.1
March 16, 2004
Tcl/Tk 8.4.6
March 1, 2004
Download Tcl/Tk 8.4.6

ActiveTcl 8.4.6.0
(8.4.6 core based) March 1, 2004
Tcllib 1.6
Feb 15, 2004
Tcl/Tk 8.3.5
Oct 18, 2002
Thread 2.5

Info on other Tcl packages available via CVS
Tcl Features OpenACS The king of all oss web server content management systems, built on AOLServer ActiveSlide is PowerPoint on steroids, and is scriptable with Tcl. Magic , Ousterhout's VLSI layout tool is still going strong. Xconq game engine uses Tcl/Tk. ETLinux Embedded Linux features Tcl. Motorola uses Tcl for emulation testing. TclKit and Scripted Documents Who Wants to be a Tcl Hacker game script available. Intelliclaim uses Tcl in Claims Overpayment Prevention Service. InfoCetera uses TclHttpd for web-based information management system. Complete Feature List Join the Xchange Join the Xchange to take advantage of the full features of the site.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 5     81-100 of 106    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter