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

Pages: 1-4041-

BBCode Contest

Name: BBCoder 2009-10-12 2:21

Use the most clever BBCode formatting you can think of to render this line of text:

I conjure the spirits of my computer with BBCode!

Example entry:

I conjure the spirits of my computer with BBCode!

I'm sure you can do much better because I don't even have fancy macros/scripts to do it for me.  Bonus points for including the source-code with your entry.  Most creative entry wins!

Name: Anonymous 2009-10-12 2:59


D
O

I

W
I
N

Y
E
T
?

Name: Anonymous 2009-10-12 3:01

no.
learn BBcode the old fashioned way.

Name: Anonymous 2009-10-12 3:30

One thing that I never learned how to do correctly in BBCode is: How to correctly escape parts of code that contain literal BBCode?

Name: Anonymous 2009-10-12 3:39

>>4
[#][/#]

Name: Anonymous 2009-10-12 3:48

>>4
[spoiler]You mean like this?[/spoiler]

Name: Anonymous 2009-10-12 3:52

>>4
& # 9 1; and & # 9 3;

Name: Anonymous 2009-10-12 3:56

>>5
Thanks

Name: Anonymous 2009-10-12 4:00

Here's what I did instead:

(defun write-tag (tag s)
  (format nil "[~a]~a[/~a]" tag s tag))

(defun fancy-format (s)
  (write-tag "m"
    (with-output-to-string (o)
      (loop for c across s
         do (princ (case c
                     ((#[b]([/b] #[b])[/b]) (write-tag "b" c))
                     (t c))
             o)))))

Name: Anonymous 2009-10-12 4:04

>>9
Damn, seems #\( #\) somehow broke it.

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-10-12 4:06

A.HTML. /prog/ reaction: "Hahaha noob. How come you're so dumb?"
B.Small subset of HTML. /prog/ reaction: "OMG you're an expert programmer!!!"


_____________________________________________
http://bayimg.com/image/aadbjaace.jpg
Now Playing:Locking Up The Sun - Poets of The Fall
My Blog: http://frozenvoid.blogspot.com/
«The great moral question of the twenty-first century is this: if all knowing, all culture, all art, all useful information can be costlessly given to everyone at the same price that it is given to anyone; if everyone can have everything, anywhere, all the time, why is it ever moral to exclude anyone? »

Name: Anonymous 2009-10-12 4:23

Fixed, maybe I'll add escaping a bit later:

(defun write-tag (tag s)
  (format nil "[~a]~a[/~a]" tag s tag))

(defun fancy-format (s)
  (write-tag "m"
    (with-output-to-string (o)
      (loop for c across s
         do (princ (case c
                     ((#\( #\)) (write-tag "b" c))
                     (t c))
             o)))))

Name: Anonymous 2009-10-12 4:58

>>11
you're just jealous because you don't know how to BBcode.
also, lrn2meme.

Name: Anonymous 2009-10-12 5:08

>>13
Don't reply to invisible posts!

Name: Anonymous 2009-10-12 6:08

I'm feeling lazy, so I'll just recycle an old standby
WeconjurethespiritsofthecomputerwithourspellsspellsourwithcomputertheofspiritstheconjureWe
WeconjurethespiritsofthecomputerwithourspellsspellsourwithcomputertheofspiritstheconjureWe

Name: Anonymous 2009-10-12 8:39

I conjure the spirits of my computer with BBCode!

ok i win thread over

Name: Anonymous 2009-10-12 11:29

can i has the
I conjure the spirits of my computer with PERL ascii wizard
plz

Name: Anonymous 2009-10-12 12:09

I conjure the spirits of my computer with BBCode!

Name: Anonymous 2009-10-12 12:30

>>18
Fibonacci Buttsort is so last month

Name: Anonymous 2009-10-12 14:14

>>19
BE THAT AS IT MAY, IT IS MY ENTRY TO THIS BBCODE CONTEST

Name: Anonymous 2009-10-12 14:56

I, too, am feeling lazy, and will also recycle an old standby.

I conjure the spirits of the computer with BBCode!

Name: Anonymous 2009-10-12 15:31


        e   S u s s                 
      h             m               
    t    O R N A D    a             
       T           O    n           
 d           m y                     
n    e   h        W   o   s          
A   h   t         A   f   a          
    t   i    “    N       i          
        w      ! D    B   d          
                     B                 
     e    E             "            
       r    D O C     I              
         u                         
           j n o c                 

Name: Anonymous 2009-10-12 15:35

I conjure the spirits of my  co m put e r with [ccode]BBCode[/ccode]

Name: Anonymous 2009-10-12 15:35

>>22
That's a good one actually...

Name: BBCoder 2009-10-12 15:39

>>15
It is an old standby, but it's still good!

>>21
wow, I've never seen that cloud thing before

>>22
That's pretty impressive.  Definitely a candidate for winner.

>>23
I like this one too, even if it's not as elaborate as a couple others.

Name: Anonymous 2009-10-12 15:42

>>23
Fixed.
I conjure the spirits of my c omp ut e r  with BBCode

Name: Anonymous 2009-10-12 15:42

(display (times 4 (zig-zag (pregexp-split #px"" "I conjure the spirits of my computer with BBCode!"))))
I conjure the spirits of my computer with BBCode! I conjure the spirits of my computer with BBCode! I conjure the spirits of my computer with BBCode! I conjure the spirits of my computer with BBCode! I conjure the spirits of my computer with BBCode! I conjure the spirits of my computer with BBCode! I conjure the spirits of my computer with BBCode! I conjure the spirits of my computer with BBCode!

Name: Anonymous 2009-10-12 16:07

[b][i]I conjure the spirits of my computer with BBCode![/o][/b]

Name: Anonymous 2009-10-12 16:24

[prog]I conjure the spirits of my computer with BBCode![/prog]

Name: Anonymous 2009-10-12 16:57

>>27
This looks thoroughly hilarious on IE.

Name: Anonymous 2009-10-12 17:48

>>30
Post a screenshot for those of us lucky enough to not have access to IE.

Name: Anonymous 2009-10-12 18:15

Name: Anonymous 2009-10-12 18:29

old but boring. inb4: crappy coed

echo I conjure the spirits of my computer with BBCode! | perl -ne'print"\[b\]";foreach (split(//)){print"\[spoiler\]$_\[/spoiler\]";}print"[/b\]\n"'

I conjure the spirits of my computer with BBCode!

Name: Anonymous 2009-10-12 18:43

improved version ( ≖‿≖)

echo I conjure the spirits of my computer with BBCode! | perl -ne'@a=split(//);foreach (@a){print"\[spoiler\]$_";}print"\[/spoiler\]"x@a.""'

I conjure the spirits of my computer with BBCode!

Name: Anonymous 2009-10-12 19:41

I conjure the spirits of my computer with BBCode!

Name: Anonymous 2009-10-12 19:50

>>33,34
delicious perl

Name: Anonymous 2009-10-13 1:06

>>34
Why is you're coed so bloated?
perl -F -anlE'say+(map"[spoiler]$_",@F),"[/spoiler]"x@F'<<<'I conjure the spirits of my computer with BBCode!'

Name: Anonymous 2009-10-13 2:56

BBCode is the best language ever. There is nothing BBCode cannot do.
            o                                           
                 O       /`-.__                         
                        /  \.'^|                         
           o           T    l  *                         
                      _|-..-|_                           
               O    (^ '----' `)     I CONJURE THE SPIRITS
                     `\-....-/^      OF MY COMPUTER WITH BBCODE!
           O       o  ) "/ " (      /                   
                     _( (-)  )_                         
                 O  /\ )    (  /\                       
                   /  \(    ) |  \                       
               o  o    \)  ( /    \                     
                 /     |(  )|      \                     
                /    o \ \( /       \                   
          __.--'   O    \_ /   .._   \                   
         //|)\      ,   (_)   /(((\^)'\                 
            |       | O         )  `  |                 
            |      / o___      /      /                 
           /  _.-''^^__O_^^''-._     /                   
         .'  /  -''^^    ^^''-  \--'^                   
       .'   .`.  `'''----'''^  .`. \                     
     .'    /   `'--..____..--'^   \ \                   
    /  _.-/                        \ \                   
.::'_/^   |                        |  `.                 
       .-'|                        |    `-.             
_.--'`   \                        /       `-.           
/          \                      /           `-._       
`'---..__   `.                  .`_.._   __       \     
         ``'''`.              .'BBCode`'^  `''---'^     
                `-..______..-'

Name: Anonymous 2009-10-13 7:41

Name: Anonymous 2009-10-13 13:27

>>37
EXPERT PERL HACKERY

Name: Anonymous 2009-10-13 13:47

>>39
Looks the same in Firefox.

Name: Anonymous 2009-10-13 14:11

BBCode is the best language ever. There is nothing BBCode cannot do.
X is the best language ever. There is nothing X cannot do.

That is called 'being touring complete' and it's rather absurd to call a touring complete language the best simply because it is touring complete.

Name: Anonymous 2009-10-13 15:23

>>42
You're a fucking idiot.  BB Code can do way more than your shitty toy language could even begin to do.

Name: Anonymous 2009-10-13 15:35

>>43
That's right, BBCode is beyond Turing-completeness; you could simulate a whole universe using it.

Name: Anonymous 2009-10-13 15:40

>>44
It's true, I solved the halting problem in BBCode.

Name: Anonymous 2009-10-13 15:59

>>45
BBCode can do anything any other language can because you just put that stuff behind the BBCode.  I have my own personal library of STDCBB which is a BBCode front-end for the standard C library.

Name: Anonymous 2009-10-13 17:53

>>46
#include bbcode.h;
yeah?

Name: Anonymous 2009-10-13 18:20

>>47
YOU'RE DOING IT ALL WRONG!

bbcode.txt | bb2c > "bb.c"

bb2c is a program I wrote that converts BB code to C and currently supports C99 and the standard library.  So you can write:


[printf][str]Hello world!\n[/str][/printf]

Name: Anonymous 2009-10-13 21:48

>>48

[function]main
        [return]int[/return]
    [arguments][arg]int argc[/arg][arg][pointer]char[/pointer][array]argc[/array][/arg]
    [definition]
        [int][set]a[get]5[/get][/set], [set]b[get]7[/get][/set], c[/int]
   
        [printf][str]Hello World!\n[/str][/printf]
        [set]c[+]a[get]b[/get][/+][/set]

        [set]c[post++]c[/post++][/set]

        [return]c[/return]
    [/definition]
[/function]


VALID BBC CODE!

Name: Anonymous 2009-10-14 11:33

>>48
im not impressed at all

Name: Anonymous 2009-10-14 13:41

I conjure the spirits of my computer with BBCode!

Name: Anonymous 2009-10-14 15:03

>>51
the fuck is that unreadable shit?

Name: Anonymous 2009-10-14 16:13

>>52
Alternating BBCode.  He's still learning.

Name: Anonymous 2010-11-12 18:50

[

Name: Anonymous 2010-11-12 18:52

&rlm;123
&lrm;123

Name: Anonymous 2010-11-12 18:53

‏ 123
‎ 123

Name: Anonymous 2011-02-04 14:06

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