• Hey Guest. Check out your NeoGAF Wrapped 2025 results here!

The Ctrl-V Thread

Status
Not open for further replies.
<div style="padding: 10px;">
<fb:request-form method="post" action="index.php" content="hey" type="sample" invite="true">
<div class="clearfix" style="padding-bottom: 10px;">
<fb:multi-friend-selector condensed="true" selected_rows="0" style="width: 200px;" />
</div>
<fb:request-form-submit />
</fb:request-form>
</div>

.
 
Hola los invitamos a un espectacular Cafe Concert solidario organizado por la generación 2005. El dia viernes 19 de Octubre, a las 20:30 hrs, en la cafeta de la Casa Central PUCV. Habrá muy buena música, un excelente ambiente, geniales precios de comestibles y bebestibles, y un sin fin de sorpresas. Los esperamos!!!

:P
 
<quote>GWB is a great man, a GREAT man. When we go back threw hisotry in a thousand years it'll be Newton, Einsten, PLato, Reagun and BUSH. A great man</quote>

qft.
 
So heres the story, 3 years ago I fell in love with a girl who had a boyfriend and if im right it's GAFFER Burger
 
"Last time, you asked me, if it was my choice, would I do it? Having considerable time to ponder your query, my answer has not changed."
 
Once there was this brave and hard-working Chinese man, he worked all day long in the ricefields to support his kids and wife. One day he decided to call it quits and went on an epic mission to post on the internet. He whored out his wife for years to gather enough money to buy a computer with an internet connection. Meanwhile he let the kids work on the ricefields for additional cash. After 4 years the big day had arrived. The Chinese man had enough money to buy a computer. But he didn't have enough to pay for a fast connection, and since he hated the piss out of 56k connections, he sold his children's organs to the organ maffia and got himself a sweet broadband connection, in the middle of the fucking mountains. And the rest is internet history...
 
Code:
        public String getAttribute(String attribute){
		Integer codeInt = (Integer)code;
		String URI = codeInt.toString(); 
		NodeList res = ProgramData.productsRoot.getElementsByTagNameNS(URI, "Product");
		return DOMUtil.getSimpleElementText((Element)res.item(0), attribute);
	}
	
	public void setAttribute(String attribute, String text){
		Integer codeInt = (Integer)code;
		String URI = codeInt.toString(); 
		NodeList res = ProgramData.productsRoot.getElementsByTagNameNS(URI, "Product");
		Element item = (Element)res.item(0);
		NodeList res2 = item.getElementsByTagName(attribute);
		Element attr = (Element)res2.item(0);
		attr.setTextContent(text);
	}

(Woah, code tags work :p)
 
aaactores.gif
 
Status
Not open for further replies.
Top Bottom