Announcement

Collapse
No announcement yet.

HEY! Where's The Crapper???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HEY! Where's The Crapper???

    There's been discussion on adding a new thread called 'The Crapper'. Where is it Ant!?!? I think there are several topics, probably including this one, that deserve being sent to The Crapper!

    Jammrock

    ------------------
    Athlon 650
    256 MB PC133 CAS3 from Crucial
    87 GB storage from WD & IBM
    Matrox G400 (it's not dead yet!)
    SB Live! the original full retail, still going strong
    Klipsch ProMedia v.2-400, the PC speakers that goes BOOM!
    Hope Matrox releases the G800 before rebuild time, becuase the end is near!
    “Inside every sane person there’s a madman struggling to get out”
    –The Light Fantastic, Terry Pratchett

  • #2
    Crapper_Vote = Crapper_Vote + 1;
    Meet Jasmine.
    flickr.com/photos/pace3000

    Comment


    • #3
      yeah... here's a vote for the Crapper. And here's another vote for this thread to be the first one sent to the crapper!

      Comment


      • #4
        Crapper_vote++
        Gigabyte P35-DS3L with a Q6600, 2GB Kingston HyperX (after *3* bad pairs of Crucial Ballistix 1066), Galaxy 8800GT 512MB, SB X-Fi, some drives, and a Dell 2005fpw. Running WinXP.

        Comment


        • #5
          CRAPPER! CRAPPER! CRAPPER!

          Comment


          • #6
            Code:
            ADD 1 TO Crapper_Vote
            "That's right fool! Now I'm a flying talking donkey!"

            P4 2.66, 512 mb PC2700, ATI Radeon 9000, Seagate Barracude IV 80 gb, Acer Al 732 17" TFT

            Comment


            • #7
              crapper ? this.send_thread(crapper) : crapper_vote++ ;

              The Internet - where men are men, women are men, and teenage girls are FBI agents!

              I'm the least you could do
              If only life were as easy as you
              I'm the least you could do, oh yeah
              If only life were as easy as you
              I would still get screwed

              Comment


              • #8
                Seems to me that the original intention of "The Soap Box" was the same as "The Crapper".
                So this thread is already there
                Core2 Duo E7500 2.93, Asus P5Q Pro Turbo, 4gig 1066 DDR2, 1gig Asus ENGTS250, SB X-Fi Gamer ,WD Caviar Black 1tb, Plextor PX-880SA, Dual Samsung 2494s

                Comment


                • #9
                  while(!crap) {
                  crapper++;
                  }
                  <i>Shampoo is better! I go on first and clean the hair!</i>

                  Athlon 700, K7V, 192Mb RAM, 32Mb G400 DH (v5.52), SBLive!, 26.4GB HDD, Win2k Pro, Actima 8xDVD, LG 32x4x4x CD-RW, CTX VL950T 19"

                  Comment


                  • #10
                    heheh

                    Soapbox==Crapper
                    Someday, we'll look back on this, laugh nervously and change the subject.

                    Comment


                    • #11
                      "The Crapper" should be a forum in which you can't read the threads, only the original author's name and title.

                      Comment


                      • #12
                        I think that the Crapper only makes sense if it contains threads that are history (that were locked) because thay were ridiculous or ... just crap.

                        That way, when we wake up in the morning and start navigating the MURC forums we start the day visiting the Crapper for a clean, good laugh.

                        But only truly ridiculous threads gain access to the mighty CRAPPER! (Alec´s overactive imagination at work).

                        [This message has been edited by Alec (edited 20 February 2001).]

                        Comment


                        • #13
                          if alec /= false then
                          crapper := crapper + 1;
                          else
                          null;
                          endif;
                          Meet Jasmine.
                          flickr.com/photos/pace3000

                          Comment


                          • #14
                            Kruzin,

                            You're misunderstanding our plight here. The Soap Box is where people can rant and rave about whatever they want. The Crapper is supposed to be where stupid posts go, from all forums.

                            For example, DosFreak posts some lame pro-nVidia crap and starts causing troubles. People can start voting 'To The Crapper with you!' and if the post recieves 5 votes from different MURC'ers, the thread gets shipped to The Crapper, so it won't disrupt our lovely forums.

                            Jammrock
                            “Inside every sane person there’s a madman struggling to get out”
                            –The Light Fantastic, Terry Pratchett

                            Comment


                            • #15
                              Code:
                              #!/usr/bin/perl
                               
                              use strict;
                              use warnings;
                              use LWP::Simple;
                              use HTML::TableExtract;
                               
                              my @buzzwords = qw(nvidia !!! suck);
                               
                              for my $forum (1..13) {
                                my $table = HTML::TableExtract
                                  ->new(depth => 0, count =>2)
                                  ->parse(get "http://forums.murc.ws/cgi-bin/forumdisplay.cgi?action=topics&number=$forum");
                               
                                foreach my $row (($table->rows)[1..$table->rows-1]) {
                                  my $topic = $$row[2];
                                  $topic =~ s/^\s*//;
                                  $topic =~ s/\s*$//;
                                  print "Forum $forum: crap ('$topic')\n" if grep {$topic =~ /$_/i} @buzzwords;
                                }
                              }
                              Output:

                              Code:
                              Forum 2: crap ('Ahead of our time!!! (OT)')
                              Forum 3: crap ('NVidia's MAC drivers suck!')
                              Forum 5: crap ('holy cow!!! there taking about g800!!!')
                              Forum 5: crap ('G800 or GXXX: it's really the time to go out!!!!!!!!!')
                              Forum 13: crap ('Bu-bye nVidia!   Pages: 1 2')
                              Forum 13: crap ('3DMark2001 - Another NVidiaMark?')
                              Martin

                              Comment

                              Working...
                              X