Slashdot Mirror


User: Frank+Buss

Frank+Buss's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:non flash dilbert on Dilbert Goes Flash, Readers Revolt · · Score: 1

    Why are some pictures in black/white? With a small PHP script you can extract the images from the original site:
    http://www.frank-buss.de/dilbert/
    Sometimes there are some ids in a row which doesn't exists, but looks like it works at least starting from id=2012

  2. Re:Non-procedural programming on Practical Common Lisp · · Score: 1

    There are some information at Paul Graham's site: http://www.paulgraham.com/avg.html and a more technical description: http://lib.store.yahoo.com/lib/paulgraham/bbnexcer pts.txt

  3. Re:Genetic Algorithm on Mars Rescue Mission Programming Challenge · · Score: 1

    A genetic algorithm is a good idea and would be a candidate for one of the exceptional solution prizes. Currently all solutions are manual solutions or brute force C/C++ programs.

  4. Re:Figured it out by looking at code on Mars Rescue Mission Programming Challenge · · Score: 1
    I wondered why they put that path in the map that is just big enough for your ship to get through.

    Are you sure, that the maximum speed in this path is 1? :-)