https://github.com/dnmfarrell/the-descriptor
A definition of the B5000 information processing system
https://github.com/dnmfarrell/the-descriptor
Last synced: 4 months ago
JSON representation
A definition of the B5000 information processing system
- Host: GitHub
- URL: https://github.com/dnmfarrell/the-descriptor
- Owner: dnmfarrell
- Created: 2021-07-04T21:14:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T01:22:24.000Z (almost 5 years ago)
- Last Synced: 2025-10-22T07:28:06.931Z (8 months ago)
- Size: 7.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The-Descriptor
A definition of the B5000 information processing system
This PDF was created with the following Bash commands:
```
$ for n in {1..49};do
> printf -v filename "%02d.jpg" "$n"
> wget -q -O "$filename" "http://www.cs.virginia.edu/~robins/BU2/webman_BU_Jan_25_2012/brochure/images/manuals/b5000/descrip/descrip_$n.jpg"
> done
$ convert *.jpg -background white -density 72 -page Letter the-descriptor-b5000-1961.pdf
```