-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathw.txt
More file actions
59 lines (50 loc) · 1.13 KB
/
Copy pathw.txt
File metadata and controls
59 lines (50 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Workplace Excuse Generator
-----------------------------------------------------------
Written by Michael Vandeberg for CSIS 420.
February 2013
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
{
<start>
<intro> <job> <timeline> <apology> ;
}
{
<intro>
It has come to my attention, <excuse> Now I can't ;
Due to unforseen events, <excuse> Because of this I am unable to ;
Unbenounce to me, <excuse> Therefore, I cannot ;
}
{
<excuse>
my code is still compiling. ;
I am going on vacatation. ;
I am deathly ill. ;
my computer is running too slow. ;
I have an unrecoverable virus on my workstation. ;
the tubes are clogged. ;
}
{
<job>
check my code in to version control. ;
comment my code. ;
refactor the code base. ;
redesign the company website. ;
continue working with Steve. ;
}
{
<apology>
I am sorry for the inconvenience. ;
My humblest apologies for this turn of events. ;
}
{
<timeline>
I expect to recover from this incidence before <time> . ;
I will be caught up on my work by <time> . ;
}
{
<time>
next week ;
close of business tomorrow ;
three days from the day after yesterday ;
the first of the year ;
when I quit my job ;
}