-
2054163·text·42.2 KB·2011-05-05 10:20 UTC
-
2054159·text·1.0 KB·2011-05-05 09:53 UTC
F:\svn-2010>dump-nodes.cmd copy_tests-98
0||normal|1|
0|A|normal|1|A
0|A/B|normal|1|A/B
2|A/B|base-deleted||
0|A/B/E|normal|1|A/B/E
2|A/B/E|base-deleted||
0|A/B/E/alpha|normal|1|A/B/E/alpha
2|
-
2054158·text·2.2 KB·2011-05-05 09:45 UTC
/dev/md/62_0:
Version : 0.90
Creation Time : Fri Sep 11 22:33:59 2009
Raid Level : raid6
Array Size : 5784893568 (5516.90 GiB 5923.73 GB)
Used Dev Size : 964148928 (919.48 G
-
2054156·text·2.7 KB·2011-05-05 09:27 UTC
diff -ur livecd-tools-031.orig/imgcreate/creator.py livecd-tools-031/imgcreate/creator.py
--- livecd-tools-031.orig/imgcreate/creator.py 2010-10-05 11:13:26.000000000 +0400
+++ livecd-tools-031/imgcre
-
2054154·text·537 B·2011-05-05 09:17 UTC
#include <iostream>
class Base1 {};
class Base2 {};
class Base3 {};
class Base4 {};
class Base5 {};
class Derived : public Base1, public Base2, public Base3, public Base4, public Base5
{
p
-
2054152·text·1.1 KB·2011-05-05 09:09 UTC
eveile@localhost:~/build/quassel-core-mysql/build$ quasselcore --change-userpass=admin --configdir=~/.config/quassel-irc.org
("QSQLITE", "QMYSQL3", "QMYSQL", "QPSQL7", "QPSQL")
Selected storage bac
-
2054150·text·1.1 KB·2011-05-05 09:04 UTC
Accuser
Airbourne
Apocalyptica
As I Lay Dying
Avantasia
Battle Beast
Blaas of Glory
Blind Guardian
Blowsight
Bullet
Bülent Ceylan
Children of Bodom
Cradle of Filth
CrashDiet
Danko Jones
-
2054149·text·1.1 KB·2011-05-05 09:03 UTC
quasselcore --change-userpass=admininnodb_data_home_dir=/var/lib/mysql
("QSQLITE", "QMYSQL3", "QMYSQL", "QPSQL7", "QPSQL")
Selected storage backend is not available: "MySQL"
Core is currently not
-
2054144·text·17.6 KB·2011-05-05 08:53 UTC
Notes:
Written for /tg/, based upon a rumoured bit of old D&D fluff about elves having verysensitive hands... in
that
way. It inspired the story, which then evolved into further awkwardness for
-
2054143·text·5.1 KB·2011-05-05 08:48 UTC
"Oh, you might have, huh?""Indeed." The Ambassador sounded delighted. "Your perceptiveness does you credit."Thurel rolled his eyes. "And were you planning to give them back?""Of course!" The elf lo
-
2054142·text·1.2 KB·2011-05-05 08:47 UTC
c1 = gst_caps_from_string ("audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2 ]");
c2 = gst_caps_from_st
-
2054140·text·6.6 KB·2011-05-05 08:34 UTC
10.Things.I.Hate.About.You[1999]
200 Pounds Beauty (2006)
21 (2008)
3 Idiots (2009)
911 Mysteries
A long came polly (2004)
Accuracy of Death (2008)
Afro Samurai (2007)
Aftersex (2007)
Agora (
-
2054139·text·3.7 KB·2011-05-05 08:33 UTC
zangetsu:HD kenshin$ ls -1
127 Hours (2010)
16 Blocks (2006)
2012 (2009)
28 Week Later (2007)
300 (2006)
50 First Dates (2004)
500 Days of Summer (2009)
A Bugs LIfe (1998)
Adventure Land (200
-
2054137·bash·214 B·2011-05-05 08:25 UTC
#!/bin/bash
log=/root/bin/test.log
exec &> "$log"
>>"$log" 2>&1
echo "line 1"
echo "line 2"
ls
echo "the remainder..."
echo " "
echo -n "start of the line "
echo "end of the line"
-
2054132·text·324 B·2011-05-05 08:06 UTC
public class Foo {
public static void main(String[] args) {
boolean end_loop = false;
while (!end_loop) {
end_loop = EndLoop();
}
}
public static void EndLoop() {
b
-
2054131·text·316 B·2011-05-05 08:06 UTC
public class Foo {
public static void main(String[] args) {
end_loop = false;
while (!end_loop) {
end_loop = EndLoop();
}
}
public static void EndLoop() {
boolean e
-
2054129·text·570 B·2011-05-05 08:03 UTC
44%] Building CXX object src/common/CMakeFiles/mod_common.dir/settings.cpp.o
[ 44%] Building CXX object src/common/CMakeFiles/mod_common.dir/signalproxy.cpp.o
/home/n
-
2054127·text·204 B·2011-05-05 07:49 UTC
<?php
# Внимание! Данный файл должен оставаться в кодировке WINDOWS-1251! #
/* @Хрен вам а не CP1251 */
/* @setlocale(LC_ALL, 'ru_RU.CP1251'); */
-
2054126·text·1.1 KB·2011-05-05 07:48 UTC
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
-
2054125·text·2.4 KB·2011-05-05 07:40 UTC
// Wendy Dang, CSE 142, Spring 2011, Section AC
// Programming Assignment #5 , 05/04/11
//This program plays a number guessing game.
//Overall results are recorded at the end.
import java.uti