Jump to content
SAU Community

Wow Wtf Im Blue Eiffle 65 Backwards...


Elliot Wood
 Share

Recommended Posts

lol im a programmer i speak to machines all day

// add parent site node

foreach (PortalSiteMapNode siblingNode in siblings)

{

HtmlAnchor siblinglink = new HtmlAnchor();

siblinglink.HRef = siblingNode.Url;

siblinglink.InnerText = HttpUtility.HtmlDecode(siblingNode.Title);

HtmlGenericControl siblinglistItem = new HtmlGenericControl("div");

if (siblingNode.Title == currentNode.Title)

{

siblinglistItem.Attributes["class"] = "navlinkselected";

}

else

{

siblinglistItem.Attributes["class"] = "navlink";

}

siblinglistItem.Controls.Add(siblinglink);

navigationlist.Controls.Add(listItem);

Link to comment
Share on other sites

I didn't really type that. It's automatic. So basically you just spoke to a machine. How does it feel Mister... huh? HOW DOES IT FEEL?

01010100010101010101

01111001011011110111010100100000011001100110000101101001011011000010000001100001

011101000010000001100010011010010110111001100001011100100111100100100000001011010

010000001110100011010000110010100100000011000110110111101100100011001010010000001

101001011100110010000001110011011101010111000001110000011011110111001101100101011

001000010000001110100011011110010000001100010011001010010000001100100011010010111

011001101001011100110110100101100010011011000110010100100000011000100111100100100

0000110010101101001011001110110100001110100

Link to comment
Share on other sites

01111001011011110111010100100000011001100110000101101001011011000010000001100001

01110100001000000110001001101001011011100110000101110010011110010010000000101101

0

01000000111010001101000011001010010000001100011011011110110010001100101001000000

1

10100101110011001000000111001101110101011100000111000001101111011100110110010101

1

00100001000000111010001101111001000000110001001100101001000000110010001101001011

1

01100110100101110011011010010110001001101100011001010010000001100010011110010010

0

0000110010101101001011001110110100001110100

lol nice.

you fail at binary - the code is supposed to be divisible by eight
Link to comment
Share on other sites

all above = ................................................................................

.................................................................................

i lol hard "hide the body eat the body" it takes a few seconds to hear it

Link to comment
Share on other sites

 Share



×
×
  • Create New...