Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scumdogsteev/turbo-pascal-stuff
Turbo Pascal procedures and things from my high school (mid-1990s) computer science classes
https://github.com/scumdogsteev/turbo-pascal-stuff
turbo-pascal turbo-pascal-procedures
Last synced: about 6 hours ago
JSON representation
Turbo Pascal procedures and things from my high school (mid-1990s) computer science classes
- Host: GitHub
- URL: https://github.com/scumdogsteev/turbo-pascal-stuff
- Owner: scumdogsteev
- License: mit
- Created: 2015-06-17T22:50:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T16:39:27.000Z (over 9 years ago)
- Last Synced: 2023-02-27T06:22:55.676Z (over 1 year ago)
- Topics: turbo-pascal, turbo-pascal-procedures
- Language: Pascal
- Homepage: http://steve.mylesandmyles.info/projects/turbo-pascal-stuff/
- Size: 152 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turbo Pascal Stuff
by Scumdog Steev / Steve MylesProject Home: http://steve.mylesandmyles.info/projects/turbo-pascal-stuff/
License: [MIT License](https://github.com/scumdogsteev/turbo-pascal-stuff/blob/master/LICENSE)
- Source files last updated: 1994-1997
- Repository created: 2015.06.17This repository consists of Turbo Pascal procedures and things from my high school
(mid-1990s) computer science classes.Files:
- [**FINDS.PAS**](FINDS.PAS) - procedure for finding a substring within a string
- [**procedures.pas**](procedures.pas) - procedures that I used to find useful
- [**UTILITY.LIB**](UTILITY.LIB) - library of useful procedures
- [**UTILITY.PAS**](UTILITY.PAS) - .PAS version of UTILITY.LIB
- [**UTILITY.TPU**](UTILITY.TPU) - .TPU (compiled Turbo Pascal Unit) version of UTILITY.PAS