:)

Wednesday, May 6, 2009

Cool way to ask a CS major to vote

I received this email from a friend of mine, he was compaining for Student Council elections for his roommate. Here is what he wrote:

//Author: Saleem Ullah
//Not yet compiled but positive results expected
import org.politics.students.council.elections.Vote;
import org.politics.students.council.elections.Cast;
import org.politics.students.council.elections.Rules;
import God.utils.Bless;

public class Main{
private AndayList andayList = null;
static void main(){
Vote vote = new Vote();
vote.setDate("07", "may", "2009");
vote.startsAt("11", "am");
vote.endsAt("05", "pm");
vote.setVenue("RecRoom");
setCandidates();
castVote(vote);
}

public void setCandidates(){
andayList = new AndayList();
andayList.add(Abdul Rehman Qureshi);
andayList.add(item2);
andayList.add(item3);
andayList.add(item4);
andayList.add(item5);
}

public void castVote(Vote vote){
if(Rules.IDCARD.present || Rules.SMARTCARD.present){
Cast castVote = new Cast("Anonymous");
castVote.castFor(andayList[0]); // Please Please Please
for(int i=0;i Bless.godBless(andayList[i]);
}
}
}
}
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

PLEASE VOTE FOR ABDUL REHMAN QURESHI (MY DEAR ROOMMATE)!!!
Time: 1100 Hrs, Thursday, 07 May 2009
Venue: Rec Room
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--Saleem.

0 comments:

Blog Archive

My Associations

Volunteer Internet Environment Watch (VIEW)
(which is no more volunteer based)

Sahana - Disaster Management System
Sahana is my Google Summer of Code Project (2009)