22,085 reputation
55078
bio website
location
age
visits member for 3 years, 4 months
seen 1 hour ago
stats profile views 816
Autobiography, in code:
1976:

        IDAY = IDAY + 1
        IDOLLAR = IDOLLAR + 1

1978:

100 D = D + 1
110 M = M + 1

1979:

        INC DAY
        INC DOLLAR

1984:

day := day + 1
dollar := dollar + 1

1986:

day++, dollar++;

1988:

day.another(); dollar.another();

1999:

public interface WorkForALiving {
  void another_day();
  void another_dollar();
}

2003:

day += 1; dollar += 1

1k
× 324
89
× 29
186
× 66
79
× 23
122
× 19
73
× 5
105
× 13
70
× 19
104
× 6
69
× 14
Stack Overflow Stack Overflow 22,085 rep 55078
Programmers Stack Exchange Programmers 423 rep 38
Code Review Stack Exchange Code Review 321 rep 14
Server Fault Server Fault 130 rep 6
Super User Super User 101 rep 2

2,519 Votes Cast

all time   by type   month   week   day
2,519 up 829 question 72 6 3
0 down 1,690 answer