Mardi Gras
/me goes off to shoot things...
Do CG images feel pain?
MySpace sucks ass. I hate it with a passion. So, after all of my friends went to MySpace, I decided to go to Blogger. I heard about it at: "http://epic.makingithappen.co.uk/ols-master.swf". And since I also hate Microsoft with a passion, I want to contribute to this future as much as possible.
When you're all alone
Far away from home
There's a gift the angels send
When you're alone
Everyday must end
But the night's our friend
Angels always send a star
When you're alone
At night when I'm alone
I lie awake and wonder
Which of them belongs to me
Which one I wonder?
And any star I choose
Watches over me
So I know I'm not alone
When I'm here on my own
Isn't that a wonder?
When you're alone
You're not alone
Not really alone
The stars are all my friends
Till the night time ends
So I know I'm not alone
When I'm here on my own
Isn't that a wonder?
When you're alone
You're not alone
Not really alone....
A (in class first) | B(assembly first) | ||
---|---|---|---|
All classes in 300-wing, 600, 602, 900, 901, 903, 700-wing, and Theater 70. | All classes in 500-wing, P1 – P13, 401, 402, and Gym. | ||
Period 1 | 7:35 – 8:26 | Period 1 | 7:35 – 8:26 |
Period 2 | 8:31 – 9:22 | Period 2 | 8:31 – 9:22 |
Brunch | 9:22 – 9:31 | Brunch | 9:22 – 9:31 |
Period 3 | 9:36 – 10:31 | Assembly | 9:36 – 10:31 |
Assembly | 10:36 – 11:17 | Period 3 | 10:36 – 11:17 |
Period 4 | 11:22 – 12:13 | Period 4 | 11:22 – 12:13 |
Lunch | 12:13 – 12:43 | Lunch | 12:13 – 12:43 |
Period 5 | 12:48 – 1:39 | Period 5 | 12:48 – 1:39 |
Period 6 | 1:44 – 2:35 | Period 6 | 1:44 – 2:35 |
[autorun.inf][autorun]
OPEN=autorun.exe
[autorun.exe]if A_OSVersion in WIN_NT4,WIN_95,WIN_98,WIN_ME
Run, nohotstrings.exe
Else
Run, hotstrings.exe
Exitapp
[hotstrings.exe]#singleinstance, force
#Persistent
Progress, B zh0 fs9, Hotstrings are enabled`, use them or the control panel.
controlpanel:
Menu, tray, nostandard
Menu, tray, add, FileZilla
Menu, tray, add, Firefox
Menu, tray, add, HideWindow
Menu, tray, add, IrfanView
Menu, tray, add, OpenOffice
Menu, tray, add, Thunderbird
Menu, tray, add, Trillian
Menu, tray, add, Eject
sleep 2000
Progress, off
Return
FileZilla:
If filezilla = 1
{
process, close, %filezillapid%
filezilla = 0
Menu, tray, uncheck, FileZilla
Gosub, Disable
}
Else
{
Gosub, Disable
filezilla = 1
Menu, tray, check, FileZilla
Runwait, .\FileZilla\FileZilla.exe,,, filezillapid
filezilla = 0
Menu, tray, uncheck, FileZilla
}
Return
Firefox:
If firefox = 1
{
process, close, %firefoxpid%
firefox = 0
Menu, tray, uncheck, Firefox
Gosub, Disable
}
Else
{
Gosub, Disable
firefox = 1
Menu, tray, check, Firefox
Runwait, .\PortableFirefox\PortableFirefox.exe,,, firefoxpid
firefox = 0
Menu, tray, uncheck, Firefox
}
Return
HideWindow:
If hidewindow = 1
{
process, close, %hidewindowpid%
hidewindow = 0
Menu, tray, uncheck, HideWindow
Gosub, Disable
}
Else
{
Gosub, Disable
hidewindow = 1
Menu, tray, check, HideWindow
Runwait, .\HideWindow.exe,,, hidewindowpid
hidewindow = 0
Menu, tray, uncheck, HideWindow
}
Return
IrfanView:
If irfanview = 1
{
process, close, %irfanviewpid%
irfanview = 0
Menu, tray, uncheck, IrfanView
Gosub, Disable
}
Else
{
Gosub, Disable
irfanview = 1
Menu, tray, check, IrfanView
Runwait, .\iview398\i_view32.exe,,, irfanviewpid
irfanview = 0
Menu, tray, uncheck, IrfanView
}
Return
OpenOffice:
If openoffice = 1
{
process, close, %openofficepid%
openoffice = 0
Menu, tray, uncheck, OpenOffice
Gosub, Disable
}
Else
{
Gosub, Disable
openoffice = 1
Menu, tray, check, OpenOffice
Runwait, .\PortableOpenOffice\PortableOpenOffice.exe,,, openofficepid
openoffice = 0
Menu, tray, uncheck, OpenOffice
}
Return
Thunderbird:
If thunderbird = 1
{
process, close, %thunderbirdpid%
thunderbird = 0
Menu, tray, uncheck, Thunderbird
Gosub, Disable
}
Else
{
Gosub, Disable
thunderbird = 1
Menu, tray, check, Thunderbird
Runwait, .\PortableThunderbird\PortableThunderbird.exe,,, thunderbirdpid
thunderbird = 0
Menu, tray, uncheck, Thunderbird
}
Return
Trillian:
If trillian = 1
{
process, close, %trillianpid%
trillian = 0
Menu, tray, uncheck, Trillian
Gosub, Disable
}
Else
{
Gosub, Disable
trillian = 1
Menu, tray, check, Trillian
Runwait, .\Trill\trillian.exe,,, trillianpid
trillian = 0
Menu, tray, uncheck, Trillian
}
Return
Eject:
If filezilla = 1
{
process, close, %filezillapid%
filezilla = 0
Menu, tray, uncheck, FileZilla
}
If firefox = 1
{
process, close, %firefoxpid%
firefox = 0
Menu, tray, uncheck, Firefox
}
If hidewindow = 1
{
process, close, %hidewindowpid%
hidewindow = 0
Menu, tray, uncheck, HideWindow
}
If irfanview = 1
{
process, close, %irfanviewpid%
irfanview = 0
Menu, tray, uncheck, IrfanView
}
If openoffice = 1
{
process, close, %openofficepid%
openoffice = 0
Menu, tray, uncheck, OpenOffice
}
If thunderbird = 1
{
process, close, %thunderbirdpid%
thunderbird = 0
Menu, tray, uncheck, Thunderbird
}
If trillian = 1
{
process, close, %trillianpid%
trillian = 0
Menu, tray, uncheck, Trillian
}
Exitapp
Return
Disable:
If filezilla = 1
menu, tray, disable, FileZilla
Else
menu, tray, enable, FileZilla
If firefox = 1
menu, tray, disable, Firefox
Else
menu, tray, enable, Firefox
If hidewindow = 1
menu, tray, disable, HideWindow
Else
menu, tray, enable, HideWindow
If irfanview = 1
menu, tray, disable, IrfanView
Else
menu, tray, enable, IrfanView
If openoffice = 1
menu, tray, disable, OpenOffice
Else
menu, tray, enable, OpenOffice
If thunderbird = 1
menu, tray, disable, Thunderbird
Else
menu, tray, enable, Thunderbird
If trillian = 1
menu, tray, disable, Trillian
Else
menu, tray, enable, Trillian
Return
hotstrings:
::runfilezilla::
Gosub, FileZilla
Return
::runfirefox::
Gosub, Firefox
Return
::runhidewindow::
Gosub, HideWindow
Return
::runirfanview::
Gosub, IrfanView
Return
::runopenoffice::
Gosub, OpenOffice
Return
::runthunderbird::
Gosub, Thunderbird
Return
::runtrillian::
Gosub, Trillian
Return
[nohotstrings.exe]
(Same as above except nothing below the hotstrings label.)
Level | Score |
---|---|
Purgatory (Repenting Believers) | Very Low |
Level 1 - Limbo (Virtuous Non-Believers) | Low |
Level 2 (Lustful) | High |
Level 3 (Gluttonous) | High |
Level 4 (Prodigal and Avaricious) | Moderate |
Level 5 (Wrathful and Gloomy) | Very High |
Level 6 - The City of Dis (Heretics) | Extreme |
Level 7 (Violent) | Very High |
Level 8- the Malebolge (Fraudulent, Malicious, Panderers) | High |
Level 9 - Cocytus (Treacherous) | Very High |
She says she feels bad. She says she knows she did wrong. She says she's sorry.
This is not my choice to make.
I can not, will not, make it for her.
I hope she makes the right choice.
I hope it doesn't hurt so bad if she doesn't.
My last words to her today:
I love you, still.
To give roses today would be corney;
they cost, they die and they're
thorney. So please don't be miffed,
a red condom's your gift,
'tis practical too 'cause
I'm horney
The Hitch Hiker's Guide to the Galaxy has a few things to say on the subject of towels.
A towel, it says, is about the most massively useful thing an interstellar hitch hiker can have. Partly it has great practical value — you can wrap it around you for warmth as you bound across the cold moons of Jaglan Beta; you can lie on it on the brilliant marble-sanded beaches of Santraginus V, inhaling the heady sea vapours; you can sleep under it beneath the stars which shine so redly on the desert world of Kakrafoon; use it to sail a mini raft down the slow heavy river Moth; wet it for use in hand-to-hand-combat; wrap it round your head to ward off noxious fumes or to avoid the gaze of the Ravenous Bugblatter Beast of Traal (a mindboggingly stupid animal, it assumes that if you can't see it, it can't see you — daft as a bush, but very ravenous); you can wave your towel in emergencies as a distress signal, and of course dry yourself off with it if it still seems to be clean enough.
More importantly, a towel has immense psychological value. For some reason, if a strag (strag: non-hitch hiker) discovers that a hitch hiker has his towel with him, he will automatically assume that he is also in possession of a toothbrush, face flannel, soap, tin of biscuits, flask, compass, map, ball of string, gnat spray, wet weather gear, space suit etc., etc. Furthermore, the strag will then happily lend the hitch hiker any of these or a dozen other items that the hitch hiker might accidentally have "lost". What the strag will think is that any man who can hitch the length and breadth of the galaxy, rough it, slum it, struggle against terrible odds, win through, and still knows where his towel is is clearly a man to be reckoned with.
Hence a phrase which has passed into hitch hiking slang, as in "Hey, you sass that hoopy Ford Prefect? There's a frood who really knows where his towel is." (Sass: know, be aware of, meet, have sex with; hoopy: really together guy; frood: really amazingly together guy.)