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

Elegant solutions

Name: Anonymous 2007-06-28 15:16 ID:lcs47ZU6

Im bored, show me some good code (any language whatsoever)
Post a problem, then a great solution.

1) Transpose a matrix
(apply #'mapcar #'list '(( 1  2  3  4)
                         ( 5  6  7  8)
                         ( 9 10 11 12)
                         (13 14 15 16)))
(( 1  5  9 13)
 ( 2  6 10 14)
 ( 3  7 11 15)
 ( 4  8 12 16))

Name: Anonymous 2007-07-03 15:41 ID:H+jPXAUI

>>80

"\a" == system bell

what the hell are you doing here

Name: Anonymous 2007-07-03 15:42 ID:feUJj+BN

>>81
\a = GTFO YOU STUPID NOOB

Name: Anonymous 2007-07-04 6:21 ID:Heaven

>>78
you should be forking several processes of printing "\a" infinitley for maximum \a'ing

Name: Anonymous 2007-07-04 7:14 ID:Heaven

printf("%fucking \awesome!");

Name: Anonymous 2009-01-14 14:41

C considered harmful

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