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

The greatest and worst method evARR!!!

Name: Anonymous 2007-08-13 3:20 ID:ZlKPicRr

class String
    def random_caps
        letters = self.split("")
        letters.length.times do |n|
            letters[n] = letters[n].upcase if rand(4) == 0
        end
        letters.join("")
    end
end

created after total boredom.

discuss uses, etc.

Name: Anonymous 2007-08-14 12:45 ID:Heaven


for(; *s = rand()%2toupper(*s):tolower(*s); s++);

C > you

(now some C weenie will mention the (unsigned char) casts that i /forgot/ to put when i called toupper/tolower. fukin weenies.)

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