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

Emotional logic gates

Name: Anonymous 2011-03-06 19:16


A or B is
0    0  0, most of the time
0    1  1, sometimes
1    0  1, if I'm in a good mood
1    1  1, depends on how I feel

Name: Anonymous 2011-03-07 3:41


A then B is
1    1  succesful? me?!
1    0  way too often
0    1  it doesn't matter anyways
0    0  more and more ;_;

Name: This looks like 2011-03-07 6:08

Name: Anonymous 2011-03-07 6:11


A xor B is
0     0  0, hax my anus
1     0  1, my anus, hax it
0     1  1, I'll hax your anus
1     1  0, HAX MY ANUS, ONEE-SAMA

Name: Anonymous 2011-03-07 6:41

Waiting for yandere gates ...

Name: Anonymous 2011-03-07 6:59

A nand B is
0      0  1, I guess.
0      1  1, or something.
1      0  1, who even cares?
1      1  0, ...*sigh*

Name: Anonymous 2011-03-07 7:10

A and B is
0     0  0, I don't know you and I don't care.
0     1  0, I don't like you, you're the worst!
1     0  0, will you drop dead already? Leave me alone!
1     1  1, w-wait, I didn't really mean that...! Why can't I be honest with my feelings...

Name: Anonymous 2011-03-07 7:14

>>7
Tsunderedetected

Name: Anonymous 2011-03-07 13:17

A but perhaps also B is
0                  0  0, What the hell kind of faggot puts a 1 here ever?
0                  1  1, because I don't give a fuck.
1                  0  0, by definition of the thing, asshole.
1                  1  1, on a good day.
1                  1  0, every so often, because fuck you is why.

Name: Anonymous 2011-03-07 13:34

I tried to think of a YAND gate but couldn't come up with anything.

Name: Anonymous 2011-03-07 18:17


double fuzz( double x, double y ) {
    double val = x*y;
    if( val > 1 ) return 1;
    if( val < 0 ) return 0;
    return val;
}

Name: Anonymous 2011-03-07 19:01

double fuzz(double x,double y){double z=x*y;return z>1?1:z<0?0:z;}

Name: Anonymous 2011-03-07 19:04

>>12
typedef double d;d fuzz(d x,d y){d z=x*y;return z>1?1:z<0?0:z;}

Name: Anonymous 2011-03-07 19:19

>>13
typedef double d;d fuzz(d x,d y){x*=y;return x>1?1:x<0?0:x;}

Name: Anonymous 2011-03-07 19:41

>>14
typedef double d;d f(d x,d y){return(x*=y)>1?1:x<0?0:x;}

Name: Autysmous 2011-03-07 20:14

>>14-15
Disqualified due to lack of code tags.

Name: Anonymous 2011-03-08 3:41

xarn gate

Name: Anonymous 2011-03-08 4:12

>>16
typedef double d;d f(d x,d y){return(x*=y)>1?1:x<0?0:x;}

Name: Anonymous 2011-03-08 7:47

water gate

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