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

How does a ``cudder" look ?

Name: Anonymous 2007-09-20 21:14 ID:Rn5hE6lF

HOW DOES IT LOOK ?

Name: Cudder !MhMRSATORI!vzR1SbE7g/KHqrb 2009-11-05 10:29

>>39
busy IRL, no time to do anything until december; however, w4lolitaKs has started a project in /jp/

Name: Anonymous 2009-11-05 10:48

Name: Anonymous 2009-11-05 12:54

>>41
Yes, I'd noticed, but I presumed it was a very well developed metatroll and ignored it.

Name: Anonymous 2009-11-05 13:07

>>41
>busy IRL

stop having a life and join us.

Name: Anonymous 2009-11-05 13:12

>>44
busy IRL
forgot my space fuck.

Name: Anonymous 2009-11-05 13:42

>>45
I never had a space fuck :(

Name: Anonymous 2009-11-05 14:36

One time a girl showed me her "CUDDER".  I put my "GRUNNER" all the way in it.  That was the best night Leah ever had.

Name: Anonymous 2009-11-05 14:47

[b][i]cudder[/b][/i]

Name: Anonymous 2009-11-05 15:05

*grabs seven dicks*

Name: Anonymous 2009-11-05 16:12

>>49
That's rather selfish of you. Didn't they teach you to share in school? Let me guess you went to public school... that explains a lot.

Name: Anonymous 2009-11-05 16:53

curious?

Name: Anonymous 2009-11-05 17:03

>>42
Win32
not open source
FFFFFFFFFFFFFFFFFFFFFF

Name: Anonymous 2009-11-05 23:46

>>52

I know, right?

SOFTWARE OF THE CENTURY

Name: Anonymous 2009-11-05 23:48

Name: anon is legion 2009-11-06 0:29

>>54
It's funny, because it says 'newfag'. Actually, it's EPIC LEGENDARY WIN amirite

Name: Anonymous 2009-11-06 1:33

>>55

No, it's funny because ANONIX flowered into disgusting and useless dross twice. Two completely unrelated and awful projects.

Name: Anonymous 2009-11-06 4:21

>>16

Nice Unicode. Epic win.

Name: Anonymous 2009-11-06 4:34

Name: Anonymous 2009-11-06 6:22

>>57
If you like that, you should see the SICP info pages[1]


--
1. http://www.neilvandyke.org/sicp-texi/

Name: Anonymous 2009-11-06 7:38


                                        (3 4)
                                          │
                                          │
                                          ▼
((1 2) 3 4)┏━━━┳━━━┓                  ┏━━━┳━━━┓    ┏━━━┳━━━┓
      ────►┃ ● ┃ ●─╂─────────────────►┃ ● ┃ ●─╂───►┃ ● ┃ ╱ ┃
           ┗━┿━┻━━━┛                  ┗━┿━┻━━━┛    ┗━┿━┻━━━┛
             │                          │            │
             ▼                          ▼            ▼
   (1 2)   ┏━━━┳━━━┓    ┏━━━┳━━━┓     ┏━━━┓        ┏━━━┓
      ────►┃ ● ┃ ●─╂───►┃ ● ┃ ╱ ┃     ┃ 3 ┃        ┃ 4 ┃
           ┗━┿━┻━━━┛    ┗━┿━┻━━━┛     ┗━━━┛        ┗━━━┛
             │            │
             ▼            ▼
           ┏━━━┓        ┏━━━┓ 
           ┃ 1 ┃        ┃ 2 ┃
           ┗━━━┛        ┗━━━┛


     Figure 2.5:  Structure formed by (cons (list 1 2) (list 3 4)).

Name: Anonymous 2009-11-06 7:40

AMAZING ASCII SKILLZ

Name: Anonymous 2009-11-06 7:49


     *Figure 3.4:* Procedure objects in the global frame.

                    +--------------------------------------------+
                    | sum-of-squares:                            |
          global -->| square:                                    |
          env       | f: --+                                     |
                    +------|--------------+--------------+-------+
                           |     ^        |     ^        |     ^
                           |     |        |     |        |     |
                           V     |        V     |        V     |
                       .---.---. |    .---.---. |    .---.---. |
                       | O | O-+-+    | O | O-+-+    | O | O-+-+
                       `-|-^---'      `-|-^---'      `-|-^---'
                         |              |              |
                         V              V              V
             parameters: a          parameters: x  parameters: x, y
             body: (sum-of-squares  body: (* x x)  body: (+ (square x)
                     (+ a 1)                                (square y))
                     (* a 2))

Name: Anonymous 2009-11-06 9:09

I smell artist-mode.

Name: Anonymous 2009-11-06 9:14

>>63
SMELL MY ANUS

Name: Anonymous 2009-11-06 12:11

>>60
There are gaps between the lines1. That's terrible!, but what one normally would except.

That makes >>16's achievement even more impressive.

1Although maybe WebKit will render it gapless, I'm not sure.

Name: Anonymous 2009-11-06 12:26

>>65
I went for the SICP 1.0 look.

Name: Anonymous 2009-11-06 12:39


            ( why am i so ugly ?)
           O
          o
 .---.---.
 | O | O |
 `---^---'

Name: 16 2009-11-06 15:05

Courier has no box drawing characters at all, which explains >>36.

>>60 Looks correct using a good font, however Windows lacks a good font. None of the monospace fonts I tried had the BOX DRAWINGS HEAVY characters (usually just the light versions), nor did they have U+2571 BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT, and thus they were linked in from elsewhere, which breaks the alignment (in my tests, the font-linked BOX DRAWINGS HEAVY characters were 20% wider than the width of Consolas characters).

Out of curiosity and perversion, I decided to see what would be necessary to draw it in Consolas. Here is a version which works with only light box drawing characters and ╱ for /. It's not as cool as >>65[rem]-san's because it doesn't mix heavy and light box drawing characters.

[m]                                        (3 4)
                                          │
                                          │
                                          ▼
((1 2) 3 4)┌───┬───┐                  ┌───┬───┐    ┌───┬───┐
      ────►│ ● │ ●─┼─────────────────►│ ● │ ●─┼───►│ ● │ / │
           └─┼─┴───┘                  └─┼─┴───┘    └─┼─┴───┘
             │                          │            │
             ▼                          ▼            ▼
   (1 2)   ┌───┬───┐    ┌───┬───┐     ┌───┐        ┌───┐
      ────►│ ● │ ●─┼───►│ ● │ / │     │ 3 │        │ 4 │
           └─┼─┴───┘    └─┼─┴───┘     └───┘        └───┘
             │            │
             ▼            ▼
           ┌───┐        ┌───┐
           │ 1 │        │ 2 │
           └───┘        └───┘[/m]

The circles don't touch the [m]──►[/m] arrows like they should, though.

>>65 There are small (subpixel) gaps in >>16 when I look at it in Ubanto with DejaVu Sans Mono (with font smoothing on, though Firefox seems to ignore my settings anyway). >>60's also has subpixel gaps for me, but they're small enough that they're almost unnoticable.

Name: Anonymous 2009-11-06 15:06

Well, that's the last time I trust EXPERT BBCODE FRAMEWORK.

Courier has no box drawing characters at all, which explains >>36.

>>60 Looks correct using a good font, however Windows lacks a good font. None of the monospace fonts I tried had the BOX DRAWINGS HEAVY characters (usually just the light versions), nor did they have U+2571 BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT, and thus they were linked in from elsewhere, which breaks the alignment (in my tests, the font-linked BOX DRAWINGS HEAVY characters were 20% wider than the width of Consolas characters).

Out of curiosity and perversion, I decided to see what would be necessary to draw it in Consolas. Here is a version which works with only light box drawing characters and ╱ for /. It's not as cool as >>65-san's because it doesn't mix heavy and light box drawing characters.

                                        (3 4)
                                          │
                                          │
                                          ▼
((1 2) 3 4)┌───┬───┐                  ┌───┬───┐    ┌───┬───┐
      ────►│ ● │ ●─┼─────────────────►│ ● │ ●─┼───►│ ● │ / │
           └─┼─┴───┘                  └─┼─┴───┘    └─┼─┴───┘
             │                          │            │
             ▼                          ▼            ▼
   (1 2)   ┌───┬───┐    ┌───┬───┐     ┌───┐        ┌───┐
      ────►│ ● │ ●─┼───►│ ● │ / │     │ 3 │        │ 4 │
           └─┼─┴───┘    └─┼─┴───┘     └───┘        └───┘
             │            │
             ▼            ▼
           ┌───┐        ┌───┐
           │ 1 │        │ 2 │
           └───┘        └───┘


The circles don't touch the ──► arrows like they should, though.

>>65 There are small (subpixel) gaps in >>16 when I look at it in Ubanto with DejaVu Sans Mono (with font smoothing on, though Firefox seems to ignore my settings anyway). >>60's also has subpixel gaps for me, but they're small enough that they're almost unnoticable.

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