Signý yngsta
Eyrun eldri
Sverrir elstur
:)
Af IMDB: The show is shot as a documentary, so character's swearing is bleeped out. However, the producers must find ways to obscure the mouths of the characters who are swearing so that their mouths don't have to be blurred out. This is often accomplished by cutting to a shot of another character reacting to the swearing, or by blocking the mouths with objects. Sometimes the characters resort to just covering their mouths with their hands.WTF! Hvað er að bandaríkjafólki (og þá sérstaklega FOX samsteypunni) það er ekki nógu asnalegt að *bíbba* út blótsyrðin (þó allir viti hvað verið er að segja) heldur verður líka að blurra út munninn á fólkinu þegar það blótar!!!
Episode 1-10 "Pier Pressure" (and the infamous J. Walter Weatherman) came about after FOX executives sent a note to the writers suggesting that in one of the episodes, Michael should "teach his son a nice lesson".
52,1 GB Users/Hvað er í application möppunni minni sem getur mögulega verið 9 GB að stærð? Nú þar liggur nú bara World of Warcraft í öllum sínum 4,6 Gígabætum en til viðbótar lág þar búrkvalurinn iDVD sem tók undir sig 1,5 GB! *delete* Auk þess fengu nokkur ónotuð um 30MB hvert forrit að hverfa einnig.
9,0 GB Applications/
5,6 GB Library/
2,4 GB System/
...
1,6 GB Application SupportJæja þetta er nú ekkert smá support! Og eftir að hafa skoðað aðeins dýpra þá var í þessar möppu undir "Garageband" tæpt 1,5 GB af hljóðskrám. *delete* Það sama var upp á teningnum með möppuna Audio en þar undir "Apple loops>Apple>Apple Loops for Garageband" leyndust auka 1.1 GB af hljóðskrám (sem btw er hægt að spila í endalausri lúppu.. awsome!) *delete*.. Reyndar var ég hálf ragur við að henda út prentara drævurunum þannig að þeir fengu að halda sér.. þar til næst!
1,6 GB Printers
1,1 GB Audio
400 MB Documentation
...
400 MB Users/Shared/GarageBand Demo SongsEn eftir þessa stuttu hreingerningu þá stend ég uppi með tæð 9GB laus sem ég hef verið að eyða í einhverja tóma vitleysu áður á harðadiskinum mínum. Geyma einhver forrit og skrár sem aldrei munu verða skoðaðar... Eftir standa reyndar nokkrar möppur sem ekki er hægt að henda lengur (eins og thesis mappan mín sem er tæp 3GB og 2,5 GB Tiger öryggisimage en jæja..
*** MB Users/USERNAME/Library/Caches/...
Konur - leggjum niður störfEldhresst konur.. ég viðurkenni fúslega að ég er stuðningsmaður jafnréttisbaráttunnar , hvort sem um er að ræða mismunun byggða á kyni, kynhneigð, húðlit, trú, launum, menntun o.s.frv..
Hinn 24. október næstkomandi verður kvennafrídagurinn endurvakinn, en þá eru liðin 30 ár frá kvennafríinu 1975. Konur eru hvattar til að leggja niður störf klukkan 14:08 en þá hafa þær unnið fyrir launum sínum, ef litið er til þess að atvinnutekjur kvenna eru 64,15% af atvinnutekjum karla. Samkvæmt þessu eru konur búnar að vinna fyrir sínum launum, eftir fimm tíma og átta mínútur (miðað er við vinnudag kl. 9-17). [meira]
Eureka!Gleði og hamingja, loksins.. LOKSINS eftir tæplega fimm mánaða vinnu þá römbuðum við á einhverja vísbendingu um að hugmyndin að meistaraverkefninu mínu sé ekki algjört kjaftæði.
I have found it!
-Archimedes
...if you are disappointed simply say, "It is not for me."
Do not insist on the whole ship returning to port because you feel seasick or demand that the whole house be burnt to the ground because you detest its color.
-- Kendall Payne
Ways of separating code with style
int main (int argc, char * argv[])
{
int x = 0;
int j = 0;
int a = 0;
int o = 0;
int lbs= 0;
int d = 0;
// Some cool horizontal lines
int i = + - + - + - + - + - + - + - + - + - + - + - + - + - + - a;
int n = + + + + + + + + + + + + + + + + + + + + + + + + + + + + a;
// Ahhh handles
int m = -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- a;
// Get in shape with some weights..
int k = +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+ a;
// For the fantasy people, some swords *ching*
int l = ++-- ++-- ++-- ++-- ++-- ++-- ++-- ++-- ++-- ++-- ++-- a;
int u = --++ --++ --++ --++ --++ --++ --++ --++ --++ --++ --++ a;
// The man in your computer
int p = (o)-(o) ;
int y = d ;
int z = i---i ;
// And of course the geek with the glasses
int r = (o)+(o)-j ;
int q = d ;
int w = i---i ;
// And the glasses-geek after too many beers
int s = (x)+(x)-j ;
int h = d ;
int g = i---i ;
// The BIG weights
int e = (lbs)+----+(lbs);
std::cout << e;
std::cout << x << j << a << o << lbs << d << i;
std::cout << n << m << k << l << u << p << y;
std::cout << z << r << q << w << s << h << g;
}
If God is omnipoten, and able to DO anything (not just create), can he then create a rock so heavy that even he can not lift it?
A nice little paradox in there.
If he is NOT able to create such a big rock that he can not lift it, he is not omnipotent. And if he can not lift the rock, he has the same problem, about not beaing able to do EVERYTHING.
#include "KillEveryOneButMe.h"
OSStatus KillEveryone(Boolean KillFinderToo)
{
ProcessSerialNumber nextProcessToKill = {kNoProcess, kNoProcess};
ProcessSerialNumber ourPSN;
OSStatus status;
ProcessInfoRec infoRec;
Boolean processIsFinder;
Boolean processIsUs;
Boolean specialMacOSXProcessWhichWeShouldNotKill;
Boolean finderFound = false;
GetCurrentProcess(&ourPSN);
do{
status = GetNextProcess(&nextProcessToKill);
if (status == noErr){
//First check if its us
SameProcess(&ourPSN, &nextProcessToKill, &processIsUs);
if (processIsUs == false){
infoRec.processInfoLength = sizeof(ProcessInfoRec);
infoRec.processName = NULL;
infoRec.processAppSpec = NULL;
if (GetProcessInformation(&nextProcessToKill, &infoRec) == noErr){
processIsFinder = false;
if (infoRec.processSignature == 'MACS' && infoRec.processType == 'FNDR')
processIsFinder = true;
//since this is Mac OS X we need to make sure we don't quit certain applications
specialMacOSXProcessWhichWeShouldNotKill = false;
if (infoRec.processSignature == 'lgnw' && infoRec.processType == 'APPL'){
//don't want to quit loginwindow on Mac OS X or system will logout
specialMacOSXProcessWhichWeShouldNotKill = true;
}else if (infoRec.processSignature == 'dock' && infoRec.processType == 'APPL'){
//don't want to quit Dock on Mac OS X
specialMacOSXProcessWhichWeShouldNotKill = true;
}else if (infoRec.processSignature == 'syui' && infoRec.processType == 'APPL'){
//don't want to quit the SystemUI server on Mac OS X
specialMacOSXProcessWhichWeShouldNotKill = true;
}
if ( ((processIsFinder == false) || (KillFinderToo == true))
&& (specialMacOSXProcessWhichWeShouldNotKill == false))
(void)SendQuitAppleEventToApplication(nextProcessToKill);
}
}
}
}
while (status == noErr);
} // KillEveryone
Yes | No |
Out-door activities | Sitting indoors playing a stupid computer game! |