home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / cbm / 5101 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  2.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!olivea!charnel!rat!ucselx!gdwest!stlucas
  2. From: stlucas@gdwest.gd.com (Joseph St. Lucas)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Make directory longer?
  5. Message-ID: <1992Dec17.174154.992@gdwest.gd.com>
  6. Date: 17 Dec 92 17:41:54 GMT
  7. Sender: stlucas@gdwest.gd.com (Joseph St. Lucas)
  8. Distribution: usa
  9. Organization: General Dynamics Corp.
  10. Lines: 36
  11.  
  12. Well, the reason I wanted to try to extend the 1541 directory is to find
  13. my options available for a program I wanted to play with.  My 1581 has
  14. 296 files available, I think.  ANyhow, I wanted to find a recipe program
  15. for the c64.  I know there are programs out there, but the ones I've 
  16. found do one of the following;
  17. 1.) store recipes in a humongous sequential file.  Access would be slow
  18. and messy.
  19. 2.) store recipes using one or two files per recipe.  The 2/file stores
  20. ingredients in one file, instructions in another.
  21. The reason they all existed is because no one in their right (or left)
  22. minds would ever type all these recipes in by hand, so it was easy to
  23. grow bored and quit after 10 entrys, therefore never taxing the programs
  24. to the limit.
  25. I'm rewriting an old database program (original in assembly, my version in
  26. basic) that wouldn't use all the 40 sectors on my 1581 because the program
  27. only used the 1541 setup.  So, I figured with the enormous amount of recipe
  28. files people have already typed in and posted to rec.food.recipes, I could
  29. electronically suck them up and dump them into a program, because I don't
  30. have an ibm to get a cd-rom to get the $40 Julia Childs 1000 recipe disk.
  31. I thought I'd modify what I'm working on to read recipe files.   
  32. So I'm looking at options to storing and accessing the recipes, including
  33. individual files, maybe glueing 5 or 10 per sequential file (saves disk
  34. directory entries).  Since the recipes are random lengths, no one good
  35. format exists to easily do the program reads.  Anyhow, I plan on making
  36. it flexible enough to use either 1541 or 1581, using multiple disks,
  37. but searching only on recipe title, not ingredients.  I know ftp'able
  38. sites for ibm and mac programs exist for this purpose, but I haven't seen
  39. any for our commodores.  If one exists, let me know and save me the time.
  40. (average recipe is 3 blocks long, so > 200 could fit on one 1541 disk)
  41. When (if) I get it done, I'll post it for interested minds.  I also have
  42. a ton of bread-making recipes that need this also.
  43.  
  44. -- 
  45. Joe St.Lucas    stlucas@gdwest.gd.com        Standard Disclaimers Apply
  46. General Dynamics Space Systems, San Diego
  47. My blood runs Husker red.
  48.