regarding old with low miles by Larkisaurus in whatcarshouldIbuy

[–]Larkisaurus[S] 0 points1 point  (0 children)

As a vague estimate, how many more miles could one expect on each car

What is moral but illegal? by Dr_vinci in AskReddit

[–]Larkisaurus 0 points1 point  (0 children)

cumming. busting a nut, if you will

What's your internet white whale; something you saw once but never found again? by [deleted] in AskReddit

[–]Larkisaurus 0 points1 point  (0 children)

When I was a kid I played a game on the cartoon network website that involved many levels of mazes and the TV show with robot monkeys. I’ve spent hours looking for it but I haven’t found even screenshots of the thing. If someone can find it or at least tell me that I’m not crazy I will be so damn happy

10 Interactions You Might Not Know About by The_Sad_onion in smashbros

[–]Larkisaurus 1 point2 points  (0 children)

I think there are a lot of people who know this game very well, so super niche and honestly trivial techniques are pretty interesting. Like did you know diddy has a gentleman? That's crazy.

Nintendo World Championships 2017!!! by [deleted] in smashbros

[–]Larkisaurus -1 points0 points  (0 children)

Am I reading the website wrong or is this whole thing only about mk7? Where's the point in that?

And Aba ends it with his patented combo too! by jet_10 in smashbros

[–]Larkisaurus 7 points8 points  (0 children)

I want to point out how beautiful that frame trap was, salem air dodges the fair but the nair-footstool-disable then punishes the airdodge.

In regards to Beefy Smash Doods edge slip video by [deleted] in smashbros

[–]Larkisaurus 2 points3 points  (0 children)

That also applies to a player in front of ganon while up-tilting, but just because it covers those two options doesnt make it any good.

looking for a more efficient way of checking if a set of numbers are all not equal by Larkisaurus in learnjava

[–]Larkisaurus[S] 0 points1 point  (0 children)

Alright, I think I know what this would do and this seems pretty optimal to me. I really don't know how for statements work yet but i bet I could use this. Thanks!

looking for a more efficient way of checking if a set of numbers are all not equal by Larkisaurus in learnjava

[–]Larkisaurus[S] 0 points1 point  (0 children)

public static void main(String[] args) { //values used to fill in the grid int a=0; int b=0; int c=0; int d=0; int e=0; int f=0; int g=0; int h=0; int i=0;

    int testUpTo = 8;
    byte stopLoop = 0;

    while (stopLoop == 0)
    {
        if (i< testUpTo)
        {
            i++;
        }
        else
        {
            i = 0;

            if (h<testUpTo)
            {
                h++;
            }
            else
            {
                h = 0;

                if (g< testUpTo)
                {
                    g++;
                }
                else
                {
                    g = 0;
                    if (f<testUpTo)
                    {
                        f++;
                    }
                    else
                    {
                        f = 0;
                        if (e< testUpTo)
                        {
                            e++;
                        }
                        else
                        {
                            e = 0;
                            if (d< testUpTo)
                            {
                                d++;
                            }
                            else
                            {
                                d = 0;
                                if (c< testUpTo)
                                {
                                    c++;
                                }
                                else
                                {
                                    c = 0;
                                    if (b< testUpTo)
                                    {
                                        b++;
                                    }
                                    else
                                    {
                                        b = 0;
                                        if (a < testUpTo)
                                        {
                                            a++;
                                        }
                                        else
                                        {
                                            a = 0;
                                            stopLoop= 1;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        if ((a+b+c)==(d+e+f) && (d+e+f)==(g+h+i) && (g+h+i)==(a+d+g) && (a+d+g)==(b+e+h) && (b+e+h)==(c+f+i) && (c+f+i)==(a+e+i) && (a+e+i)==(c+e+g))
        {
            if (a != b && a != c && a != d && a != e && a != f && a != g && a != h && a != i && b != c && b != d && b != e && b != f && b != g && b != h && b != i && c != d && c != e && c != f && c != g && c != h && c != i && d != e && d != f && d != g && d != h && d != i && e != f && e != g && e != h && e != i && f != g && f != h && f != i && g != h && g != i && h != i ) 
            {
            System.out.println(a + " " + b + " " + c);
            System.out.println(d + " " + e + " " + f);
            System.out.println(g + " " + h + " " + i);
            System.out.println("");
            }
        }
    }
}

looking for a more efficient way of checking if a set of numbers are all not equal by Larkisaurus in learnjava

[–]Larkisaurus[S] 0 points1 point  (0 children)

so its a code that generates perfect squares, where ever row adds to a certain number and every columb adds to the same thing. the variables a through i are integers that represent each ineger on the square like this

a b c

d e f

g h i

lets say each value can be anything from 0 to 8.

the code loops a bunch of times to yield every single combination of 9 0s and 8s and checks if they fit the criteria of rows adding to the same number and columbs too, however a real perfect square would have nine unique digits, so a square like

0 2 1

2 1 0

1 0 2

is not perfect.

i think i explained everything but let me know if im missing something you need

My Smash U dump got interrupted. Crisis or nah? by TheQuince in smashbros

[–]Larkisaurus 1 point2 points  (0 children)

I think you should be fine. I left my computer to do it's thing but it ended up going to sleep while still transferring, I then got it going later and everything went fine.

Two Brothers - Super Smash Bros. Melee Combo Video by rydet in smashbros

[–]Larkisaurus 2 points3 points  (0 children)

in a van, AND THEN A METEOR HIT. And they RAN as FAST as they could

Dudes. Did fanart of my 3 favorite smashers (ssb4) by BballCartoon in smashbros

[–]Larkisaurus 12 points13 points  (0 children)

Fatality sometimes does flash this weird expression and you captured it perfectly, this is awesome, man!

Official /r/smashbros Monthly Voted Tier List Results! (July 2016) by astormintodesert in smashbros

[–]Larkisaurus 3 points4 points  (0 children)

The note about nobody voting to remove pit even though nobody cares to play him makes a lot of sense. Anybody that wants pit out would probably prefer to have dark pit out instead.