It's not a very nice thing to do to your customers
9 May 2002 (updated 9 May 2002 at 09:00 UTC) »
"The act of living is the art of applying past emotions to future dreams"
Perhaps someone else out there will find this inked quip and add their own words.
25 Feb 2002 (updated 9 May 2002 at 08:54 UTC) »
23 Feb 2002 (updated 24 Feb 2002 at 00:28 UTC) »
Watch for me in the 2006 olympics: Speed Skating
or
Men's Freestyle Skiing ... heh!
http://public.boredom.org/~swift/images/icanfly.jpg
I may look like a dork, but I did stick that landing.
9 Feb 2002 (updated 9 Feb 2002 at 09:10 UTC) »
I don't know what's up with this job I want at Apple. I'm very concerned that I won't get it. The fact is, I need a job. I can't convince myself to take something below my skill set - I know I'll be bored out of my mind in a day. I also know that I'd LOVE this position at Apple, and what's more, I'd be a wonderful addition to their team of developers. I'm cute, sweet, I have a nice smile, I follow style(9) to the letter. What's not to love? :o)
25 Jan 2002 (updated 25 Jan 2002 at 11:45 UTC) »
Do not reuse code from this solution, you'll regret
it.
void main(int argc, char **argv)
{
char *string = (argv[1] ? strdup(argv[1]) :
strdup("This is a very long
test string")), *p = string, *e = string, *s;
}
while(*p != '\0')
{
while(*p != ' ' && *p != '\0')
}
p++;
s = p--;
while(p > e)
*e ^= *p ^= *e++ ^= *p--;
p = s;
e = ++p;
printf("%s\n", string);
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!