| Topics in Cookbook web: | Changed: now 22:58 GMT | Changed by: |
| GUIRecipeAnimation | 29 Aug 2004 - 23:04 - r1.4 | JensAxelSoegaard | |
| STARTINCLUDE Animation Problem Displaying a window and animating its contents. Solution begin scheme ;;; Jumping PacMan (define PAUSE 0.002) ; determines the speed ... | |||
| HashChapter | 14 Jun 2004 - 01:17 - r1.3 | AntonVanStraaten | |
| STARTINCLUDE Hashes TMPL:P{"chapterquery"} STOPINCLUDE TMPL:P{"chaptercommentlink"} INCLUDE{"HashChapterComments"} Set ALLOWTOPICCHANGE Main.SchematicsEditorsGroup ... | |||
| HashRecipeAddingElement | 19 May 2004 - 20:32 - NEW | KarlaRamirez | |
| STARTINCLUDE Adding an Element to a Hash Problem You need to add an entry to a Hash. Solution Simply assign the element to the hash using hash-table-put! . begin ... | |||
| HashRecipeImmutable | 19 May 2004 - 21:00 - NEW | KarlaRamirez | |
| STARTINCLUDE Creating a Hash with Immutable Keys or Values Problem You would like to have a hash table whose values or keys couldn't be modified once set. Solution ... | |||
| HashRecipePresenceOfKeys | 11 Dec 2006 - 05:03 - r1.8 | BrianJ | |
| STARTINCLUDE Testing for the Presence of a Key in a Hash Problem You need to know wheter a hash has a particular key, regardless of whatever value may be associated ... | |||
| HashRecipePrinting | 19 May 2004 - 21:37 - NEW | KarlaRamirez | |
| STARTINCLUDE Printing a Hash Problem You want to print a hash (keys and values). Solution Using recipe HashRecipeTraverse we can easily print all the elements in ... | |||
| HashRecipeRemove | 19 May 2004 - 21:13 - NEW | KarlaRamirez | |
| STARTINCLUDE Deleting from a Hash Problem Remove an entry (key value) from a hash table. Solution hash-table-remove! removes the value mapping for the given key if ... | |||
| HashRecipeTraverse | 14 Jun 2004 - 03:20 - r1.2 | AntonVanStraaten | |
| STARTINCLUDE Traversing a Hash Problem You want to perform an action on each entry in a hash. Solution As with lists, see chapter ListChapter, there are two basic ... | |||
| 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 ... | |||
| NoParentSelected | 13 May 2004 - 00:32 - NEW | AntonVanStraaten | |
| Recipes without proper parents Recipes which were created via the NewRecipe form without a parent being selected are listed below. SEARCH{"NoParentSelected"} Main ... | |||
| 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 ... | |||
| RecipeValidatingCreditCardNumber | 16 May 2004 - 16:45 - NEW | NeilVanDyke | |
| STARTINCLUDE Validating a Credit Card Number Problem You want to to preliminary validation of a credit card number, such as for detecting typographical errors in ... | |||