-
2071559·text·2.1 KB·2011-05-29 11:07 UTC
VIBENAS# zpool iostat -v 10 2
capacity operations bandwidth
pool used avail read write read write
----------- ----- ----- ----- ----- ----- -----
NAS1
-
2071558·text·2.5 KB·2011-05-29 11:06 UTC
da0 at twa0 bus 0 scbus0 target 0 lun 0
da0: <AMCC 9650SE-8LP DISK 4.08> Fixed Direct Access SCSI-5 device
da0: 100.000MB/s transfers
da0: 953664MB (1953103872 512 byte sectors: 255H 63S/T 121575C
-
2071557·text·942 B·2011-05-29 11:04 UTC
VIBENAS# zpool iostat 1
capacity operations bandwidth
pool used avail read write read write
---------- ----- ----- ----- ----- ----- -----
NAS1 5
-
2071553·lisp·1004 B·2011-05-29 10:51 UTC
(defun file-shuffler(file &optional file2 dir filter pull)
"shuffle file and file2, taking a backups if necessary"
(interactive (list file (if (not file2)
(let ((files '(shell-command (concat "
-
2071552·text·2.2 KB·2011-05-29 10:48 UTC
[22:08:42] <p3dro88> Bem parece mesmo que tomámos a decisão certa
[22:08:48] <p3dro88> E podes não notar mas és arrogante
[22:09:00] <Gemeos2> Mais arrogante és tu ao me ignorares.
[22:09:07] <Geme
-
2071550·text·3.0 KB·2011-05-29 10:37 UTC
Ok, so TT did it wrong, and my previous fix did not fix that. I have changed it to work as in stock in r3935. Now to decide what to do with the harvester becoming invisible and not moving.
The prob
-
2071549·text·56.9 KB·2011-05-29 10:32 UTC
-
2071548·text·56.9 KB·2011-05-29 10:23 UTC
-
2071543·text·495 B·2011-05-29 10:08 UTC
/console farclip 1250
/console groundEffectDensity 256
/console groundEffectDist 160
/console waterDetail 2
/console shadowMode 1
/console weatherDensity 1
/console terrainMipLevel 0
/console p
-
2071542·text·1.0 KB·2011-05-29 10:02 UTC
/var/www/web17/web/typo3temp/pics/ muss beschreibbar sein.
/var/www/web17/web/typo3temp/temp/ muss beschreibbar sein.
/var/www/web17/web/typo3temp/llxml/ muss beschreibbar sein.
/var/www/web17/web/
-
2071538·text·151 B·2011-05-29 09:51 UTC
git clone git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
cd drm-2.6
git checkout -b drm-radeon-testing origin/drm-radeon-testing
-
2071537·text·2.8 KB·2011-05-29 09:47 UTC
3. Návrh sítě na vrstvě přenosových médií vycházející z matice vzdáleností
Pokud bychom analyzovali strukturu nákladů při návrhu sítě, zjistíme, že jednu z nejvyšších položek činní výkopové práce a j
-
2071535·text·1000 B·2011-05-29 09:42 UTC
Albanian - Compact
Arabic (Eastern) I
Arabic (Egyptian) I
Armenian (Eastern) - Compact
Armenian (Western) - Compact
Chinese (Cantonese) I
Chinese (Mandarin) I
Chinese (Mandarin) II
Chinese (Ma
-
2071534·text·15.1 KB·2011-05-29 09:38 UTC
list.Add( "OverrideMaterials", "models/wireframe" )
list.Add( "OverrideMaterials", "debug/env_cubemap_model" )
list.Add( "OverrideMaterials", "models/shadertest/shader3" )
list.Add( "OverrideMateri
-
2071533·html·725 B·2011-05-29 09:36 UTC
<html lang="fr">
<head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/master.css" type="text/css" />
</head>
<body>
<section>
<header>
<nav>
<ul>
-
2071532·text·1.4 KB·2011-05-29 09:29 UTC
Arabic V3 Level 1
Arabic V3 Level 2
Arabic V3 Level 3
Chinese (Mandarin) V3 Level 1
Chinese (Mandarin) V3 Level 2
Chinese (Mandarin) V3 Level 3
Danish V3 Level 1
Dutch V3 Level 1 - 2
English
-
2071531·text·574 B·2011-05-29 09:28 UTC
void IN_AttackDown(void)
{
int k, i, imp, c = Cmd_Argc();
// check if we have a keycode at the end, e.g. +fire 8 5 3 120
// if it's >= 32, treat is as keycodes, otherwise an impulse
-
2071530·text·558 B·2011-05-29 09:27 UTC
void IN_AttackDown(void)
{
int k, i, imp, c = Cmd_Argc();
// check if we have a keycode at the end, e.g. +fire 8 5 3 120
// if it's >= 32, treat is as keycodes, otherwise an impulse
-
2071523·text·1.2 KB·2011-05-29 09:11 UTC
/adv/, I really need help getting out of the friend zone.
I've known a particular girl since high school, we went to the same local college together, graduated. Ever since I kind of blew a chance
-
2071520·text·889 B·2011-05-29 08:44 UTC
def getSequence(dominoes):
for i, dom in enumerate(dominoes):
ret = isSequence([dom], dominoes[0:i] + dominoes[i+1:])
if len(ret) > 0:
return ret
def isSequence (current, available):