Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#3401 2017-04-18 01:27:29

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: What's under ctrl+v?

from pygame.locals import *
  3.
  4. def doRectsOverlap(rect1, rect2):
  5.     for a, b in [(rect1, rect2), (rect2, rect1)]:
  6.         # Check if a's corners are inside b
  7.         if ((isPointInsideRect(a.left, a.top, b)) or
  8.             (isPointInsideRect(a.left, a.bottom, b)) or
  9.             (isPointInsideRect(a.right, a.top, b)) or
10.             (isPointInsideRect(a.right, a.bottom, b))):
11.             return True
12.
13.     return False
14.
15. def isPointInsideRect(x, y, rect):
16.     if (x > rect.left) and (x < rect.right) and (y > rect.top) and (y < rect.bottom):
17.         return True
18.     else:
19.         return False
20.
21.
22. # set up pygame
23. pygame.init()
24. mainClock = pygame.time.Clock()


791mAP8.png

Offline

#3402 2017-04-19 13:27:53

mutantdevle
Moderation Team
From: Hell
Joined: 2015-03-31
Posts: 3,848
Website

Offline

Wooted by:

#3403 2017-05-01 01:53:41

Onjit
Member
Joined: 2015-02-15
Posts: 9,709
Website

Re: What's under ctrl+v?

<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In  -->
<svg version="1.1"
     xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
     x="0px" y="0px" width="14.9px" height="14.9px" viewBox="0 0 14.9 14.9" enable-background="new 0 0 14.9 14.9"
     xml:space="preserve">
<defs>
</defs>
<g>
    <path fill="#F8F1EB" d="M7.5,12.1c-2.6,0-4.6-2.1-4.6-4.6s2.1-4.6,4.6-4.6c2.6,0,4.6,2.1,4.6,4.6S10,12.1,7.5,12.1z"/>
    <path fill="#ED1C24" d="M7.5,5.7c1,0,1.8,0.8,1.8,1.8c0,1-0.8,1.8-1.8,1.8c-1,0-1.8-0.8-1.8-1.8C5.7,6.5,6.5,5.7,7.5,5.7 M7.5,0
        C3.3,0,0,3.3,0,7.5s3.3,7.5,7.5,7.5c4.1,0,7.5-3.3,7.5-7.5S11.6,0,7.5,0L7.5,0z"/>
</g>
</svg>


:.|:;

Offline

#3404 2017-05-01 03:01:46

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: What's under ctrl+v?


791mAP8.png

Offline

#3405 2017-05-01 06:45:52

Kaleb
Formerly Kaleb123
From: California of America
Joined: 2015-02-19
Posts: 1,263

Re: What's under ctrl+v?

Wickham’s good looks and charm attract Elizabeth initially, but Darcy’s revelation about Wickham’s disreputable past clues her in to his true nature and simultaneously draws her closer to Darcy.

Offline

#3406 2017-05-01 08:20:09

soniiiety
Member
From: peaceful dojo
Joined: 2016-02-10
Posts: 1,752

Re: What's under ctrl+v?

Ok well I can't do crt v because I'm on iOS and why is this thread weird  I know I shouldn't post in here I could get banned maybe if I'm careful this time


de543c4c-ed76-4170-896f-8fa2a5183225_1_784x184.jpg?ex=667f757e&is=667e23fe&hm=b6817d138e71c14a2bdbf73bbe7213a5d2d1b7300d78449d1f0fe240e603ab04&

Offline

#3407 2017-05-02 05:57:49

Kaleb
Formerly Kaleb123
From: California of America
Joined: 2015-02-19
Posts: 1,263

Re: What's under ctrl+v?

kaleb is the best and he likes to do all the very best things in the worldsza

Offline

#3408 2017-05-02 06:27:30

SoapFish
Member
From: Pacific Ocean
Joined: 2017-04-05
Posts: 290

Re: What's under ctrl+v?

It's nice to meet you, M


Hey there. Wanna know a secret? Send me "Souffezhi" through PM to find out!

GE87uYz.gif

Offline

#3409 2017-05-02 15:34:06

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,853

Offline

#3410 2017-05-10 03:37:30

John
Member
Joined: 2019-01-11
Posts: 2,011

Re: What's under ctrl+v?

The FitnessGram™ Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal. [beep] A single lap should be completed each time you hear this sound. [ding] Remember to run in a straight line, and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start.


PW?scale=2

Offline

#3411 2017-05-10 06:59:16

SoapFish
Member
From: Pacific Ocean
Joined: 2017-04-05
Posts: 290

Re: What's under ctrl+v?

This is under ctrl+v. Don't ask.

Hey there. Wanna know a secret? Send me "Souffezhi" through PM to find out!

GE87uYz.gif

Offline

#3412 2017-05-10 13:29:50

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Offline

#3413 2017-05-10 13:31:47

Myst
Guest

Re: What's under ctrl+v?

lol, Staffied got Trumpied
1jUOhb.png

#3414 2017-05-11 21:52:34

Nebula
Guest

Re: What's under ctrl+v?

Song That Might Play When You Fight Forum Games - EEForums

#3415 2017-05-12 00:50:58

Raphe9000
Member
Joined: 2015-03-16
Posts: 1,864

Re: What's under ctrl+v?

SoapFish wrote:
Raphe9000 wrote:

Funny, that was never in the rules.

That's fine, considering the fact that almost everybody broke a listed rule.

List of repeated words (post-rule announcement, other-rule-breaking words excluded):
List of words with fewer than/more than 4 letters (Numbers and symbols are not letters.):
List of non-words:
List of words with more than one character changed (other-rule-breaking words excluded):

Offline

#3416 2017-05-12 02:19:10

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,853

Re: What's under ctrl+v?

unlink("dacast_jobs/" . $FILE_ID . ".txt");

Offline

#3417 2017-05-12 03:22:38

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: What's under ctrl+v?

88


791mAP8.png

Offline

#3418 2017-05-12 06:31:30

Nebula
Guest

Re: What's under ctrl+v?

.img boardroom meeting

#3419 2017-05-12 07:34:19

soniiiety
Member
From: peaceful dojo
Joined: 2016-02-10
Posts: 1,752

Re: What's under ctrl+v?

RhazhBash idk i wanting to contact old users on forums so i can talk to them like raven a sonic fan


de543c4c-ed76-4170-896f-8fa2a5183225_1_784x184.jpg?ex=667f757e&is=667e23fe&hm=b6817d138e71c14a2bdbf73bbe7213a5d2d1b7300d78449d1f0fe240e603ab04&

Offline

#3420 2017-05-12 10:39:01

Vinyl Melody
Formerly BananaMilkShake
Joined: 2016-06-19
Posts: 616

Re: What's under ctrl+v?

<p>C#</p>


cb0de83627.png
Thanks to: Ernesdo (Current Avatar), Zoey2070 (Signature)

Very inactive, maybe in the future, idk.

Offline

#3421 2017-05-12 11:03:56

Latif
Member
From: The Netherlands
Joined: 2015-03-13
Posts: 1,206

Re: What's under ctrl+v?

( ͡° ͜ʖ ͡°)

Offline

#3422 2017-05-12 13:53:28

SoapFish
Member
From: Pacific Ocean
Joined: 2017-04-05
Posts: 290

Re: What's under ctrl+v?

This is what's under ctrl+v:
RmtsqPu.jpg


Hey there. Wanna know a secret? Send me "Souffezhi" through PM to find out!

GE87uYz.gif

Offline

Wooted by: (2)

#3423 2017-05-12 13:56:54

Nebula
Guest

#3424 2017-05-12 16:25:15, last edited by Myst (2017-05-12 16:25:26)

Myst
Guest

Re: What's under ctrl+v?

embed.png?style=banner4

#3425 2017-05-12 17:44:03

Nebula
Guest

Re: What's under ctrl+v?

b!warn@???????#5555 -r Unmentionable name. Please change.

Snowester1657125982793216

Board footer

Powered by FluxBB

[ Started around 1732611371.8502 - Generated in 0.123 seconds, 12 queries executed - Memory usage: 1.78 MiB (Peak: 2.05 MiB) ]