PonyFans.comBoard IndexAround the HilltopFootballRecruitingBasketballOther Sports

What hurts the most

This is the forum for talk about SMU Football

Moderators: PonyPride, SmooPower

What hurts the most

Postby malonish » Sat Aug 31, 2013 2:18 am

Was being so close. And having so much to say.

And watching June walk away.
Leader of the Band-itos.

Mustangsabu wrote:
Malonish! You are the man!

PonyPride:
I think malonish is right

peruna81:
God bless you, malonish.

Image
User avatar
malonish
PonyFans.com Legend
 
Posts: 3790
Joined: Tue Sep 21, 2010 1:42 am
Location: Nope

Re: What hurts the most

Postby Stallion » Sat Aug 31, 2013 2:36 am

It was not knowing
What could have been
"With a quarter of a tank of gas, we can get everything we need right here in DFW." -SMU Head Coach Chad Morris

When momentum starts rolling downhill in recruiting-WATCH OUT.
Stallion
PonyFans.com Super Legend
 
Posts: 44302
Joined: Tue Dec 19, 2000 4:01 am
Location: Dallas,Texas,USA

Re: What hurts the most

Postby malonish » Sat Aug 31, 2013 2:44 am

And not seeing that rehiring June

Was the worst thing to do.
Leader of the Band-itos.

Mustangsabu wrote:
Malonish! You are the man!

PonyPride:
I think malonish is right

peruna81:
God bless you, malonish.

Image
User avatar
malonish
PonyFans.com Legend
 
Posts: 3790
Joined: Tue Sep 21, 2010 1:42 am
Location: Nope

Re: What hurts the most

Postby Stallion » Sat Aug 31, 2013 2:46 am

What was I supposed to do?
"With a quarter of a tank of gas, we can get everything we need right here in DFW." -SMU Head Coach Chad Morris

When momentum starts rolling downhill in recruiting-WATCH OUT.
Stallion
PonyFans.com Super Legend
 
Posts: 44302
Joined: Tue Dec 19, 2000 4:01 am
Location: Dallas,Texas,USA

Re: What hurts the most

Postby malonish » Sat Aug 31, 2013 2:55 am

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.

Leader of the Band-itos.

Mustangsabu wrote:
Malonish! You are the man!

PonyPride:
I think malonish is right

peruna81:
God bless you, malonish.

Image
User avatar
malonish
PonyFans.com Legend
 
Posts: 3790
Joined: Tue Sep 21, 2010 1:42 am
Location: Nope

Re: What hurts the most

Postby smumustang1980 » Sat Aug 31, 2013 3:02 am

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.
About 25 feet from the Hillcrest track... With the boots so tall and the writing on the wall...
User avatar
smumustang1980
All-American
 
Posts: 546
Joined: Wed Oct 31, 2012 7:05 pm
Location: Dallas

Re: What hurts the most

Postby malonish » Sat Aug 31, 2013 3:09 am

Okay, here's what I know in XML format:

<?xml version="1.0"?>
<Team>
<Name>SMU</Name>
<Record>0-1</Record>
<Prediction>4-8</Prediction>
</Team>

//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 :lol:
Leader of the Band-itos.

Mustangsabu wrote:
Malonish! You are the man!

PonyPride:
I think malonish is right

peruna81:
God bless you, malonish.

Image
User avatar
malonish
PonyFans.com Legend
 
Posts: 3790
Joined: Tue Sep 21, 2010 1:42 am
Location: Nope

Re: What hurts the most

Postby smumustang1980 » Sat Aug 31, 2013 3:10 am

malonish wrote:Okay, here's what I know in XML format:

<?xml version="1.0"?>
<Team>
<Name>SMU</Name>
<Record>0-1</Record>
<Prediction>4-8</Prediction>
</Team>

//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 :lol:


DANGER! DANGER WILL ROBINSON!!!
About 25 feet from the Hillcrest track... With the boots so tall and the writing on the wall...
User avatar
smumustang1980
All-American
 
Posts: 546
Joined: Wed Oct 31, 2012 7:05 pm
Location: Dallas

Re: What hurts the most

Postby malonish » Sat Aug 31, 2013 3:12 am

C#, the language of the future. Aaaaaaand I probably got that syntax wrong. One sec.
Leader of the Band-itos.

Mustangsabu wrote:
Malonish! You are the man!

PonyPride:
I think malonish is right

peruna81:
God bless you, malonish.

Image
User avatar
malonish
PonyFans.com Legend
 
Posts: 3790
Joined: Tue Sep 21, 2010 1:42 am
Location: Nope

Re: What hurts the most

Postby malonish » Sat Aug 31, 2013 3:13 am

<?xml version="1.0"?>
<Team>
<Name>SMU</Name>
<Record>0-1</Record>
<Prediction>4-8</Prediction>
</Team>

//code snippet
public void GetXML(XDocument doc){
string name = doc.Root.Element("Name").Value;
string predictedRecord = doc.Root.Element("Prediction").Value;
Console.WriteLine(String.Format("The {0} team is probably going {1}. Commence panic mode.", name, predictedRecord));
}

Fixed it. Silly Malonish, you can't assign an Element to a string...
Leader of the Band-itos.

Mustangsabu wrote:
Malonish! You are the man!

PonyPride:
I think malonish is right

peruna81:
God bless you, malonish.

Image
User avatar
malonish
PonyFans.com Legend
 
Posts: 3790
Joined: Tue Sep 21, 2010 1:42 am
Location: Nope

Re: What hurts the most

Postby GiddyUp » Sat Aug 31, 2013 7:40 am

malonish wrote:<?xml version="1.0"?>
<Team>
<Name>SMU</Name>
<Record>0-1</Record>
<Prediction>4-8</Prediction>
</Team>

//code snippet
public void GetXML(XDocument doc){
string name = doc.Root.Element("Name").Value;
string predictedRecord = doc.Root.Element("Prediction").Value;
Console.WriteLine(String.Format("The {0} team is probably going {1}. Commence panic mode.", name, predictedRecord));
}

Fixed it. Silly Malonish, you can't assign an Element to a string...

Looking for a new job :) ?
User avatar
GiddyUp
PonyFans.com Super Legend
 
Posts: 8227
Joined: Thu Feb 03, 2011 5:48 pm

Re: What hurts the most

Postby malonish » Sat Aug 31, 2013 1:30 pm

I have a pretty good gig right now.
Leader of the Band-itos.

Mustangsabu wrote:
Malonish! You are the man!

PonyPride:
I think malonish is right

peruna81:
God bless you, malonish.

Image
User avatar
malonish
PonyFans.com Legend
 
Posts: 3790
Joined: Tue Sep 21, 2010 1:42 am
Location: Nope


Return to Football

Who is online

Users browsing this forum: No registered users and 4 guests