-
2104468·text·1.3 KB·2012-01-20 12:58 UTC
MACRO 16777227 "偷" "INV_MISC_QUESTIONMARK"
#showtooltip
/cast [@focus] 偷天換日
MACRO 16777225 "偷天" "INV_MISC_QUESTIONMARK"
#showtooltip
/cast [@targettarget,help] 偷天換日;偷天換日
MACRO 16777222 "悶"
-
2104466·text·33 B·2012-01-20 12:53 UTC
[[2215456987]]
[[5845874445687]]
-
2104464·text·1.3 KB·2012-01-20 12:45 UTC
//gcc `pkg-config --cflags --libs poppler-glib` pdf.cpp
#include <stdio.h>
#include <cairo.h>
#include <poppler/GlobalParams.h>
#include <poppler/PDFDoc.h>
#include <poppler/CairoOutputDev.h>
-
2104458·text·147 B·2012-01-20 12:30 UTC
function OnGUI() {
Event e = Event.current;
if (e.isKey && e.character == 'g') {
transform.position = Vector3(1, 2, 3);
}
}
-
2104450·text·37.2 KB·2012-01-20 11:55 UTC
-
2104445·text·37.3 KB·2012-01-20 11:40 UTC
-
2104442·text·37.2 KB·2012-01-20 11:39 UTC
-
2104440·text·37.2 KB·2012-01-20 11:38 UTC
-
2104437·text·22.7 KB·2012-01-20 11:31 UTC
------------------
System Information
------------------
Time of this report: 1/20/2012, 06:27:33
Machine name: RYAN-PC
Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7600) (76
-
2104434·text·33 B·2012-01-20 11:05 UTC
[[2215456987]]
[[5845874445687]]
-
2104432·text·16 B·2012-01-20 11:02 UTC
[[2215456987]]
-
2104431·text·1.2 KB·2012-01-20 10:58 UTC
kevinprince: Traceroute has started…
[10:37] kevinprince: traceroute to e2943.c.akamaiedge.net (23.32.172.20), 64 hops max, 72 byte packets
[10:37] kevinprince: 1 vigor.router (192.168.1.1) 1.805
-
2104356·nasm·953 B·2012-01-20 10:23 UTC
.text
.globl main
main:
addi $a0, $zero, 4
jal Fibonacci
Fibonacci:
addi $sp, $sp, -8
sw $s0, 0($sp)
sw $s1, 4($sp)
sw $ra, 8($sp)
add $s0, $zero, $a0 #s0 = initial numbe
-
2104321·text·2.1 KB·2012-01-20 10:03 UTC
b304:~# traceroute rom.by
traceroute to rom.by (78.46.67.232), 30 hops max, 60 byte packets
1 217.197.124.129 (217.197.124.129) 2.791 ms 2.903 ms 2.969 ms
2 213.221.4.193 (213.221.4.193) 22
-
2104314·diff·2.5 KB·2012-01-20 09:26 UTC
From 6518a1a430884bd9aac94e85fdf4037c75db1cd4 Mon Sep 17 00:00:00 2001
From: Xavier Queralt <xqueralt at flumotion>
Date: Fri, 20 Jan 2012 10:23:32 +0100
Subject: [PATCH] Fix compatiblity with Twis
-
2104307·mirc·6 B·2012-01-20 08:35 UTC
dddddd
-
2104301·text·965 B·2012-01-20 08:22 UTC
Settings for dynamic channel #nook-tablet:
<nookster> Protect modes (chanmode): +tn
<nookster> Idle Kick after (idle-kick): DON'T!
<nookster> stopnethack: DON'T!
<nookster> aop-delay: 0:0
<nookst
-
2104297·text·1.1 KB·2012-01-20 07:44 UTC
Making: libjpipe.dylib
Making: libjpipe.dylib.jnilib
macosx-create-bundle: error: file is not an executable or shared library.
dmake: Error code 1, while making '../../unxmacxi.pro/lib/libjp
-
2104295·text·1.0 KB·2012-01-20 07:40 UTC
freezeman049 11:32 pm
hey
remember when you told me you found solar's and freeze's relationship natural?
Alex Zalir 11:32 pm
At first I did yeah
it got kinda freeky after a bi
-
2104287·text·2.6 KB·2012-01-20 06:32 UTC
using System;
using System.Collections.Generic;
using System.Timers;
namespace IrcLib
{
public class MessageBuffer
{
private List<string> m_buffer;
private int m_del