These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE General Discussion

 
  • Topic is locked indefinitely.
 

Mind Blown!

Author
Oblivion Deadspace
On-Grid
Hard Knocks Citizens
#1 - 2013-05-14 02:14:05 UTC
Early warning. ( I suck at typing)

Once upon a time there was two fleets of different Alliances waging war upon one another in a nullsec system and here are some of the events that occurred during the battle.

Alliance 1: Blue.

Alliance 2: Red.


On the battlefield people were being shot down left and right but to sum up how things went we will break it down..

Moments after the battle started a pair of Tengus honed down upon one another..one bested the other of course due to skill...it took ONE volley and this Tengu popped faster than a bubble wrap sheet that was put in front of a kid with ADHD. Let's slow it down a bit...when the better Tengu fired the first volley the shields went first of course..then the armor...then the hull split sending debris everywhere ( Slow motion still). The cockpit splits like hurling the pilots that had been recently scorched from the impact of the missiles, but as we zoom in further you can see the flesh, blood cells split apart from the searing heat. This destruction has no limits..it even goes as far as the atoms...maybe further...let's zoom in..as we zoom in you can see the atoms explode and tear apart...(zooming in further) you begin to see what looks to be a multi-verse ( zooming in further) you are finally looking to what seems to be a solar system...a major battle is taking place here...then you see what will blow your mind...two tengus engaging one another.

What do ya'll think?
Akirei Scytale
Okami Syndicate
#2 - 2013-05-14 02:15:44 UTC
Can I have your dealer's number?
Eurydia Vespasian
Storm Hunters
#3 - 2013-05-14 02:19:06 UTC
well it's not beowulf or the illiad.. but i give you credit for trying.
stoicfaux
#4 - 2013-05-14 02:25:51 UTC
Go left.
Go right.
Print.

Recursion is awesome.

Pon Farr Memorial: once every 7 years, all the carebears in high-sec must PvP or they will be temp-banned.

Akirei Scytale
Okami Syndicate
#5 - 2013-05-14 02:27:28 UTC  |  Edited by: Akirei Scytale
stoicfaux wrote:
Go left.
Go right.
Print.

Recursion is awesome.



...that isn't recursion?

whatamidoing
    if ididit
        woot
    else
        whatamidoing
James Amril-Kesh
Viziam
Amarr Empire
#6 - 2013-05-14 02:41:22 UTC
int holyshit(int n)
{
if (n == holy)
return holyshit(n + 1);
else if (n == ****)
return holyshit(n - 1);
else
return holyshit(n * n + n - holy + ****);
}

Enjoying the rain today? ;)

stoicfaux
#7 - 2013-05-14 03:15:38 UTC
Akirei Scytale wrote:
stoicfaux wrote:
Go left.
Go right.
Print.

Recursion is awesome.



...that isn't recursion?


Post order tree traversal. Walking a tree in pre, post, and in-fix order was the introduction to recursion in college. What example are they using for kids nowadays?

http://en.wikipedia.org/wiki/Tree_traversal
postorder(node)
if node == null then return
postorder(node.left)
postorder(node.right)
visit(node)

Pon Farr Memorial: once every 7 years, all the carebears in high-sec must PvP or they will be temp-banned.

Akirei Scytale
Okami Syndicate
#8 - 2013-05-14 03:17:49 UTC
stoicfaux wrote:
Akirei Scytale wrote:
stoicfaux wrote:
Go left.
Go right.
Print.

Recursion is awesome.



...that isn't recursion?


Post order tree traversal. Walking a tree in pre, post, and in-fix order was the introduction to recursion in college. What example are they using for kids nowadays?

http://en.wikipedia.org/wiki/Tree_traversal
postorder(node)
if node == null then return
postorder(node.left)
postorder(node.right)
visit(node)



Ah, wasn't clear what you were doing in those three lines. It looked like three independent function calls.
James Amril-Kesh
Viziam
Amarr Empire
#9 - 2013-05-14 03:29:43 UTC
stoicfaux wrote:
Post order tree traversal. Walking a tree in pre, post, and in-fix order was the introduction to recursion in college. What example are they using for kids nowadays?

Factorials

int factorial(int n)
{
if (n == 1)
return n;
else
return n * factorial(n - 1);
}

Enjoying the rain today? ;)

Oblivion Deadspace
On-Grid
Hard Knocks Citizens
#10 - 2013-05-18 13:34:35 UTC
I think of it as 'awesome'
TwistedTwistedTwistedTwistedTwistedTwistedTwistedTwistedTwistedTwistedTwistedTwisted
Arduemont
Rotten Legion
#11 - 2013-05-18 17:41:55 UTC  |  Edited by: Arduemont
public class ShiptoasterToaster {

public static void ToastShipToaster(ShipToaster opName, boolean isShipToast){

if (isShipToast == true) {
opName.biomass();}
else{ return; }}}

/// In case your wondering the above should compile in java, C++ and C# so long as ShipToaster is a valid class. I feel a pet project coming on.

"In the age of information, ignorance is a choice." www.stateofwar.co.nf

Lugia3
Federal Navy Academy
Gallente Federation
#12 - 2013-05-18 20:26:57 UTC
LCD is bad for you, m'kay?

"CCP Dolan is full of shit." - CCP Bettik

Khemax
Imperial Academy
Amarr Empire
#13 - 2013-05-18 20:31:21 UTC
Oblivion Deadspace wrote:

What do ya'll think?


Not a lot Lol
Silvara Nocturn
Nocturn Industries
#14 - 2013-05-18 20:32:58 UTC
too much tengu.
Yabba Addict
Perkone
Caldari State
#15 - 2013-05-18 20:52:11 UTC
not as original as you might think
Charlie Jacobson
#16 - 2013-05-18 20:56:05 UTC
Lugia3 wrote:
LCD is bad for you, m'kay?


Yeah, CRT was much better. I miss the good old days :(