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

CS

Name: Anonymous 2010-08-01 18:04

.....project ideas?

Requirements:

[list]
Something useful that can be later sold. Games are allowed but discouraged
Something that shows a lot of OOp implementation
Something hard to program. (I'm the best in class. I need to win the honors)
[/list]

I was originally going to do a OCR reader for hard written documents. Upon finishing the first research session I was aware the project had too high a chance of failure and too small a time frame to be completed successfully. I downgraded it to a simple captcha reader but again it was probably bound to fail.
I am now stuck without any ideas.

Can please /prog/ provide some ideas?

Name: Anonymous 2010-08-03 11:29

>>40
U MEAN DROP ACID

Name: Anonymous 2010-08-03 20:49

>>41
No, that would be redundant.

Name: Anonymous 2010-08-03 21:12

>>33
downloads HD clisp
Nice idea, but I'd prefer HD sbcl personally.

Name: Anonymous 2010-08-04 3:08

design and implement a language and a language runtime with a bytecode vm.

Name: Anonymous 2010-08-04 3:20

Make a web browser that doesn't suck.

Name: Anonymous 2010-08-04 3:49

>>45
Wahey!

Write an ANSI C compiler age 12.

Name: >>46 2010-08-04 4:01

and what is this

Name: Anonymous 2010-08-04 4:39

>>47
Fuck off.

Name: Anonymous 2010-08-04 5:43

Regex-based sexpcode parser
#!/usr/bin/perl

use feature (say);
use strict;
use JSON;

sub parse_sexp(;$);

sub parse_sexp(;$)
{ @_ = $_ unless @_;
  my @ret = ();
  if(shift =~ /^(\(((?:(?>[^()]*)|(?1))*)\))$/)
  { my $inner = $2;
    push @ret, $1 ? split ' ', $1 : parse_sexp $2
      while $inner =~ /([^()]+)|(\((?:(?>[^()]*)|(?2))*\))/g; }
  return \@ret; }

say to_json parse_sexp while <>;

Name: Anonymous 2010-08-06 15:36

>>45
http://surf.suckless.org/

Name: Anonymous 2011-02-03 8:07

Name: Anonymous 2011-02-04 17:25

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