Jump to content
Banner by ~ Ice Princess Silky

Say something totally random!


Feather Scribbles

Recommended Posts

I woke this morning feeling like a million dollars, and now I just feel like a penny waiting on change.

13 hours ago, CypherHoof said:

She does? where did she get it?

She pull it out of her badonkadonk. :yay:

Link to comment
Share on other sites

My latest headache is me overlooking the fact that, well, this:

    public static float SumOfElements(this float[] array) {
        int sum = 0;
        foreach (int element in array) sum += element;
        return sum;
    }

 

Link to comment
Share on other sites

1 hour ago, Ganaram Inukshuk said:

My latest headache is me overlooking the fact that, well, this:


    public static float SumOfElements(this float[] array) {
        int sum = 0;
        foreach (int element in array) sum += element;
        return sum;
    }

 

float[] array ??

Link to comment
Share on other sites

8 hours ago, CypherHoof said:

float[] array ??

I have ints instead of floats, so imagine my frustration when I have an array whose values sum up to 1 and it keeps coming back as zero.

Link to comment
Share on other sites

My city is forcing everyone to wear masks now when we go outside to visit essential businesses and locations. But I know the real truth. Everyone in this tainted world already wears a mask, whether they choose to admit it or not.

Link to comment
Share on other sites

The world forces you too though - you must be an adult ,you must conform, you must work hard and earn money.

That isn't who you are, though, its just what you have to do during working hours.

Your ponysona may only be another mask, but it is often a more honest one than the one you wear outside.

It can often be easier to be who you really are, when you can hide behind a mask.

Link to comment
Share on other sites

22 hours ago, Ganaram Inukshuk said:

I have ints instead of floats, so imagine my frustration when I have an array whose values sum up to 1 and it keeps coming back as zero.

Java? Specifying the type of variables is quite strict I seem to remember. Used to proper get on my nerves.

 

6 hours ago, Tao said:

WHHYYYYYYYYYYYYYYYYYYY

BECAUSE-EEEEEEEEEEEEEEE

:D

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...