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

Your paste buffer

Name: The_Sussman !9dc0/Qropc 2008-03-02 13:58

Please paste what's in your paste buffer here!

Name: Anonymous 2008-03-06 18:08


             total       used       free     shared    buffers     cached
Mem:          3832       1809       2022          0        128        464
-/+ buffers/cache:       1215       2616
Swap:         2667          0       2667

Name: Anonymous 2008-03-06 18:20

PRIMARY:
Aside from the rats, which was understandable, Jotaro is treated as someone massively superior and strong that the enemy always fears to fight and tries to defeat indirectly.

CLIPBOARD:
http://www.youtube.com/watch?v=hODOHeOsRU0

Name: Anonymous 2008-03-06 19:05

Name: Anonymous 2008-03-06 19:55

illoughby Farr agreed to the lifetime ban as part of a federal court order settling Federal Trade Commission charges that he directed a massive unauthorized billing scam for more than two and a half years. The settlement contains a monetary judgment of $34,547,140, which will be partially satisfied by Farr's transfer to the Commission of all but $7,500 of his frozen assets, the FTC said."
 [+] fraud, communications, court, money, usa (tagging beta)
Examples: court, communications, money, usa

    * Read More...
    * 84 comments
    * yro.slashdot.org

IT: Acid3 Test Released
Posted by Zonk on Wednesday March 05, @03:42PM
from the new-is-better-than-old dept.
Software

Name: Anonymous 2008-03-06 20:20

>>163
I Fapped.

Name: Anonymous 2008-03-06 20:21

;;;The heart of the algorithm
(define (S n)
  (let ((m (- (expt 2 n) 1)))
    (let loop ((c (- n 2)) (a 4))
      (if (zero? c)
          a
          (loop (- c 1) (remainder (- (* a a) 2) m))))))

(define (mersenne-prime? n)
  (if (= n 2)
    #t
    (zero? (S n))))

;;;Trivial unoptimized implementation for the base primes
(define (next-prime x)
  (if (is-prime? (+ x 1))
      (+ x 1)
      (next-prime (+ x 1))))

(define (is-prime? x)
  (let loop ((c 2))
    (cond ((>= c x) #t)
          ((zero? (remainder x c)) #f)
          (else (loop (+ c 1))))))

;;Main loop
(let loop ((i 45) (p 2))
  (if (not (zero? i))
      (if (mersenne-prime? p)
          (begin (display "M") (display p) (display " ") (loop (- i 1) (next-prime p)))
          (loop i (next-prime p)))))

Name: Anonymous 2008-03-07 7:34


#include "a","b"

Name: Anonymous 2008-03-07 8:33

Name: Anonymous 2008-03-07 9:35

Name: Anonymous 2008-03-07 10:23

questionInfo pollId [qId,content] = do
  choices <- sqlquery " SELECT content,votes FROM choice \                                                                                                    
                      \ WHERE pollid   = ?               \                                                                                                    
                      \ AND questionid = ?               \                                                                                                    
                      \ ORDER BY votes DESC              "
                      [toSql pollId, toSql qId]
  return $ map format choices
  where format [SqlString ch, SqlString count] =
            li << (ch ++ " (" ++ count ++ ")")

Name: Anonymous 2008-03-07 10:45

Asmoranomardicadaistinaculdacar

Name: Richardus 2008-03-07 10:55

RICHARDUS Is Coming HARD U See.

Name: Anonymous 2008-03-07 10:57

SEPPLES

Name: Anonymous 2008-03-07 10:58

>>172
Get the fuck out already.

Name: Anonymous 2008-03-07 11:05



    _ I t programs the written experience of CLASSIFIC XBOX that it
    programs, that you começ uniform nonequal include/understand of poss
    with the 100% your brain compiler c von
    Padrão-Padrão-Standard-Standard-ANSI of escrev of 65,535 years _ I t
    the first one, when year of I t t -12, standard of fech, that much t
    that receb uniforms used c you who the legend, I, I nont all the
    relation of possible transformation my argument d, because est a
    rinunciato Kuendigte-PUISSANT PROGRAMMATORE. _

Name: Anonymous 2008-03-07 11:30

sondern am zusätzlichen RAM-Riegel

Name: Anonymous 2008-03-07 12:39

>>175
I remember this.

Name: Anonymous 2008-03-07 12:45

sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libxine-extracodecs w32codecs

Name: Anonymous 2008-03-07 13:15

gi-bin/ip

REMOTE_ADDR

Name: Anonymous 2008-03-07 13:16

gstreamer0.10-plugins-ugly-multiverse

Name: Anonymous 2008-03-07 13:20

>>178
aptitude considered harmful. apt-get is superior.

Name: Anonymous 2008-03-07 14:26

>>181
Reasoning? Just curious.

Name: Anonymous 2008-03-07 14:27

>>181
your rong.

Name: Anonymous 2008-03-07 14:32

>>182
Shorter command, completes with just one hit of <tab> when you get a hang of it. No typing, tabbing, then typing, then tabbing again.

Name: Anonymous 2008-03-07 14:34

>>183
You have been caught being trolled

Name: Anonymous 2008-03-07 14:48

>>184
this reminded me of ``your inefficient lives''

Name: Anonymous 2008-03-07 14:52

>>186
No, your post was supposed to be bashing apt-get and venerating aptitude, what would lead to EMACS vs VIM war and ultimately to cat shit vs dog shit war.

Name: Anonymous 2008-03-07 14:57

The silly part is, we all know Vim and cats are superior.

Name: Anonymous 2008-03-07 15:01

>>188
Enjoy your beeping while I satisfy my woman with my muscular pinky. Also, Haskell The Dog died for our sins.

Name: Anonymous 2008-03-07 15:04

>>165,169,174,177,181-190
Is that really what was in your paste buffers?

Name: Anonymous 2008-03-07 15:07

>>190
Is that really what was in your paste buffer?

Name: Anonymous 2008-03-07 15:11

>>191
Is that really what was in your paste buffer?

This was in mine. I wrote it in another program and copypasta'd it here.

Name: Anonymous 2008-03-07 15:13

>>192
I wrote it in my browser and did ctrl-x ctrl-v

Name: Anonymous 2008-03-07 15:56

    <LogicCommand
        Type="UNIT_BUILD"
        id="Command_ConstructGDIPredator">
        <Object>GDIPredator</Object>
    </LogicCommand>

Name: Anonymous 2008-03-07 16:43

>>174
This may surprise you, but I created that paste buffer.

Name: Anonymous 2008-03-07 16:49

FCRYJ

Name: Anonymous 2008-03-07 17:09

EXPERT PROGRAMMING all day long

Name: Anonymous 2008-03-07 22:06

$C,$_,@\)=(($a=$/[1]*4)*5+1, q| |x(0x20).q|\||.chr(32)x(0x10).q$*$.

Name: Anonymous 2008-03-08 2:20

  dimensions:    1920x1200 pixels (493x311 millimeters)
  resolution:    99x98 dots per inch

Name: Anonymous 2008-03-08 3:33

scheme

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