Sponsored Content
Full Discussion: My Fifty Years
The Lounge War Stories My Fifty Years Post 303017311 by jgt on Sunday 13th of May 2018 09:47:29 PM
Old 05-13-2018
My Fifty Years

So there I was in the summer of 1968, 24 years old, single, good job, two year old car with only four payments left, working in the purchasing department of a medium sized manufacturer and getting a free lunch every day with a sales rep. And then they put up an internal job posting for 'Systems Analyst Trainee'.
On Jan 6, 1969 I moved into my new office. My new boss came in with a stack of books, each one about 3 inches thick in heavy post binders.
The Canadian Income Tax Act.
The Federal Sales Tax Act.
The Ontario Provincial Sales Tax Act
The Quebec Provincial Sales Tax Act
The Accountants Reference Manual.
All I had to do for 6 months was read.
In June I talked to my boss about time shared computers, and in August we bought a Teletype ASR35 and arranged a time sharing contract. The minimum billing was about 70 dollars per month (perspective, my house phone was 8 dollars), and for that we had 4k of memory and concurrent access to 8 relative record files each with 100 records of 256 bytes each.
I wrote my first program.
Code:
for i = 1 to 10
print i
next i

Was I now ready for a real application?

To be continued...
These 7 Users Gave Thanks to jgt For This Post:
 

5 More Discussions You Might Find Interesting

1. Cybersecurity

Unix attacks in the last 5 years.

Hi, Could anyone direct me to any sites that have any info on unix attcks or hacks in the last 5 years. This is needed for an assignment. All help would be greatly appreciated. Thanks:) (6 Replies)
Discussion started by: suzant
6 Replies

2. UNIX for Dummies Questions & Answers

Dates of previous years

Is there any way to use date with previous dates such as "2 23 2000" in order to see what day of the week it was? I tried changing the current date to "date 022300452000" but then it told me that I could not do this because I was "Not the owner". Any other ways of getting the day result? (2 Replies)
Discussion started by: terms5
2 Replies

3. UNIX for Dummies Questions & Answers

Unix Command to separate this years files and last years?

Hello - I have a folder that contains files from 2003 till 2010. I am trying to figure out a command that would seperate each years file and show me a count? Even if i can find a command that would give me year by year count, thats good enough too. Thanks (8 Replies)
Discussion started by: DallasT
8 Replies

4. What is on Your Mind?

40 years of chips

I've been thinking about modern CPUs. Apart from x86 and SPARC, is there any other 'kind' of CPU used today in computers (not in playstation3, phones and similar) (6 Replies)
Discussion started by: orange47
6 Replies

5. What is on Your Mind?

RudiC reaches over 4000 thanks in 6 years.

Congratulations. Nice one RudiC. That is some going, well done! Bazza. (8 Replies)
Discussion started by: wisecracker
8 Replies
CALENDAR(1)						    BSD General Commands Manual 					       CALENDAR(1)

NAME
calendar -- reminder service SYNOPSIS
calendar [-abw] [-A num] [-B num] [-l num] [-e num] [-f calendarfile] [-t [[[cc]yy]mm]dd] DESCRIPTION
The calendar utility checks the current directory or the directory specified by the CALENDAR_DIR environment variable for a file named calendar and displays lines that begin with either today's date or tomorrow's. On Fridays, events on Friday through Monday are displayed. The options are as follows: -A num Print lines from today and next num days (forward, future). Defaults to one. (same as -l) -a Process the ``calendar'' files of all users and mail the results to them. This requires superuser privileges. -B num Print lines from today and previous num days (backward, past). -b Enforce special date calculation mode for Cyrillic calendars. -l num Print lines from today and next num days (forward, future). Defaults to one. (same as -A) -e num Print lines from today and next num days, only if today is Friday (forward, future). Defaults to two, which causes calendar to print entries through the weekend on Fridays. -f calendarfile Use calendarfile as the default calendar file. If this file is not accessible, the system-wide default is used. -t [[[cc]yy]mm]dd Act like the specified value is ``today'' instead of using the current date. If yy is specified, but cc is not, a value for yy between 69 and 99 results in a cc value of 19. Otherwise, a cc value of 20 is used. -w Print day of the week name in front of each event. To handle calendars in your national code table you can specify ``LANG=<locale_name>'' in the calendar file as early as possible. To handle national Easter names in the calendars, ``Easter=<national_name>'' (for Catholic Easter) or ``Paskha=<national_name>'' (for Orthodox Easter) can be used. A special locale name exists: 'utf-8'. Specifying ``LANG=utf-8'' indicates that the dates will be read using the C locale, and the descrip- tions will be encoded in UTF-8. This is usually used for the distributed calendar files. The ``CALENDAR'' variable can be used to specify the style. Only 'Julian' and 'Gregorian' styles are currently supported. Use ``CALENDAR='' to return to the default (Gregorian). To enforce special date calculation mode for Cyrillic calendars you should specify ``LANG=<local_name>'' and ``BODUN=<bodun_prefix>'' where <local_name> can be ru_RU.UTF-8, uk_UA.UTF-8 or by_BY.UTF-8. Note that the locale is reset to the user's default for each new file that is read. This is so that locales from one file do not accidentally carry over into another file. Other lines should begin with a month and day. They may be entered in almost any format, either numeric or as character strings. If proper locale is set, national months and weekdays names can be used. A single asterisk (`*') matches every month. A day without a month matches that day of every week. A month without a day matches the first of that month. Two numbers default to the month followed by the day. Lines with leading tabs default to the last entered date, allowing multiple line specifications for a single date. ``Easter'' (may be followed by a positive or negative integer) is Easter for this year. ``Paskha'' (may be followed by a positive or negative integer) is Orthodox Easter for this year. Weekdays may be followed by ``-4'' ... ``+5'' (aliases last, first, second, third, fourth) for moving events like ``the last Monday in April''. By convention, dates followed by an asterisk ('*') are not fixed, i.e., change from year to year. Day descriptions start after the first <tab> character in the line; if the line does not contain a <tab> character, it isn't printed out. If the first character in the line is a <tab> character, it is treated as the continuation of the previous description. The calendar file is preprocessed by cpp(1), allowing the inclusion of shared files such as company holidays or meetings. If the shared file is not referenced by a full pathname, cpp(1) searches in the current (or home) directory first, and then in the directory /etc/calendar, and finally in /usr/share/calendar. Empty lines and lines protected by the C commenting syntax (/* ... */) are ignored. Some possible calendar entries (a sequence denotes a <tab> character): LANG=C Easter=Ostern #include <calendar.usholiday> #include <calendar.birthday> 6/15 June 15 (if ambiguous, will default to month/day). Jun. 15 June 15. 15 June June 15. Thursday Every Thursday. June Every June 1st. 15 * 15th of every month. May Sun+2 second Sunday in May (Muttertag) 04/SunLast last Sunday in April, summer time in Europe Easter Easter Ostern-2 Good Friday (2 days before Easter) Paskha Orthodox Easter FILES
calendar File in current directory. ~/.calendar Directory in the user's home directory (which calendar changes into, if it exists). ~/.calendar/calendar File to use if no calendar file exists in the current directory. ~/.calendar/nomail calendar will not send mail if this file exists. calendar.all International and national calendar files. calendar.birthday Births and deaths of famous (and not-so-famous) people. calendar.canada Canadian holidays. calendar.christian Christian holidays (should be updated yearly by the local system administrator so that roving holidays are set cor- rectly for the current year). calendar.computer Days of special significance to computer people. calendar.croatian Croatian calendar. calendar.discord Discordian calendar (all rites reversed). calendar.fictional Fantasy and fiction dates (mostly LOTR). calendar.french French calendar. calendar.german German calendar. calendar.history Miscellaneous history. calendar.holiday Other holidays (including the not-well-known, obscure, and really obscure). calendar.judaic Jewish holidays (should be updated yearly by the local system administrator so that roving holidays are set correctly for the current year). calendar.music Musical events, births, and deaths (strongly oriented toward rock n' roll). calendar.nz New Zealand calendar. calendar.openbsd OpenBSD related events. calendar.pagan Pagan holidays, celebrations and festivals. calendar.russian Russian calendar. calendar.space Cosmic history. calendar.uk UK calendar. calendar.ushistory U.S. history. calendar.usholiday U.S. holidays. calendar.world World wide calendar. SEE ALSO
at(1), cal(1), cpp(1), mail(1), cron(8) STANDARDS
The calendar program previously selected lines which had the correct date anywhere in the line. This is no longer true: the date is only recognized when it occurs at the beginning of a line. COMPATIBILITY
The calendar command will only display lines that use a <tab> character to separate the date and description, or that begin with a <tab>. This is different than in previous releases. The Fl t flag argument syntax is from the original FreeBSD calendar program. The -l and -e flags are Debian-specific enhancements. Option -e used to be called in Debian, but this option is now used differently by upstream. Also, the original calendar program did not accept 0 as an argument to the -A flag. Using 'utf-8' as a locale name is a Debian-specific enhancement. HISTORY
A calendar command appeared in Version 7 AT&T UNIX. BUGS
calendar doesn't handle all Jewish holidays or moon phases. BSD
January 20, 2016 BSD
All times are GMT -4. The time now is 04:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy