Barcode -> .raw file project ---- help requested
|
02-14-2015, 01:38 PM
Post: #41
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 01:19 PM)Ángel Martin Wrote: If memory serves the Dungeon and Ghost Town are in the ADVENTURE modules - I remember scanning the bar codes many moons ago when I prepared them. There is a program index posted somewhere in TOS, would be good to rescue from oblivion... Gene: I will double check the games to make sure there is no duplication and will check that list too. Thanks for all your help here. :-) |
|||
02-14-2015, 03:27 PM
(This post was last modified: 02-22-2015 07:57 PM by Ángel Martin.)
Post: #42
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Here is the second installment of this ambitious project: the BookAPS ROM & Module, including programs from the Wickes, Wlodek and Deering books - as many as those sent to me on the virtual drives.
Just one exception: who needs yet another KA program??? Every book has one or several versions of them, so i made an executive decision and left out the one in the Tips & Routines book. Shout if this isn't OK for you. Calls to sub functions still use alpha labels. They could be converted to XROM but first I want to make sure we're all ok with the following choices: - FAT function order is alphabetical - this is the least confusing to me. - XROM#id is also 17 - same as the previous PPC_APPS. Can you all live with that? So I'm doing my part, what about a global index/inventory anyone?? Cheers, 'AM "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-14-2015, 05:53 PM
Post: #43
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 03:27 PM)Ángel Martin Wrote: Here is the second installment of this ambitious project: the BookAPS ROM & Module, including programs from the Wickes, Wlodek and Deering books - as many as those sent to me on the virtual drives. This is great news Angel, thanks for cranking out another intersting ROM to test. Do you ever sleep? All the choices you made are sensible, it's unlikley anyone needs both PPC_APPS and BOOK_APPs loaded at the same time. I can't load it now as CL is in the mail, but a quick question about the FAT function order: Are they grouped by Book/Author (with Enter to step thru the Fns inside that book)? If this is more work, its fine as-is, as long as there is no Fn name collision among the books. Lastly, unlike the PPC_APPS files, where the source is obvious, I suggest it would be helpful to include a tiny text file in the distribuion .zip which simply lists Author/Titles of the books whose programs are included in this MOD file. Maybe name it BOOKAPS1 in anticipation of volume 2 once additonal books' progams have been scanned and submitted. I assume that most of these programs have never been run by most users, simply due to the incovenience of entering them. The authors would never have guessed that their programs would see a resurgence in usage 30+ years later. Thanks for your tireless contributions. Will load it in go41cx tomorrow to check in the emulator and send feedback if problems, and then in a CL once built and I figure out how to download and install this. --Bob Prosperi |
|||
02-14-2015, 06:01 PM
Post: #44
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
More .raw files sent to Angel:
ENTRPRZ - prints a star trek enterprise on the printer LEARNCV - learning curve program SNED_F - Snedecor's F stat DBLINTG - double integration ISLAND - Treasure Island H67COMP - by Dave Monroe - the H67 computer. Wild stuff. JINGLE - plays jingle bells VALPRNT - Roger Hill's valentine printing program BANLOAD - loads constants for the banner program BANNER - print banners! STARWAR - plays the star wars theme BACH - plays the fugue in d minor TONES - by Richard Nelson. Plays all 127 possible synthetic tones - all in a row Still have several games not previously included to do. Also planning to take the programs from the Datafile Coconut grove columns and include them. These short things might be included elsewhere in other versions, but often these short routines were like the 25 words or less column - I learn things from looking them over. Trying NOT to include programs that are terribly obsolete. We have a great GCD mcode routine in the Sandmath module. Why include yet another GCD routine written in FOCAL? :-) And I totally agree with Angel regarding the KA routines. Thoughts anyone? |
|||
02-14-2015, 06:13 PM
Post: #45
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 06:01 PM)Gene Wrote: More .raw files sent to Angel: Well, ENTRPRZ is of course a mission-critical application for all members, thank you for locating and scanning it. And the music programs bring back memories of getting 5-10 machines loaded at the clubhouse or conference (and at least once at a Dennys, probably Las Vegas?) and started at the same time to 'sing' together. This almost always lead to heated discussions of exactly the right way to count down to the 'go' signal. Do I press R/S when he says "zero", or when he says "go"? Should my finger be on the key, or poised just above? Does speed vary based on battery condition? We just had to know these things. And yes, don't waste space on YAKA. Thanks Gene. Made me smile here. --Bob Prosperi |
|||
02-14-2015, 09:08 PM
Post: #46
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
More LIF files sent to Angel:
- Keith Jarett: Synthetic Programs Made Easy (bar codes programs) - W&W: CCD ROM Manual (bar codes programs) Sylvain |
|||
02-14-2015, 10:45 PM
Post: #47
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested | |||
02-14-2015, 10:58 PM
(This post was last modified: 02-14-2015 11:00 PM by Mark Hardman.)
Post: #48
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 10:45 PM)Sylvain Cote Wrote:(02-14-2015 03:27 PM)Ángel Martin Wrote: So I'm doing my part, what about a global index/inventory anyone?? When Gene talked about including the "Datafile Coconut grove columns" my first thought was, "How will I ever find the corresponding article in Jake's compilation?" Here's a straw man of the details I'd like to see in a Master Index: Module name Program name Short description Book or Journal name Journal issue number Page Ceci n'est pas une signature. |
|||
02-15-2015, 02:10 PM
Post: #49
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 05:53 PM)rprosperi Wrote: a quick question about the FAT function order: Are they grouped by Book/Author (with Enter to step thru the Fns inside that book)? If this is more work, its fine as-is, as long as there is no Fn name collision among the books. Yes, there are three sections in the ROM FAT as follows: -WICKES SP -WLODEK EY -TIPS/RTNS Program names are sorted alphabetically within each section, and there are no name conflicts within the ROM. "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-15-2015, 02:12 PM
Post: #50
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 06:01 PM)Gene Wrote: Trying NOT to include programs that are terribly obsolete. We have a great GCD mcode routine in the Sandmath module. Why include yet another GCD routine written in FOCAL? :-) Yeah, that one and many, many more like it... "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-15-2015, 10:37 PM
Post: #51
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 10:58 PM)Mark Hardman Wrote: Here's a straw man of the details I'd like to see in a Master Index: ok, here a sample of what I am doing ... ROMS-HEADERS.CSV Code: ROM,ID,XROM,FAT,Page,Title,Author,Copyright ROMS-FUNCTIONS.CSV Code: Name,XROM,XREF,Function,Type,Source,Page,Description Is this what's expected ? Sylvain |
|||
02-15-2015, 11:53 PM
Post: #52
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-15-2015 10:37 PM)Sylvain Cote Wrote: Is this what's expected ? Yes, and more. It makes my straw man look naive in comparison. Ceci n'est pas une signature. |
|||
02-16-2015, 04:40 PM
Post: #53
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-03-2015 04:12 AM)Gene Wrote: HP 41 solution books already in the 41CL database Update: Realized that the
the Optometry 2 book, and the Home Construction book were not in the 41CL yet. The .raw files were actually here on the museum, so I created a .zip of them and sent them to Angel. :-) |
|||
02-16-2015, 06:36 PM
Post: #54
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-14-2015 10:58 PM)Mark Hardman Wrote: When Gene talked about including the "Datafile Coconut grove columns" my first thought was, "How will I ever find the corresponding article in Jake's compilation?" From the current index which extends up through Datafile Volume 15, "The Coconut Grove" only ran for nine issues across volumes 8 and 9. Looking in the "Sort by Title" under "The Coconut Grove" lists them consecutively. An attempt was made to list the"sub-headers" in those articles wherever possible, in addition to the "Editorial", "Chairman's Bytes" and other columns. Jackie Woldering's program/barcode files extend through the end of volume 8 currently, so roughly half of the Coconut Grove programs have reliable barcode at this point. Jake |
|||
02-17-2015, 08:58 AM
(This post was last modified: 02-17-2015 09:34 AM by Ángel Martin.)
Post: #55
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-04-2015 04:50 AM)Sylvain Cote Wrote:(02-02-2015 06:32 AM)Ángel Martin Wrote: - Of all remaining ones perhaps the more interesting is "McCornack/Jarrett: HP-41 Advance Programming Tips". Would be nice to have RAW files for those or another .DAT virtual drive file. Interestingly enough many McCornack programs as listed in the book use MCODE routines also provided in the book itself - however the focal files in the virtual drive are not the same. They appear to be the same as in the PPC ROM instead. Did you just scan the barcodes in the appendix, or replaced them with PPC-based equivalent ones? I think it'll be better to use the programs that call those MCODE routines, otherwise there'll be redundancy. I can add the MCODE functions to the module, that's not a problem. "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-17-2015, 09:36 AM
Post: #56
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-16-2015 04:40 PM)Gene Wrote: Update: Realized that the Both Optometry solution books are in the "OPTO" module, and I think the test statistics are in the "TEST" module - both onboard the CL ;-) "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-17-2015, 12:13 PM
Post: #57
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-17-2015 08:58 AM)Ángel Martin Wrote: Did you just scan the barcodes in the appendix, or replaced them with PPC-based equivalent ones? Just scan the barcodes in the appendix. (02-17-2015 08:58 AM)Ángel Martin Wrote: I think it'll be better to use the programs that call those MCODE routines, otherwise there'll be redundancy. I am currently scanning the book and will sent it to the museum and to TOS when ready. Sylvain |
|||
02-17-2015, 12:39 PM
(This post was last modified: 02-19-2015 01:37 PM by Ángel Martin.)
Post: #58
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Third installment attached : an 8k-module with Gene's all-time favorite RAW Files, including Printer Fun, Big Daddy Math, and Bells & Whistles. I also threw in the 'Sea Battlle w/ Printer" game from the SwapDisks collection.
There are still about 450 bytes free, and we're taking requests ;-) (in RAW file format plz.) "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-19-2015, 01:39 PM
Post: #59
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-17-2015 12:39 PM)Ángel Martin Wrote: There are still about 450 bytes free, and we're taking requests ;-) (in RAW file format plz.) not anymore: I updated module with a Biorhythms print program - it's filled up now, see attached. "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-21-2015, 04:34 AM
(This post was last modified: 02-21-2015 06:21 PM by Sylvain Cote.)
Post: #60
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
I finally have finished the first version of the "-PPC APPS" ROM master index file.
CSV file sample ... Code: Name,XROM,XREF,Type,Function,Linked,Group,Reference #1,Reference #2,Reference #3,Author(s),Description Description of the file columns ... Name : ROM name as displayed in catalog 2 XROM : ROM number XREF : function number Type : BIN (micro-code/binary), RPN (user-code/program) Function : function name Linked : main alpha label in a multi alpha labels program Group : group name based on the catalog 2 groups Reference #1 : first external reference Reference #2 : second external reference Reference #3 : third external reference Author(s) : author(s) of the function/program Description : summary description of the function/program Master index files ... ROM: -PPC APPS Excel XLSX CSV sorted by Name+XROM+XREF Acrobat PDF sorted by Name+XROM+XREF Acrobat PDF sorted by Group+Linked+Function ROM: -PPC APP2 Excel XLSX CSV sorted by Name+XROM+XREF Acrobat PDF sorted by Name+XROM+XREF Any comments and/or corrections are welcome. Best regards, Sylvain edit 1: "-PPC APP2" ROM added edit 2: minor files update |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 10 Guest(s)