- Traits- A new and useful template technique that radically simplifies the interface to class templates instantiable on native C++ types.
keywordsTop Computers Programming Languages C++ Templates
- Template MetaProgramming in C++- Presentation with extended examples C++ template meta-programming. [PDF]
keywordsTop Computers Programming Languages C++ Templates
- Multiple Dispatch: A New Approach Using Templates and RTTI- This article focuses on two new techniques based on templates and Run Time Type Identification (RTTI).
keywordsTop Computers Programming Languages C++ Templates
- Templates and Inheritance Interacting in C++- Discover the interesting ways that templates and inheritance interact by taking a close look at named template arguments, the Empty Base Class Optimization (EBCO), the Curiously Recurring Template Pattern (CRTP), and parameterized virtuality.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates: Metaprograms- Nicolai M. Josuttis and David Vandevoorde examine metaprogramming, or "programming a program." Learn how to lay out code that the programming system executes to generate new code that implements the functionality you really want.
keywordsTop Computers Programming Languages C++ Templates
- A Deeper Look at Metafunctions- This article investigates the use of metafunctions in template metaprogramming, and introduces the Boost Metaprogramming Library. It is an excerpt from the book, C++ Template Metaprogramming by David Abrahams and Aleksey Gurtovoy.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates FAQ- Covers advanced template topics and compiler specific issues.
keywordsTop Computers Programming Languages C++ Templates
- Gnarly New C++ Language Features- Description and examples about some newer C++ template features which are now broadly supported by the compilers.
keywordsTop Computers Programming Languages C++ Templates
- An Improved Variant Type Based on Member Templates- This article presents the class variant_t, which encapsulates a mechanism to hold values of arbitrary types.
keywordsTop Computers Programming Languages C++ Templates
- Using Template Functions to Customize Library Behavior- Looks at function templates and how they can be used to provide hooks for customizing behavior.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 1- This article treats memory buffers in C++, but with two twists: first, the buffers are generic, which means they can contain typed data. Second, the buffers are as efficient as their hosted type and the host operating system allows, in every aspect.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 2- This article does not treat buffers directly, but rather two operations that are commonly performed with buffers: filling a buffer with a value and copying between buffers and various containers.
keywordsTop Computers Programming Languages C++ Templates
- Befriending Templates- Looks at why befriending a template in another namespace is easier said (in the standard) than done (using real-world compilers that don't quite get the Standard right).
keywordsTop Computers Programming Languages C++ Templates
- Templates for Efficient Dynamic Type Checking- Presents a handy template that makes it easy to check casts without losing performance.
keywordsTop Computers Programming Languages C++ Templates
- Template Metaprogramming- With template metaprogramming the compiler acts as a virtual computer, emitting code optimized for a specific purpose or environment.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 1- Explains what export is, and how it's intended to be used. Also looks at the problems export is widely assumed to address, and why it does not in fact address them the way most people think.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 2- Takes a look at the current state of export and offers some advice on using export effectively.
keywordsTop Computers Programming Languages C++ Templates
- Traits- A new and useful template technique that radically simplifies the interface to class templates instantiable on native C++ types.
keywordsTop Computers Programming Languages C++ Templates
- Template MetaProgramming in C++- Presentation with extended examples C++ template meta-programming. [PDF]
keywordsTop Computers Programming Languages C++ Templates
- Multiple Dispatch: A New Approach Using Templates and RTTI- This article focuses on two new techniques based on templates and Run Time Type Identification (RTTI).
keywordsTop Computers Programming Languages C++ Templates
- Templates and Inheritance Interacting in C++- Discover the interesting ways that templates and inheritance interact by taking a close look at named template arguments, the Empty Base Class Optimization (EBCO), the Curiously Recurring Template Pattern (CRTP), and parameterized virtuality.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates: Metaprograms- Nicolai M. Josuttis and David Vandevoorde examine metaprogramming, or "programming a program." Learn how to lay out code that the programming system executes to generate new code that implements the functionality you really want.
keywordsTop Computers Programming Languages C++ Templates
- A Deeper Look at Metafunctions- This article investigates the use of metafunctions in template metaprogramming, and introduces the Boost Metaprogramming Library. It is an excerpt from the book, C++ Template Metaprogramming by David Abrahams and Aleksey Gurtovoy.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates FAQ- Covers advanced template topics and compiler specific issues.
keywordsTop Computers Programming Languages C++ Templates
- Gnarly New C++ Language Features- Description and examples about some newer C++ template features which are now broadly supported by the compilers.
keywordsTop Computers Programming Languages C++ Templates
- An Improved Variant Type Based on Member Templates- This article presents the class variant_t, which encapsulates a mechanism to hold values of arbitrary types.
keywordsTop Computers Programming Languages C++ Templates
- Using Template Functions to Customize Library Behavior- Looks at function templates and how they can be used to provide hooks for customizing behavior.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 1- This article treats memory buffers in C++, but with two twists: first, the buffers are generic, which means they can contain typed data. Second, the buffers are as efficient as their hosted type and the host operating system allows, in every aspect.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 2- This article does not treat buffers directly, but rather two operations that are commonly performed with buffers: filling a buffer with a value and copying between buffers and various containers.
keywordsTop Computers Programming Languages C++ Templates
- Befriending Templates- Looks at why befriending a template in another namespace is easier said (in the standard) than done (using real-world compilers that don't quite get the Standard right).
keywordsTop Computers Programming Languages C++ Templates
- Templates for Efficient Dynamic Type Checking- Presents a handy template that makes it easy to check casts without losing performance.
keywordsTop Computers Programming Languages C++ Templates
- Template Metaprogramming- With template metaprogramming the compiler acts as a virtual computer, emitting code optimized for a specific purpose or environment.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 1- Explains what export is, and how it's intended to be used. Also looks at the problems export is widely assumed to address, and why it does not in fact address them the way most people think.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 2- Takes a look at the current state of export and offers some advice on using export effectively.
keywordsTop Computers Programming Languages C++ Templates
- Traits- A new and useful template technique that radically simplifies the interface to class templates instantiable on native C++ types.
keywordsTop Computers Programming Languages C++ Templates
- Template MetaProgramming in C++- Presentation with extended examples C++ template meta-programming. [PDF]
keywordsTop Computers Programming Languages C++ Templates
- Multiple Dispatch: A New Approach Using Templates and RTTI- This article focuses on two new techniques based on templates and Run Time Type Identification (RTTI).
keywordsTop Computers Programming Languages C++ Templates
- Templates and Inheritance Interacting in C++- Discover the interesting ways that templates and inheritance interact by taking a close look at named template arguments, the Empty Base Class Optimization (EBCO), the Curiously Recurring Template Pattern (CRTP), and parameterized virtuality.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates: Metaprograms- Nicolai M. Josuttis and David Vandevoorde examine metaprogramming, or "programming a program." Learn how to lay out code that the programming system executes to generate new code that implements the functionality you really want.
keywordsTop Computers Programming Languages C++ Templates
- A Deeper Look at Metafunctions- This article investigates the use of metafunctions in template metaprogramming, and introduces the Boost Metaprogramming Library. It is an excerpt from the book, C++ Template Metaprogramming by David Abrahams and Aleksey Gurtovoy.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates FAQ- Covers advanced template topics and compiler specific issues.
keywordsTop Computers Programming Languages C++ Templates
- Gnarly New C++ Language Features- Description and examples about some newer C++ template features which are now broadly supported by the compilers.
keywordsTop Computers Programming Languages C++ Templates
- An Improved Variant Type Based on Member Templates- This article presents the class variant_t, which encapsulates a mechanism to hold values of arbitrary types.
keywordsTop Computers Programming Languages C++ Templates
- Using Template Functions to Customize Library Behavior- Looks at function templates and how they can be used to provide hooks for customizing behavior.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 1- This article treats memory buffers in C++, but with two twists: first, the buffers are generic, which means they can contain typed data. Second, the buffers are as efficient as their hosted type and the host operating system allows, in every aspect.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 2- This article does not treat buffers directly, but rather two operations that are commonly performed with buffers: filling a buffer with a value and copying between buffers and various containers.
keywordsTop Computers Programming Languages C++ Templates
- Befriending Templates- Looks at why befriending a template in another namespace is easier said (in the standard) than done (using real-world compilers that don't quite get the Standard right).
keywordsTop Computers Programming Languages C++ Templates
- Templates for Efficient Dynamic Type Checking- Presents a handy template that makes it easy to check casts without losing performance.
keywordsTop Computers Programming Languages C++ Templates
- Template Metaprogramming- With template metaprogramming the compiler acts as a virtual computer, emitting code optimized for a specific purpose or environment.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 1- Explains what export is, and how it's intended to be used. Also looks at the problems export is widely assumed to address, and why it does not in fact address them the way most people think.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 2- Takes a look at the current state of export and offers some advice on using export effectively.
keywordsTop Computers Programming Languages C++ Templates
- Traits- A new and useful template technique that radically simplifies the interface to class templates instantiable on native C++ types.
keywordsTop Computers Programming Languages C++ Templates
- Template MetaProgramming in C++- Presentation with extended examples C++ template meta-programming. [PDF]
keywordsTop Computers Programming Languages C++ Templates
- Multiple Dispatch: A New Approach Using Templates and RTTI- This article focuses on two new techniques based on templates and Run Time Type Identification (RTTI).
keywordsTop Computers Programming Languages C++ Templates
- Templates and Inheritance Interacting in C++- Discover the interesting ways that templates and inheritance interact by taking a close look at named template arguments, the Empty Base Class Optimization (EBCO), the Curiously Recurring Template Pattern (CRTP), and parameterized virtuality.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates: Metaprograms- Nicolai M. Josuttis and David Vandevoorde examine metaprogramming, or "programming a program." Learn how to lay out code that the programming system executes to generate new code that implements the functionality you really want.
keywordsTop Computers Programming Languages C++ Templates
- A Deeper Look at Metafunctions- This article investigates the use of metafunctions in template metaprogramming, and introduces the Boost Metaprogramming Library. It is an excerpt from the book, C++ Template Metaprogramming by David Abrahams and Aleksey Gurtovoy.
keywordsTop Computers Programming Languages C++ Templates
- C++ Templates FAQ- Covers advanced template topics and compiler specific issues.
keywordsTop Computers Programming Languages C++ Templates
- Gnarly New C++ Language Features- Description and examples about some newer C++ template features which are now broadly supported by the compilers.
keywordsTop Computers Programming Languages C++ Templates
- An Improved Variant Type Based on Member Templates- This article presents the class variant_t, which encapsulates a mechanism to hold values of arbitrary types.
keywordsTop Computers Programming Languages C++ Templates
- Using Template Functions to Customize Library Behavior- Looks at function templates and how they can be used to provide hooks for customizing behavior.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 1- This article treats memory buffers in C++, but with two twists: first, the buffers are generic, which means they can contain typed data. Second, the buffers are as efficient as their hosted type and the host operating system allows, in every aspect.
keywordsTop Computers Programming Languages C++ Templates
- Typed Buffers, Part 2- This article does not treat buffers directly, but rather two operations that are commonly performed with buffers: filling a buffer with a value and copying between buffers and various containers.
keywordsTop Computers Programming Languages C++ Templates
- Befriending Templates- Looks at why befriending a template in another namespace is easier said (in the standard) than done (using real-world compilers that don't quite get the Standard right).
keywordsTop Computers Programming Languages C++ Templates
- Templates for Efficient Dynamic Type Checking- Presents a handy template that makes it easy to check casts without losing performance.
keywordsTop Computers Programming Languages C++ Templates
- Template Metaprogramming- With template metaprogramming the compiler acts as a virtual computer, emitting code optimized for a specific purpose or environment.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 1- Explains what export is, and how it's intended to be used. Also looks at the problems export is widely assumed to address, and why it does not in fact address them the way most people think.
keywordsTop Computers Programming Languages C++ Templates
- "Export" Restrictions, Part 2- Takes a look at the current state of export and offers some advice on using export effectively.
keywordsTop Computers Programming Languages C++ Templates
- PhpBB Skin World- Offers template downloads, tutorial, and FAQ.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jakob Persson- A freelance web designer and creator of several themes/templates for phpBB. Site offers downloads as well as resources for theme and web designers.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Olate - Scripts- Includes downloads, license, and support of free and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- eXtremepixels- Offers phpBB skins/styles with fixed and full width versions. Demo board available for preview.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Zarron Media- Includes free and premium templates and style design services.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Vereor Studios- Offers free templates based on movies and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jasidog.com- Offers free templates based on previous designs of the site.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- PhpBB Skin World- Offers template downloads, tutorial, and FAQ.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jakob Persson- A freelance web designer and creator of several themes/templates for phpBB. Site offers downloads as well as resources for theme and web designers.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Olate - Scripts- Includes downloads, license, and support of free and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- eXtremepixels- Offers phpBB skins/styles with fixed and full width versions. Demo board available for preview.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Zarron Media- Includes free and premium templates and style design services.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Vereor Studios- Offers free templates based on movies and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jasidog.com- Offers free templates based on previous designs of the site.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- PhpBB Skin World- Offers template downloads, tutorial, and FAQ.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jakob Persson- A freelance web designer and creator of several themes/templates for phpBB. Site offers downloads as well as resources for theme and web designers.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Olate - Scripts- Includes downloads, license, and support of free and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- eXtremepixels- Offers phpBB skins/styles with fixed and full width versions. Demo board available for preview.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Zarron Media- Includes free and premium templates and style design services.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Vereor Studios- Offers free templates based on movies and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jasidog.com- Offers free templates based on previous designs of the site.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- PhpBB Skin World- Offers template downloads, tutorial, and FAQ.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jakob Persson- A freelance web designer and creator of several themes/templates for phpBB. Site offers downloads as well as resources for theme and web designers.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Olate - Scripts- Includes downloads, license, and support of free and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- eXtremepixels- Offers phpBB skins/styles with fixed and full width versions. Demo board available for preview.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Zarron Media- Includes free and premium templates and style design services.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Vereor Studios- Offers free templates based on movies and commercial templates.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Jasidog.com- Offers free templates based on previous designs of the site.
keywordsTop Computers Programming Languages PHP Scripts Forums phpBB Templates
- Mozart Programming System- Free major development platform for open, fault-tolerant, distributed, constraint and logic programming applications: full development environment, tools, documentation, tutorials, source code. Applications developed: realtime bus scheduler, configuration tool, collaborative graphic editor, corpus browser, and extended ICQ.
keywordsTop Computers Programming Languages Oz
- MOZ 2004- Information on an international Mozart/Oz conference. [This site refers to a past event, but contains research papers that may be of interest.]
keywordsTop Computers Programming Languages Oz
- Oz Programming Language- Description, well written, growing, with some links. [Wikipedia]
keywordsTop Computers Programming Languages Oz
- CTMWiki- Companion wiki to the book: Concepts, Techniques, and Models of Computer Programming. Further treatment of many topics.
keywordsTop Computers Programming Languages Oz
- CTMWiki: Topics: CTM in Other Languages: Alice ML- Wiki translating many CTM book sample programs into Alice, a statically typed language extending Standard ML with features of Oz. Divided into chapters.
keywordsTop Computers Programming Languages Oz
- The Mozart Programming System- Description with references. Compares Oz to some other logic-based languages.
keywordsTop Computers Programming Languages Oz
- Concepts, Techniques, and Models of Computer Programming- Companion website to textbook, teaches programming via Oz language, presents all major programming paradigms in a unified framework that is theoretically sound and practical. Many references, reviews, links.
keywordsTop Computers Programming Languages Oz
- Programming Languages and Distributed Computing- Research at the Universite catholique de Louvain (UCL) centered around the Oz language. Topics include peer-to-peer programming, security, tools for collaborative applications, human-computer interfaces, and teaching computer programming.
keywordsTop Computers Programming Languages Oz
- Mozart Programming System- Free major development platform for open, fault-tolerant, distributed, constraint and logic programming applications: full development environment, tools, documentation, tutorials, source code. Applications developed: realtime bus scheduler, configuration tool, collaborative graphic editor, corpus browser, and extended ICQ.
keywordsTop Computers Programming Languages Oz
- MOZ 2004- Information on an international Mozart/Oz conference. [This site refers to a past event, but contains research papers that may be of interest.]
keywordsTop Computers Programming Languages Oz
- Oz Programming Language- Description, well written, growing, with some links. [Wikipedia]
keywordsTop Computers Programming Languages Oz
- CTMWiki- Companion wiki to the book: Concepts, Techniques, and Models of Computer Programming. Further treatment of many topics.
keywordsTop Computers Programming Languages Oz
- CTMWiki: Topics: CTM in Other Languages: Alice ML- Wiki translating many CTM book sample programs into Alice, a statically typed language extending Standard ML with features of Oz. Divided into chapters.
keywordsTop Computers Programming Languages Oz
- The Mozart Programming System- Description with references. Compares Oz to some other logic-based languages.
keywordsTop Computers Programming Languages Oz
- Concepts, Techniques, and Models of Computer Programming- Companion website to textbook, teaches programming via Oz language, presents all major programming paradigms in a unified framework that is theoretically sound and practical. Many references, reviews, links.
keywordsTop Computers Programming Languages Oz
- Programming Languages and Distributed Computing- Research at the Universite catholique de Louvain (UCL) centered around the Oz language. Topics include peer-to-peer programming, security, tools for collaborative applications, human-computer interfaces, and teaching computer programming.
keywordsTop Computers Programming Languages Oz
- SML.NET compiler- A Standard ML compiler developed at MSR Cambridge that targets the Microsoft .NET Common Language Runtime (CLR).
keywordsTop Computers Programming Languages ML NET
- SML.NET compiler- A Standard ML compiler developed at MSR Cambridge that targets the Microsoft .NET Common Language Runtime (CLR).
keywordsTop Computers Programming Languages ML NET
- The Retrocomputing Museum- Dedicated to programs that induce sensations that hover somewhere between nostalgia and nausea.The freaks, jokes, and fossils of computing history.
keywordsTop Computers Programming Languages
- An Introduction to Programming Languages- Neutral conceptual analysis; useful for those who know one language and want to learn about others.
keywordsTop Computers Programming Languages
- Webopedia- Programming languages related terms.
keywordsTop Computers Programming Languages
- Lambda the Ultimate- Programming Languages Weblog with news and discussion.
keywordsTop Computers Programming Languages
- CodeComments Programming Languages Discussions- Web access to Usenet newsgroups of various programming languages.
keywordsTop Computers Programming Languages
- Introduction to Programming Languages- By Anthony A. Aaby; 1996. Book, online only, draft version, no paper edition. Formats: HTML, PDF, PS, DVI, TGZ. [open content, Creative Commons License]
keywordsTop Computers Programming Languages
- Programming Language- Growing article, with links to many related topics. [Wikipedia]
keywordsTop Computers Programming Languages
- PLNews: Programming Language News- News, articles, announcements and information focusing on programming languages and their implementations.
keywordsTop Computers Programming Languages
- The Retrocomputing Museum- Dedicated to programs that induce sensations that hover somewhere between nostalgia and nausea.The freaks, jokes, and fossils of computing history.
keywordsTop Computers Programming Languages
- An Introduction to Programming Languages- Neutral conceptual analysis; useful for those who know one language and want to learn about others.
keywordsTop Computers Programming Languages
- Webopedia- Programming languages related terms.
keywordsTop Computers Programming Languages
- Lambda the Ultimate- Programming Languages Weblog with news and discussion.
keywordsTop Computers Programming Languages
- CodeComments Programming Languages Discussions- Web access to Usenet newsgroups of various programming languages.
keywordsTop Computers Programming Languages
- Introduction to Programming Languages- By Anthony A. Aaby; 1996. Book, online only, draft version, no paper edition. Formats: HTML, PDF, PS, DVI, TGZ. [open content, Creative Commons License]
keywordsTop Computers Programming Languages
- Programming Language- Growing article, with links to many related topics. [Wikipedia]
keywordsTop Computers Programming Languages
- PLNews: Programming Language News- News, articles, announcements and information focusing on programming languages and their implementations.
keywordsTop Computers Programming Languages
- The Entropy Liberation Front- Providing a collection of Tcl/Tk plugins and sources as well as links to other resources.
keywordsTop Computers Programming Languages Tcl-Tk
- TclTutor- Interactive computer aided instruction package to learn Tcl. It consists of 43 lessons covering all basic Tcl commands.
keywordsTop Computers Programming Languages 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.
keywordsTop Computers Programming Languages Tcl-Tk
- Cetus Links: Tcl/Tk- A collection of links to Tcl/Tk pages.
keywordsTop Computers Programming Languages Tcl-Tk
- Will's Tcl/Tk Page- Featuring the trycatch and expand packages, guides to creating object commands and to success with namespaces and packages.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl-Wear Chronology- A history of shirts, hats, office toys and other Tcl-related paraphernalia.
keywordsTop Computers Programming Languages Tcl-Tk
- Donal K. Fellows's Tcl Archive- Featuring extended Tcl fontification for Emacs, scripts and extensions, Tclets and Games.
keywordsTop Computers Programming Languages Tcl-Tk
- Practical Programming in Tcl and Tk- Fifteen out of 48 chapters of Brent Welch's book.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Cookbook- The emphasis is on enabling the readers gain familiarity with Tcl/Tk programming within a very short-time so they can proceed to develop their own.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Quick Reference- For Tcl/Tk 8.x based on the quick reference guide written for Perl by Johan Vromans. A Perl script is included in the distribution to reorganize the 52 pages in the Postscript source into booklet form.
keywordsTop Computers Programming Languages Tcl-Tk
- Avia Training and Consulting- Provides services for the Tcl programming language and extensions such as Tk and Expect.
keywordsTop Computers Programming Languages Tcl-Tk
- Clif Flynt- Homepage of "Tcl/Tk For Real Programmers" author. Professional and personal information. Book overview, table of Contents, errata. Tcl/Tk related items.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Software- Autodoc, Makedist, and other Software for and using Tcl/Tk written by Andreas Kupries.
keywordsTop Computers Programming Languages Tcl-Tk
- The Tcl'ers Wiki- Collaboratively edited Tcl/Tk self-help wisdom distillation scheme.
keywordsTop Computers Programming Languages Tcl-Tk
- FAQ Launch Page- A starting point for Tcl programmers to locate a variety of tutorials, reference guides, FAQs, software and printed material.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk References of Interest- Cameron Laird's collection of information about Tcl/Tk, including articles he wrote for Sunworld e.a.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl Blend- Notes about using Sun's Tcl/Java interface that works with Tcl8.0, JDK1.1. and JDK1.2.
keywordsTop Computers Programming Languages Tcl-Tk
- Frequently Made Mistakes in Tcl- Article on evident faults and unidiomatic usages of Tcl.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk advocacy- Teaches non-programming types how to create GUI applications using Tcl/Tk. Uses Windows, Cygwin, web browser or Linux as platform for learning, practicing, experimenting.
keywordsTop Computers Programming Languages Tcl-Tk
- Oracle/TCL FAQ- Access Oracle databases from TCL
keywordsTop Computers Programming Languages Tcl-Tk
- dgWebHelp: Tcl/Tk- Fast access to Tcl/Tk and extensions manual pages via a nice Java applet.
keywordsTop Computers Programming Languages Tcl-Tk
- Slennox's Eggdrop Page: Tcl Archive- Large archive of Tcl scripts for eggdrop IRC bots.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk SourceForge Project- The core development home for Tcl and the Tk toolkit.
keywordsTop Computers Programming Languages Tcl-Tk
- Using Tcl/Tk in Multimedia Applications- A short tutorial about how to use Tcl/Tk in Multimedia applications for X.
keywordsTop Computers Programming Languages Tcl-Tk
- Procedures in Tcl- A short tutorial how to use them.
keywordsTop Computers Programming Languages Tcl-Tk
- 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.
keywordsTop Computers Programming Languages Tcl-Tk
- Scripting Graphical Commands with Tcl/Tk Mini-HOWTO- A quick introduction by example to creating graphical user interfaces for command line applications with Tcl and Tk.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl for Web Nerds- A guide programming a Web service using TCL as the CGI language.
keywordsTop Computers Programming Languages Tcl-Tk
- ActiveTcl- ActiveTcl is ActiveState's distribution of Tcl, available for Linux, Solaris, HP-UX and Windows.
keywordsTop Computers Programming Languages Tcl-Tk
- Tek-Tips - Tcl/Tk- A WWW based discussion forum for Tcl/Tk programmers.
keywordsTop Computers Programming Languages Tcl-Tk
- Wikipedia's Tcl Tutorial- A short tutorial on the Tcl language from Wikipedia.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Directory- A wide and growing tcl/tk directory, providing links to tcl-related stuff in the web.
keywordsTop Computers Programming Languages Tcl-Tk
- A Tcl(Tutorial for Cool Language) for Tcl/Tk Tutorial- A Tcl/Tk tutorial aimed at beginners.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl Scripts- Tclsh scripts and Eggdrop scripts.
keywordsTop Computers Programming Languages Tcl-Tk
- The Tcl War- Archive of notable replies to Richard Stallman's "Why you should not use Tcl" article he posted to Usenet.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Aqua- TclTk Aqua is a binary distribution of the Mac OS X native Tcl/Tk and over fifty popular Tcl extensions.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl Java Integration- About Jacl, a Java implementation of Tcl 8.x., and TclBlend, a package for Tcl 8.x to load and interact with the Java VM.
keywordsTop Computers Programming Languages Tcl-Tk
- How To Write Eggdrop Scripts That Won't Choke on Special Characters- Article by "Peterre".
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl Tutorial- This tutorial is aimed at those who have some knowledge of programming, although you don't have to be an expert. The tutorial is intended as a companion to the Tcl manual pages which provide a reference for all Tcl commands.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Extensions and Information Page- Extensions to make Tcl/Tk applications easy to implement. Some of these extensions are specific to NT, while others run in both, Unix and NT environments.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk on Windows Frequently-Asked Questions- A frequently-asked questions, also called a FAQ, covers problems with the Tcl/Tk programming on the Windows platform.
keywordsTop Computers Programming Languages Tcl-Tk
- The Entropy Liberation Front- Providing a collection of Tcl/Tk plugins and sources as well as links to other resources.
keywordsTop Computers Programming Languages Tcl-Tk
- TclTutor- Interactive computer aided instruction package to learn Tcl. It consists of 43 lessons covering all basic Tcl commands.
keywordsTop Computers Programming Languages 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.
keywordsTop Computers Programming Languages Tcl-Tk
- Cetus Links: Tcl/Tk- A collection of links to Tcl/Tk pages.
keywordsTop Computers Programming Languages Tcl-Tk
- Will's Tcl/Tk Page- Featuring the trycatch and expand packages, guides to creating object commands and to success with namespaces and packages.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl-Wear Chronology- A history of shirts, hats, office toys and other Tcl-related paraphernalia.
keywordsTop Computers Programming Languages Tcl-Tk
- Donal K. Fellows's Tcl Archive- Featuring extended Tcl fontification for Emacs, scripts and extensions, Tclets and Games.
keywordsTop Computers Programming Languages Tcl-Tk
- Practical Programming in Tcl and Tk- Fifteen out of 48 chapters of Brent Welch's book.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Cookbook- The emphasis is on enabling the readers gain familiarity with Tcl/Tk programming within a very short-time so they can proceed to develop their own.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Quick Reference- For Tcl/Tk 8.x based on the quick reference guide written for Perl by Johan Vromans. A Perl script is included in the distribution to reorganize the 52 pages in the Postscript source into booklet form.
keywordsTop Computers Programming Languages Tcl-Tk
- Avia Training and Consulting- Provides services for the Tcl programming language and extensions such as Tk and Expect.
keywordsTop Computers Programming Languages Tcl-Tk
- Clif Flynt- Homepage of "Tcl/Tk For Real Programmers" author. Professional and personal information. Book overview, table of Contents, errata. Tcl/Tk related items.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk Software- Autodoc, Makedist, and other Software for and using Tcl/Tk written by Andreas Kupries.
keywordsTop Computers Programming Languages Tcl-Tk
- The Tcl'ers Wiki- Collaboratively edited Tcl/Tk self-help wisdom distillation scheme.
keywordsTop Computers Programming Languages Tcl-Tk
- FAQ Launch Page- A starting point for Tcl programmers to locate a variety of tutorials, reference guides, FAQs, software and printed material.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk References of Interest- Cameron Laird's collection of information about Tcl/Tk, including articles he wrote for Sunworld e.a.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl Blend- Notes about using Sun's Tcl/Java interface that works with Tcl8.0, JDK1.1. and JDK1.2.
keywordsTop Computers Programming Languages Tcl-Tk
- Frequently Made Mistakes in Tcl- Article on evident faults and unidiomatic usages of Tcl.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk advocacy- Teaches non-programming types how to create GUI applications using Tcl/Tk. Uses Windows, Cygwin, web browser or Linux as platform for learning, practicing, experimenting.
keywordsTop Computers Programming Languages Tcl-Tk
- Oracle/TCL FAQ- Access Oracle databases from TCL
keywordsTop Computers Programming Languages Tcl-Tk
- dgWebHelp: Tcl/Tk- Fast access to Tcl/Tk and extensions manual pages via a nice Java applet.
keywordsTop Computers Programming Languages Tcl-Tk
- Slennox's Eggdrop Page: Tcl Archive- Large archive of Tcl scripts for eggdrop IRC bots.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl/Tk SourceForge Project- The core development home for Tcl and the Tk toolkit.
keywordsTop Computers Programming Languages Tcl-Tk
- Using Tcl/Tk in Multimedia Applications- A short tutorial about how to use Tcl/Tk in Multimedia applications for X.
keywordsTop Computers Programming Languages Tcl-Tk
- Procedures in Tcl- A short tutorial how to use them.
keywordsTop Computers Programming Languages Tcl-Tk
- 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.
keywordsTop Computers Programming Languages Tcl-Tk
- Scripting Graphical Commands with Tcl/Tk Mini-HOWTO- A quick introduction by example to creating graphical user interfaces for command line applications with Tcl and Tk.
keywordsTop Computers Programming Languages Tcl-Tk
- Tcl for Web Nerds- A guide programming a Web service using TCL as the CGI language.
keywordsTop Computers Programming Languages Tcl-Tk
- ActiveTcl- ActiveTcl is ActiveState's distribution of Tcl, available for Linux, Solaris, HP-UX and Windows.
keywordsTop Computers Programming Languages Tcl-Tk
- www.jiu-jitsu.com.ar- jiu-jitsu.com.ar
jiu-jitsu.com.ar - www.tiendaon-line.com.ar- tiendaon-line.com.ar
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.webcart.com.ar-
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.businesshop.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.ecommerceguia.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.ecommercesolutions.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.ecommercewebsites.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.ecommersur.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.onceshop.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
11shop - onceshop , Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.patagonia-shop.com.ar- patagonia shop, patagonia shopping
patagonia shop, patagonia shopping - www.pinturashop.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.shoppingsport.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
shopping sport, Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.storecommerce.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.storeshop.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.theecommerce.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.venderon-line.com.ar- venderon-line.com.ar
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.villadelparqueshop.com.ar- villa del parque shopping, Ecommerce software, Ecommerce solution, Ecommerce Website Builder
villa del parque shopping, Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.wshopping.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.w-shopping.com.ar- w-shopping Ecommerce software
w-shopping Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.w-site.com.ar- w-site.com.ar
w-site.com.ar - www.danceonbuenosaires.com.ar- danceonbuenosaires.com.ar
Dance on buenos aires argentina - www.onnight.com.ar- onnight.com.ar
On Night - www.mastemplates.com.ar- mastemplates.com.ar
MasTemplate website templates, flash templates and other products are ready-made web designs, that can be used as a basis for fast and high-quality website. Our website templates, flash templates and all other products are completely customizable and ready for immediate download. We at TemplateMonster.com do our best to provide you with web templates design of premium quality. - www.pymecommerce.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.pyme-shop.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.ringtophone.com.ar- ringtophone.com.ar
Download ringtones to personalize your cell phone today with our comprehensive collection of the latest and hottest mp3 ringtones available anywhere. Browse through our music ringtones like oldies, hip hop, classic rock, pop and so much more. Then download the mobile ringtones from the songs that make you feel like singing out loud and maybe dancing to boot. We’ll keep you posted on the most popular cell phone ringtones so you always know what your friends are up to, and we’ll make it easy for you to download music ringtones whenever the spirit moves you. So grab your cell and let freedom ring. - www.w3shop.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.buenosaireshop.com.ar- Ecommerce software, Ecommerce solution, Ecommerce Website Builder
Ecommerce software, Ecommerce solution, Ecommerce Website Builder - www.facebooktemplates.com.ar- facebooktemplates.com.ar
facebook templates Facebook is a social utility that connects people with friends and others who work, study and live around them. People use Facebook to keep up with friends, ... - www.freetemplates.com.ar- freetemplates.com.ar
free templates - www.freewordpresstheme.com.ar- freewordpresstheme.com.ar
Free Wordpress Theme ,WordPress is a blog publishing application and content management system. It was first released in May 2003 by its co-founders Matt Mullenweg and Mike Little as the successor to b2/cafelog. It is powered by PHP and a SQL data backend. As of September 2009, Wordpress is used by 62.8 million websites in the US and 202 million websites worldwide - www.freewordpressthem.com.ar- freewordpressthem.com.ar
free wordpress theme !! - www.phptemplates.com.ar- phptemplates.com.ar
Templates for PHP sites - www.csstemplate.com.ar- csstemplate.com.ar
CSS Template, Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (that is, the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the colors, fonts, and layout. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. While the author of a document typically links that document to a CSS style sheet, readers can use a different style sheet, perhaps one on their own computer, to override the one the author has specified. CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable. - www.templatesflash.com.ar- templatesflash.com.ar
Templates for Flash Site,Adobe Flash (previously known as Macromedia Flash) is a multimedia platform originally acquired by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages. Flash is commonly used to create animation, advertisements, and various web page Flash components, to integrate video into web pages, and more recently, to develop rich Internet applications. Flash can manipulate vector and raster graphics, and supports bidirectional streaming of audio and video. It contains a scripting language called ActionScript. Several software products, systems, and devices are able to create or display Flash content, including Adobe Flash Player, which is available free for most common web browsers, some mobile phones and for other electronic devices (using Flash Lite). The Adobe Flash Professional multimedia authoring program is used to create content for the Adobe Engagement Platform, such as web applications, games and movies, and content for mobile phones and other embedded devices. - www.phpcss.com.ar- phpcss.com.ar
PHP + CSS - www.ajaxphp.com.ar- ajaxphp.com.ar
Ajax PHP AJAX (shorthand for asynchronous JavaScript and XMLis a group of interrelated web development techniques used on the client-side to create interactive web applications or rich Internet applications. With AJAX, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of AJAX techniques has led to an increase in interactive or dynamic interfaces on web pages and better quality of Web services due to the asynchronous mode. Data is usually retrieved using the XMLHttpRequest object. Despite the name, the use of JavaScript and XML is not actually required, nor do the requests need to be asynchronous. - www.phpmysqlcss.com.ar- phpmysqlcss.com.ar
PHP MySQL CSS is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section. - www.joomlatheme.com.ar- joomlatheme.com.ar
free theme for Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework. The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization. It is written in the PHP programming language and uses the MySQL database system to store information. Joomla is the result of a fork of Mambo. Released under the terms of the GNU General Public License, Joomla is free software. - www.magentotheme.com.ar- magentotheme.com.ar
free theme for magento Magento is an open-source ecommerce web application launched on March 31, 2008. It was created by Varien, building on components of the Zend Framework. Magento is available under the Open Software License version 3.0. Since version 1.1.7 some parts are licensed under the Academic Free License version 3.0. Magento Enterprise Edition, a paid for version of Magento aimed at larger companies, was launched on April 15, 2009 - www.phpbbtheme.com.ar- phpbbtheme.com.ar
free phpbb theme is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section. - www.joomla-templates.com.ar- joomla-templates.com.ar
free theme for Joomla! is a content management system platform for publishing content on the World Wide Web and intranets as well as a Model–view–controller (MVC) Web Application Development framework. The system includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization. It is written in the PHP programming language and uses the MySQL database system to store information. Joomla is the result of a fork of Mambo. Released under the terms of the GNU General Public License, Joomla is free software. - www.estudiowomo.com- estudiowomo.com
We offer graphics solutions focusing our efforts on effective communication to inform our clients achieve their project with clarity and strength distinction --- Ofrecemos soluciones gráficas focalizando nuestros esfuerzos en una comunicación eficaz para que nuestros clientes logren comunicar sus proyectos con claridad, distinción y fuerza - www.sw3.com.ar- SW3 - maquetado y programacion web
Vos diseña, Nosotros programamos - Maquetado y programación Web Maquetamos e implementamos tu Diseño. Realizamos programación Web/ Web 2.0, Ajax. Compatible con Mac y PC en Internet Explorer, Firefox, Safari, Google chrome, y más… SW3 - Diseño Web y Flash. Tenemos la comunicación y sus metas de negocios como objetivo primordial en todos nuestros trabajos. programación Web, Maquetamos y Programamos tu diseño - www.dejuegosgratis.com.ar- dejuegosgratis
La mejor página de Juegos Online 100% gratis de todo internet con más de 6700 juegos : Cada día actualizada con juegos nuevos ¡ Entra en la diversión ! - www.dedescargadirecta.com.ar- dedescargadirecta
Web de descarga directa de peliculas, descarga directa de series, y descarga directa de videojuegos y descraga directa de musica. Toda la descarga directa aqui en dedescargadirecta.com.ar - www.enviarnewsletter.net- Enviar Newsletter.net
enviarNewsletter.net es una plataforma para envío de Newsletters y administración de suscripciones basada en web y no requiere instalación. Empresas, instituciones, diseñadores web y agencias de más de 20 países utilizan enviarNewsletter.net para enviar sus Newsletters y Boletines Electrónicos.