-
2053449·text·2.1 KB·2011-05-03 12:53 UTC
10 Extractor M:29 G:0
10 Overlord M:101 G:0
10 ExtractorTrick M:81 G:0
10 +1 Drone on gas M:6 G:0
11 SpawningPool M:201 G:17
12 +1 Drone on gas M:5 G:27
12 +1 Drone on gas M:5 G:27
15 O
-
2053448·text·375 B·2011-05-03 12:48 UTC
def mean_and_stdev(list):
mean=sum(list)/len(list)
sdsq = sum([(i - mean) ** 2 for i in list])
stdev = (sdsq / (len(list) )) ** .5
return mean,stdev
def get_mean_and_stdev(list):
m
-
2053442·text·2.2 KB·2011-05-03 12:32 UTC
make[4]: [/home/alextai/fonosfera-devel/trunk/openwrt/build_dir/linux-fonera2n/linux-2.6.21/.configured] Error 2 (ignored)
rm -rf /home/alextai/fonosfera-devel/trunk/openwrt/build_dir/linux-fonera2n/
-
2053440·text·1.2 KB·2011-05-03 12:23 UTC
~$ cat sier.c
#include <stdio.h>
int main() {
int a=1<<10;
while(a--){putchar(040+0b11*!((a^((a>>5)&a))&037));if(!(a&0x1F))putchar('\n');}
}
~$ ./sier
################################
-
2053437·text·1003 B·2011-05-03 12:07 UTC
2011-05-03 13:17:34 +04:30 --- info: PID: 31953 Time: 900.1621 Memory: 7.73MB URI: message_queue/frontend/server/common/keep_alive IP:Unknown
2011-05-03 13:02:34 +04:30 --- info: SADERAT VERIFY order
-
2053436·text·446 B·2011-05-03 12:04 UTC
~ $ cat test.py
from snakeoil.weakrefs import WeakRefFinalizer
import gc
class foo(object):
__metaclass__ = WeakRefFinalizer
def __init__(self, attr):
self.attr = attr
def
-
2053434·text·7.6 KB·2011-05-03 11:53 UTC
#
# General settings
#
# the path to the widget directory
#setWidgetPath ""
# the color of the bar
setBarColor #252B3E
# the color of the text displayed in the bar
setTextColor #9F97A3
-
2053433·text·6.9 KB·2011-05-03 11:52 UTC
Bugreport
DATE/TIME: Tue May 3 10:52:22 CEST 2011]
VERSION: 1.3rc1
HOSTNAME: localhost.localdomain
EXECUTABLE: /usr/bin/tclsh
SCRIPT:
SYSTEM:
-------
TCL: 8.5.9
OS: L
-
2053431·text·859 B·2011-05-03 11:51 UTC
l# apt-get -o DPkg::Options::="--force-confmiss" --reinstall install mysql-server-5.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0
-
2053430·text·1.5 KB·2011-05-03 11:42 UTC
# apt-get -o DPkg::Options::="--force-confmiss" --reinstall install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following N
-
2053428·text·928 B·2011-05-03 11:35 UTC
<?php
function getmicrotime($t){
list($usec, $sec) = explode(" ",$t);
return ((float)$usec + (float)$sec);
}
$benchmark_start = microtime(true);
$trans = array("h" => "-", "hello" => "
-
2053427·text·9.9 KB·2011-05-03 11:35 UTC
#############################################################################
# #
# diggtitles.tcl
-
2053425·text·2.3 KB·2011-05-03 11:15 UTC
PseudoList<Integer> pl = new PseudoList<Integer>(new Integer[] {1,2,3});
//works:
for (Iterator<Integer> iter = pl.iterator(); iter.hasNext(); ) {
Integer var = iter.next();
System.out
-
2053424·text·3.3 KB·2011-05-03 11:08 UTC
In my opinion (not saying im right), the answers for the new questions are:
4. a. Use dynamic management views
12. b. Grant the ALTER TRACE perm
-
2053423·text·850 B·2011-05-03 11:06 UTC
the following questions i got different answers /thoughts about, so please talk about
12. c. policyAdministratorRole grants the required permissions
21. d. stram_blob_columns = true
-
2053422·text·523 B·2011-05-03 10:50 UTC
@ECHO OFF
REM The following directory is for .NET 2.0
set DOTNETFX2=%SystemRoot%\Microsoft.NET\Framework\v2.0.50727
set PATH=%PATH%;%DOTNETFX2%
echo Installing WindowsService...
echo --------
-
2053421·text·128.5 KB·2011-05-03 10:44 UTC
-
2053419·text·30.0 KB·2011-05-03 10:38 UTC
G90
G21
M103
M105
M106
M140 S60.0
M141 S30.0
M142 S0.0
M113 S1.0
M108 S210.0
M104 S200.0
G1 X-16.2 Y-9.95 Z0.9 F60.0
G1 F798.0
G1 E0.0
G1 F60.0
G92 E0
M101
G1 X-16.2 Y-6.26 Z0.9 F240.
-
2053418·text·1.2 KB·2011-05-03 10:11 UTC
___ ___ ______ _____ __ .__
/ | \_____ ______ ______ ___.__. / __ \ / \ ____ _____/ |_| |__ ______
/ ~
-
2053415·text·6.7 KB·2011-05-03 09:45 UTC
CC libavdevice/bktr.o
libavdevice/bktr.c: In function 'bktr_getframe':
libavdevice/bktr.c:213:9: error: implicit declaration of function 'usleep' [-Werror=implicit-function-declaration]
cc1: s