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

Pages: 1-

Remember when challengers were fun?

Name: Anonymous 2010-09-12 22:43

The last 10 challenges I have seen were useless challenges, that seemed like the op was just trying to get us to do his homework for him.

Remember challenge 5 when we got to make our own toy language? Or challenge 8 where we got to create a text based battle system? That shit was fun.

I demand a real challenge now.

Name: Anonymous 2010-09-12 22:57

>>1
Remember challenge 5 when we got to make our own toy language? Or challenge 8 where we got to create a text based battle system?
These challenges are not even a month old. If you are getting nostalgic about these shitty challenges then I daresay you need to return to /g/ post haste.

Name: Anonymous 2010-09-12 23:01

>>2
Are you serious? These challenges are over 3 months old.

Name: Anonymous 2010-09-12 23:03

>>2
If you are saying that I should go back to /g/ then I daresay Fuck off, ``faggot''!

Name: Anonymous 2010-09-12 23:03

Storlek's language one was the last serious challenge. The battle system one was turned serious by the entrants (Xarn), but wasn't intended to be one. The person who posted it didn't even bother to come back to announce the winner.
It's probably possible to turn most lame joke challenges into serious ones by entering a serious entry.

But yeah, a good new challenge would be nice.

Name: Anonymous 2010-09-12 23:17

CHALLENGE:

In a language of your choosing, write a program that takes a mathematical function and window size variables (i.e. Xmin, Xmax, Xscl, Ymin, etc.) as input
and outputs BBCode that produces a graph of the function when posted to /prog/.

Name: Anonymous 2010-09-13 0:08

a language of your choosing, write a program that takes a mathematical function and window size variables (i.e. Xmin, Xarn, Xscl, Ymin, etc

Name: Anonymous 2010-09-13 1:10

>>7
Thank you, I lol'd.

Name: Anonymous 2010-09-13 1:27

>>5
STRLEK(3)                  Linux Programmer's Manual                 STRLEK(3)

NAME
       strlek - select SICP lecture by analysing string

SYNOPSIS
       #include <string.h>

       int strlek(char *xarn);

Name: ANUS THE HAXOR 2010-09-13 2:14


#include "gnuplot.h"
#include "gnuplot_bmp.h"

int main(int argc, char* argv[]) {
  if (argc != 6) {
    puts("usage: hurf \"y=f(x)\" xmin xmax ymin ymax");
    return 0;
  }
 
  if (! gnuplot_init() ) {
    puts("couldn't initialise gnuplot[i]![/i]");
    return 0;
  }

  gnuplot_setoutputformat(GSOF_BMP_MONOCHROME, 80, 40);
  gnuplot_setscale(atoi(argv[2]), atoi(argv[3]), atoi(argv[4]), atoi(argv[5]));

  BITMAP* bmp = gnuplot_create_bmp(argv[1]);
  int unused = gnuplot_mapcolourRGB(255,255,255);

  int x, y;
  for (y = 0; y != bmp.h(); y++) {
    for (x = 0; x != bmp.w(); x++) {
      if ( bmp.getpixel(x,y) != (unused) ) {
         printf("%c", 0xDB); // box character
      } else {
         printf(" ");
      }
    }
    puts(""); // newline
  }
 
  gnuplot_free(bmp); bmp = 0;

  return 1;
}

Name: Anonymous 2010-09-13 5:08

Prog Challenge: write xlogo in APL

Name: Anonymous 2010-09-14 0:54

Prog Challenge: write xeyes in XAML

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