-
2051409·text·7.9 KB·2011-04-28 02:33 UTC
root@sid_chroot:/home/e17_debian/evas/evas-1.0.0+svn58962# debuild -us -uc
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-build
-
2051408·text·339 B·2011-04-28 02:27 UTC
Python 2.6.6 (r266:84292, Mar 3 2011, 15:11:07)
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> if foo: print 'foo declared'
... else: print 'foo
-
2051407·csharp·178 B·2011-04-28 02:26 UTC
class EpicFailException : ApplicationException
{
public EpicFailException(string message)
: base(message)
{
HelpLink = "http://google.com";
}
}
-
2051402·text·8.1 KB·2011-04-28 02:00 UTC
[00:33:37] <Warod> Hi there.
[00:34:10] <screensilently> hi Warod
[00:34:49] <screensilently> what's the name of the flower on your hostname?
[00:37:17] <Warod> I'm not quite sure what you actually
-
2051401·csharp·357 B·2011-04-28 01:59 UTC
static Stack<int> RandStack (int size)
{
if (size < 1)
throw new ArgumentException("Value of stacks parameter cannot be less than 1.", "value");
Stack<int> mystack = new Stack<in
-
2051400·csharp·445 B·2011-04-28 01:58 UTC
static Stack<int> RandStack (int size)
{
if (size < 1)
throw new ArgumentException("Value of stacks parameter cannot be less than 1.", "value");
S
-
2051399·text·677 B·2011-04-28 01:45 UTC
def export_vm(self, ref, destination, ref2=None, as_vm = False):
if ref2:
task_uuid = self.connection.task.create(self.session_uuid, "Exporting snapshot", "Exporting snapshot
-
2051398·text·830 B·2011-04-28 01:37 UTC
function company_case($title) {
$smallwordsarray = array(
'of','a','the','and','an','or','nor','but','is','if','then','else','when',
'at','from','by','on','off','for','in','out','over',
-
2051396·text·1.6 KB·2011-04-28 01:23 UTC
*Apr 27 20:22:14.999: BGP: 38.229.66.20 Active open failed - no route to peer, open active delayed 11264ms (35000ms max, 60% jitter)
R1#
*Apr 27 20:22:18.283: BGP: topo global:IPv4 Unicast:base Sc
-
2051395·bash·605 B·2011-04-28 01:17 UTC
echo "Welcome to my script, (1) to present date, (2) to search for a specified file, (3) Compile a specified C++ program"
read -r choice
echo "You just chose..." $choice
case $choice in
-
2051393·text·1.8 KB·2011-04-28 01:02 UTC
<?php
class LoginFormUserValidator extends sfValidatorBase
{
public function configure($options = array(), $messages = array())
{
$this->addOption('username_field', 'email');
$
-
2051382·text·1.4 KB·2011-04-28 00:14 UTC
Curt says:
true enough
so here is my thoughts
First off I got my hopes up fairly high simply because it sounded like this was all going to be pretty cake walk and things would move fast and th
-
2051380·text·4.9 KB·2011-04-28 00:11 UTC
libavformat file format detected.
[flv @ 0x1a61ef0] Estimating duration from bitrate, this may be inaccurate
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0
VIDEO: [H26
-
2051375·text·10.5 KB·2011-04-27 23:46 UTC
0 - UNKNOWN RACE
1 - Human
2 - Barbarian
3 - Erudite
4 - Wood Elf
5 - High Elf
6 - Dark Elf
7 - Half Elf
8 - Dwarf
9 - Troll
10 - Ogre
11 - Halfling
12 - Gnome
13 - Aviak
-
2051366·text·3.8 KB·2011-04-27 23:26 UTC
[2011/04/28 04:32:26] [INFO] [engine] [3911] [1303945282791] [admin] [wheel] [0,ls] task started
[2011/04/28 04:32:27] [ERROR] [cmd] [3911] [] [] [] [,] remote dir (_4) could not be createdTraceback
-
2051364·text·4.7 KB·2011-04-27 23:15 UTC
论 趣
记得那里笔记有一段,说乾隆游江南,有一天登高观海,看见海上几百条船舶,张帆往来,或往北,或往南,颇形热闹。乾隆问左右:“那几百条船到哪里去?”有一位扈从随口答道:“我看见只有两条船。”“怎样说?”皇帝问。那位随行的说:“老天爷。实在只有两条船。一条叫名,一条叫利。”乾隆点首称善。
这话大体上是对的。以名利二字,包括人生一切活动的动机,是快人快语。
-
2051360·text·1.0 KB·2011-04-27 23:03 UTC
#!Rscript
a <- c(1,2,3,4,5,4,3,2,1,5,6,-12)
b <- c(7,4,2,1,-1,-4,5,3,2,1,0,-11)
swappoints <- vector()
if (length(a) != length(b)) {
print("Horribly sorry, old chap, we need equally sized lis
-
2051359·text·20.0 KB·2011-04-27 22:51 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head
-
2051357·text·1012 B·2011-04-27 22:34 UTC
#!Rscript
a <- c(1,2,3,4,5,4,3,2,1,5,6,-12)
b <- c(7,4,2,1,-1,-4,5,3,2,1,0,-11)
swappoints <- vector()
if (length(a) != length(b)) {
print("Horribly sorry, old chap, we need equally sized lis
-
2051351·text·508 B·2011-04-27 22:08 UTC
require(quantmod)
y <- getFX('USD/JPY', from=Sys.Date()-499, auto.assign=F)
x <- index(y)
y.above <- y[as.vector(y) > mean(as.vector(y))]
y.below <- y[as.vector(y) < mean(as.vector(y))]
x.above <