-
2123032·text·483 B·2012-02-29 23:53 UTC
root@trisquel5:/etc/apt# apt-get dist-upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Calculando la actualización... Falló
-
2123031·text·771 B·2012-02-29 23:50 UTC
# zpool status mont1
pool: mont1
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffecte
-
2123029·text·3.8 KB·2012-02-29 23:48 UTC
/*
Name: Zach Hoggard
Student No. 250611551
Email: zhoggard@uwo.ca
Section: 004
Date: February 15, 2012
*/
#include <iostream>
#include <cmath>
using namespace std;
int main (voi
-
2123028·text·2.9 KB·2012-02-29 23:41 UTC
--------------------------
dr_andrea
dieandyandrea
theandyandrea
theprettycoolandrea
drandrea64
andreaisclean
thesweetkittengirl
andyshorty
andylinz
andriana64
andregass
drandreaheidiklumt
-
2123022·text·55.3 KB·2012-02-29 23:28 UTC
-
2123019·text·2.1 KB·2012-02-29 23:11 UTC
New info from SAFG (Something Awful Forum Guy), from this pge: http://forums.somethingawful.com/showthread.php?threadid=3449196&userid=0&perpage=40&pagenumber=166:
----------------
Destroy:
1. Sy
-
2123018·text·2.1 KB·2012-02-29 23:11 UTC
New info from SAFG (Something Awful Forum Guy), from this pge: http://forums.somethingawful.com/showthread.php?threadid=3449196&userid=0&perpage=40&pagenumber=166:
----------------
Destroy:
1. Sy
-
2123013·text·403 B·2012-02-29 22:59 UTC
Destroy:
1. Synthetics Destroyed. Earth Destroyed. Shepard Dead.
2. Synthetics Destroyed. Earth Devastated. Shepard Dead.
3. Synthetics Destroyed. Earth OK. Shepard Dead.
4. Synthetics Destroyed.
-
2123010·text·3.6 KB·2012-02-29 22:28 UTC
Your EMS affects the success of Sword and Hammer. Sword is your combined ship fleet that punches a hole in the Reaper armada surrounding Earth while Hammer is your ground forces that escort you to the
-
2123002·text·1.6 KB·2012-02-29 21:58 UTC
#include <iostream>
using namespace std;
int count = 0;
class Fraction {
public:
int num, den;
Fraction() {
num = 1;
den = 1;
};
Fraction(int a, int b) {
num = a;
den = b
-
2122999·text·2.4 KB·2012-02-29 21:42 UTC
public class MyArray
{
private String[] array;
private int capacity,count;
private boolean sorted; // keeps track of whether theArray is currently sorted or unsorted
public MyArray( int ini
-
2122997·text·2.1 KB·2012-02-29 21:37 UTC
[720P Farm]
site=broadcasthenet
filterType=video
active=0
series=2 Broke Girls
30 Rock
Alcatraz
American Dad!
American Horror Story
An Idiot Abroad
Archer
Being Human (UK)
Being Hu
-
2122994·text·12.3 KB·2012-02-29 21:12 UTC
<Base point or displacement>/Multiple: Second point of displacement: *Cancel*
Command: *Cancel*
Command: *Cancel*
Command: *Cancel*
Command: <Ortho on>
Command:
Command:
Command:
Comm
-
2122988·bash·1.4 KB·2012-02-29 20:47 UTC
pkgname=terminator
pkgver=0.96
pkgrel=1
pkgdesc='an application that provides lots of terminals in a single window'
arch=('i686' 'x86_64')
url='http://www.tenshu.net/terminator/'
license=('GPL2'
-
2122982·text·209 B·2012-02-29 20:27 UTC
# cat /etc/resolv.conf
search lan
nameserver 127.0.0.1
root@bureau:~# cat /tmp/resolv.conf
search lan
nameserver 127.0.0.1
root@bureau:~# cat /tmp/resolv.conf.auto
nameserver 192.168.7.1
sea
-
2122981·text·7.7 KB·2012-02-29 20:27 UTC
LLGDKEE;
-
2122976·cpp·2.9 KB·2012-02-29 20:00 UTC
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX 10
// Tipo base dos elementos da lista
typedef struct elementos {
char nome[50];
// Outros elementos
} t_elemento
-
2122975·text·1.9 KB·2012-02-29 19:53 UTC
Summary of my claim against Google in the UK Small Claims Court:
On Wednesday 29th February 2012, I filed a claim against Google UK Ltd. using the UK Government's Online Claim Service ( http://www.
-
2122970·text·2.0 KB·2012-02-29 19:19 UTC
Feb 29 19:14:33 IDS fragment parser : fragment sweep (1 of 1) : 2001:8b0::2021 2001:8b0:1111:1111::5418 1240 62 UDP 53->8688
Error Feb 29 19:13:33 IDS fragment parser : fragment sweep (1 of 1) :
-
2122967·perl·2.8 KB·2012-02-29 18:55 UTC
#!/usr/bin/perl -wT
use strict;
use CGI;
use CGI::Carp qw ( fatalsToBrowser );
use File::Basename;
use File::Copy;
use Fcntl qw( :DEFAULT :flock );
use IO::Handle;
use constant UPLOAD_DIR