There is a weird juxtaposition going on in my head right now:
June nuthuggers are the girl, the haters are the dad, and the apathetic/mediocrity accepting people are the mother. June is the boyfriend of course. The truck is the team and the pregnancy is the lack of recruiting biting us. And in the end the nuthuggers see June as the future.
Re: What hurts the most
Posted: Sat Aug 31, 2013 3:02 am
by smumustang1980
malonish wrote:There is a weird juxtaposition going on in my head right now:
June nuthuggers are the girl, the haters are the dad, and the apathetic/mediocrity accepting people are the mother. June is the boyfriend of course. The truck is the team and the pregnancy is the lack of recruiting biting us. And in the end the nuthuggers see June as the future.
Oh, too much Dedman College for you and all of that effing reading, metaphors... Damn the metaphors. Just talk Faulkner.
//code snippet
public void GetXML(XDocument doc){
string name = doc.Root.Element("Name");
string predictedRecord = doc.Root.Element("Prediction");
Console.WriteLine(String.Format("The {0} team is probably going {1}. Commence panic mode.", name, predictedRecord));
}// That's more like what my schooling was
Re: What hurts the most
Posted: Sat Aug 31, 2013 3:10 am
by smumustang1980
malonish wrote:Okay, here's what I know in XML format:
//code snippet
public void GetXML(XDocument doc){
string name = doc.Root.Element("Name");
string predictedRecord = doc.Root.Element("Prediction");
Console.WriteLine(String.Format("The {0} team is probably going {1}. Commence panic mode.", name, predictedRecord));
}// That's more like what my schooling was
DANGER! DANGER WILL ROBINSON!!!
Re: What hurts the most
Posted: Sat Aug 31, 2013 3:12 am
by malonish
C#, the language of the future. Aaaaaaand I probably got that syntax wrong. One sec.