When I see your smile
Tears run down my face I can’t replace
And now that I’m strong I have figured out
How this world turns cold and it breaks through my soul
And I know I’ll find deep inside me I can be the one
I will never let you fall
I’ll stand up with you forever
I’ll be there for you through it all
Even if saving you sends me to heaven
It’s okay. It’s okay. It’s okay.
Seasons are changing
And waves are crashing
And stars are falling all for us
Days grow longer and nights grow shorter
I can show you I’ll be the one
I will never let you fall (let you fall)
I’ll stand up with you forever
I’ll be there for you through it all (through it all)
Even if saving you sends me to heaven
Cuz you’re my, you’re my, my, my true love, my whole heart
Please don’t throw that away
Cuz I’m here for you
Please don’t walk away and
Please tell me you’ll stay woah, stay woah
Use me as you will
Pull my strings just for a thrill
And I know I’ll be okay
Though my skies are turning gray
I will never let you fall
I’ll stand up with you forever
I’ll be there for you through it all
Even if saving you sends me to heaven
[to fade]
Martes, Pebrero 28, 2012
Your Guardian Angel – The Red Jumpsuit Apparatus
Ipinaskil ni zasselvillareal sa 10:12 PM 0 (mga) komento
Biyernes, Pebrero 10, 2012
pontevedra national high school :)If there were no schools to take the children away from home part of the time, the insane asylums would be filled with mothers.Being a child at home alone in the summer is a high-risk occupation. If you call your mother at work thirteen times an hour, she can hurt you. Labor Day is a glorious holiday because your child will be going back to school the next day. It would have been called Independence Day, but that name was already taken. The whole purpose of education is to turn mirrors into windows. You send your child to the schoolmaster, but 'tis the schoolboys who educate him. Holidays are enticing only for the first week or so. After that, it is no longer such a novelty to rise late and have little to do. The simplest schoolboy is now familiar with truths for which Archimedes would have given his life. Souvenirs d'enfance et de jeunesse, 1883Education is not preparation for life; education is life itself.The object of education is to prepare the young to educate themselves throughout their lives.
Ipinaskil ni zasselvillareal sa 5:53 PM 0 (mga) komento
Ipinaskil ni zasselvillareal sa 5:42 PM 0 (mga) komento
Education is not preparation for life; education is life itself. The object of education is to prepare the young to educate themselves throughout their lives. As long as there are tests, there will be prayer in schools. pontevedranhs:)
I like a teacher who gives you something to take home to think about besides homework. "Edith Ann"The best teachers teach from the heart, not from the book. Often, when I am reading a good book, I stop and thank my teacher. That is, I used to, until she got an unlisted number. There are three good reasons to be a teacher - June, July, and August. The larger the island of knowledge, the longer the shoreline of wonder.
Ipinaskil ni zasselvillareal sa 5:34 PM 0 (mga) komento
pontevedra national high school My mother said I must always be intolerant of ignorance but understanding of illiteracy. That some people, unable to go to school, were more educated and more intelligent than college professors.
eathian
Ipinaskil ni zasselvillareal sa 5:32 PM 0 (mga) komento
Lunes, Pebrero 6, 2012
PONTEVEDRA NATIONAL HIGH SCHOOL.Education is what remains after one has forgotten what one has learned in school.Friendship... is not something you learn in school. But if you haven't learned the meaning of friendship, you really haven't learned anything.
Ipinaskil ni zasselvillareal sa 8:46 PM 0 (mga) komento
Martes, Enero 17, 2012
I knew I wouldn’t forget you
And so I went and let you blow my mind
Your sweet moving
The smell of you in every single dream I dream
I knew when we collided you’re the one I have decided
Who’s one of my kind
The way you move ain’t fair you know
Hey soul sister, I don’t wanna miss a single thing you do tonight
You gave my life direction
A game show love connection, we can’t deny
I’m so obsessed
My heart is bound to beat right out my untrimmed chest
I believe in you, like a virgin, you’re Madonna
And I’m always gonna wanna blow your mind
The way you move ain’t fair you know
Hey soul sister, I don’t wanna miss a single thing you do tonight
Watching you is the only drug I need
So gangster, I’m so thug
You’re the only one I’m dreaming of
You see I can be myself now finally
In fact there’s nothing I cant be
I want the world to see you’ll be with me
The way you move ain’t fair you know
Hey soul sister, I don’t wanna miss a single thing you do tonight
Hey soul sister, I don’t wanna miss a single thing you do tonight
Heeey heeeey heeeeey (tonight)
Heeey heeeey heeeeey (tonight)
Listen to Songs: http://videokeman.com/train/hey-soul-sister-train/#ixzz1jn4TZjmO
Ipinaskil ni zasselvillareal sa 10:55 PM 0 (mga) komento
Linggo, Enero 15, 2012
import java.util.Scanner;
public class answer
{
public static void main(String[] args)
{
String ans;
int subject;
Scanner number = new Scanner (System.in);
System.out.println("SELECT FROM THE SUBJECT BELOW: ");
System.out.println("\n========================= ");
System.out.println(" [1] - MATH");
System.out.println(" [2]- FILIPINO");
System.out.println(" [3] - SCIENCE");
System.out.println(" [4] - PROGRAMMING");
System.out.println("========================= ");
System.out.println("\n\n\nENTER YOUR SELECT SELECTION: ");
subject = number.nextInt();
if(subject == 1)
{
System.out.println("\n[1] - MATH");
System.out.println("YOU CHOOSE MATH");
System.out.println("WHAT IS THE SUM OF 10 * 5");
System.out.println("ENTER ANSWER HERE:");
ans = number.next();
if(ans.equals("50"))
{
System.out.println("your correct!!!");
}
else
{
System.out.println("your are wrong!!!");
}
}
else if(subject == 2)
{
System.out.println("\n[1] - FILIPINO");
System.out.println("YOU CHOOSE FILIPINO");
System.out.println("The reason why was jose rizal shot to death?");
System.out.println("ENTER ANSWER HERE:");
ans = number.next();
if(ans.equals("cardiac arrest..."))
{
System.out.println("your correct!!!");
}
else
{
System.out.println("your are wrong!!!");
}
}
else if(subject == 3)
{
System.out.println("\n[1] - SCIENCE");
System.out.println("YOU CHOOSE SCIENCE");
System.out.println("THE STUDY OF LIFE.");
System.out.println("ENTER ANSWER HERE:");
ans = number.next();
if(ans.equals("biology"))
{
System.out.println("your correct!!!");
}
else
{
System.out.println("your are wrong!!!");
}
}
else if(subject == 4)
{
System.out.println("\n[1] - PROGRAMMING");
System.out.println("YOU CHOOSE PROGRAMMING");
System.out.println("collection of information that is organized so that it can easily be accessed, managed, and updated..");
System.out.println("ENTER ANSWER HERE:");
ans = number.next();
if(ans.equals("Database"))
{
System.out.println("your correct!!!");
}
else
{
System.out.println("your are wrong!!!");
}
}
else
{
System.out.println("\nINVALID ENTRY");
}
}
}
Ipinaskil ni zasselvillareal sa 10:48 PM 0 (mga) komento