Below is a list of pages which have work ToDo. Any page which includes a reference to this topic (ToDo) will appear in the list.
, which list recipes and sections that need to be written or completed.
Note that clicking on the "Ref'd By" link above gives a somewhat different list, which uses a regexp search for "[Tt]o *[dD]o".
|
AdminCookbookViews
|
09 Jun 2004 - 15:40 - r1.9
|
NoelWelsh
|
| |
Supporting Multiple Views of the Cookbook At a minimum, we want to be able to support two "views" of the cookbook one which supports online browsing well, and another ... |
|
BeingPltSpecific
|
10 Sep 2004 - 01:00 - r1.5
|
AntonVanStraaten
|
| |
TOC STARTINCLUDE Being PLT Specific The reality of Scheme today is that many of the kinds of tasks which the Cookbook is intended to address cannot easily be implemented ... |
|
BugIESourceWrapping
|
17 May 2004 - 02:50 - NEW
|
AntonVanStraaten
|
| |
Bug: Source code wrapping in IE There is a bug in IE which ruins the layout of receipes containing code with very long lines. An example is: AligningStrings. Previously ... |
|
CookbookStructure
|
14 Jun 2004 - 02:16 - r1.10
|
AntonVanStraaten
|
| |
Cookbook Structure Proposal TOC Note Below is the proposal for the new cookbook structure, written prior to implementation. The technical details of the final design ... |
|
DynamicEvalCustomNamespace
|
07 Jun 2006 - 15:26 - r1.5
|
DannyYoo
|
| |
STARTINCLUDE Evaluating Code in a Custom Namespace Problem You want to eval code that: Doesn't have access to anything declared or loaded by the code that calls eval ... |
|
FileIntroduction
|
25 Jun 2004 - 10:42 - r1.4
|
NoelWelsh
|
| |
STARTINCLUDE ToDo: Create examples where necessary for this introduction. Introduction This chapter deals with file access, that is opening files, passing files as ... |
|
FileMakePlatformIndependentPath
|
25 Jun 2004 - 11:18 - r1.2
|
NoelWelsh
|
| |
STARTINCLUDE Creating a Platform Independent Path Problem You want to create a directory in a platform independent way. The directory is several levels deep and you ... |
|
FileManipulation
|
25 Jun 2004 - 10:42 - r1.8
|
NoelWelsh
|
| |
File Manipulation Introduction Sometimes you gotta interact with the file system and when you do things can get messy. File systems are dependent upon the operating ... |
|
GettingStartedAdmin
|
07 Jul 2004 - 10:15 - r1.2
|
NoelWelsh
|
| |
Comments ToDo: Using PLT Scheme |
|
IndexPageSelectList
|
16 Jul 2004 - 19:03 - r1.12
|
NoelWelsh
|
| |
Index Pages Select List The following is a list of index pages, used to select a new recipe's parent in the NewRecipe form. STARTINCLUDE NoParentSelected IdiomRecipes ... |
|
ListRecipeReferences
|
14 Jun 2004 - 03:20 - r1.2
|
AntonVanStraaten
|
| |
References ToDo: Links to R5RS, SRFI1, list.ss in mzlib. HTDP on list recipes |
|
NumberRecipeBiasedRands
|
12 Dec 2006 - 22:56 - r1.12
|
JensAxelSoegaard
|
| |
STARTINCLUDE Generating Biased Random Numbers Problem Instead of producing a series of numbers distributed uniformly over an interval, we need data following one ... |
|
OldTOC
|
07 Jul 2004 - 10:15 - r1.30
|
NoelWelsh
|
| |
PLT Scheme Cookbook Obsolete: do not edit. This is the old Cookbook table of contents, which was manually edited. The current TOC is generated automatically. ToDo ... |
|
PlannedTopicClassifications
|
20 Aug 2004 - 16:38 - r1.6
|
NoelWelsh
|
| |
Planned Topic Classifications Most recipes have now been classified via the CookbookForm. The results of this can be seen on the RecipeIndex page. Some of the topics ... |
|
ProcessUntarScriptExample
|
10 Feb 2006 - 08:07 - NEW
|
AntonVanStraaten
|
| |
STARTINCLUDE Scripting Example: Untar Problem You want to use Scheme to do something that you would normally do using a shell script. Solution PLT Scheme has a great ... |
|
SiteToDo
|
12 May 2004 - 23:59 - NEW
|
AntonVanStraaten
|
| |
Cookbook SiteToDo Items This is a list of topics containing todo items related to the Cookbook site functionality. To add a topic to this list, simply reference SiteToDo ... |
|
StringCompare
|
09 Jun 2004 - 15:42 - r1.4
|
NoelWelsh
|
| |
STARTINCLUDE Comparing Strings Problem You need to compare two strings. Solution All of the R5RS functions are in the form stringop?, e.g. string ? or string ? . ... |
|
ToDo
|
14 Jun 2004 - 03:22 - r1.4
|
AntonVanStraaten
|
| |
ToDo Items Below is a list of pages which have work ToDo. Any page which includes a reference to this topic (ToDo) will appear in the list. If this list isn't long ... |
|
TopicOrder
|
31 May 2004 - 01:14 - NEW
|
AntonVanStraaten
|
| |
TopicOrder An explanation of topic ordering should go here. SiteToDo. Main.AntonVanStraaten 31 May 2004 |
|
WebFileUpload
|
01 Jul 2008 - 04:26 - r1.3
|
HiSeeComments
|
| |
File Upload Problem You already know how to write complex, and useful CGIs in scheme, however you need to upload a file (any kind of file) from the user computer ... |
|
WebHome
|
24 Aug 2010 - 03:39 - r1.42
|
AntonVanStraaten
|
| |
Welcome to the Schematics Scheme Cookbook. The Schematics Scheme Cookbook is a BecomingAnAuthor collaborative effort to produce documentation and recipes for using ... |
|
WebStatistics
|
24 Aug 2010 - 04:21 - r1.276
|
AntonVanStraaten
|
| |
Statistics for Cookbook Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: May 2010 7689 0 ... |
The "Referred By" link doesn't work the same way it does in the original Wiki. In the original Wiki you get all pages that link to this one. In this wiki you get all pages that mention the regexp "[Tt]o *[dD]o" which is substantially less useful. I'm sure there is a way around this. It's not a priority, just something I thought would be useful to have.
instruction above which displays a list directly in this topic. I haven't verified what it does for sure, but it seems more narrow than the "referred by" link. More options are documented in
.