Archive for randomizer

You are browsing the archives of randomizer.

Phrase-O-Matic Consultant Wisdom via Java

Phrase-O-Matic Consultant Wisdom via Java

photo credit: schedetzki
Challenge: Create three lists of buzzwords typically used by business consultants. Randomly select three words and put in a sentence to form something ridiculous that a business consultant might say with an air of authority.

My solution:

package phraseomatic;

/**
*
* @author kirkster
*/
public class Main {

/**
[...]

  • Share/Bookmark

Random BINGO Card Generator with Ajax Reset

Random BINGO Card Generator with Ajax Reset

photo credit: Keees
This programming challenge is from a Lynda.com instructional video, featuring Dori Smith, which I studied/practiced last summer but once again spring 2009. I do not mean to just re-post the wonderful Lynda.com code, but rather add instructional value to it by way of clearer variable names and explanatory comments. The end result [...]

  • Share/Bookmark