The Brayden Software TWiki webThe brayden.Software web - notes on Ruby, workflow, statecharts, and more.StatisticsLib- December 29, 2005 I've posted a . The source can be downloadedhttp://www.brayden.org/twiki/bin/view/Software/StatisticsLib TWikiIncludeTricks- December 3, 2005 The INCLUDE directive is documented at . Here are the main ways to use it: You can . That's how I do the pages - the RSS feeds at this site and also most of the content at : ... elided ... You can . You do this using the %STARTINCLUDE% and %STOPINCLUDE% directives on the included page. When defining skin templates you can , using the TMPL:INCLUDE directive:http://www.brayden.org/twiki/bin/view/Software/TWikiIncludeTricks AudioSoftware- December 3, 2005 ---+ Audio Software ... see also: -- - 29 Dec 2002http://www.brayden.org/twiki/bin/view/Software/AudioSoftware LanguagesTopics- December 3, 2005 ---+ Topics in the Languages Categoryhttp://www.brayden.org/twiki/bin/view/Software/LanguagesTopics LanguagePages- December 3, 2005 ---+ Languages Category This is the category page for programming language-related pages. -- - 24 Jun 2003http://www.brayden.org/twiki/bin/view/Software/LanguagePages LanguageVarieties- December 3, 2005 .hide Links and information about a variety of programming languages. Not much here yet, but I need a placeholder and this is it. -- - 27 Aug 2003http://www.brayden.org/twiki/bin/view/Software/LanguageVarieties JavaScript- December 3, 2005 ---+ javascript See also: -- - 29 Dec 2002http://www.brayden.org/twiki/bin/view/Software/JavaScript QuinePrograms- December 3, 2005 ---+ Quines A Quine is a 'self-producing' program; i.e. a program whose output is its own source code. For example, here's a quine written in Ruby: printf(s = 'printf(s = %c%s%c, 39, s, 39)', 39, s, 39) For a terrific discussion of quines, see . If that page is unavailable you can get a zipped copy of it . -- - 29 Dec 2002http://www.brayden.org/twiki/bin/view/Software/QuinePrograms |