Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

The Challenge

Name: Lambda A. Calculus !!wKyoNUUHDOmjW7I 2013-04-20 13:08

Let's get down to business. You hate me, /prog/, and I hate you. Being a Calculus, I am unsatisfied with my programming skill and seek improvement. I challenge any of you who take pride in your skill with C to engage in the following game:

- Put down a challenge. A criteria for a program that both of us shall implement with C.
- Wait for me to accept your challenge. I don't accept those stupid challenges you find on that project euler website. Math doesn't interest me, "such that there exists"-boys. The exercises in K&R2 and, perhaps simple Unix programs, are good examples of the kinds of programs that interest me. You know, useful ones.
- Post your code.
- Wait for me to post my code.

If your program is fancier than my own and yields little criticism from one Lambda A. Calculus, I shall leave /prog/. I'm open to other stakes as well.

I await your challenges and, if any stupid stack boys want to challenge me, go for it.

Name: Anonymous 2013-04-22 20:05

>>160
OK, U SEEM LIKE UR EAGER TO PARTICIPATE IN A CHALLENGE AND I'VE THOUGHT OF A GOOD PROGRAM, SO I'M GONNA GIVE YA A SPORTING CHANCE. I CHALLENGE YA TO WRITE A PROGRAM THAT READS LINES FROM stdin, BREAKS 'EM UP IN A SIMILAR WAY THAT SHELLS DO BEFORE PASSING AN ARGUMENT LIST TO exec*, AND PRINTS EACH ARGUMENT ON A NEW LINE. FAIRLY STRAIGHTFORWARD WITH NO FANCY ALGORITHMS. SOME SAMPLE INPUT/OUTPUT PAIRS:

Input:
The "quick brown fox" jumped over the "lazy dogs".
Output:
The
quick brown fox
jumped
over
the
lazy dogs.

Input:
such"that there"exists some stupid "math"boys.
Output:
suchthat thereexists
some
stupid
mathboys.

BASICALLY DA SAME BEHAVIOUR AS bash EXCEPT DAT U ONLY NEED TO WORRY ABOUT BLANKS AND DOUBLE QUOTES, NO ESCAPE SEQUENCES OR ANY OF DAT SHIT.

NOW DAT'S DA KIND OF CHALLENGE DAT'S SUITABLE FOR DIS THREAD. IF U DONT LIKE DIS ONE U COULD COME UP WITH A SIMILAR PROGRAM OF UR OWN. BUT IF U ACCEPT DIS DEN I'LL BE SO KIND AS TO POST MY CODE FIRST (BUT U NEED TO UPLOAD UR SHIT TO ideone OR SOME OTHER WEBSITE THAT'LL GIVE U A TIMESTAMP BEFORE ACCEPTING). OR U COULD JUST ACCEPT AND SAY U WANNA POST FIRST, THEN I'LL SAY "DATS NICE U FUCKIN RETOID" AND UPLOAD MY SHIT, WAIT FOR UR POST, AND THEN U POST. WATEVER.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List