Rammstein does code. Who knew?

Miscellaneous. No spam or advertisements, constructive discussion encouraged.
Error
Moderator
Posts:4205
Joined:Thu Dec 06, 2012 11:49 am
Affiliation:CNI
IGN:FC_Rangefinder
Location:Sol IIIa, School of Hard Knocks
Rammstein does code. Who knew?

Post by Error » Sun Sep 07, 2014 10:27 am

Image
Image

Solar112
Captain
Captain
Posts:1044
Joined:Fri Jan 10, 2014 2:19 pm
IGN:Solar112

Re: Rammstein does code. Who knew?

Post by Solar112 » Sun Sep 07, 2014 11:45 am

This colour coding makes no sense. Some dos are green, and others aren't; And you can't say it's because it's the ifs because in line 9 has a 'do class if' statement where the do is blue.
And everything else also makes no sense. Rammstein sucks at coding in a stupid, probably nonexistent, programming language.

Error
Moderator
Posts:4205
Joined:Thu Dec 06, 2012 11:49 am
Affiliation:CNI
IGN:FC_Rangefinder
Location:Sol IIIa, School of Hard Knocks

Re: Rammstein does code. Who knew?

Post by Error » Sun Sep 07, 2014 11:48 am

Thank you, mister literal. Go away until you've grown a sense of humour, please.
Image

Archduke Daynel, PhD
Rear Admiral
Rear Admiral
Posts:1940
Joined:Thu Dec 06, 2012 1:18 pm
Affiliation:ZIF

Re: Rammstein does code. Who knew?

Post by Archduke Daynel, PhD » Sun Sep 07, 2014 12:26 pm

I don't know who Rammstein is and I don't know coding.
Fuck me, I guess?
BASH THE FASH CLASS WAR NOW

Vinyl
Fleet Admiral
Fleet Admiral
Posts:3217
Joined:Wed Dec 05, 2012 9:54 pm
Affiliation:Hexalan
IGN:PCaptainRexK
Location:Hexalan

Re: Rammstein does code. Who knew?

Post by Vinyl » Sun Sep 07, 2014 12:27 pm

Daynel wrote:I don't know who Rammstein is and I don't know coding.
Fuck me, I guess?
Finally. Someone understands.
cats wrote:I literally cannot be wrong about this fictional universe

Shadowcatbot
Vice Admiral
Vice Admiral
Posts:2623
Joined:Thu Dec 06, 2012 9:46 pm
Affiliation:Nivanshae
IGN:_Shadowcat_
Location:Munching on important looking wires.

Re: Rammstein does code. Who knew?

Post by Shadowcatbot » Sun Sep 07, 2014 12:36 pm

Looks like some musician or poet in the way that code reads outloud.
In yo ceiling, stealin yo wires



Do not open. Ever. At all. Enter at your own risk to life and limb.
Trigger warning
Bot gore warning
Memetic biohazard
Error bait
Spoiler:
[Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted][Redacted]

Vinyl
Fleet Admiral
Fleet Admiral
Posts:3217
Joined:Wed Dec 05, 2012 9:54 pm
Affiliation:Hexalan
IGN:PCaptainRexK
Location:Hexalan

Re: Rammstein does code. Who knew?

Post by Vinyl » Sun Sep 07, 2014 12:40 pm

Shadowcat wrote:Looks like some musician or poet in the way that code reads outloud.
I get it now

I only realized it because my brother had the song on his iPod, and whenever he was over I'd plug it into my Xbox and listen to the songs while I played Halo 3 over and over again.
cats wrote:I literally cannot be wrong about this fictional universe

Solar112
Captain
Captain
Posts:1044
Joined:Fri Jan 10, 2014 2:19 pm
IGN:Solar112

Re: Rammstein does code. Who knew?

Post by Solar112 » Sun Sep 07, 2014 1:08 pm

Having a sense of humour is boring.
Also I find that song headache inducing.

User avatar
Iv121
Vice Admiral
Vice Admiral
Posts:2414
Joined:Fri Dec 07, 2012 3:40 pm
Affiliation:UTN
Location:-> HERE <-

Re: Rammstein does code. Who knew?

Post by Iv121 » Sun Sep 07, 2014 1:19 pm

#include "humor.h"
#include "headache.h"

makeSense (humor sense, headache cause)
{
if (cause.isHumor () )
sense = 0;
return sense;
}

>> compile

=== UNIVERSAL TRUTH COMPLIER ===

The compiler returned a fatal error:
Line 3: Couldn't makeSense.


Mate when I look at my masterpiece over there I realise how describing life in code lines can have such deep meaning ... or none at all , which has a deep meaning in its own right :| .
They're watching ... Image

"I am forbidden tag" -CvN

Error
Moderator
Posts:4205
Joined:Thu Dec 06, 2012 11:49 am
Affiliation:CNI
IGN:FC_Rangefinder
Location:Sol IIIa, School of Hard Knocks

Re: Rammstein does code. Who knew?

Post by Error » Sun Sep 07, 2014 1:38 pm

Unfortunately, the code couldn't make sense. Therefore Humor=0.
Image

Solar112
Captain
Captain
Posts:1044
Joined:Fri Jan 10, 2014 2:19 pm
IGN:Solar112

Re: Rammstein does code. Who knew?

Post by Solar112 » Sun Sep 07, 2014 2:26 pm

Code: Select all

#include <iostream>
#include <string>
using namespace std;

int main()
{
    bool humour = false;
    string song = "this song gives me a headache";
    if(humour == true)
    {
        cout << "I have a sense of humour" << endl;
    }
    else
    {
        cout<<"I do not have a sense of humour" << endl;
    }
    cout<<"Also "<<song<<endl;
    return 0;
}
That code makes sense. none of the code presented, aside from mine, makes sense.

Error
Moderator
Posts:4205
Joined:Thu Dec 06, 2012 11:49 am
Affiliation:CNI
IGN:FC_Rangefinder
Location:Sol IIIa, School of Hard Knocks

Re: Rammstein does code. Who knew?

Post by Error » Sun Sep 07, 2014 2:28 pm

If
understand > 1,

Then
isFunny = true

If
understand < 1

Then
isFunny = false
Image

Solar112
Captain
Captain
Posts:1044
Joined:Fri Jan 10, 2014 2:19 pm
IGN:Solar112

Re: Rammstein does code. Who knew?

Post by Solar112 » Sun Sep 07, 2014 2:45 pm

That could be written much simpler, allow me to demonstrate:

Code: Select all

If(understand > 1) 
{
isFunny = true
}
else(understand < 1)
{
isFunny = false
}

User avatar
Iv121
Vice Admiral
Vice Admiral
Posts:2414
Joined:Fri Dec 07, 2012 3:40 pm
Affiliation:UTN
Location:-> HERE <-

Re: Rammstein does code. Who knew?

Post by Iv121 » Sun Sep 07, 2014 2:45 pm

Code: Select all

if (!understand)
    goto programmingLesson;
else
// not everything you see on the internet is a joke
{
    try
    {
        useBrainCells (code stuff);
    }
    catch
    {
        silenceIsGolden ();
    }
    finally
    {
        RelaxDude ();
    }
}
They're watching ... Image

"I am forbidden tag" -CvN

Crash Override
Lt. Commander
Lt. Commander
Posts:781
Joined:Fri Dec 07, 2012 5:00 pm
Affiliation:Darkstar Security CO
Location:Brazil.

Re: Rammstein does code. Who knew?

Post by Crash Override » Sun Sep 07, 2014 7:12 pm

fucks /= not give If:

I DONT CARE/
" We explore... and you call us criminals. We seek after knowledge, and you call us criminals.We exist without skin color, without nationality, without religous bias... and you call us criminals.You build atomic bombs, you wage wars, you murder, cheat, and lie to us and try to make us believe it's for our own good, yet we're the
criminals.Yes, I am a crimial. My crime is that of curiosity."

EMPRAH * BRUVA

Post Reply