-
2097048·text·1.5 KB·2011-12-28 18:36 UTC
frailes10@frailes10:~$ sudo lspci
[sudo] password for frailes10:
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: I
-
2097047·text·749 B·2011-12-28 18:24 UTC
public class Arrow : MonoBehaviour {
public int player = 0;
void Start(){
Messenger<int>.AddListener("Destroy Self", destroySelf);
}
void OnMouseDown(){
Debug.Log("Arrow clicked -
-
2097046·text·635 B·2011-12-28 18:23 UTC
list messages;
string pipi;
default {
state_entry() {
llSetTimerEvent(0.1); // Poll for emails. (Yes, that is a retarded way on an event-based system!)
}
timer() {
-
2097044·text·834 B·2011-12-28 18:16 UTC
werner@HTPC:~$ mythfrontend --version
Please attach all output as a file in bug reports.
MythTV Version : v0.24.1+
MythTV Branch :
Network Protocol : 63
Library API : 0.24.20110505-1
-
2097043·text·196 B·2011-12-28 18:14 UTC
private var buildingTags : BuildingTag[];
function TurnOffCurrBuildingTag()
{
if (currBuildingTagOn >= 0)
{
buildingTags[currBuildingTagOn].TurnOff();
currBuildingTagOn = -1;
}
}
-
2097041·text·7.1 KB·2011-12-28 17:46 UTC
werner@HTPC:~$ mythfrontend -v none,file,extra 2>&1 > frontlog
QObject::connect: Cannot queue arguments of type 'QNetworkReply::NetworkError'
(Make sure 'QNetworkReply::NetworkError' is registered u
-
2097036·text·1.6 KB·2011-12-28 17:33 UTC
Zubatej's concept of wc run
Motivation:
Oryx 2 has 65k hp
dmg needed to get wc top in sb is afaik around 650 so we can get like 100 sb bags
(we won't get 100, but let's get as much as we can)
-
2097034·text·1.1 KB·2011-12-28 17:33 UTC
Perl interface loaded
* Looking up irc.warez-bb.org
* Connecting to irc.warez-bb.org (94.75.237.215) port 7000...
SSL Microsoft Unified Security Protocol Provider
SSL Sending 81 bytes of h
-
2097033·text·1.6 KB·2011-12-28 17:33 UTC
Zubatej's concept or wc run
Motivation:
Oryx 2 has 65k hp
dmg needed to get wc top in sb is afaik around 650 so we can get like 100 sb bags
(we won't get 100, but let's get as much as we can)
-
2097031·text·431 B·2011-12-28 17:29 UTC
New Form:
=====
This operation will recreate all funds with the "propogate" flag for the next fiscal year.
[ ] Deactivate propogated funds and rollover encumberances and balances to the next fisc
-
2097030·text·1.3 KB·2011-12-28 17:28 UTC
kyron lvm # rm /dev/sda[123]
kyron lvm # rm /dev/sdb[123]
kyron lvm # ll /dev/sd[ab]*
brw-rw---- 1 root disk 8, 0 Dec 28 12:25 /dev/sda
brw-rw---- 1 root disk 8, 16 Dec 28 12:25 /dev/sdb
kyron l
-
2097027·text·43.4 KB·2011-12-28 17:21 UTC
-
2097026·text·749 B·2011-12-28 17:17 UTC
illustrate.h
#include <iostream>
#include <string>
class illulstrate
{
public:
static int count;
void print() const;
void setX(int a);
static void in
-
2097022·text·1.7 KB·2011-12-28 17:03 UTC
Hello, I was just scammed and want to report Witch (User ID: TjaJagHeterBajs http://steamcommunity.com/id/TjaJagHeterBajs ).
(Look at the bottom for detailed info)
He said he had a Dead Island k
-
2097021·text·267 B·2011-12-28 16:53 UTC
pid => auto
aid => 2
filepath => kakadelavaka
filename => auto rellenar al leer del directorio
title => Titulo, año
caption => Nombre Autor (Pais)<br/><br/>
Tecnica lienzo etc <br/><br/>
-
2097017·text·749 B·2011-12-28 16:26 UTC
kyron lvm # parted /dev/sda print
Model: ATA WDC WD1002FAEX-0 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File sy
-
2097011·text·1.0 KB·2011-12-28 15:35 UTC
/bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -Wall -O2 -march=i686 -pipe -fomit-frame-pointer -mno-tls-direct-seg-refs -export-dynamic -Wl,-O1 -Wl,--as-needed -o collectd collectd
-
2096983·text·4.7 KB·2011-12-28 15:13 UTC
12/28/2011 9:11:06 AM: Starting with version 2.30.1.0
12/28/2011 9:11:07 AM: scanning mods
12/28/2011 9:11:07 AM: scanning maps
12/28/2011 9:11:07 AM: scanning packages
12/28/2011 9:11:07 AM: Init
-
2096982·text·4.7 KB·2011-12-28 15:13 UTC
12/28/2011 9:11:06 AM: Starting with version 2.30.1.0
12/28/2011 9:11:07 AM: scanning mods
12/28/2011 9:11:07 AM: scanning maps
12/28/2011 9:11:07 AM: scanning packages
12/28/2011 9:11:07 AM: Init
-
2096967·text·1.9 KB·2011-12-28 14:31 UTC
/**
**/
//NEVER USE pin 0 and 1 as they are serial RX/TX and 13 as it is the attached LED that needs to be desoldered.
const int resetPin = 3;
const int clockPin = 4;
const int dataPin = 5;