This thread is my subission for Reyweld's game

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
This thread is my subission for Reyweld's game
#1
This thread is my subission for Reyweld's game
Nowhere did they say that I can't do this, so I'm just going to make this thread with all the stuff I want and then submit it at the end of signups.

There's no way that this could conceivably backfire.
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#2
RE: This thread is my subission for Reyweld's game
Have a kitty.
SpoilerShow
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#3
RE: This thread is my subission for Reyweld's game
what's a subission
#4
RE: This thread is my subission for Reyweld's game
whats a subission
SpoilerShow
#5
RE: This thread is my subission for Reyweld's game
also, what the fuck

(12-12-2017, 04:12 AM)Kíeros Wrote: »Have a kitty.
SpoilerShow
#6
RE: This thread is my subission for Reyweld's game
(12-12-2017, 04:09 AM)Kíeros Wrote: »I'm just going to make this thread with all the stuff I want and then submit it at the end of signups.

There's no way that this could conceivably backfire.

i bet you didn't want a delicious sandwich in your thread.

[Image: reXJgrw.jpg]

now you're gonna have to deal with this in your mafia role, suckaaaaa
#7
RE: This thread is my subission for Reyweld's game
Code:
DEFINE PROCEDURE ''MINUS'' [M,N]:
BLOCK 0: BEGIN
    IF M < N, THEN:
    QUIT BLOCK 0;
    LOOP AT MOST M + 1 TIMES:
    BLOCK 1: BEGIN
        IF OUTPUT + N = M THEN:
        ABORT LOOP 1;
        OUTPUT ⇐ OUTPUT + 1;
    BLOCK 1: END;
BLOCK 0: END.

DEFINE PROCEDURE ''REMAINDER'' [M,N]:
BLOCK 0: BEGIN
    IF N = 0, THEN:
    QUIT BLOCK 0;
    LOOP AT MOST M + 1 TIMES:
    BLOCK 1: BEGIN
        IF OUTPUT * N > M, THEN:
        ABORT LOOP 1:
        CELL(0) ⇐ CELL(0) + 1;
    BLOCK 1: END;
    CELL(0) ⇐ MINUS [CELL(0),1];
    CELL(0) ⇐ CELL(0) * N;
    OUTPUT ⇐ MINUS [M,CELL(0)];
BLOCK 0: END.

DEFINE PROCEDURE ''PRIME?'' [N]:
BLOCK 0: BEGIN
    IF N = 0, THEN:
    QUIT BLOCK 0;
    CELL(0) ⇐ 2;
    LOOP AT MOST MINUS [N,2] TIMES:
    BLOCK 1: BEGIN
        IF REMAINDER [N,CELL(0)] = 0 THEN:
        QUIT BLOCK 0;
        CELL(0) ⇐ CELL(0) + 1;
    BLOCK 1: END
    OUTPUT ⇐ YES;
BLOCK 0: END.

DEFINE PROCEDURE ''GOLDBACH?'' [N]:
BLOCK 0: BEGIN
    CELL(0) ⇐ 2;
    LOOP AT MOST N TIMES:
    BLOCK 1: BEGIN
        IF {PRIME? [CELL(0)] AND PRIME? [MINUS [N,CELL(0)]]}, THEN:
        BLOCK 2: BEGIN
            OUTPUT ⇐ YES;
            QUIT BLOCK 0;
        BLOCK 2: END;
        CELL(0) ⇐ CELL(0) + 1;
    BLOCK 1: END;
BLOCK 0: END.
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#8
RE: This thread is my subission for Reyweld's game
(12-12-2017, 04:14 AM)a52 Wrote: »also, what the fuck
kitty
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#9
RE: This thread is my subission for Reyweld's game
I will see you on... the BATTELFIELD
(_____/Thank You, Please
|.:.:.:.:.:./
|_ |_ |_ |_
#10
RE: This thread is my subission for Reyweld's game
[Image: bEzynP5.png]
[Image: vXCAe9O.png] [Image: tKD6Zjr.png] [Image: CzJL2j4.png]
[Image: afkF4Z7.png] [Image: laXOQ6l.png] [Image: 6SlA6Oy.png] [Image: rwi0EBt.png]
[Image: IJhRwJC.png]
#11
RE: This thread is my subission for Reyweld's game
*Lock this thread*
#12
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79
(12-12-2017, 05:28 AM)kilozombie Wrote: »
[Image: bEzynP5.png]

immunized against primes my ass
#13
RE: This thread is my subission for Reyweld's game
What's a subission?
#14
RE: This thread is my subission for Reyweld's game
The kitty is made largely of goo.
I approve of this.
#15
RE: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79
(12-12-2017, 06:38 AM)a52 Wrote: »immunized against primes my ass

what the hell man

dude jeez what the heck
[Image: vXCAe9O.png] [Image: tKD6Zjr.png] [Image: CzJL2j4.png]
[Image: afkF4Z7.png] [Image: laXOQ6l.png] [Image: 6SlA6Oy.png] [Image: rwi0EBt.png]
[Image: IJhRwJC.png]
#16
RE: This thread is my subission for Reyweld's game
I am pleased. I am so pleased.
Sig:
SpoilerShow
#17
RE: This thread is my subission for Reyweld's game
(12-12-2017, 07:13 AM)SeaWyrm Wrote: »The kitty is made largely of goo.
I approve of this.
It's a good kitty.
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#18
RE: This thread is my subission for Reyweld's game
Melonspa
#19
RE: This thread is my subission for Reyweld's game
(12-12-2017, 10:18 PM)Kíeros Wrote: »See, any thread of mine without QG Omega is just a huge fraud.
What did you just say to me? You don't have a cute kitty in there, so I could say the same of you.

And besides, it took you what, nine minutes to post that? You'd think if you were seriously going to be the thread I'm using, you'd have that stuff locked down.

Please, we all know that this is gonna be the thread and no matter what you do, it's pointless.
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#20
RE: This thread is my subission for Reyweld's game
(12-12-2017, 10:23 PM)Kíeros Wrote: »I'M GETTING TO THAT. And look, you and I both know that it took that long because my computer froze, so I couldn't use shapecatcher to draw in the nabla.
F6
Tab
"Nabla"
Enter

No mouse movements, took me ten seconds. You already knew the name of what you were looking for, no need to draw it in shapecatcher.
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#21
RE: This thread is my subission for Reyweld's game
But what IS a subission?
#22
RE: This thread is my subission for Reyweld's game
(12-14-2017, 01:36 AM)Kíeros Wrote: »Oh yeah? Well it's not the other one.
No, Mirdini's right. This is totally the real thread. Or as Sonic would say, "You're the faker!"
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#23
RE: This thread is my subission for Reyweld's game
[Image: ECDM_20170919_TC-MARIA.png]
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#24
RE: This thread is my subission for Reyweld's game
FUCK YOU I WAS GONNA POST THAT HERE
🐦🐙🐙[Image: nifOFwR.png]🐙🐙
#25
RE: This thread is my subission for Reyweld's game
(12-20-2017, 02:08 AM)Kíeros Wrote: »There we go, the one thread I'm going with has been officially submitted.
There we go, this is in here now. Have fun all you all with whatever role this becomes.
🐦🐙🐙[Image: nifOFwR.png]🐙🐙