5 Users and 15 Guests viewing this page
Hidden 6 yrs ago Post by Revolutionary
Raw
Avatar of Revolutionary

Revolutionary Kat

Member Seen 5 days ago

Dragon Ball Super continues to get worse.


Your opinion flip flopped very recently only because of the last two or three episodes. The show isn't getting worse, it's just that Caulifla and Kale are garbage- and I can't stress the word garbage enough- characters. When they aren't around, the show is great.
Hidden 6 yrs ago 6 yrs ago Post by Source
Raw
Avatar of Source

Source Surprise!

Member Seen 20 hrs ago

<Snipped quote by Source>

Your opinion flip flopped very recently only because of the last two or three episodes. The show isn't getting worse, it's just that Caulifla and Kale are garbage- and I can't stress the word garbage enough- characters. When they aren't around, the show is great.


Fair, but also to be fair, that doesn't make it any less true that it continues to get worse, since all we've seen are those two recently. Also, that Vegeta vs. Toppo fight looks amazing and I'm 100% sure Vegeta has something hidden up his sleeve, but all we get to see is tired Goku vs. Mary and Sherry Sue.
Hidden 6 yrs ago Post by Revolutionary
Raw
Avatar of Revolutionary

Revolutionary Kat

Member Seen 5 days ago

<Snipped quote by Revolutionary>

Fair, but also to be fair, that doesn't make it any less true that it continues to get worse, since all we've seen are those two recently. Also, that Vegeta vs. Toppo fight looks amazing and I'm 100% sure Vegeta has something hidden up his sleeve, but all we get to see is tired Goku vs. Mary and Sherry Sue.


I feel like Vegeta v Toppo would be an amazing fight, but I honestly feel like Toppo and Vegeta shouldn't be quite so evenly matched. But Vegeta is probably doing Vegeta things and just enjoying the fight, so meh. I'd be disappointed if he didn't at least bust out something new like a Mastered SSB or some next-level form. I always found the idea of forms not being linear cool, and the idea that Goku could branch into UI while Vegeta does something akin to SSB2 would be so sweet.
Hidden 6 yrs ago Post by Etcetera
Raw
Avatar of Etcetera

Etcetera Misty Skies

Member Seen 2 days ago

<Snipped quote by Source>

I feel like Vegeta v Toppo would be an amazing fight, but I honestly feel like Toppo and Vegeta shouldn't be quite so evenly matched. But Vegeta is probably doing Vegeta things and just enjoying the fight, so meh. I'd be disappointed if he didn't at least bust out something new like a Mastered SSB or some next-level form. I always found the idea of forms not being linear cool, and the idea that Goku could branch into UI while Vegeta does something akin to SSB2 would be so sweet.


Or if Vegeta had like an exclusive royal version of the super saiyan, that would be awesome.
Hidden 6 yrs ago Post by whizzball1
Raw
Avatar of whizzball1

whizzball1 Spirit

Member Seen 3 yrs ago

mr. soul we're all here
ruby, shinji, data, david, abby, and sven
all three players are here
Hidden 6 yrs ago Post by Etcetera
Raw
Avatar of Etcetera

Etcetera Misty Skies

Member Seen 2 days ago

mr. soul we're all here
ruby, shinji, data, david, abby, and sven
all three players are here


Hi.
Hidden 6 yrs ago Post by whizzball1
Raw
Avatar of whizzball1

whizzball1 Spirit

Member Seen 3 yrs ago

<Snipped quote by whizzball1>

Hi.


hi
Hidden 6 yrs ago Post by Revolutionary
Raw
Avatar of Revolutionary

Revolutionary Kat

Member Seen 5 days ago

Hi?
Hidden 6 yrs ago Post by Etcetera
Raw
Avatar of Etcetera

Etcetera Misty Skies

Member Seen 2 days ago

Hi. Just finished fooding.
Hidden 6 yrs ago Post by Revolutionary
Raw
Avatar of Revolutionary

Revolutionary Kat

Member Seen 5 days ago

Hi. Just finished fooding.


Welcome back from calorie absorption.
Hidden 6 yrs ago Post by Etcetera
Raw
Avatar of Etcetera

Etcetera Misty Skies

Member Seen 2 days ago

<Snipped quote by Etcetera>

Welcome back from calorie absorption.


Absorption starts later brah.
Hidden 6 yrs ago Post by Revolutionary
Raw
Avatar of Revolutionary

Revolutionary Kat

Member Seen 5 days ago

<Snipped quote by Revolutionary>

Absorption starts later brah.


Absorption starts NOW
Hidden 6 yrs ago Post by Etcetera
Raw
Avatar of Etcetera

Etcetera Misty Skies

Member Seen 2 days ago

<Snipped quote by Etcetera>

Absorption starts NOW


Technically the digestive track is outside of the body.
Hidden 6 yrs ago Post by souleaterfan320
Raw
Avatar of souleaterfan320

souleaterfan320 Jackal

Member Seen 19 hrs ago

So sorry aboyt the late posts guys, life hapoened tonight. Helped a friend who got kicked out of his current living situatiin get moved into another.
Hidden 6 yrs ago Post by Revolutionary
Raw
Avatar of Revolutionary

Revolutionary Kat

Member Seen 5 days ago

Geez. Doing this with three people... May have been a bit much, in hindsight.
Hidden 6 yrs ago Post by souleaterfan320
Raw
Avatar of souleaterfan320

souleaterfan320 Jackal

Member Seen 19 hrs ago

Geez. Doing this with three people... May have been a bit much, in hindsight.


Its cool. Ill help keep track.
Hidden 6 yrs ago 6 yrs ago Post by Crew
Raw
Avatar of Crew

Crew Zyland

Member Seen 1 day ago

.
Hidden 6 yrs ago 6 yrs ago Post by Legend
Raw
Avatar of Legend

Legend Stella

Member Seen 19 hrs ago

Everyone should subscribe to YouTube.com/user/LegendBegins


I agree.

You could always just use
Collections.reverse(bars);
and finish the method in one line.
But if you want to develop an algorithm, yours currently swaps the value of k and l. You're going to have to switch the values with
bars.set(k, bars.get(l));
A more concise way to do it would be

private void reversal()
{
int size = bars.size();
for(int i = 0; i < size / 2; i++)
{
int temp = bars.get(i);
bars.set(i, bars.get(size - 1 - i));
bars.set(size - 1 - i, temp);
}
}
Hidden 6 yrs ago Post by Inimical
Raw
Avatar of Inimical

Inimical Morz

Member Seen 5 days ago

<Snipped quote by Crew>

You could always just use
Collections.reverse(bars);
and finish the method in one line.
But if you want to develop an algorithm, yours currently swaps the value of k and l. You're going to have to switch the values with
bars.set(k, bars.get(l));
A more concise way to do it would be

private void reversal()
{
int size = bars.size();
for(int i = 0; i < size / 2; i++)
{
int temp = bars.get(i);
bars.set(i, bars.get(size - 1 - i));
bars.set(size - 1 - i, temp);
}
}


Thanks for this. All this alien code just has me baffled.
Hidden 6 yrs ago Post by Dynamics
Raw
Avatar of Dynamics

Dynamics Dark Dynamo

Member Seen 5 days ago

<Snipped quote by Legend>

Thanks for this. All this alien code just has me baffled.


It's not the easiest thing in the world. I'm just glad I can help.
↑ Top
5 Users and 15 Guests viewing this page
© 2007-2024
BBCode Cheatsheet