Saturday, 26. September 2009, 15:31:12
MONOTONY
Another day...to tell thou the true, i realy dont know what a day is; A modular time space that has a limit and start again whe this limit appears, what kind of sentence do we live???, we are sentence to monotony, to do the same;All this shit makes me remind the Dante's hell, we are sentence to carry a stone up to a mountain for let it go again to floor for start again and again, we are sentence to stupidly repetitive but, before and beyond that, we have our own "Minos" that clasify each of us and the reason of live our reality. Another day in wich i woke up early in the morning and in wich i heard the sound of the cock, all of this because someone thougth that we must rest when the moon lay down in the starry sky and we must work when the sun accompany this side of the earth; All of this because someone saids that an animal like the cock must be the universal alarm clock.
After of took a little human time that i am not going to explain here i went out to my regular job, an action that i dont like to do for satisfy a "Minos" protected that does the same thing, in his own context, than me. An action that im bound to do for a Quid pro quo service sometimes social, sometimes economic, sometimes just for try to not think and that is the way i go far away the big question, i live in this stupidly monotony reality but i really dont want to think about it, i got a little hope, what a magical word!, the hope of break this monotony; Kill somebody for the natural desire of blood, realise my young fantacies, maybe climb and own inside the society.
I do not want to do more details of this..I walk away job and the only thing i find up is the service quid pro quo that i told thee that is avaliable in society "Bread and circus to the people" i would say "Alcohol, drugs, sex and sports to the people" that is the way that they use to keep the ideas out of the people, that is the way we dont modify the social and population pyramid and the way that they use to keep us far away the reality; I just want to told thou that it works perfectly im going to ask for a whorehouse, im going to fuck a lot of girls and im going to faint because of the drugs and alcohol, all of this just for do it again the next day.
Tuesday, 22. September 2009, 21:14:02
Im becoming a type of human that i used to hate......i dont want to be involved in all this fucking drama, i dont like that shit!!!!!!!!!!!
This is so stupid...

, I DONT WANT MORE OF THIS, i love my life in the way it was, without getting involve anybody, without carrying someone else problems....without problems with anyone

..
I love myself been a geek :'(
AHHHHHHHHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Tuesday, 15. September 2009, 22:55:50
Hi everyone reading this shit

....
I just want to excuse myself beacause of my dissapearing, i cant spend the same time inb my opera than before, but i promise often posts for let know you im alive

.....
I really have anything to tell you, but im in my last 2 months of school, just at a step for hoing college to study math, I LOVE MATH's

...i can tell you about my heart realtionship, it is going very well

, i can tell you about hacking( I feel Im really sucking in this part of my life

).........I dont know what other aspects of my life, so ask me if you want to know...See you dears....
Thursday, 10. September 2009, 20:35:24
Im in my finals at school..Im just so tired

...actually i have slept like 5 hours since tuesday

So please Bao dont be sad with be

and talk to me what about you this time

.....
I love thee Juli

Jejjeje no more dedications, see you in the pandemonium
Sunday, 23. August 2009, 17:17:19
Juliet drank a magically poison for spend the rest of her life with romeo, But Romeo thought she was dead so he killed himself....
Thats what is happening with us?, what are you trying to do, im hurt enought for suicide, but im smart enought of knowing that suicide is not the answer...Im smart enought for knowing that i hurt you, but im man enought for beg pardon to thee..I really love thee

......I dont want you to suffer even more, im trying to understand this shit but i am to stupid for this fucken things

....Please help me! i dont want to miss thee!!!!!!!
I love thee, with all my heart and i know thou love me....Live with me forever hunny
Sunday, 23. August 2009, 09:46:04
I cant think, i cant breath, i cant calm down, i cant look in present all i want is past....

Die is a very cheap price i need to pay for the most expensive life in Universe....
Say i love thou and i want thou back again...
Please!!!!
Tuesday, 18. August 2009, 23:37:47
6 hours for midnight..Midnight is fine, it joins all of this 6 months by your side darling....
I love you my dear, i want to spend all y life, all my intelligence, all of myself for you.....I want to live for ever with you....
I LOVE you!!!!...6 months is just the 14% aprox of my life. matematically but emotionally is all my fucking life...
Thursday, 13. August 2009, 21:22:43
Hoy fue un dia de mierda......
Nada me cuadro, hoy vi reflejado todo lo que es la sociedad en una charla, somos una mierda.. Y nos fascina serlo....
Amarillismo,Fetichisimo,Vulgaridad...Es lo unico que nos rige en comunicacion.
Asi creen que que todo le entra a todo el mundo, tratando de meterselo a la fuerza y con imagenes y palabras despectivas..
Pero bueno lo que en verdad me puso mal es ver como la humanidad es. El hecho de ser humano es malo, pero a la vez es bastante interesante y divertido....
Aparte como odiar toda la humanidad si la tuya me saca del odio?..
Lo que haces, lo que eres...Por lo que eres

.....
TE AMO!
Friday, 7. August 2009, 21:50:43
Bueno toy enb una reunión familiar

Vi el Blog de Clérigo

...Así que hice un par de WarmUps de Maratón---ahí lo publico
http://www.acis.org.co/fileadmin/Maraton_2006/ProblemasWarmup.pdfimport java.io.*;
import java.util.*;
public class Kitty{
public static void main(String args[]) throws IOException{
BufferedReader lector = new BufferedReader(new FileReader("epa.in"));
String tmp = "";
while(Ver(tmp = lector.readLine()))
System.out.println(Hac(new StringTokenizer(tmp)));
}
public static boolean Ver(String a){
return (new StringTokenizer(a).countTokens()>1);
}
public static String Hac(StringTokenizer a){
String epa = a.nextToken();
int vec = Integer.parseInt(a.nextToken());
for(int n = 1;n<vec;n++)
epa+=epa;
String res="";
for(int n =0;n<(epa.length()/vec);n++){
res+=epa+"\n";
epa=epa.substring(1,epa.length())+epa.charAt(0);
}
return res;
}
}
y
import java.io.*;
import java.util.*;
public class bcomp{
public static void main(String args[]) throws IOException{
BufferedReader lector = new BufferedReader(new FileReader("epa.in"));
String tmp = "";
while((tmp = lector.readLine())!=null)
System.out.println(Bas(tmp));
}
public static String Bas(String a){
StringTokenizer b = new StringTokenizer(a);
int num[] = new int[2];
int po = 0;
while(b.hasMoreTokens())
num[po++]=Base(b.nextToken(),Integer.parseInt(b.nextToken()));
return ((num[0]!= num[1])?(num[0]>num[1])?">":"<":"=");
}
public static int Base(String a,int b){
String charset = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
int res = 0;
for(int n = a.length()-1,po = 0;n>-1;n--,po++)
res+=charset.indexOf(a.charAt(n))*(Math.pow(b,po));
return res;
}
}
Me dió pereza hacer que saliera a otro archivo..sale por stdout

Saludos!
Sunday, 2. August 2009, 18:08:23
Te Amo!
Showing posts 11 -
20 of 92.