Slashdot Mirror


Open Source Developer Lab Looking For Board Members

A reader writes: "I noticed that the Open Source Development Lab is looking for nominations and commentary on the Community Nominations to the Board. They've got some of the usual suspects on there, but will also take other suggestions. The organization was profiled by Nick Petreley a while back as well."

1 of 10 comments (clear)

  1. Pseudocode for Project Name Generator. by Jacques+Chester · · Score: 4
    Apologies for pseudocode. But deal.

    // Program creates a very generic site title
    // or project title - "Open Source Development Lab"
    // a perennial favourite.

    PreWordArray is array of strings
    MainWordArray is array of strings
    PostWordArray is array of strings

    PreWordArray = (GNU,g,k,Linux,OSS,Open Source,Free Software)
    MainWordArray =(Developer,Development,Programmer,Designer,User,P HB,Engineer,Guru,Wizard)
    PostWordArray = (Lab,Site,Homepage,.com,.net,.org,Builder,Shack,Ha ngout,Project,Foundation,Association)

    ProjectName is string

    ProjectName = PreWordArray.getRandom + MainWordArray.getRandom + PostWordArray.getRandom

    print ProjectName


    --
    "Don't declare a revolution unless you are prepared to be guillotined." - Anon.

    --

    Classical Liberalism: All your base are belong to you.