Boyah Forums

General => The Lobby => Topic started by: Samus Aran on August 06, 2009, 08:09:57 PM

Title: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Samus Aran on August 06, 2009, 08:09:57 PM
In case you're retarded, that means paste. Real men use keyboard shortcuts, though. So yeah, paste.

<rand> loves <pokemon>, but <rand> has a hard-on for <pokemon> because it will <pokemove> him all night long if you know what I mean.

It's from IRC.  :3

Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: ME## on August 06, 2009, 08:14:46 PM
http://newsvote.bbc.co.uk/2/hi/in_depth/8188414.stm?markResults=true&a_01=2&a_02=1&a_03=1&a_04=3&a_05=1&a_06=3&a_07=1&x=13&y=4


>:[ six right
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Sync on August 06, 2009, 08:17:49 PM
<Blaze-Senpai> I married a loli


Why yes. yes you did. ^__^
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: StarPilot on August 06, 2009, 08:38:15 PM
http://www.darkreading.com/security/vulnerabilities/showArticle.jhtml?articleID=219000238

Something I looked up for my securities class.
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Placebo Headwound on August 06, 2009, 08:42:07 PM
http://www.hificartel.com/photos/yeah-yeah-yeahs/

I was showing my friend (and Me86) her costume.
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Andria on August 06, 2009, 08:43:37 PM
http://www.youtube.com/watch?v=A042J0IDQK4

ants are crazy   :(
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Daddy on August 06, 2009, 08:43:43 PM
Code Select
color1 = input("Input Color 1: ")
color2 = input("Input Color 2: ")
r1,g1,b1 = '0'*(6-len(color1[0:2])) + color1[0:2], '0'*(6-len(color1[2:4])) + color1[2:4], '0'*(6-len(color1[4:6])) + color1[4:6]
r2,g2,b2 = '0'*(6-len(color2[0:2])) + color2[0:2], '0'*(6-len(color2[2:4])) + color2[2:4], '0'*(6-len(color2[4:6])) + color2[4:6]
r1,g1,b1 = int(r1,16), int(g1,16), int(b1,16)
r2,g2,b2 = int(r2,16), int(g2,16), int(b2,16)
rList = []
gList = []
bList = []
fullHexList = []
#Red
if r1 > r2:
rStep = round((r1-r2)/5)
for i in range(5):
rList.append(r2+rStep)
r2+=rStep
else:
rStep = round((r2-r1)/5)
for i in range(5):
rList.append(r2-rStep)
r2-=rStep
#Green
if g1 > g2:
gStep = round((g1-g2)/5)
for i in range(5):
gList.append(g2+gStep)
g2+=gStep
else:
gStep = round((g2-g1)/5)
for i in range(5):
gList.append(g2-gStep)
g2-=gStep
#Blue
if b1 > b2:
bStep = round((b1 - b2)/5)
for i in range(5):
bList.append(b2+bStep)
b2+=bStep
else:
bStep = round((b2 - b1)/5)
for i in range(5):
bList.append(b2-bStep)
b2-=bStep

for i in range(5):
rHex = '0' *(2- len(str(hex(rList[i]))[2:4])) + str(hex(rList[i]))[2:4]
gHex = '0' *(2- len(str(hex(gList[i]))[2:4])) + str(hex(gList[i]))[2:4]
bHex = '0' *(2- len(str(hex(bList[i]))[2:4])) + str(hex(bList[i]))[2:4]
fullHexList.append(rHex + gHex + bHex)
for color in fullHexList: print(color)


I had to put it in code tags since it breaks boyah.   
      
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Placebo Headwound on August 06, 2009, 08:47:29 PM
Quote from: Prowling Kewn on August 06, 2009, 08:43:43 PM

I had to put it in code tags since it breaks boyah.   
      
Can't you use a spoiler tag? doodhuh;
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: strongbad on August 06, 2009, 08:49:53 PM
Bethany Evangelical Free Church

No idea my mom used the computer last
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Hiro on August 06, 2009, 08:57:37 PM
Uhh it was some email address I've never heard of, so no.  >.<
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Wrench on August 06, 2009, 09:05:33 PM
http://i201.photobucket.com/albums/aa124/wrenchxninja/Boyah/cutyou.png
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Classic on August 06, 2009, 09:13:51 PM
"That'd require you to GIVE ME MY MONEY BITCH"
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Travis on August 06, 2009, 09:15:16 PM
Quote from: Wrench on August 06, 2009, 09:05:33 PM
http://i201.photobucket.com/albums/aa124/wrenchxninja/Boyah/cutyou.png
i remember that
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Samus Aran on August 06, 2009, 09:17:14 PM
Quote from: Wrench on August 06, 2009, 09:05:33 PM
http://i201.photobucket.com/albums/aa124/wrenchxninja/Boyah/cutyou.png


spam;
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Daddy on August 06, 2009, 09:17:42 PM
Quote from: Placebo Headwound on August 06, 2009, 08:47:29 PM
Can't you use a spoiler tag? doodhuh;
No, because the code would still cause errors because the lists used.
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: C.Mongler on August 06, 2009, 09:18:10 PM
Town & Campus
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Placebo Headwound on August 06, 2009, 09:26:34 PM
Quote from: Prowling Kewn on August 06, 2009, 09:17:42 PM
No, because the code would still cause errors because the lists used.
No, I mean put the code in the code tags but then put spoilers on it so it doesn't get all over the webpage.
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: l a c e y on August 06, 2009, 09:34:08 PM
green crayon
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Blaze-Senpai on August 06, 2009, 10:32:02 PM
(22:19:51) Natalie: well my laptop may have been cheaper but it dose everything that urs can do
(22:20:29) えっちã'¼ã›ã‚“ぱい: I doubt that
(22:20:41) Natalie: yeah it can
(22:21:26) えっちã'¼ã›ã‚“ぱい: can you watch Blu-Ray on yours?
(22:21:38) Natalie: yes
(22:21:57) えっちã'¼ã›ã‚“ぱい: I doubt it has a blu-ray drive
(22:22:35) Natalie: yeah well it can play them and besides i love dvds better
(22:24:45) Natalie: besides my laptop is just as good as any other
(22:24:58) えっちã'¼ã›ã‚“ぱい: if you say so
(22:25:10) えっちã'¼ã›ã‚“ぱい: you're trying to tell off someone that lives computers is laughable
(22:26:06) Natalie: whats laughable is that u did not find a job that takes ur skills on computers
(22:26:42) えっちã'¼ã›ã‚“ぱい: you don't really know how hard it is to get into the field without any certifacations
(22:26:46) えっちã'¼ã›ã‚“ぱい: you don't even have a job


Fucking ex is annoying.
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Bushy on August 07, 2009, 06:10:12 AM
I just turned my computer on, to ctrl+V to be found :(
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Nyerp on August 07, 2009, 10:43:33 AM
I THINK YOUR VAGINA MIGHT HAVE TEETH AND HE DIED FROM EXCESSIVE PENIS BLEEDING
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: Juni on August 07, 2009, 10:45:36 AM
(12:37:20 PM) NEKO: And I use proper english when I type.
(12:37:29 PM) Juni: its not neko

Assface thinks its funny to change his name on msn to Juni and message me.
Title: Re: an obligatory thread in times of inactivity: CTRL+V (or command+V)
Post by: famy on August 07, 2009, 11:07:32 AM
yew
1â,‚â,‚/yu/ Show Spelled Pronunciation [yoo] Show IPA
Use yews in a Sentence
â,“noun
1.    any of several evergreen, coniferous trees and shrubs of the genera Taxus and Torreya, constituting the family Taxaceae, of the Old World, North America, and Japan, having needlelike or scalelike foliage and seeds enclosed in a fleshy aril.
2.    the fine-grained, elastic wood of any of these trees.
3.    an archer's bow made of this wood.
4.    this tree or its branches as a symbol of sorrow, death, or resurrection.