Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

dwales

@dwales
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Has any programming language ever affected your thought process in real life?
    D dwales

    Yes, all of them. Programming is real life isn't it?

    The Lounge c++ com help question discussion

  • updating ma skillz
    D dwales

    SAS seemed to be jolly expensive. You could learn R, R is free and seems to be regarded well. http://www.r-project.org/

    The Lounge csharp wpf com game-dev tools

  • What is the term for this area of research...
    D dwales

    Sounds like you want Text Analytics or Text Mining (both in wikipedia)

    The Lounge question com regex

  • Monday's programming question of the day
    D dwales

    //(c++) forward only (not just for 0-9)
    void doit( int nitems, int col, vector v=vector(), int colval=0 )
    {
    if ( col==0 ){
    for (int i(0); i < v.size(); ++i) cout << " " << v[i];
    cout << endl;
    return;
    }

    for( int i(colval); i < nitems; ++i ){
    vector v1 = v;
    v1.push_back(i);
    doit( nitems, col - 1, v1, i+1 );
    }
    }

    kick it off with

    doit( nitems, ncols)

    modified on Tuesday, September 16, 2008 1:31 AM

    The Lounge csharp c++ com data-structures regex

  • Programming competition
    D dwales

    It would be nice if Programmer of the Month (http://dinsights.com/POTM/[^]) could be revived (possibly that's the one you found). Spent a lot of time coding solutions to the problems there, without too much success. I think it took a lot of time of the moderator to run it though. Some others I can't vouch for: http://www.recmath.org/contest/[^] http://www.spoj.pl/[^] And of course: http://www.ioccc.org/[^]

    The Lounge question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups