Druk op ctrl + V, en ontdek wat je het laatst hebt gekopieërd!
How lucky I am to have something that makes saying goodbye so hard.
But I still have this faith in the truth of my dreams.
"If you don't wanna take it slow and you just wanna take me home. Baby say; yeah, yeah, yeah and let me kiss you"
Her heart was a secret garden and the walls were very high.
Cause all i need is a beauty and a beat, who can make my life complete.
"We will teach you how to make boys next door, out of assholes."
http://nl.msn.com/?pc=WLEM&ocid=bb7hp
Ha! I invent the word impossible. That's why I am the champ. Whether I like it or not.
omdat Justin Bieber met Selena Gomez heeft
"A weed is simply a flower that somebody has decided is in the wrong place." Sister Monica Joan, Call the Midwife
'Dear girls: a compliment is actually not an invitation to explain how ugly you think you are' - Lisa Cimorelli
Under Pressure
Vatican Cameos
public class Counter { private int value = 0; private int limit = 5; public void setLimit(int maximum) { limit = maximum; } public void undo() { value = 0; } public void count() { value=value+1; } public int getValue() { return value; } public void main(String[] args) { if (value < limit) { Counter c = new Counter(); System.out.println("Voor " + c.getValue()); c.count(); c.count(); c.count(); System.out.println("Na " + c.getValue()); } else { System.out.println("Limit exceeded" ); } } }
[ bericht aangepast op 16 nov 2012 - 16:20 ]
Birds born in a cage think flying is an illness.