-
2067166·text·3.9 KB·2011-05-22 22:39 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
-
2067162·text·11.4 KB·2011-05-22 22:20 UTC
[Miércoles 09 Diciembre 2009] [12:34:32] <T1ncho> si me las pasas no le digo a nadie
[Miércoles 09 Diciembre 2009] [12:34:59] <pipo65> no
[Miércoles 09 Diciembre 2009] [12:35:02] <pipo65> ni loco
-
2067159·text·1.1 KB·2011-05-22 22:13 UTC
Description
ThinkPad T420 - 1 Yr Depot Topseller Warranty Edit
Processor: Intel Core i5-2410M Processor (2.30GHz, 3MB L3) Edit
Operating system: Genuine Windows 7 Home Premium 64 Edit
Operati
-
2067148·text·217.4 KB·2011-05-22 21:43 UTC
-
2067147·text·911 B·2011-05-22 21:42 UTC
[Loki, Phantom Menance]
Energized Magnetic Membrane II
Energized Reactive Membrane II
1600mm Reinforced Rolled Tungsten Plates I
1600mm Reinforced Rolled Tungsten Plates I
Republic Fleet Gyrostab
-
2067142·text·2.0 KB·2011-05-22 21:31 UTC
root@tiamat:/mnt/hd/prj/prado3/trunk/buildscripts/texbuilder/quickstart# pdflatex quickstart.tex -interaction=nonstopmode -max-print-line=120
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
-
2067141·text·2.7 KB·2011-05-22 21:30 UTC
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>pipelist.exe
PipeList v1.01
by Mark Russinovich
http://www.sysinternals.com
Pipe Name Instances Max Instances
-
-
2067140·text·4.0 KB·2011-05-22 21:25 UTC
Boot Boot Bus Extender 1 ACPI Microsoft ACPI Driver
Boot Boot Bus Extender 2 PCI PCI Bus Driver
Boot Boot Bus Extender 3 isapnp PnP ISA/EISA Bus Driver
Boot Boot Bus Extender 6 ohci1394 Texas Instr
-
2067134·text·6.6 KB·2011-05-22 20:54 UTC
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: Generic CRC functions
//
//================================================================
-
2067131·text·2.7 KB·2011-05-22 20:35 UTC
# include <stdio.h>
# include <stdlib.h>
char *mergeStr( char *string1, char *string2, int strlaenge1, int strlaenge2);
char *inverseStr(char *string1, int strlaenge1);
char *Teilstr(char *str
-
2067129·text·52.7 KB·2011-05-22 20:32 UTC
-
2067128·text·4.0 KB·2011-05-22 20:28 UTC
/*Ein Programm, um Dinge mit Strings zu machen, aber ohne die String-Lib*/
# include <stdio.h>
# include <stdlib.h>
char *mergeStr( char *string1, char *string2, int strlaenge
-
2067127·text·427 B·2011-05-22 20:27 UTC
Hola= Hallo
Como estas?= Hoe gaat het ?
Bien y tu? - Muy bien y tu?= Goed met jou? - Heel goed met jou?
Muy bien, gracias= Heel goed, dankje
Como fue tu dia?= Hoe was jouw dag ?
Mi dia ha ido b
-
2067126·text·18.7 KB·2011-05-22 20:27 UTC
[quote=renato]
A questo link:
http://web.mit.edu/nuclearpower/pdf/nuclearpower-update2009.pdf
c' l'aggiornamento riassuntivo del 2009 di uno studio del MIT.
Il documento redatto da una serie di p
-
2067125·text·167 B·2011-05-22 20:25 UTC
menuentry "Microsoft Windows Vista" {
insmod ntfs
set root=(hd0,0)
search --no-floppy --fs-uuid --set 18626F80626F620C
drivemap -s (hd0) ${root}
chainloader +1
}
-
2067123·java·1.5 KB·2011-05-22 20:25 UTC
package datastructs;
public class ArrayQueueTest implements Runnable{
private int intsToEnqueue;
private int intsToDequeue;
private int sleepTime;
public ArrayQueueTest(int
-
2067122·text·655 B·2011-05-22 20:24 UTC
public class CineData
{
private List<Movie> movies = new ArrayList<Movie>();
public class Movie
{
private int ID = 0;
private int places = 0;
private String Title = "";
Movie(in
-
2067121·java·584 B·2011-05-22 20:24 UTC
package datastructs;
public class ArrayQueue {
private Object [] array;
private int start, end;
private boolean full;
public ArrayQueue(int maxSize) {
start = end
-
2067120·text·656 B·2011-05-22 20:22 UTC
public class CineData
{
private List<Movie> movies = new ArrayList<Movie>();
public class Movie
{
private int ID = 0;
private int places = 0;
private String Title = "";
Movie(in
-
2067119·text·3.1 KB·2011-05-22 20:19 UTC
/*Ein Programm, um Dinge mit Strings zu machen, aber ohne die String-Lib*/
# include <stdio.h>
# include <stdlib.h>
char *mergeStr( char *string1, char *string2, int strlaenge1, int strlaenge2)