Slashdot Mirror


User: BigOneBitey

BigOneBitey's activity in the archive.

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

Comments · 3

  1. compete against some of the winners at TopCoder on ACM Programming Contest Results · · Score: 5, Informative

    Many of the ACM competitors from English speaking countries compete weekly at TopCoder.

    College students and professionals alike compete against each other to solve 3-problem sets within 75 minutes (choice of C++ or Java or C#).

    Under 18 are allowed to compete as well, but not eligible for prizes.

  2. Re:What if you can't make it? on 4th ICFP Programming Contest Announced · · Score: 3

    Check out topcoder. They host frequent online Java programming competitions.

    Someone has won $100,000 through their collegiate tournament.

  3. For those partial to java... on C Styled Script - C-like Scripting Language · · Score: 1

    I use perl, python, sh, javascript for scripting, but sometimes find myself writing scripts in java (when you code in it all day it tends to stick in the mind).

    Luckily there is a script interpreter for java called beanshell (FAQ) so my scripts actually will run.