资 源 简 介
Somewhere to put my meagre contributions to free software. It beats sticking source files on Pastebin... ;-)
I have been programming since about 1990. My first program (made with the help of my stepfather Ross) was something like:
10 INPUT "What is your name",N$20 IF TIME$ < "12:00" THEN PRINT "Good morning,";N$ : GOTO 6030 IF TIME$ < "18:00" THEN PRINT "Good afternoon,";N$ : GOTO 6040 IF TIME$ < "21:00" THEN PRINT "Good evening,";N$ : GOTO 6050 IF TIME$ > "21:00" THEN PRINT "Good night,";N$;"!" : GOTO 6060 GOTO 10
What happens at 9 o"clock sharp? Who knows! Ah, the mysterious, deterministic and unpredictable computer. I"ve confabulated that particular bug; but I"m pretty sure there must have been several in a program that large.
At its peak my Subversion repository had hundreds of projects of various size and states of com