-
2070203·text·253 B·2011-05-27 10:26 UTC
File "scc.py", line 563, in on_text
elif destination.get_info('network') == sccnet.get_info('network') and destination.get_info('channel') == sccnet.get_info('channel') and stnick == "SCC":
Attribut
-
2070201·cpp·1.4 KB·2011-05-27 10:25 UTC
#include <iostream>
#include <cstdlib>
using namespace std;
// Generates a random number
int nGenerate()
{
int number;
number = rand() % 100 + 1;
return number;
}
// Asks for imput and
-
2070196·text·2.8 KB·2011-05-27 10:16 UTC
/*
Socket.h
Copyright (C) 2002-2004 René Nyffenegger
This source code is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for a
-
2070192·text·21 B·2011-05-27 10:09 UTC
this is a test paste.
-
2070186·text·37.9 KB·2011-05-27 09:56 UTC
-
2070174·text·66.3 KB·2011-05-27 09:46 UTC
-
2070172·text·117.1 KB·2011-05-27 09:44 UTC
-
2070156·text·1.4 KB·2011-05-27 09:04 UTC
Mem: 8648K used, 20720K free, 0K shrd, 1100K buff, 3244K cached
CPU: 0% usr 0% sys 0% nic 0% idle 0% io 0% irq 100% sirq
Load average: 2.75 3.45 2.16 2/18 699
PID PPID USER STAT
-
2070150·text·46 B·2011-05-27 08:59 UTC
"status":false,"serverStatus":1,"news":[none];
-
2070148·text·14.8 KB·2011-05-27 08:52 UTC
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.29-dsa-ia32 i686 Debian
Current Operating System: Linux bok7 2.6.32-5-686 #1
-
2070142·text·3.4 KB·2011-05-27 08:46 UTC
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (pbuilder@windlord) Sun Jun 13 06:03:17 UTC 2010
Section "ServerLayout"
Identifier "X.o
-
2070137·text·3.2 KB·2011-05-27 08:37 UTC
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (pbuilder@windlord) Sun Jun 13 06:03:17 UTC 2010
Section "ServerLayout"
Identifier "X.o
-
2070112·text·1022 B·2011-05-27 08:06 UTC
ARTIST : P.O.D.
TITLE : When Angels And Serpents Dance
LABEL : Columbia Records
GENRE : Metal
BITRATE : 218 kbps avg
SOURCE : CD (LP)
PLAYTIME : 00:51:21
SIZE
-
2070110·cpp·859 B·2011-05-27 08:03 UTC
void Slunce()
{
GLdouble px = MODEL_DISTANCE*cos(_angle*DEG_TO_RAD);
GLdouble py = MODEL_DISTANCE*1.475 + 1.0*MODEL_DISTANCE*sin(_angle*DEG_TO_RAD);
GLdouble pz = MODEL_DISTANCE*sin(_a
-
2070066·css·308 B·2011-05-27 06:55 UTC
#textpart
{
height:418px;
width:457px;
display:inline-block;
margin-top: -421px;
position: absolute;
background-color:#000;
filter:alpha(opacity=50);
opacity
-
2070065·text·91.5 KB·2011-05-27 06:55 UTC
-
2070060·text·8.6 KB·2011-05-27 06:50 UTC
$ ./run_local.sh
python: can't open file '/usr/lib/ubuntu-sso-client/ubuntu-sso-login': [Errno 2] No such file or directory
2011-05-27 09:43:02,680 - softwarecenter - INFO - Using data (UI, xapia
-
2070059·text·552 B·2011-05-27 06:49 UTC
root@server [~]# yum search oidentd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.de.leaseweb.net
* extras: mirror.de.leaseweb.net
* updates: mirror.w
-
2070057·text·1.5 KB·2011-05-27 06:48 UTC
import socket
import time
import random
HOST = "irc.freenode.net"
HOME_CHANNEL = "##apbothome"
NICK = "Sheldon-Cooper"
PORT = 6667
SYMBOL = "#"
blank = ""
def ping(msg):
s.send("PONG :
-
2070053·text·333 B·2011-05-27 06:45 UTC
(define HOST "irc.rizon.net")
(define PORT 6667)
(define NICK "axebot")
(define CHAN "#kpop")
(define io
(open-tcp-stream-socket HOST PORT))
(define (rwloop)
(define line
(read-lin