آرشیو برای ماه : ژوئن, 2009
21:39 دوشنبه، 29 ژوئن 09
در جایی که
حتی تصور بوسیده شدن هم قدغن است
jack-in-the-box را هم اگر بگذاری بزرگ شود
درونگرا میشود.
23:56 پنجشنبه، 25 ژوئن 09
□
□
07:14 چهار شنبه، 24 ژوئن 09
I call you with an Spanish name Ma’am, so it’ll guarantee your unpredictability for a while — say, till I finish my French and buy the soonest ticket for Valladolid.
P.S. A friendly reminder: Every man has deep and narrow holes, made from his past. Any excavation on such holes of a man is, emmm, not so prohibited at all, but may lead to being abandoned like a hole-ful woman. Sorry Ma’am.
P.S. I used to be a man, since I ran out of space for my boyish collections.
23:56 دوشنبه، 22 ژوئن 09
Fucking with past leads to the birth of an orphan named reminiscence. This’s the crazy beginning of every morning — what you have to fight with till night. This is the crazy begging of every dream — what you have to fight with till the morning.
Troy is burning tonight. Sorry ma’am — I am not a firefighter. And so, there’s no room for any “You” in this empty room any longer. Sorry ma’am. I have to go with the train of life right now. I am not interested in running after it again. I am not a firefighter. Sorry ma’am.
Troy is burning tonight ma’am. You see even my French books are in, but, didn’t I tell you?! I am not a firefighter. Well, I shall admit that it’s not enough justice that the guy named Destiny can start the fire only and is unable to rescue victims. My name starts with A, has D in the middle, and ends with N.
Anthony runs now. So does all the other residents. But for me, the fire is nothing more than a dance of yellow and red as long as I don’t remeber anything.
What is your name, ma’am?
23:21 پنجشنبه، 18 ژوئن 09
19:46 پنجشنبه، 18 ژوئن 09
18:56 پنجشنبه، 18 ژوئن 09
Thanks GreaseMonkey, RegEx, DOM, stackoverflow.com, Firefox, Notepad++, code2html and other happy mates of mine, without whom this work would never have come to fruition!
1 // ==UserScript==
2 // @name DecryptQCD
3 // @namespace QCD
4 // @author Aideen N
5 // @include http://blog.horm.org/*
6 // ==/UserScript==
7
8 unsafeWindow.alphabet =
9 "thequickbrownfoxjumpsoverthelazydog";
10
11 function decodeThis(r) {
12 var len = r.length;
13 var s = ""; var t = "";
14 var k = 0; var j = 0;
15 for(var i=0; i+k<len; i++) {
16 /* ... DECRYPTION
17 ... OPERATIONS
18 ... R IN THESE
19 ... 4 LINES! */
20 s += String.fromCharCode(j);
21 }
22 s = nl2br(s);
23 return s;
24 }
25
26 function dg(x)
27 { return document.getElementById(x); }
28 function deescape(x)
29 { return x.replace(/</g,'<')
30 .replace(/>/g,'>')
31 .replace(/&/g,'&'); }
32 function nl2br(x)
33 { return x.replace(/n/g,'<br />'); }
34
35 var divs = document.getElementsByTagName('div');
36 for (var i=0;i<divs.length;i++)
37 if (divs[i].getAttribute('class') == 'qcd')
38 divs[i].innerHTML =
39 decodeThis(deescape(divs[i].innerHTML));
11:51 پنجشنبه، 18 ژوئن 09
01:07 سه شنبه، 16 ژوئن 09
And if that mockingbird don’t sing and that ring don’t shine
I’ma break that birdie’s neck, I’ll go back to the jeweler
Who sold it to ya
And make him eat every carat
Don’t fuck with Dad (ha ha)
somehow,
is a real legal guy, a regular guy;
and nothing more, and nothing less.
©2004 - 2021 blog.horm.org