home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tsbase11.zip / TSBASE.NWS < prev    next >
Text File  |  1992-09-27  |  2KB  |  36 lines

  1. University of Vaasa, Finland, Sun IPX sparcstation garbo.uwasa.fi
  2. has a large collection of PD and shareware PC programs available by
  3. anonymous ftp or mail server. The file /pc/ts/0news-ts contains news
  4. about the TS-programs in the /pc/ts directory (in reverse order).
  5. This text, which you now have, is an extract from the 0news-ts file.
  6. ...................................................................
  7. Prof. Timo Salmi
  8. Moderating at garbo.uwasa.fi anonymous FTP archives 128.214.87.1
  9. Faculty of Accounting & Industrial Management; University of Vaasa
  10. Internet: ts@uwasa.fi Bitnet: salmi@finfun   ; SF-65101, Finland
  11. ...................................................................
  12.  
  13. Sun 27-Sep-92: I have updated what was my number base calculation
  14. programs package:
  15.  BASE.EXE        Convert from one base to another
  16.  BC.EXE          Base calculations (+-* and or..)
  17.    Implemented /g## a switch into these programs to indicate that
  18. the user wants the converted string spaced in groups of ## digits.
  19.    Implemented more operators (xor shl shr) to BC.EXE.
  20.    Added SCANCODE.EXE "Get key scan/ascii/status codes" redefining
  21. the TSBASE package to be more generally "A programmer's tools base".
  22. It is available as garbo.uwasa.fi:/pc/ts/tsbase11.zip.
  23.    Added FILE_ID.DIZ "Brief characterization of TSBASE". Some BBS
  24. systems scan for a FILE_ID.DIZ in uploaded packages and if found use
  25. its contents as the description in their annotated file list.
  26.  
  27. Sun 16-Aug-92: Every now and then anyone who has much to do with
  28. computers needs a quick program to convert a number or a range of
  29. numbers from one base to another. My new BASE.EXE does just that.
  30. The usage is simple: BASE FromBase ToBase Number [LastNumber]. The
  31. file in contained in a new garbo.uwasa.fi:/pc/ts/tsbase10.zip
  32. package.
  33.   The package also contains BC.EXE which performs calculations for
  34. numbers in non-decimal bases.  The operations include + - * div mod
  35. and or.
  36.