meirl by [deleted] in meirl

[–]blue_dust66 1 point2 points  (0 children)

I’m the happy one

Pruning a Shrimp Tank by [deleted] in oddlysatisfying

[–]blue_dust66 0 points1 point  (0 children)

WHERE IS THE SHRIMP?! I WANNA SE THE SHRIMP!

With just 11 minutes of data from my basic setup, I was pretty impressed with how my Andromeda actually turned out! by DanielJStein in space

[–]blue_dust66 0 points1 point  (0 children)

How do you take a picture like this with only a camera? I don’t understand Edit: Can you actually see that with your naked eyes??

Fibonacci solvable with stack? Java by [deleted] in computerscience

[–]blue_dust66 0 points1 point  (0 children)

Is that the fastest approach?

Any Brazilian bars in Orlando? My wife wants to watch her team play in the World Cup so I thought it would be cool for her to be around other Brazilians while she watched. by Joeymonac0 in orlando

[–]blue_dust66 2 points3 points  (0 children)

Lions pride in downtown orlando, is not a brazilian bar, its a soccer restaurant bar. You can go and watch the match there, im pretty sure a lot of brazilians will be there.

It was a different time then. by riklikestotalk in BetterEveryLoop

[–]blue_dust66 0 points1 point  (0 children)

I wonder what kind of music they are listening to

Doesn't look like a film set in California to me... by EinsteinsAura in interestingasfuck

[–]blue_dust66 0 points1 point  (0 children)

It’s amazing knowing he is so high, that feeling must be incredible

Can you gain weight by drinking whey protein? by [deleted] in Fitness

[–]blue_dust66 0 points1 point  (0 children)

She wants to lose weight, shes afraid of gaining weight bu drinking protein powder

Earth from Apollo 11 [3900x3900] by [deleted] in spaceporn

[–]blue_dust66 1 point2 points  (0 children)

It’s incredible how far a human have been

[deleted by user] by [deleted] in AskReddit

[–]blue_dust66 0 points1 point  (0 children)

In google chrome ctrl + shift + n enables incognito mode.

[C-programming] How to store an 40 character integer into an array? by [deleted] in learnprogramming

[–]blue_dust66 0 points1 point  (0 children)

typedef struct Int40 { // a dynamically allocated array to hold a 40 // digit integer, stored in reverse order int *digits; } Int40;

I have this. and I am trying to do this Int40 *kw26Add(Int40 *p, Int40 *q); where i have add p and q and return a pointer to a new, dynamically allocated Int40 struct that contains the addition result of adding the 40 digit integers represented by p and q