Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

This is what you get with a microsoft partnershit

Name: Anonymous 2015-11-24 20:39

Hello anuslord@progrider.org,

At your request, your password has been reset to DG5FcfG42x

Sincerely,

The RedHat.com Team

Name: Anonymous 2015-11-24 20:57

That was nice of them, I keep forgetting my email passwords and I just make a new one.

Name: sage 2015-11-25 20:15

What programming language is this?

Name: Anonymous 2015-11-26 18:32

>>3
#include <conio.h>
void main() {
int *n = malloc(1 * sizeof(int));
int *i = malloc(1 * sizeof(int));
for(*n = 100, *i = 1; i <= *n; *i++) {
if(*n % 15 == 0) {
puts("fizzbuzz");
}

if(*n % 3 == 0) {
puts("fizz");
}

if(*n % 5 == 0) {
puts("buzz");
}

printf("%d\n", n);
}

return free(n) && free(i);
}

Name: Anonymous 2015-11-26 18:44

>>4
...
buzz10
fizz12
fizzbuzzfizzbuzz15
fizz18
...

Name: Anonymous 2015-11-26 19:34

>>3
Java, PHP, Python, Perl and Javascript are supported. Other languages can be set up though.

Name: Anonymous 2015-11-26 19:58

>>5
So do I get the job?

Name: Anonymous 2015-11-26 20:57

loadDep:tern_from_ts → re ▄ ╢██████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
this is what npm developers think terminal program output should look like

Name: Anonymous 2015-11-26 21:16

>>5
Ano....
puts

Name: Anonymous 2015-11-26 22:23

>>9
who Are you le quoting xD

Name: Anonymous 2015-11-26 23:28

>>10
Satire is the lowest form of comedy and the lowest form of wit.

Name: Anonymous 2015-11-27 4:54

>>4
Doesn't work, even if I fix conio.h to stdio.h and add stdlib.h.

#include <stdio.h>
#include <stdlib.h>

struct fc { int i; };
char *fn[] = { "fizz", "buzz" };

int db5(int i)
{
return !(i%5);
}

int db3(int i)
{
return !(i%3);
}

void fb(struct fc *fc)
{
int i;
for (;++i;);
for (;++i;) {
for (;++fc->i!=i;);
if (db5(fc->i) && db3(fc->i)) printf("%s%s",0[fn],0[fn+1]);
else if (db5(fc->i)) printf("%s",0[fn+1]);
else if (db3(fc->i)) printf("%s",0[fn]);
else printf("%d",i);
printf("\n");
if (!(i^0144)) break;
}
}

int main(void)
{
struct fc fc;
fb(&fc);
}

Name: Anonymous 2015-11-27 9:09

Microsoft Visual Novel .NEET 2015 Ultimate Edition

Name: Anonymous 2015-11-27 11:53

>>13
I had a trial of that for a while, but it didn't work. Can't recommend.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List