-
2103960·text·398 B·2012-01-19 01:55 UTC
1. PAL has 9 additional enemies, the 8 dark aeons and Penance.
2. PAL has an Expert Sphere Grid. (Out of curiosity, do you choose this at the start of the game, or when you first gain access to the
-
2103958·text·1.5 KB·2012-01-19 01:25 UTC
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Text;
namespace IrcLib
{
public class IrcConnection
{
-
2103956·text·288 B·2012-01-19 01:15 UTC
dom/interfaces/pointerlock/Makefile.in
+XPIDLSRCS = \
+ nsIDOMMozNavigatorPointerLock.idl \
+ nsIDOMMozPointerLock.idl \
+ nsIMozPoin
-
2103953·text·373 B·2012-01-19 01:03 UTC
PC Engines ALIX.2 v0.99h
640 KB Base Memory
261120 KB Extended Memory
01F0 Master 044A TRANSCEND
Phys C/H/S 3884/16/63 Log C/H/S 971/64/63
Using drive 0, partition 3.
Loading......
probing: p
-
2103948·text·942 B·2012-01-19 00:21 UTC
.../grafx2/trunk% stagingpkg "libpng15 rebuild"
==> Signing package ./grafx2-2.3-3-x86_64.pkg.tar.xz...
You need a passphrase to unlock the secret key for
user: "Alexander R�dseth <rodseth@gmail.
-
2103944·text·294 B·2012-01-18 23:54 UTC
amd64:/boot/grub# emerge -v --deep --update --pretend --newuse world
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] dev-perl
-
2103934·text·65.2 KB·2012-01-18 23:04 UTC
-
2103933·text·653 B·2012-01-18 23:00 UTC
$insertSQL = "INSERT INTO contacts (contact_hash, date_entered, salutation, first_name, last_name, phone_home, phone_mobile, email1) VALUES (:contact_hash, :date_entered, :salutation, :first_name,
-
2103932·text·394 B·2012-01-18 22:51 UTC
#define LED 13
void ranum() {
delay(int(random(30, 1001)));
}
void setup() {
pinMode(LED, OUTPUT); //set pin 13 as output
randomSeed(analogRead(0));
}
void loop() {
digitalWrite
-
2103928·text·655 B·2012-01-18 22:39 UTC
$insertSQL = "INSERT INTO contacts (contact_hash, date_entered, salutation, first_name, last_name, phone_home, phone_mobile, email1) VALUES (:contact_hash, :date_entered, :salutation, :first_name,
-
2103925·text·25.4 KB·2012-01-18 22:05 UTC
Object 2 held by 0x5FBFBEE0 is 1 out of balance.
Put into nsCOMPtr at:
nsCOMPtr<nsIDOMEventTarget>::assign_assuming_AddRef(nsIDOMEventTarget*)+0x00000043 [/Users/me/firefox/firefox/obj-ff-dbg/dist
-
2103920·text·416 B·2012-01-18 21:34 UTC
/* foo.h */
#ifndef FOO_H
#define FOO_H
// here we document how awesome foo() is.
void foo();
#endif // FOO_H
/* foo.c */
#include "foo.h"
void foo() { ... }
/* main.c */
#include
-
2103919·text·803 B·2012-01-18 21:31 UTC
import java.util.*;
public class Gram {
public static void main(String args[]) {
String strVal;
double numVal = 0;
double resultVal = 0;
final double CON_RATE = 2.2;
Sc
-
2103914·text·30.1 KB·2012-01-18 21:07 UTC
Process: pharo [15203]
Path: /Users/justinbull/Downloads/PBE-1.0/Pharo-1.3-13315-OneClick.app/Contents/MacOS/pharo
Identifier: org.pharo.Pharo
Version: Pharo 1.3 (21
-
2103913·text·1.8 KB·2012-01-18 21:05 UTC
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/*=========================================================================
Constants and definitions:
=======================
-
2103910·text·1.3 KB·2012-01-18 20:59 UTC
[root@vps2 usbpen]# mount
/dev/sda2 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/mapper/VolGroup00-LogVol
-
2103909·text·1.3 KB·2012-01-18 20:58 UTC
[root@vps2 usbpen]# mount
/dev/sda2 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/mapper/VolGroup00-LogVol
-
2103908·text·352 B·2012-01-18 20:58 UTC
[root@vps2 usbpen]# mount
/dev/sda2 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/mapper/VolGroup00-LogVol
-
2103904·text·559 B·2012-01-18 20:44 UTC
stitch@spongebob:~$ apt-cache show zip
Package: zip
Version: 3.0-4
Installed-Size: 636
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: amd64
Replaces: zip-crypt (<= 2.30-2)
Depends
-
2103901·text·564 B·2012-01-18 20:33 UTC
import java.util.*;
public class Test {
private static Scanner in = new Scanner(System.in);
private static int inputVal = 0;
private static boolean isBetween = false;
public static boo