Livejournal
Log in
Post
Friends
My journal
foofox
Code monkey
Oct 21, 2006 02:57
I am a code monkey, that's my preferred job title. Well, actually it's "software developer" but monkey works too. A friend sent me a link to the
code monkey song
. It's beautiful, and so accurate (
Read more...
)
Leave a comment
Comments 3
cnmartin
October 21 2006, 17:46:21 UTC
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption := 'Oook!';
end;
end.
Reply
foofox
October 22 2006, 14:32:51 UTC
Indeed.
Perfect Delphi there, by the way, kitty.
Reply
cnmartin
October 22 2006, 18:21:40 UTC
^^
Reply
Leave a comment
Up
Comments 3
begin
Label1.Caption := 'Oook!';
end;
end.
Reply
Perfect Delphi there, by the way, kitty.
Reply
Reply
Leave a comment