Eagle Time
This thread is my subission for Reyweld's game - Printable Version

+- Eagle Time (https://eagle-time.org)
+-- Forum: Archive (https://eagle-time.org/forumdisplay.php?fid=25)
+--- Forum: BAWK BAWK (https://eagle-time.org/forumdisplay.php?fid=34)
+---- Forum: Hawkspace (https://eagle-time.org/forumdisplay.php?fid=35)
+---- Thread: This thread is my subission for Reyweld's game (/showthread.php?tid=2720)

Pages: 1 2


This thread is my subission for Reyweld's game - Kíeros - 12-12-2017

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.


RE: This thread is my subission for Reyweld's game - Kíeros - 12-12-2017

Have a kitty.
SpoilerShow



RE: This thread is my subission for Reyweld's game - a52 - 12-12-2017

what's a subission


RE: This thread is my subission for Reyweld's game - Myeth - 12-12-2017

whats a subission


RE: This thread is my subission for Reyweld's game - a52 - 12-12-2017

also, what the fuck

(12-12-2017, 04:12 AM)Kíeros Wrote: »Have a kitty.
SpoilerShow



RE: This thread is my subission for Reyweld's game - a52 - 12-12-2017

(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


RE: This thread is my subission for Reyweld's game - Kíeros - 12-12-2017

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.



RE: This thread is my subission for Reyweld's game - Kíeros - 12-12-2017

(12-12-2017, 04:14 AM)a52 Wrote: »also, what the fuck
kitty


RE: This thread is my subission for Reyweld's game - June Stargal - 12-12-2017

I will see you on... the BATTELFIELD


RE: This thread is my subission for Reyweld's game - kilozombie - 12-12-2017

[Image: bEzynP5.png]



RE: This thread is my subission for Reyweld's game - Dragon Fogel - 12-12-2017

*Lock this thread*


2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79 - a52 - 12-12-2017

(12-12-2017, 05:28 AM)kilozombie Wrote: »
[Image: bEzynP5.png]

immunized against primes my ass


RE: This thread is my subission for Reyweld's game - SeaWyrm - 12-12-2017

What's a subission?


RE: This thread is my subission for Reyweld's game - SeaWyrm - 12-12-2017

The kitty is made largely of goo.
I approve of this.


RE: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79 - kilozombie - 12-12-2017

(12-12-2017, 06:38 AM)a52 Wrote: »immunized against primes my ass

what the hell man

dude jeez what the heck


RE: This thread is my subission for Reyweld's game - Reyweld - 12-12-2017

I am pleased. I am so pleased.


RE: This thread is my subission for Reyweld's game - Kíeros - 12-12-2017

(12-12-2017, 07:13 AM)SeaWyrm Wrote: »The kitty is made largely of goo.
I approve of this.
It's a good kitty.


RE: This thread is my subission for Reyweld's game - SeaWyrm - 12-12-2017

Melonspa


RE: This thread is my subission for Reyweld's game - Kíeros - 12-12-2017

(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.


RE: This thread is my subission for Reyweld's game - Kíeros - 12-12-2017

(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.


RE: This thread is my subission for Reyweld's game - SeaWyrm - 12-14-2017

But what IS a subission?


RE: This thread is my subission for Reyweld's game - Kíeros - 12-14-2017

(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!"


RE: This thread is my subission for Reyweld's game - Kíeros - 12-17-2017

[Image: ECDM_20170919_TC-MARIA.png]


RE: This thread is my subission for Reyweld's game - Kíeros - 12-17-2017

FUCK YOU I WAS GONNA POST THAT HERE


RE: This thread is my subission for Reyweld's game - Kíeros - 12-20-2017

(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.