PDA

View Full Version : CTRL + V : Vediamo che avete negli appunti ;-)


Pagine : [1] 2 3

smeg47
07-11-2006, 15:18
E' un giochetto già fatto ...... vediamo che viene fuori (mi raccomando non barate)

io ho questo

CPT106 , 107 and BH 101,106

linuxianoxcaso
07-11-2006, 15:20
E' un giochetto già fatto ...... vediamo che viene fuori (mi raccomando non barate)

io ho questo

CPT106 , 107 and BH 101,106

ehm io ho questo :stordita: :

lady angellyca


:sbav:

^free^
07-11-2006, 15:22
ho una selezione di autocad :mbe:

MILANOgirl
07-11-2006, 15:22
non ho capito :fagiano:

Stigmata
07-11-2006, 15:22
http://static.flickr.com/64/155617488_408cc926e4.jpg

dal thread delle cover più belle, in musica :D

mnoga
07-11-2006, 15:23
http://www.youtube.com/watch?v=NeoPcEIypwA&eurl=

linuxianoxcaso
07-11-2006, 15:25
non ho capito :fagiano:

praticamente devi postare (click dx--> incolla :O ) quello che hai negli appunti in questo momento :O ;)



per te :flower:

DjConti
07-11-2006, 15:27
ehm ho appena riavviato il pc...
non ho niente!

sinergine
07-11-2006, 15:28
Ecco:

RANICA

G-DannY
07-11-2006, 15:31
Io ho un applicativo Access in .mdb da 457mb... Che faccio lo incollo? :sofico:

igiolo
07-11-2006, 15:33
PP3008663
Commessa takado iran termoretrazione..:D
Ci avevo pensato anche io..:D

flyawayrm
07-11-2006, 15:34
Unausgewogener Ganzjahresreifen, relativ gut auf trockener und nasser Fahrbahn, aber deutliche Schwächen auf Schnee, was zur Abwertung führt

:.Blizzard.:
07-11-2006, 15:34
http://docs.mandragor.org/files/Common_libs_documentation/allegro/


:eek: :D

flyawayrm
07-11-2006, 15:35
PP3008663
Commessa takado iran termoretrazione..:D
Ci avevo pensato anche io..:D

hai appena inserito un annuncio su un noto sito di inserzioni online?

Paganetor
07-11-2006, 15:35
molveno

:fagiano:

The Bear
07-11-2006, 15:35
La base x il mio prossimo schizzo:

http://img370.imageshack.us/img370/3976/senzatitolo1ca6.th.jpg (http://img370.imageshack.us/my.php?image=senzatitolo1ca6.jpg)

Deppe
07-11-2006, 15:36
fred perry

X-ICEMAN
07-11-2006, 15:38
http://64.78.2.172/events/bmo/interactive2006/images/Xbox%20Peter%20Moore%20BMO%20keynote/s018.jpg

wiltord
07-11-2006, 15:42
[/url]


che nerd :asd:

Pajuco
07-11-2006, 15:44
background-color: #d5cabc; :fagiano:

sparagnino
07-11-2006, 15:47
forum.hwupgrade.it

SaintTDI
07-11-2006, 15:49
ehhhh si lavora si lavora :D

ovviamente non è PHP :)

function Script_Finish ()
{
var Esito="";
var FruitId;
var AccountNumber;
var AmbienteServ;
var Company;
var TipoContratto;
var CreditLimit;
var PacchettoId;
var TipoServ;
var TipoSC;
var MatrId;
var NumMatr;
var Status;
var CodiceParte;
var ServId;
var AltriHD = GetParameter("AltriHD");
var Matricola = GetParameter("Matricola");
var NewStatoMatr = GetParameter("NewStatoMatricola");

//Setto gli User Parameter relativi al Contratto
var BOOrder=TheApplication().GetBusObject("Order Entry");
var BCServ=BOOrder.GetBusComp("Order Entry - Line Items");
var BCOrder=BOOrder.GetBusComp("Order Entry - Orders");
var BCRichMag = BOOrder.GetBusComp("Richieste Magazzino SKY");
var BCAsset = BOOrder.GetBusComp("Asset Mgmt - Asset");

if (AltriHD == 'Y')
{
BCAsset.SetViewMode(AllView);
BCAsset.ClearToQuery();
BCAsset.ActivateField("Status");
BCAsset.ActivateField("Assegnato Cliente Flag");
BCAsset.SetSearchSpec("Asset Number", Matricola);
BCAsset.ExecuteQuery(ForwardOnly);

if (BCAsset.FirstRecord())
{
BCAsset.SetFieldValue("Owner Account Id","");
BCAsset.SetFieldValue("Status","NewStatoMatr");
BCAsset.SetFieldValue("Assegnato Cliente Flag","");

BCAsset.WriteRecord();
}
}
else
{
BCOrder.SetViewMode(AllView);
BCOrder.ClearToQuery();
BCOrder.ActivateField("Account Id");
BCOrder.ActivateField("Order Number");
BCOrder.ActivateField("Ambiente Servizio SKY");
BCOrder.ActivateField("Company SKY");
BCOrder.ActivateField("Tipo Contratto SKY");
BCOrder.SetSearchSpec("Id", GetParameter("OrderId"));
BCOrder.ExecuteQuery(ForwardOnly);

if (BCOrder.FirstRecord())
{
FruitId = BCOrder.GetFieldValue("Account Id");
AccountNumber = BCOrder.GetFieldValue("Order Number");
AmbienteServ = BCOrder.GetFieldValue("Ambiente Servizio SKY");
Company = BCOrder.GetFieldValue("Company SKY");
TipoContratto = BCOrder.GetFieldValue("Tipo Contratto SKY");
}

BCServ.SetViewMode(AllView);
BCServ.ClearToQuery();
BCServ.ActivateField("Parent Credit Limit SKY");
BCServ.ActivateField("Parent Order Item Id");
BCServ.ActivateField("Product Type Code");
BCServ.ActivateField("Integration Id SKY");
BCServ.ActivateField("Asset Id");
BCServ.ActivateField("Asset Number");
BCServ.ActivateField("Status");

BCServ.SetSearchSpec("Id", GetParameter("RowIdSMC"));
BCServ.ExecuteQuery(ForwardOnly);
if (BCServ.FirstRecord())
{
CreditLimit = BCServ.GetFieldValue("Parent Credit Limit SKY");
PacchettoId = BCServ.GetFieldValue("Parent Order Item Id");
TipoServ = BCServ.GetFieldValue("Product Type Code");
TipoSC = BCServ.GetFieldValue("Tipo Apparato SKY");
MatrId =BCServ.GetFieldValue("Asset Id");
NumMatr = BCServ.GetFieldValue("Asset Number");
Status = BCServ.GetFieldValue("Status");
CodiceParte = BCServ.GetFieldValue("Codice Parte SKY");
ServId = BCServ.GetFieldValue("Id");
}

var Corp = fTrovaHIGH("AMBIENTE_SERVIZIO_SKY", AmbienteServ);
var LOGIN = TheApplication().LoginName();

//Verifico se il codice parte è un codice vecchio e quindi da modificare
var BOLov=TheApplication().GetBusObject("List Of Values");
var BCLov=BOLov.GetBusComp("List Of Values");

BCLov.SetViewMode(AllView);
BCLov.ClearToQuery();
BCLov.ActivateField("Class Code");
BCLov.SetSearchSpec("Type", "CODICI_PARTE_DA_SBIANCARE_SKY");
BCLov.SetSearchSpec("Value", CodiceParte);
BCLov.ExecuteQuery();

if(BCLov.FirstRecord())
{
CodiceParte = BCLov.GetFieldValue("Class Code");
}

BCLov=null;
BOLov=null;

//Richiamo la Business Service di gestione Asset
var BS=TheApplication().GetService("Asset Management Business Service SKY");
var Inputs=TheApplication().NewPropertySet();
var Outputs=TheApplication().NewPropertySet();

//DEFINISCO INPUTS
Inputs.SetProperty("FruitoreId",FruitId );
Inputs.SetProperty("ServizioId",ServId );
Inputs.SetProperty("PacchettoId",PacchettoId);
Inputs.SetProperty("MatricolaId",MatrId);
Inputs.SetProperty("ContrattoId",GetParameter("OrderId"));
Inputs.SetProperty("SendToCAIFFlag","Y");
Inputs.SetProperty("SendToArborFlag","Y");
Inputs.SetProperty("NewStatoMatr",NewStatoMatr);
Inputs.SetProperty("TipoServ",TipoServ);
Inputs.SetProperty("TipoSC",TipoSC);
Inputs.SetProperty("LOGIN",LOGIN);
Inputs.SetProperty("NumMatr",NumMatr);
Inputs.SetProperty("CORP",Corp);
Inputs.SetProperty("DataApertura", SysDate );
Inputs.SetProperty("Company",Company);
Inputs.SetProperty("AccountNumber",AccountNumber );
Inputs.SetProperty("TipoContratto",TipoContratto );
Inputs.SetProperty("Status",Status);

//Invoko il metodo per disassociare la matricola
BS.InvokeMethod("DisassociaMatricola", Inputs, Outputs)

//Verifca correttta esecuzione
var esito = Outputs.GetProperty("esito");

if(esito != OK)
{
//estraggo errore ed esco
var Exit = Outputs.GetProperty("DescErr");
TheApplication().RaiseErrorText("Errore nella disassociazione: " + Exit);
}
else
{
//Chiamata alla funzione inserimento penale
if(GetParameter("NumPenale")!="NESSUNA")
{
var EsitoInserimento = InserimentoPenale(PacchettoId);
Esito = EsitoInserimento.desc;
}

//Creo il nuovo record della richiesta a magazzino
BCRichMag.NewRecord(NewAfter)

//Setto anche il Tipo Apparato (E' uguale a quello nel campo Description)
BCRichMag.SetFieldValue("Tipo Apparato SKY", TipoSC);

BCRichMag.SetFieldValue("Codice Parte SKY",CodiceParte);
BCRichMag.SetFieldValue("Progressivo Magazzino SKY",GetParameter("ProgressivoMag"));
BCRichMag.SetFieldValue("Stato Richiesta SKY",valRichDaRich);
BCRichMag.SetFieldValue("Integration Id Servizio SKY",BCServ.GetFieldValue("Integration Id SKY"));
BCRichMag.SetFieldValue("Motivo Richiesta SKY",GetParameter("MotivoRichiesta"));
BCRichMag.WriteRecord();

var bsInterfacceQuery = TheApplication().GetService("SIL FS Logistica Business Service SKY");
var oInput = TheApplication().NewPropertySet();
var oOutput = TheApplication().NewPropertySet();

oInput.SetProperty("AccountNumber",AccountNumber);
oInput.SetProperty("CheckOnlyFlg", "N");
oInput.SetProperty("TipoRichiesta", "M");

bsInterfacceQuery.InvokeMethod("nuovoOrdineApprovvigionamento", oInput, oOutput);

BCServ = null;
BCRichMag = null;
BCServ = null;
BOOrder = null;
bsInterfacceQuery=null;
oInput=null;
oOutput=null;
}
}//Fine Else AltriHD

var BO=TheApplication().GetBusObject("Service Request")
var BC=BO.GetBusComp("Service Request")
var BCActivity=BO.GetBusComp("Activity Plan Action")

BCActivity.SetViewMode(AllView)
BCActivity.ClearToQuery()
BCActivity.ActivateField("Comment")
BCActivity.SetSearchSpec ("Id", TheApplication().GetSharedGlobal("gActivityId"))
BCActivity.ExecuteQuery()
BCActivity.SetFieldValue("Status",TheApplication().InvokeMethod("LookupValue","STATO_ACTIVITY_SKY","CHIUSA"))
BCActivity.SetFieldValue("Comment", Esito)
BCActivity.WriteRecord()

//Vado alla View delle SR
var BS = TheApplication().GetService("Service Request MNG Business Service SKY")
var Inputs= TheApplication().NewPropertySet()
var Outputs= TheApplication().NewPropertySet()
BS.InvokeMethod("GoBack", Inputs, Outputs)

BS=null;
BC=null;
BCActivity=null;
BO=null;
Inputs=null;
Outputs=null;
}

[xMRKx]
07-11-2006, 15:50
Alla cortese attenzione dell’ Ufficio Tecnico e dell’ Ufficio Acquisti

kaich
07-11-2006, 15:51
http://www.hwupgrade.it/forum/showthread.php?t=1083880&goto=lastpost

deggungombo
07-11-2006, 15:51
che figata sto 3d :D .....allora ...vediamo :O


Per ragioni di compattezza adottiamo le seguenti notazioni
\begin{equation}
\begin{split}
&R_{\hat{x}}(\pi/2)=X \qquad R_{\hat{x}}(-\pi/2)=\bar{X}\\
&R_{\hat{y}}(\pi/2)=Y \qquad R_{\hat{y}}(-\pi/2)=\bar{Y}\\
&R_{\hat{z}}(\pi/2)=Z \qquad R_{\hat{z}}(-\pi/2)=\bar{Z}
\end{split}
\end{equation}
in questo modo l'eq. \eqref{ax17} può essere riscritta
\begin{equation}
R_{\hat{z}}(\theta)=X R_{\hat{y}}(\theta)\bar{X}=Y R_{\hat{x}}(-\theta) \bar{Y}
\end{equation}


:D

latex... gh gh :stordita:

CS25
07-11-2006, 15:52
Tie'


ANAG 07.11.2006 ANTP0010
PROCEDURE DI GESTIONE CLIENTE
GESTIONE ANAGRAFICA LISTE PER CLIENTE
01 - Inserimento anagrafica cliente 20 - Preventivi in vigore
02 - Variazione anagrafica cliente 21 - Preventivi cancellati
03 - Inserimento dati cliente di ag. 22 - Portafoglio in vigore
04 - Variazione dati cliente di ag. 23 - Portafoglio storico
06 - Allineamento portafogli (vig.) 25 - Rate arretrate
07 - Allineamento portafogli (canc.) 26 - Rate incassate
08 - Situazione cliente 28 - Sinistri aperti

INTERROGAZIONE ANAGRAFICA STAMPE
10 - Anagrafica 30 - Menu' di stampe
11 - Dati cliente di ag. 40 - Gestione campagne
12 - Situazione premi/sinistri 50 - Gestione proroghe
15 - Riscontro Direzione
Procedura scelta: __ Compagnia: 6 Agenzia: XXXXX

Cognome-Rag.sociale: XXXXXXX
Nome: PATRIZIO
Codice fiscale: XXXXXXXXXXXXXXXX

PF10-HELP INVIO-ELABORA PF4-ANNULLA


Viene fuori spaginata... ma meglio cosi' :D

LUVІ
07-11-2006, 15:53
L’ordigno, piazzato dentro la “sezione”

Puffo_Siffredi
07-11-2006, 15:54
4815

:boh: un codice ...

dany84
07-11-2006, 16:29
<cfset ln_delRow="Delete Rows">

un comando di Coldfusion :D

Northern Antarctica
07-11-2006, 16:34
87
0
20
550

0
341

75
0

:stordita:

ceschi
07-11-2006, 16:35
[varchar] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,

:stordita:

-Yara-
07-11-2006, 16:36
0 l'acido cloridrico 1 M

:mbe:

nonsense
07-11-2006, 16:40
http://www.lazylaces.com/

ciuketto
07-11-2006, 16:43
ttp://www.ansa.it/webimages/mida/small/1/6bf0ff97d52e32609a1eccf5c3bf9a56.jpg

Luca69
07-11-2006, 16:47
CONFIDENTIAL

CARVASIN
07-11-2006, 16:49
cat /etc/X11/xorg.conf
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/CID"
FontPath "/usr/share/fonts/X11/CID"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"


EndSection

Section "Module"
Load "dbe"
Load "bitmap"
Load "ddc"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Nvidia 6600"
Option "DPMS" "0"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
Option "XAANoOffscreenPixmaps" "true"
Option "TripleBuffer" "true"
#Option "RenderAccel" "true"
#Option "AllowGLXWithComposite" "true"
#Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-81
VertRefresh 56-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Nvidia 6600"
Monitor "Generic Monitor"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200_60" "1280x1024_60" "1152x864_60" "1024x768_60" "800x600_60" "640x480_60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
Option "BlankTime" "0"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

shingo
07-11-2006, 16:57
"BIOS NON RILEVA LA VELOCITA' DELLA VENTOLA E LA TEMPERATURA DEL CPU PARTE DAL 55°"

Richiesta di intervento via mail di un cliente...

netsky3
07-11-2006, 17:00
http://www.ilmondoinformatico.it/MReviews-op-show-rid-12.html

:fagiano:

Hakuna Matata
07-11-2006, 17:06
Fineco Cod.Ut Pass.

Edito su richiesta, ovviamente i codici erano inventati.

linuxianoxcaso
07-11-2006, 17:09
Fineco Cod.Ut xxxx Pass. xxxxx

:eekk: :eekk: :eekk: :eekk:

PeK
07-11-2006, 17:12
http://contact.ebay.it/ws/eBayISAPI.dll

lukeskywalker
07-11-2006, 17:13
http://img464.imageshack.us/img464/4699/rmclock2ny1.jpg (http://imageshack.us)

dal topic relativo a rm clock :D

Syd Barrett
07-11-2006, 17:15
http://www.atac.roma.it/

kobezzz
07-11-2006, 17:16
The Architect

CARVASIN
07-11-2006, 17:16
Fineco Cod.Ut Pass.
http://www.corrientesaldia.com.ar/fotos/20041113192.168.200.129414211483.jpg

Diccelo che scherzi su! :D

Ciao!

ilmambo
07-11-2006, 17:18
http://ca.geocities.com/danq@rogers.com/thanks-for-the-info.jpg

klarence
07-11-2006, 17:18
costante dielettrica del rame

markus_81
07-11-2006, 17:21
Nemox Milki Cappuccinatore Automatico :O

sekkia
07-11-2006, 17:24
Si non cogito beata sum vero sum mihi oportet cogitare :O :cool: :fagiano:

da una chattata su msn :)

D.O.S.
07-11-2006, 17:24
Fig. 1. Deformation of the path of mobile robot Hilare 2 towing a trailer. Each
path along the deformation process is represented by a curve of abscissa s in the
configuration space, while  represents time. In this example, the robot is on the
left, and obstacles (not represented on the picture) detected by a laser scanner
make the initial path ( = 0) in collision.

Buffus
07-11-2006, 17:25
Non guardare quello che c'è scritto sul forum ma ascolta solo il tuo amico anale.

Allora, non posso scrivere niente sul forum perchè volendo davvero si potrebbe far venire chiunque dalla Marta ma io mi sbatto solo per i miei amici e quindi persone tipo roby, mary, gio, paolo, barza si fottono... anche perchè comunque si potrebbe si farli venire, ma già far venire tutti noi è già un numero grosso per la padrona di casa.
(devo sentire Niello però che lui è un democristiano ed è un casino...)

Dopo questa prefazione piena di cumshot ti spiego velocemente.
La Marta non avrebbe nessun problema a far venire te, marchi pasta, beyo e rispettive donne, solo che il suo problema è che non vi conosce e pensa che noi stiamo invitando persone a caso.
Allora spiegatole che siete in compagnia mia da sempre il solo problema rimane quello di farvi conoscere.
Allora molto semplicemente quando vi chiderò di uscire per vedere la Marta, cercate di farlo senza problemi. Tutto qui.

Poi per spiegarti dov'è la casa, quanti siamo, dove si dorme cosa si fa se ne riparlerà.

Comunque tu che puoi parlane con Pier...

PacManZ
07-11-2006, 17:26
http://www.petitiononline.com/costidir/

Fast&Furious
07-11-2006, 17:27
se posto quello che ho adesso, credo che sarebbe spam, è l'url di un sito che offre hosting...

darkfear
07-11-2006, 17:27
Non guardare quello che c'è scritto sul forum ma ascolta solo il tuo amico anale.

Allora, non posso scrivere niente sul forum perchè volendo davvero si potrebbe far venire chiunque dalla Marta ma io mi sbatto solo per i miei amici e quindi persone tipo roby, mary, gio, paolo, barza si fottono... anche perchè comunque si potrebbe si farli venire, ma già far venire tutti noi è già un numero grosso per la padrona di casa.
(devo sentire Niello però che lui è un democristiano ed è un casino...)

Dopo questa prefazione piena di cumshot ti spiego velocemente.
La Marta non avrebbe nessun problema a far venire te, marchi pasta, beyo e rispettive donne, solo che il suo problema è che non vi conosce e pensa che noi stiamo invitando persone a caso.
Allora spiegatole che siete in compagnia mia da sempre il solo problema rimane quello di farvi conoscere.
Allora molto semplicemente quando vi chiderò di uscire per vedere la Marta, cercate di farlo senza problemi. Tutto qui.

Poi per spiegarti dov'è la casa, quanti siamo, dove si dorme cosa si fa se ne riparlerà.

Comunque tu che puoi parlane con Pier...

...diglielo con uno scappellamento a destra

GRIFONE_85
07-11-2006, 17:28
metto gli asterischi per la privacy :O


------------------------------------------------------------
COMUNE DI ASSISI (PG)


ILLUMINAZIONE PUBBLICA RELATIVA ALLA LOTTIZZAZIONE ***** TRAVERSA DI VIA ************** – S.MARIA DEGLI ANGELI (PG)





DICHIARAZIONE DI REGOLARE ESECUZIONE DEI LAVORI E CONFORMITA’ ALLE NORMATIVE VIGENTI AI SENSI DELLA LEGGE 186/68.




L’impianto in oggetto comprende n. 6 (sei) punti luce su palo conico dritto in acciaio zincato H f.t. mt. 8,00, completi di corpo illuminante G.C. ILLUMINATION AG3 100W sodio alta pressione, ottica CUT OFF, relative linee di alimentazione in cavo multipolare FG70R-4x6mmq posato in canalizzazione interrata, impianto di messa a terra con picchetti in acciaio zincato 50x50x5x1500mm per ogni palo collegati da un conduttore in corda N07V-K16GV.
Detto impianto è alimentato dalla linea di pubblica illuminazione esistente, provvista delle necessarie protezioni previste dalle normative.
Per quanto visto si dichiara che l’impianto in oggetto è stato realizzato a regola d’arte in conformità alla legge 186/68 ed alla norma CEI 64-7, sia per quanto riguarda i materiali usati che la qualità dell’installazione.

Santa Maria degli Angeli, 31/01/2005
In Fede

aLLaNoN81
07-11-2006, 17:28
Una conversazione con un utente che mi ha appena aggiunto per piagnucolare per un mio intervento cattivello... Mi sa che non posso incollarla :asd:

Pucceddu
07-11-2006, 17:29
http://www.youtube.com/watch?v=NeoPcEIypwA&eurl=

djufuk87
07-11-2006, 17:30
http://img463.imageshack.us/img463/1222/discofrenodxic9.jpg

:D

quentin
07-11-2006, 17:33
http://www.3dfxzone.it/dir/tools/directx.htm

kobane
07-11-2006, 17:33
non ho nulla... :(

trokij
07-11-2006, 17:37
Lol verrei sospeso :D

darkfear
07-11-2006, 17:42
Lol verrei sospeso :D
PvT? :oink:

wiltord
07-11-2006, 17:45
Lol verrei sospeso :D

tu prova...


:asd:

djufuk87
07-11-2006, 17:47
tu prova...


:asd:
quoto :asd:

Xalexalex
07-11-2006, 17:49
aka nulla...

Raven
07-11-2006, 17:52
The Ecstasy of Gold

Psylo
07-11-2006, 18:01
return $testo;

GianoM
07-11-2006, 18:04
http://www.ivanscalfarotto.info/main.php?id=23

:doh:

maulattu
07-11-2006, 18:40
Id: "rdf:#$SCupK1"
Command: <none>
OnCommand: <none>
Type: menu
Label: "€"

non chiedetemi che cos'è... :mc:

speeed999
07-11-2006, 18:53
Metallo Cristallo Deuterio Energia
7.668.651 5.497.535 1.191.907 4/8.681

(stavo confrontando le risorse di ogame con un amico) :D

trokij
07-11-2006, 18:56
PvT? :oink:
No non majaloso :D
tu prova...


:asd:
No ci tengo alla fedina penale :Prrr:

Valuk
07-11-2006, 19:01
cercocarta

kopetea
07-11-2006, 19:08
rpm -i mtaskbar-0.7-1mdk.i586.rpm

residuo del Terminale... :D

fabio80
07-11-2006, 19:17
Stochastic Programming

lnessuno
07-11-2006, 19:23
(niente)

wisher
07-11-2006, 19:24
gli header di una mail di spam
X-Gmail-Received: 7c11f5fa148f0a8c1e0cef0cf1fbf195887f7798
Delivered-To: mariosangiorgio@gmail.com
Received: by 10.78.183.16 with SMTP id g16cs46012huf;
Tue, 7 Nov 2006 08:53:39 -0800 (PST)
Received: by 10.67.22.14 with SMTP id z14mr9389375ugi.1162918418880;
Tue, 07 Nov 2006 08:53:38 -0800 (PST)
Return-Path: <syltomas@aroooo.com>
Received: from aroooo.com ([89.120.83.143])
by mx.google.com with SMTP id a1si6675182ugf.2006.11.07.08.53.38;
Tue, 07 Nov 2006 08:53:38 -0800 (PST)
Received-SPF: neutral (google.com: 89.120.83.143 is neither permitted nor denied by best guess record for domain of syltomas@aroooo.com)
Message-ID: <000001c7028c$be32b660$91fca8c0@owbsix>
Reply-To: "Takako Campeau" <syltomas@aroooo.com>
From: "Takako Campeau" <syltomas@aroooo.com>
To: mariosangiorgio@gmail.com
Subject: Re: new 548
Date: Tue, 7 Nov 2006 08:49:51 -0800
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0001_01C70249.B00F7660"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C70249.B00F7660
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,

PHAuuRMACY for YOU http://www.updawondkemfunda.com

=20

be secret. But you must aid us in keeping this secret secret. Look



------=_NextPart_000_0001_01C70249.B00F7660
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV><H1>PHAuuRMACY for YOU <A =
href=3D"http://www.updawondkemfunda.com">http://www.updawondkemfunda.com<=
/A></H1></DIV>
<DIV>&nbsp;</DIV>
<P>be secret. But you must aid us in keeping this secret secret. =
Look<BR></P></BODY></HTML>
------=_NextPart_000_0001_01C70249.B00F7660--

paditora
07-11-2006, 19:26
in questo momento non ho nulla

DevilMalak
07-11-2006, 19:27
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=11441880

Aleres
07-11-2006, 19:35
con|ver|sa|tó|re
s.m.
CO chi conversa, chi partecipa a una conversazione | spec., chi sa intrattenere una piacevole conversazione: ci siamo molto divertiti in sua compagnia perché è un abile c., un buon, amabile, gradevole c

Facevo lo sborone con un amica su msn.... :D :D :D

VegetaSSJ5
07-11-2006, 19:40
emerge -DNupv world

p.NiGhTmArE
07-11-2006, 19:52
404.111
1955 1956 1957
578 516 116


anni di produzione e unità costruite del raro e introvabile Unimog 404.111 passo corto :muro:
(bentornato :asd: )

VegetaSSJ5
07-11-2006, 19:58
404.111
1955 1956 1957
578 516 116


anni di produzione e unità costruite del raro e introvabile Unimog 404.111 passo corto :muro:
(bentornato :asd: )
ehilà compagno di sventura! (sospensione)
come butta?! anche tu appena riammesso stai già spammando a più non posso a quanto vedo... :asd:

Puffo_Siffredi
07-11-2006, 20:10
€ 338,61

:stordita:

alphacentaury79
07-11-2006, 20:20
BMW M3: The real driving pleasure


ecco cosa giace nei miei appunti :mbe: :mbe: e adesso???

ShadowThrone
07-11-2006, 20:21
se non riparto per la Norvegia ci vado!
e cmq.. la setlist provvisoria.

AMORPHIS
BELPHEGOR
BLACK MAJESTY
BLIND GUARDIAN
CANNIBAL CORPSE
COMMUNIC
DISILLUSION
ENSLAVED
GRAVE DIGGER
HAGGARD
HEAVEN SHALL BURN
IMMORTAL
IN FLAMES
J.B.O.
KAMPFAR
LACUNA COIL
LETZTE INSTANZ
MOONSORROW
MOONSPELL
NAPALM DEATH
NEAERA
RAGE & LINGUA MORTIS ORCHESTER
SAMAEL
SAXON
SCHANDMAUL
SONIC SYNDICATE
STORMWARRIOR (feat. GAMMA RAY's Kai Hansen)
STRATOVARIUS
THE BLACK DAHLIA MURDER
THERION
TYR
VOLBEAT


Closer
i Kampfar!!! i Kampfar!!!

Nicky
07-11-2006, 20:23
http://www.amicigg.it/curiosita/puffi/brontolone.gif

ironz
07-11-2006, 20:25
40236004XXXXXXX
un numero di carta postepay che stavo ricaricando.

D1o
07-11-2006, 20:29
http://www.nital.it/forum/uploads/1162921451/gallery_85859_6035_133736.jpg


:sofico:

maze
07-11-2006, 20:35
* (Memorie di Xehanort (Xeahanort corrisponderebbe ad Ansem);
* "The lost two" (I due perduti);
* "Keyblade War" (La guerra del Keyblade);
* "Everything is born... because of the Slumber" (Tutto è nato... a causa del Sonno).

Poi compare la schermata nera ed il trailer termina.

...ultimo spezzone di un presunto trailer di kh3... :stordita:

Snipy
07-11-2006, 20:42
Non ho niente....

p.NiGhTmArE
07-11-2006, 20:46
ehilà compagno di sventura! (sospensione)
come butta?! anche tu appena riammesso stai già spammando a più non posso a quanto vedo... :asd:

io non spammo :mc:

comunque:
http://img356.imageshack.us/img356/4639/firefoxvsoperasign5tv.png
:D

tony.www
07-11-2006, 20:57
System.out.println(s.getFirst());

*sasha ITALIA*
07-11-2006, 20:58
http://xbox360media.ign.com/xbox360/image/article/744/744356/gears-of-war-20061107034944331.jpg
http://xbox360media.ign.com/xbox360/image/article/744/744356/gears-of-war-20061107034943425.jpg
http://xbox360media.ign.com/xbox360/image/article/744/744356/gears-of-war-20061107034946815.jpg

85francy85
07-11-2006, 20:59
http://gadgets.fosfor.se/the-top-10-weirdest-usb-devices-ever/

ma con mela V :D :D :D :D :D

Solertes
07-11-2006, 21:00
Libertà di religione

Per promuovere l'insediamento di stranieri nell'emporio triestino, Maria Teresa dimostrò particolare benevolenza verso le diverse minoranze religiose alle quali concesse libertà di culto. Maria Teresa prese persino sotto "tutela e protezione" i Greci, che ricevettero terreni e soldi per la costruzione della loro Chiesa.

La politica di Maria Teresa fu continuata da Giuseppe II, che promulgò nel 1781 l'Editto di Tolleranza in tutto l'impero e concesse a tutte le religioni la libertà di culto.

La presenza di comunità religiose non cattoliche, però, risale al XIII secolo.

Ebrei:
nel corso del 1200, infatti, gli Ebrei vengono a Trieste per esercitare l'usura, e sono trattati con liberalità anche nei secoli successivi:

* nel 1414 firmano una convenzione col comune di Trieste ottenendo garanzia di sicurezza personale e libertà ci culto (tutela del riposo del sabato, cooperazione coi "becheri" per la macellazione rituale, il cimitero in via del Monte), in cambio il comune fissa al 15% gli interessi per i prestiti.

* a Trieste l'ordine dell'Imperatore Federico III, che impone agli Ebrei di portare un segno giallo, non viene mai fatto rispettare. Solo nel 1697 le famiglie ebree andarono a vivere nel ghetto, questo aveva tre porte chiuse dal tramonto all'alba e nella settimana santa era vigilato da guardie cristiane pagate dagli Ebrei.

Con Maria Teresa si riconobbe la loro importanza per l'economia della città soprattutto nel campo delle Assicurazioni, Banche e commercio, fu loro concesso di aprire una sinagoga e una scuola (la scuola ebraica è la scuola elementare più antica con funzionamento ininterrotto) ma la loro era quasi una libertà vigilata e solo con l'editto di tolleranza (1781) ottennero dignità pari alle altre comunità religiose. L'equiparazione giuridica del 1868 fa arrivare a Trieste Ebrei austriaci, Corfiati (abitanti di Corfù) e Askenarim.

Dal 1800 Trieste diventa porto d'imbarco degli Ebrei verso l'America prima e in seguito verso Israele tanto da essere chiamata "Porta di Sion".

Nel 1938 con i Decreti razziali firmati dal Re d'Italia, gli Ebrei sono privati della cittadinanza italiana, diventano apolidi e sono privati di incarichi pubblici, vengono confiscate le loro proprietà: Il Piccolo, la raffineria Aquila, oleifici e conservifici. In seguito molti furono deportati per finire nella camera a gas (Risiera di San Sabba), ma molti si salvarono trovando ospitalità presso famiglie italiane.
Evangelici luterani:
la prima comunità si forma a Trieste dopo il 1719 con la proclamazione del Porto Franco. L'atto di Costituzione e lo Statuto della Libertà sono del 1778; dapprima acquistarono la Chiesa del Rosario, poi, venduto questo al Comune, costruirono la Chiesa Neo-Gotica in Largo Panfili.

Anglicani: sono presenti a Trieste dal 1600 ma vengono riconosciuti ufficialmente nel 1821. Essi sono pochi e hanno ceduto la loro chiesa , (in via San Michele), al Comune per manifestazioni culturali, durante il periodo del Governo Militare Alleato (1945-1954).
Cristiani - ortodossi:
a Trieste sono presenti due comunità che si ritrovano nelle due chiese:

* la Greco-Ortodossa in Via S. Nicolò
* la Serbo- Ortodossa in Via S. Spiridione.

Le Comunità risalgono alla prima metà del 1700 quando i commercianti Serbi e Greci ebbero da Maria Teresa il permesso di formare una comunità riconosciuta. Gran importanza hanno le ICONE. La prima chiesa dipende dal patriarca di Costantinopoli, la seconda dal patriarca di Belgrado. Le due Chiese non hanno differenza di Fede ma solo differenze linguistiche e di Rito.

linuxianoxcaso
07-11-2006, 21:01
che gioco è ? :confused:




p.s.: le riduci pease spaginano leggermente :)

Triple H
07-11-2006, 21:02
http://hypertrophy-specific.com/articles.html

Marci
07-11-2006, 21:04
http://www.armadamusic.nl/

Snipy
07-11-2006, 21:06
che gioco è ? :confused:




p.s.: le riduci pease spaginano leggermente :)
Credo Gears of War. :)

Marcowlg
07-11-2006, 21:07
BSOD

:asd:

*sasha ITALIA*
07-11-2006, 21:09
che gioco è ? :confused:




p.s.: le riduci pease spaginano leggermente :)


Gears Of War, XBOX 360, esce il 17 :O

juninho85
07-11-2006, 21:11
nulla :O

paditora
07-11-2006, 21:14
Gears Of War, XBOX 360, esce il 17 :O

ma è un fps?
azz spettacolare come grafica.

Aragorn
07-11-2006, 21:15
http://galeria.elcocheclasico.com/images/alfa%20romeo%20sz%202.jpg

akasa
07-11-2006, 21:25
Il suo ordine è stato spedito!!
Il suo codice ordine è : xxxxx
Il suo codice spedizione è : Xxxxxxxxxxxxx
Può controllare lo stato della sua spedizione cliccando nel link qua sotto o guardando direttamente nel sito http://www. ??? .it

majin mixxi
07-11-2006, 21:28
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{88d969c5-f192-11d4-a65f-0040963251e5}]
"Compatibility Flags"=dword:00000400

::::Dani83::::
07-11-2006, 22:21
C'HAI ER NASO COSI' LUNGO CHE NUN TE SE CHIUDE LA CARTA D'IDENTITA'

Vins_cb
07-11-2006, 22:22
TriacJr

il nome di un utente che dovevo riscrivere in un post :D

85kimeruccio
07-11-2006, 22:25
Ποιος δεν περιλαμβάνει δικούς σας η παύση πιθανώς δεν θα καταλάβει όχι ούτε τις λέξεις σας.



:fagiano:

thotgor
07-11-2006, 22:26
~Title: Come on in my kitchen
Artist: Robert Johnson


Descriptions:

/ : pick first note and slide up to second without picking second note.
\ : pick first note and slide down to second without picking second note.
~ : slight vibrato with bottleneck
h : hammer on (with bottleneck)
p : pull off (if possible with bottleneck)
d : dampen (with left or right hand) as soon as you play next note


~Title: Robert Johnson
Artist: Come on in my kitchen

INTRO:

e -|-/12--/12-/12------------12--------|-
C#-|------/12-/12------10/12----12-----|-
A -|----------/12------------------/12-|-
E -|---------------0-0-----------------|-
A -|---------------0-0-----------------|-
E -|-----------------------------------|-

e -|------------------------------|-
C#-|------------------------------|-
A -|------------------------------|-
E -|-----0--2-2--1-1--0--0-0--0-0-|-
A -|-0-3-----------------7-7--7-7-|-
E -|--------2-2--1-1--0-----------|-


FIRST VERSE:

e -|-------/12/12-----------/12/12-/12---------|-
C#-|-------/12/12-----------/12/12-/12-12------|-
A -|-----------------------------------12------|-
E -|-0--0---0--0-----0-0-----0--0---0------0-0-|-
A -|-0--0---0--0-----0-0-----0--0---0------0-0-|-
E -|-------------------------------------------|-

A Mm mm mm mm mm mm mm mm


e -|-/12/12-/12/12-----------/12/12-/12---------|-
C#-|-/12/12-/12/12-----------/12/12-/12-12------|-
A -|------------------------------------12------|-
E -|--0--0---0--0-----0-0-----0--0---0------0-0-|-
A -|--0--0---0--0-----0-0-----0--0---0------0-0-|-
E -|--------------------------------------------|-

A Mm mm mm mm mm mm mm mm


e -|-/12/12------------------|-------------------------|-
C#-|-/12/12------------------|-------------------------|-
A -|-------------------------|-----------------12\7----|-
E -|--0--0-------------------|--0-0--------------------|-
A -|--0--0-------------------|--0-0--------------------|-
E -|-------------------------|-------------------------|-

A You better come on in my kitchen babe,


e -|---/12/12--\10--------------0--/5--5--------------|-
C#-|---/12/12--\10--10--10/12-------------------------|-
A -|----------------10--10/12-------------------------|-
E -|--------------------------------------------------|-
A -|--------------------------------------------------|-
E -|--------------------------------------------------|-

A it's goin' to be rainin' outdoors


e -|---------------------------|--3/5-5\3----------------|-
C#-|---------------------------|-------------------------|-
A -|---------------------------|-----------3/5-5\3-------|-
E -|--5--5\3--0----------------|-------------------------|-
A -|-------------3\5-3-0-----0-|-------------------------|-
E -|---------------------3-----|-------------------------|-


------------------------
additional lyrics:

The woman I love took from my best friend
Some joker got lucky stole her back again
You better come on in my kitchen babe, it's goin' to be rainin' outdoors

Oh-ah she's gone I know she won't come back
I've taken the last nickel out of her 'nation sack
You better come on in my kitchen babe, it's goin' to be rainin' outdoors

BRIGDGE:
(spoken
"Baby can't you hear that wind howl 'n' all?
Oh-ah can't you hear that wind would howl?
You better come on in my kitchen babe, it's goin' to be rainin' outdoors)

When a woman gets in trouble everybody throws her down
Looking for her good friend none can be found
You better come on in my kitchen babe, it's goin' to be rainin' outdoors

Winter time's comin' it's gon' be slow
You can't make the winter, babe that's dry long so
You better come on in my kitchen babe, it's goin' to be rainin' outdoors

franklar
07-11-2006, 22:31
87.**.**.***

E' un indirizzo IP ( non il mio ), che per motivi di privacy ovviamente non posso mostrare :D

Beelzebub
07-11-2006, 22:46
Lo screenshot del mio attuale desktop... :stordita:

http://tn3-1.deviantart.com/fs12/300W/i/2006/311/9/f/Desk071106_by_beelzebub79.png (http://www.deviantart.com/deviation/42667827/)

F1R3BL4D3
07-11-2006, 22:47
http://download.pctuner.net/maxxx/edit...

:D video di un nuovo WB...però non metto il link per intero perchè potrebbe essere :spam:

Dumah Brazorf
07-11-2006, 22:51
maialonasadomaso.avi








:ops:

Beelzebub
07-11-2006, 22:51
maialonasadomaso.avi








:ops:
:asd:

Marilson
07-11-2006, 23:52
Stealers Wheel

Blind Guardian
07-11-2006, 23:59
79-290

lordfrigo
08-11-2006, 01:09
http://boscodeiratti.forumfree.net/

un po' spammoso pero' ho questo :p

3NR1C0
08-11-2006, 07:46
http://www.youtube.com/watch?v=5t7iDdKnBxA

ShadowThrone
08-11-2006, 07:47
0009.6bc7.cb71

LUVІ
08-11-2006, 07:49
http://s2.travian.it/berichte.php?id=22109378

manfy
08-11-2006, 08:14
HP 350+

Marco Giunio Silano
08-11-2006, 08:21
http://www.hwupgrade.it/forum/showthread.php?p=14592399#post14592399

azzo anvedi che avevo...

gourmet
08-11-2006, 08:36
11744

Differenza parziale dei voti tra i due candidati in Virginia per il Senato.

Marco Giunio Silano
08-11-2006, 08:43
.....
questo CTRLV lo censuro... :D

dani&l
08-11-2006, 09:04
ALEXIS BLEDEL

edivad82
08-11-2006, 09:05
Sphinx 0.9.7
Free open-source SQL full-text search engine

Features

* high indexing speed (upto 10 MB/sec on modern CPUs)
* high search speed (avg query is under 0.1 sec on 2-4 GB text collections)
* high scalability (upto 100 GB of text, upto 100 M documents on a single CPU)
* supports distributed searching (since v.0.9.6)
* supports MySQL natively (MyISAM and InnoDB tables are both supported)
* supports phrase searching
* supports phrase proximity ranking, providing good relevance
* supports English and Russian stemming
* supports any number of document fields (weights can be changed on the fly)
* supports document groups
* supports stopwords
* supports different search modes ("match all", "match phrase" and "match any" as of v.0.9.5)
* generic XML interface which grealy simplifies custom integration
* pure-PHP (ie. NO module compiling etc) searchd client API

^free^
08-11-2006, 09:06
ALEXIS BLEDEL

preferisco la mamma :oink:

harbinger
08-11-2006, 09:19
Resources on Moon [2:285:11] at 11-08 09:40:10
Metal: 6292140 Crystal: 572602
Deuterium: 5381020 Energy: 0
Fleets
Small Cargo 649 Large Cargo 667
Light Fighter 32255 Heavy Fighter 10186
Cruiser 4483 Battleship 4395
Recycler 4404 Espionage Probe 491
Bomber 1478 Destroyer 616
Deathstar 2
Defense
Rocket Launcher 200 Light Laser 200
Heavy Laser 20 Ion Cannon 20
Small Shield Dome 1
Chance of counter-espionage:100%


Ma adesso ricomincio a lavorare... :D

Nightingale
08-11-2006, 09:40
11-07 19:54:32 comando della flotta Rapporto del combattimento (1,90) [3:108:9] (V:255000,A:0)

:D

Nightingale
08-11-2006, 09:40
Resources on Moon [2:285:11] at 11-08 09:40:10
Metal: 6292140 Crystal: 572602
Deuterium: 5381020 Energy: 0
Fleets
Small Cargo 649 Large Cargo 667
Light Fighter 32255 Heavy Fighter 10186
Cruiser 4483 Battleship 4395
Recycler 4404 Espionage Probe 491
Bomber 1478 Destroyer 616
Deathstar 2
Defense
Rocket Launcher 200 Light Laser 200
Heavy Laser 20 Ion Cannon 20
Small Shield Dome 1
Chance of counter-espionage:100%


Ma adesso ricomincio a lavorare... :D


LOL... non avevo visto che proprio sopra c'ero un altro ogamer! :D

drodo
08-11-2006, 09:54
EQQX267W Access rejected, data set used by another OPC function


ehm...chi sta utilizzando questo VSAM!!! :mad:

:p

djufuk87
08-11-2006, 10:07
http://galeria.elcocheclasico.com/images/alfa%20romeo%20sz%202.jpg
l'sz :ave:

Nevermind
08-11-2006, 10:10
Kenneth Wheeler

trokij
08-11-2006, 10:25
http://www.youtube.com/watch?v=5t7iDdKnBxA
Uè ti hanno scarcerato? :D
Ma nessuno che ci clicca su sti link, fate tutti il copia incolla? :confused:

LUVІ
08-11-2006, 10:39
Sphinx 0.9.7
Free open-source SQL full-text search engine

Features

* high indexing speed (upto 10 MB/sec on modern CPUs)
* high search speed (avg query is under 0.1 sec on 2-4 GB text collections)
* high scalability (upto 100 GB of text, upto 100 M documents on a single CPU)
* supports distributed searching (since v.0.9.6)
* supports MySQL natively (MyISAM and InnoDB tables are both supported)
* supports phrase searching
* supports phrase proximity ranking, providing good relevance
* supports English and Russian stemming
* supports any number of document fields (weights can be changed on the fly)
* supports document groups
* supports stopwords
* supports different search modes ("match all", "match phrase" and "match any" as of v.0.9.5)
* generic XML interface which grealy simplifies custom integration
* pure-PHP (ie. NO module compiling etc) searchd client API

Ecco, bravo! Installalo e ridacce sta ricerca in OT! :asd:

LuVi

Special
08-11-2006, 10:47
3HFDY


Non ho idea di cosa sia :stordita:

3NR1C0
08-11-2006, 10:56
Uè ti hanno scarcerato? :D

Sì, qualche giorno di libera uscita, ma non farti troppe illusioni :asd:

Ma nessuno che ci clicca su sti link, fate tutti il copia incolla? :confused:

L'ho copiato su exchange per un sano SPAM tra colleghi :asd:

sopadj
08-11-2006, 11:17
VOTO = 70/100

:stordita:

edivad82
08-11-2006, 11:58
:D


C:\Documents and Settings\edivad82>ping www.hwupgrade.it

Esecuzione di Ping www.hwupgrade.it [151.1.244.2] con 32 byte di dati:

Risposta da 151.1.244.2: byte=32 durata<1ms TTL=64
Risposta da 151.1.244.2: byte=32 durata<1ms TTL=64
Risposta da 151.1.244.2: byte=32 durata<1ms TTL=64
Risposta da 151.1.244.2: byte=32 durata<1ms TTL=64

Statistiche Ping per 151.1.244.2:
Pacchetti: Trasmessi = 4, Ricevuti = 4, Persi = 0 (0% persi),
Tempo approssimativo percorsi andata/ritorno in millisecondi:
Minimo = 0ms, Massimo = 0ms, Medio = 0ms

C:\Documents and Settings\edivad82>

AlexB
08-11-2006, 12:12
Irpef più cara. Nuova curva Irpef dal gennaio 2007:
Fino a 15mila euro aliquota del 23%;
da 15.001 a 28mila 27%;
da 28.001 a 55.000 38%;
da 55.001 a 70.000 41%;
oltre 70mila 43%.


ghghgh

FastFreddy
08-11-2006, 12:12
http://russos.livejournal.com/210363.html


NON APRITE ASSOLUTAMENTE QUEL LINK! :eek:

Jiulia
08-11-2006, 12:36
q2TaVp8f

3NR1C0
08-11-2006, 12:39
q2TaVp8f

E' la password del conto corrente online vero? :stordita:

p.NiGhTmArE
08-11-2006, 12:42
http://geektechnique.org/images/194.jpg :O

maulattu
08-11-2006, 12:56
http://geektechnique.org/images/194.jpg :O

OT
è un lamborghini, vero?
/OT

1868

ShadowThrone
08-11-2006, 13:04
Mother will you take me down?
I have become so afraid
Mother please, please take me down
I am sorry, your boy is not brave

Child just hold on. Night will soon be dawn
Sleep if you can. But watch your father's hand

We do not want you. No-body loves you
Father of the dark. Tonight will greet you

God in heaven, can you hear me
Help me Oh Lord. They're coming for me
Mother warned me. Father scorned me
Oh my God No. Now I hear him

I claim your life on this night
within sight of your own God

The silence, the waiting then the pain
Oh child, sleep will be here soon
Your life has only ever been shame
And so young boy, my hand brings doom

Child, won't you awake. Father has gone
Child, please come awake. Please my tiny son


si si.. sto lavorando... :stordita:

p.NiGhTmArE
08-11-2006, 13:22
OT
è un lamborghini, vero?
/OT

yes, LM002 :D

Radagast82
08-11-2006, 13:43
sono al lavoro per cui...


http://www.hwupgrade.it/forum/showthread.php?p=14597006&posted=1#post14597006


:D da vedere

Radagast82
08-11-2006, 13:44
3HFDY


Non ho idea di cosa sia :stordita:
io si ;)

kopetea
08-11-2006, 14:03
io si ;)

qualche S/N? :D

xenom
08-11-2006, 14:15
Ecco, come si può vedere attualmente non ho nulla nella clipboard :asd:

Radagast82
08-11-2006, 14:15
qualche S/N? :D
:asd:

non ricordo se win o office...

p.NiGhTmArE
08-11-2006, 14:20
Chuck Norris può farti saltare le cervella semplicemente infilandoti un trampolino nella scatola cranica. :asd:

Special
08-11-2006, 14:27
:asd:

non ricordo se win o office...

:stordita: adesso ricordo...

la seconda che hai detto :stordita:

e.cera
08-11-2006, 14:27
clsPDF.EseguiStampa(txtPosFile.Text, lsbPrinter.SelectedItem.ToString)

:fiufiu:

Basta con questa programmazione :cry:

Ho voglia di HARDWAREEEEEEEEEEEEEE :nera:

ninja750
08-11-2006, 14:42
TABPROV.MAGZD $PRT:TABPROV.*

:O

bustimage
08-11-2006, 14:44
How to make your own font

:D

Nexurgi
08-11-2006, 14:53
http://www.190.it/190/trilogy/jsp/home.do?tabName=HOME+190&BV_UseBVCookie=No&ty_skip_md=true


Questo :Prrr:

xenom
08-11-2006, 16:20
vediamo se ora ho qualcosa nella clipboard:



vacca boia ma ultimamente non copio proprio nulla :asd:

riproverò sta sera.

linuxianoxcaso
08-11-2006, 16:22
Frontside - Absolutus mp3@256 by YogSothoth

:stordita:

p.s.: io per incollare uso Shift+Ins :Prrr:

ASIA81
08-11-2006, 16:25
http://drhouse.altervista.org/spoilers.htm

questo...

p.NiGhTmArE
08-11-2006, 16:30
lean burn direct injection

:stordita:

Baltico
08-11-2006, 16:34
http://img366.imageshack.us/img366/5536/aleyg8.jpg

gallo85
08-11-2006, 16:52
http://images.google.it/images?hl=it&q=motosega&btnG=Cerca+con+Google&ie=UTF-8&oe=UTF-8&sa=N&tab=wi

gabi.2437
08-11-2006, 16:57
http://fah-web.stanford.edu/cgi-bin/main.py?qtype=osstats

zanardi84
08-11-2006, 17:36
http://youtube.com/watch?v=gizrYsFPQME

deggungombo
08-11-2006, 17:48
http://www.hwupgrade.it/forum/


che banale :stordita:

kopetea
08-11-2006, 18:17
ecco cosa ho nella clipboard: 31033222 :O

è il numero ICQ dell'autore del thread, smeg47... :sofico:

prego, spammate pure... :asd:

:Prrr:

p.NiGhTmArE
08-11-2006, 19:14
http://www.youtube.com/watch?v=SaTCcueFJiI
:ave: :ave:

midian
08-11-2006, 19:14
ehm io ho questo :stordita: :

lady angellyca


:sbav:
la cantante dei forever slave?!? :mbe:

31337

linuxianoxcaso
08-11-2006, 19:18
la cantante dei forever slave?!? :mbe:

31337

zi :D cercavo il suo sito :sbav:

lucausa75
08-11-2006, 19:20
Io ho questo:

ZC7GVJ8


:D

Raven
08-11-2006, 19:36
Io ho questo:

ZC7GVJ8


:D

Il tuo pacco è ancora fermo al primo step:

06-11-2006 SMISTATO HUB IMPIANTO AUTOMATICO Roma Interporto Hub

:O

:sofico:

eriol
08-11-2006, 19:37
on (rollOut) {
a=this._currentFrame;
this.gotoAndPlay(6+a);

}

p.NiGhTmArE
08-11-2006, 19:38
01 Luc Alphand/Gilles Picard Mitsubishi Pajero Evo T1/1 09:25:53 + 00:00:00
02 Stephane Peterhansel/Jean-Paul Cottret Mitsubishi Pajero Evo T1/2 09:48:15 + 00:22:21
03 Jean Louis Schlesser/Emmanual Guigou Schlesser-Ford T1/3 09:51:42 + 00:25:48
04 Carlos Sousa/Andreas Schulz VW Race Touareg T1/4 09:54:14 + 00:28:21
05 Nasser Al Attiyah/Alain Guehennec X-Raid BMW X3CC T1/5 10:37:20 + 01:11:27
06 Jutta Kleinschmidt/Tina Thorner X-Raid BMW X3CC T1/6 10:53:00 + 01:27:06
07 Jose Luis Monterde/Jean-Marie Lurquin X-Raid BMW X5CC T1/7 10:59:17 + 01:33:24
08 Hiroshi Masuoka/Pascal Maimon Mitsubishi Pajero Evo T1/8 11:02:03 + 01:36:09
09 Mark Corbett/Juan Mohr Nissan Navara T1/9 11:12:07 + 01:46:13
10 Yahya Alhelei/Khalid Alkendi Chevrolet Colorado T1/10 11:38:20 + 02:12:26

:fagiano:

xenom
08-11-2006, 21:03
http://www.flir.com/imaging/nmc/media/streaming/3aa21612-6fc0-4e33-96f5-e3f1509078e5.asx

:fagiano:

Dr.Speed
08-11-2006, 21:34
daft punk-one more time :D :D

Gentoo1977
08-11-2006, 21:37
resautogentex.zip

AK47
08-11-2006, 22:26
http://download.microsoft.com/download/c/8/c/c8cdef48-0ddc-483c-94c8-dbab638b20c2/patch1.0-1.02.exe

Correx
09-11-2006, 07:03
-Process= "CEF IPC Background", ipl= 0, pid= 38
-Traceback= 601114F4 601134C4 6010C7B8 60403360 603F8C84 603F9FEC 6040D9EC 603C339C 603C3754 603C3DEC
Nov 9 06:25:54.190: %TFIB-2-MEMORY: No memory for tag_info
-Traceback= 603F8D38 603F9FEC 6040D9EC 603C339C 603C3754 603C3DEC
Nov 9 06:26:26: %IPC-5-SLAVELOG: VIP-SLOT10:
Nov 9 06:26:25.190: %SYS-2-MALLOCFAIL: Memory allocation of 65556 bytes failed from 0x6010C7B0, alignment 32
Pool: Processor Free: 96820 Cause: Memory fragmentation
Alternate Pool: None Free: 0 Cause: No Alternate pool

Imrahil
09-11-2006, 08:09
http://www.prefettura-asti.it/cambio_cogn_magg.htm

pasticca
09-11-2006, 09:47
<img src="http://img182.imageshack.us/img182/130/cantantiit1135960163subpg2.jpg" alt="" />

Quiro
09-11-2006, 10:02
1 WS-C2960-24TC-L Catalyst 2960 24 10/100 + 2T/SFP LAN Base Image D $2.495,00 $2.495,00 15%
2 GLC-SX-MM= GE SFP, LC connector SX transceiver D $500,00 $1.000,00 15%


1 WS-C2960-24TC-L Catalyst 2960 24 10/100 + 2T/SFP LAN Base Image D $2.495,00 $2.495,00 15%
1 WS-C2960G-24TC-L Catalyst 2960 24 10/100/1000, 4 T/SFP LAN Base Image D $3.295,00 $3.295,00 15%
1 WS-C2960-24TT-L Catalyst 2960 24 10/100 + 2 1000BT LAN Base Image D $1.295,00 $1.295,00 15%

Pitonti
09-11-2006, 10:04
fgv pnmmv, yb bcren r fontyvn n gntyvner vy erar... pur cbv qvb obavab aba qbirin bcreneyb nyyn pbybaan iregroenyr?

è rot13, non lo leggete se guardate lost :D

Froze
09-11-2006, 10:22
http://www.regione.veneto.it/NR/rdonlyres/3B5E5F18-B667-4C69-B055-E1A5DC1803C4/0/RENDisposizioniRendicontiMisC1.pdf

123456789
09-11-2006, 10:23
WPD800-50836-xxxxxxxxxxx :stordita:

edit:

evitiamo pliz

lucausa75
09-11-2006, 10:49
xxxxxxxxxxxxxxxxxxx :stordita:


Di quale software è quella product key? :D

Swisström
09-11-2006, 10:52
Di quale software è quella product key? :D

Macromedia Flash Professional 8.0

adsasdhaasddeasdd
09-11-2006, 11:11
http://www.youtube.com/watch?v=_woIejxbl6g&mode=related&search=

ilmambo
09-11-2006, 11:32
38982-USL2RMU

:stordita:

petronella
09-11-2006, 12:01
Remove Cliente

Swisström
09-11-2006, 12:03
38982-USL2RMU

:stordita:

http://www.chatta.it/2.0/chatters/ragazza-ragazzo.asp?uid=333316

ridotto male eh? :asd:

ilmambo
09-11-2006, 12:26
http://www.chatta.it/2.0/chatters/ragazza-ragazzo.asp?uid=333316

ridotto male eh? :asd:

:doh:

:Prrr:

ShadowThrone
09-11-2006, 12:29
http://www.dica33.it/esperto/visualizza.asp?id=60036

Dr.Speed
09-11-2006, 12:31
:)

#include <stdio.h>
#include <stdlib.h>
#include <conio.h>

int main()
{
float s=0;
int n,v,i=0;
printf("Inserisci il numero di valori:");
scanf("%d",&n);
while (i<n)
{
printf("Valore n %d:",i+1);
scanf("%d",&v);
s=s+v;
i++;
}
printf ("La media e': %f", s/n);
getch();
return 0;
}

p.NiGhTmArE
09-11-2006, 12:39
最新美剧 电影 美剧 字幕 动漫 在线 BT下载 FTP下载 P2P 共享 免费下载 音乐 体育

:eek:

-Yara-
09-11-2006, 13:11
http://www.chatta.it/2.0/chatters/ragazza-ragazzo.asp?uid=333316

ridotto male eh? :asd:


CERCASI
RAGAZZO DI RAZZA PERCHE BASTARDO L HO GIA AVUTO...GRAZIE... SOLO RELAZIONI SERIE..NIENTE CAZZATE DA BAMBINI DI 2 ANNI!!!!!

Se lo dice lei :asd:

>|HaRRyFocKer|
09-11-2006, 13:12
if (capitale==0){
cout<<" Che peccato! Avete perso! Riprovate, sarete piu' fortunati!\n\n";}

oscuroviandante
09-11-2006, 13:17
http://static.stickam.com/media/video/converted/1719/2318/6/7dbf29fe-c4d1-11da-8385-91bbf24b04ab.avi.flv.jpg

:D

icoborg
09-11-2006, 14:10
non ho capito :fagiano:

ovvio

p.NiGhTmArE
09-11-2006, 15:14
la mia ultima (e prima :fagiano: ) userbar:

http://img451.imageshack.us/img451/2092/moguserbarwv6.png

Special
09-11-2006, 22:51
http://www.motori-online.it/gallerie_macchine/FIAT/Fiat-Doblo-(2001)/images.inc/Fiat-Doblo-2001_06.jpg


La mia nuova car, sabato vado a firmare :D

ShadowThrone
10-11-2006, 08:07
sh cam dyn 1x/1x
* = Static Entry. + = Permanent Entry. # = System Entry. R = Router Entry.
X = Port Security Entry $ = Dot1x Security Entry

Destination Ports or
VLAN Dest MAC/Route Des [CoS] Age VCs / [Protocol Type]
---- ------------------ ----- ---------- ---------------------
XXX 0X-0X-6X-eX-0X-5X 5 sec. 1X/1X [ALL]
Total Matching CAM Entries Displayed = 1

buffer
10-11-2006, 08:56
http://www.blizzard.co.uk/press/061109.shtml :sofico:

kikino
10-11-2006, 09:38
Al momento attuale sta sistemandosi lo snodo d’attacco del braccio destro della perforatrice ** distortosi quando la macchina ha proceduto in retromarcia avendo bruciato la frizione mentre percorreva un tratto in salita.
Al carrobotte, andranno revisionati il cilindro del sistema di sterzata.
Alla pala *****, andrà controllato il sistema frenante con particolare cura al lato anteriore sinistro, da cui si è manifestata una perdita d’olio.
Alla pala *****, andrà verificato il giunto d’accoppiamento tra motore e soffiante, in cui da poco sono stati sostituiti i tasselli, usualmente in gomma, con altri in differente materiale. Intervento di notevole importanza è lo sgrippaggio degli spinotti di connessione tra gli occhi dei cilindri di sollevamento benna e la carpenteria della benna stessa.

qui mi gioco il posto di lavoro...ma tant'è

nonsense
10-11-2006, 11:33
http://espresso.repubblica.it/rivoluzione_everest

Fenomeno85
10-11-2006, 12:41
http://www.fenomeno85.altervista.org

sto facendo un lavoro sugli indirizzi

~§~ Sempre E Solo Lei ~§~

ShadowThrone
10-11-2006, 12:47
Gainward BA7600GT 256Mb TV-DVI GoldenS.

:cool:

Vento divino
10-11-2006, 13:33
(Control
(PIN CE1)
(PIN CE2)
(PIN CE3)
(PIN ZZ) -- L snooze inactive
(PIN ADV_LD) -- L for address loading on L-H-edge of clk
(PIN WE) -- if L write mode acitve
(PIN BWA)
(PIN BWB)
(PIN BWC)
(PIN BWD)
(PIN OE)
(PIN CEN)
(PIN CLK)
(PIN MODE) -- L for linear burst mode
)
-- CCCZAWBBBBOCCM --
-- EEEZDEWWWWEELO --
-- 123 V ABCD NKD --
(Inactive
D, Z, HHLLLHHHHHHLLL) -- /OE H

(Init
(Step D, Z, HHLLLLLLLLLLLH) -- deselect
(Step D, Z, HHLLLLLLLLLLHH) -- deselect
)

(Write
(STEP D, Z, LHLLLLLLLLLLLL) -- address valid
(STEP D, Z, LHLLLLLLLLLLHL) -- address valid
--(STEP D, Z, LHLLLLLLLLLLLL) -- wrong WE
(STEP D, Z, LHLLLHLLLLLLLL) -- address valid
(STEP D, D, LHLLLHHHHHHLLL) -- address don't care / data valid
(STEP D, D, LHLLLHHHHHHLHL) -- address don't care / data valid
--(STEP D, D, LHLLLLLLLLLLLL) -- wrong WE
(STEP D, D, LHLLLHLLLLLLLL) -- address don't care / data valid
(STEP D, D, LHLLLHHHHHHLHL) -- address don't care / data valid
(STEP D, D, LHLLLHHHHHHLLL) -- address don't care / data valid
(STEP D, Z, LHLLLHHHHHHLLL) -- address don't care / data don't care
)

(Read
(Step D, Z, LHLLLHHHHHLLLL) -- address valid
(Step D, Z, LHLLLHHHHHLLHL) -- address valid
(Step D, Z, LHLLLHHHHHLLLL) -- address don't care
(Step D, Z, LHLLLHHHHHLLHL) -- address don't care
(Step D, Z, LHLLLHHHHHLLLL) -- address don't care / data valid
(Step D, E, LHLLLHHHHHLLHL) -- address don't care / data valid
)

(Done
(Step D, Z, HHLLLHHHHHLLLL) -- deselect
(Step D, Z, HHLLLHHHHHLLHL) -- deselect
)
)

Special
10-11-2006, 16:15
Al momento attuale sta sistemandosi lo snodo d’attacco del braccio destro della perforatrice ** distortosi quando la macchina ha proceduto in retromarcia avendo bruciato la frizione mentre percorreva un tratto in salita.
Al carrobotte, andranno revisionati il cilindro del sistema di sterzata.
Alla pala *****, andrà controllato il sistema frenante con particolare cura al lato anteriore sinistro, da cui si è manifestata una perdita d’olio.
Alla pala *****, andrà verificato il giunto d’accoppiamento tra motore e soffiante, in cui da poco sono stati sostituiti i tasselli, usualmente in gomma, con altri in differente materiale. Intervento di notevole importanza è lo sgrippaggio degli spinotti di connessione tra gli occhi dei cilindri di sollevamento benna e la carpenteria della benna stessa.

qui mi gioco il posto di lavoro...ma tant'è

Cioè? che cavolo è successo?

eriol
10-11-2006, 16:18
166.8

kobezzz
10-11-2006, 16:20
regsvr32 softpub.dll

ilmambo
10-11-2006, 16:21
http://www.youtube.com/watch?v=0Ie9lU5XHsI :p

AtuttaBIRRA!
10-11-2006, 16:21
11/09/06 Jason Richardson SG Knee Questionable Questionable for No. 11 vs. Detroit

:fagiano:

Hakuna Matata
10-11-2006, 16:25
http://www.fenomeno85.altervista.org

sto facendo un lavoro sugli indirizzi

~§~ Sempre E Solo Lei ~§~
Le nuove frontiere dello spam :O

ShadowThrone
10-11-2006, 16:27
: ordine n° 4444

Dante89
10-11-2006, 16:29
bispeculation I am needed so, is something ties to us

Non sò nenahce da dove esce :mbe:

linuxianoxcaso
10-11-2006, 16:30
javascript:emoticon(':beer:')

GianoM
10-11-2006, 16:45
con tutto il sesso che ti sei sparato in vacanza

superblak
10-11-2006, 18:44
parola1""parola2""parola3""parola4""

un thread che avevo aperto sotto software :fagiano: :fagiano: :ciapet: :Prrr:

MaxRob
10-11-2006, 20:12
My Morning Jacket
cercavo info su qualche disco.

DnA[TF]
10-11-2006, 21:00
on(release)
{
_visible=false;
}


-.- flash

linuxianoxcaso
10-11-2006, 21:01
The Sins of Thy Beloved

Clauser
10-11-2006, 21:58
make[3]: Entering directory `/var/tmp/portage/kdelibs-3.5.5-r5/work/kdelibs-3.5.5/kioslave/file'
/usr/qt/3/bin/moc ./file.h -o file.moc
/bin/sh ../../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include -I. -I/usr/kde/3.5/include -D_LARGEFILE64_SOURCE -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=k8 -O3 -pipe -fomit-frame-pointer -ffast-math -funroll-loops -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o file.lo file.cc

heres
10-11-2006, 22:12
e = mc²

kikino
11-11-2006, 06:38
Cioè? che cavolo è successo?

copiavo un pezzo di una relazione inviata agli INGG di sede per informarli delle attività di MTZ dove lavoro...non è che siano cose da sbandierare ai 4 venti :D
solo che dopo aver scritto il commento finale ho eliminato i codici dei mezzi

Michele Merola
11-11-2006, 10:21
636225

checo
11-11-2006, 10:30
Resources on Colony [6:63:6] at 11-11 11:16:01
Metal: 224762 Crystal: 139852
Deuterium: 7067 Energy: 4118
Fleets
Defense
Buildings
Metal Mine 23 Crystal Mine 21
Deuterium Synthesizer 7 Solar Plant 23
Robotics Factory 7 Shipyard 6
Metal Storage 1 Crystal Storage 1
Research Lab 2 Missile Silo 3
Research
Espionage Technology 11 Computer Technology 11
Weapons Technology 12 Shielding Technology 11
Armour Technology 12 Energy Technology 12
Hyperspace Technology 8 Combustion Drive 11
Impulse Drive 7 Hyperspace Drive 7
Laser Technology 10 Ion Technology 5
Plasma Technology 7 Intergalactic Research Network 1
Chance of counter-espionage:0%

Pucceddu
11-11-2006, 10:46
TW219315091

lnessuno
11-11-2006, 11:22
ctrl+v:
"http://www.hwupgrade.it/forum/showpost.php?p=1463xxx3&postcount=11"


tasto centrale mouse:
"le ultime parole famose..."


:fagiano:

p.NiGhTmArE
11-11-2006, 12:06
nulla :eek:

ShadowThrone
11-11-2006, 12:22
How we rise to the height of our halo

Fradetti
11-11-2006, 12:29
Un uomo di Chicago durante una tempesta di neve si e' messo a spalare per far posto alla propria macchina. Dopo aver finalmente terminato e' andato a
prendere l'auto e quando e' tornato, il posto, faticosamente pulito, era stato appena occupato da una donna. Le ha comprensibilmente sparato due
fucilate all'addome.

frankie
11-11-2006, 12:42
lady angellyca

ero curioso di sapere chi è!

in realtà prima:

http://www.edit.org :banned:

Щαтиіαѕ
11-11-2006, 12:46
http://www.youtube.com/watch?v=ckNm8cNy3iY

frankie
11-11-2006, 13:29
http://www.youtube.com/watch?v=ckNm8cNy3iY
:mc: :help: :doh:

Vash88
11-11-2006, 16:26
dinosaur training

-Yara-
11-11-2006, 16:44
How we rise to the height of our halo

A Perfect Circle - The Noose :D?

linuxianoxcaso
11-11-2006, 16:59
ftp://heanet.dl.sourceforge.net/w/wi/wine

[The Black]
11-11-2006, 18:04
Chuck Norris non masterizza i cd vergini. Li ingravida.


EDIT: adesso ho

http://www.hwupgrade.it/forum/showthread.php?t=1044718


(proprio non ho nulla da fare oggi :asd: )

Giuss
11-11-2006, 18:15
www.prolific.com.tw

walter sampei
11-11-2006, 19:25
http://it.news.yahoo.com/11112006/201/brasile-donna-illesa-dopo-colpi-pistola-testa.html

icoborg
11-11-2006, 20:17
:mc: :help: :doh:
AHAHAHAH

ps. nn dovrebbero girare questi pericoli per strada.

ShadowThrone
11-11-2006, 20:22
A Perfect Circle - The Noose :D?

TOOL - 10,000 Days (Wings Part 2)

- 2....

e cmq ora negli appunti ho...

http://www.kwmusica.kataweb.it/kwmusica/pp_scheda.jsp?idContent=154475&idCategory=2028&pageIndex=0

.Kougaiji.
11-11-2006, 20:42
/msg Nippon|Anikei xdcc send #13

HAHAAH

AngeL)
11-11-2006, 21:25
* (Memorie di Xehanort (Xeahanort corrisponderebbe ad Ansem);
* "The lost two" (I due perduti);
* "Keyblade War" (La guerra del Keyblade);
* "Everything is born... because of the Slumber" (Tutto è nato... a causa del Sonno).

Poi compare la schermata nera ed il trailer termina.

...ultimo spezzone di un presunto trailer di kh3... :stordita:
kh3? dovedove :sbavvv:

cmq negli appunti ho un makefile

pando811
11-11-2006, 21:37
http://pc.watch.impress.co.jp/docs/2006/1111/ps3_2.htm

[The Black]
11-11-2006, 21:53
5.18 Simpsons - Il Direttore In Grigioverde.rm - 10:15

ShadowThrone
12-11-2006, 10:17
ping 192.168.0.4 -t