Avatar of Inimical
  • Last Seen: 4 mos ago
  • Joined: 11 yrs ago
  • Posts: 1579 (0.41 / day)
  • VMs: 0
  • Username history
    1. Inimical 11 yrs ago
  • Latest 10 profile visitors:

Status

User has no status, yet

Bio

User has no bio, yet

Most Recent Posts

<Snipped quote by Heroic>

but of course
We have time enough. Thanks for the interest.


Yeye m8

What are these Maddie denotations, by the way? They're new to me.
<Snipped quote by Nemeses>

-Maddie M- Wait! I really like our planet. Mister force, stop! I only have one duplicate planet!


*A tiny blob of energy appears, and rapidly expands into a deep red-and-black static-y portal, and I step through*
There’s no stopping anything. There’s just the matter of getting caught in a natural cycle in the form of a force of nature. Nothing more.
<Snipped quote by Inimical>

Wonderful. Feel free to destroy them as well when your truce ends, as well as contact me if you have any questions or concerns.


Most definitely. Thank you for the opportunity.
<Snipped quote by Inimical>

Meh. I don't particularly care about them.


Then I believe we have a successful endeavor in the works for us.
<Snipped quote by Inimical>

Oh?


I currently have a truce with the group that contains our opposites. Currently, we are helping each other with another mutual threat, and I will say is the reason why I have actually been here for some time.
<Snipped quote by Inimical>

Your enthusiasm is all the signup you need.


Alright then. I do have one little stipulation, unfortunately.
<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.
<Snipped quote by Inimical>

Use a select few of them to complete the weapon I am working on. Step three is to strategically begin operating in the best suited universes.


Sounds solid. Where do I sign up?
<Snipped quote by Inimical>

Gather as many of the most manipulative beings I know who share a common enemy. You won't have to interact or even not want to kill each other; your role is independent.


Solid foundation. Step two?
<Snipped quote by Inimical>

It is not so much a single danger as it is a series of steps. I do have a weapon in development, but it will only assist in triggering doomsday.


A series of steps. Then, what might step one be?
© 2007-2026
BBCode Cheatsheet