-
2091995·text·534 B·2011-10-20 18:47 UTC
DENNA GAUGEN FUNKAR ATT GRAFA
ds[sup_g].index = 38
ds[sup_g].type = "GAUGE"
ds[sup_g].minimal_heartbeat = 86400
ds[sup_g].min = 0.0000000000e+00
ds[sup_g].max = 5.0000000000e+04
ds[sup_g].last_d
-
2091986·text·13.1 KB·2011-10-20 18:13 UTC
[10176.946862] PM: Preparing system for mem sleep
[10177.064470] Freezing user space processes ... (elapsed 0.01 seconds) done.
[10177.080135] Freezing remaining freezable tasks ... (elapsed 0.01 se
-
2091985·bash·557 B·2011-10-20 18:10 UTC
#!/bin/bash
EMAILTO="yxz@netwerk.no"
EMAILFR="zxy@netwerk.no"
SUBJECT="Error importing uploaded EPG."
ERRMSG="/root/epg-mailer/epgmsg.txt"
NOW="$(date)"
COUNT=`ls -l /mnt/universum/*.error 2
-
2091982·text·3.3 KB·2011-10-20 17:46 UTC
3 95576 zend_dtrace_zval_addref:zval-addref zval: 88f5e84, refcount: 3, is_ref: 0
php`zend_dtrace_zval_addref+0x1a
php`_get_zval_cv_lookup_BP_VAR_W+0x103
-
2091980·text·2.4 KB·2011-10-20 17:41 UTC
$ dtrace -n 'php*:::zval-addref { printf("zval: %x, refcount: %i, is_ref: %i\n", arg0, arg1, arg2); ustack(); }'
dtrace: description 'php*:::zval-addref ' matched 1 probe
CPU ID
-
2091978·text·4.5 KB·2011-10-20 17:38 UTC
root@datavault:/tmp# parted
GNU Parted 2.3
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) select /dev/md4
Using /dev/md4
(parted) ls
-
2091976·text·215 B·2011-10-20 17:35 UTC
Covington, A. K.; Bates, R. G.; Durst, R. A. (1985). "Definitions of pH scales, standard reference values, measurement of pH, and related terminology". Pure Appl. Chem. 57 (3): 531–542. doi:10.1351/pa
-
2091975·perl·8.3 KB·2011-10-20 17:34 UTC
#!/usr/bin/perl
use strict;
use Irssi;
use Irssi::Irc;
use warnings;
use vars qw($VERSION %IRSSI);
# --------------------------------------
# GFTirssi
#
# 0.5
# Fixed
-
2091974·text·492 B·2011-10-20 17:27 UTC
k9 ~ # nslookup www.caspervend.com
Server: 213.186.33.99
Address: 213.186.33.99#53
Non-authoritative answer:
www.caspervend.com canonical name = cluster2.casperdns.com.
Name
-
2091962·text·1.8 KB·2011-10-20 16:17 UTC
2011-10-20 10:15:17: (log.c.166) server started
2011-10-20 12:08:50: (server.c.1512) server stopped by UID = 0 PID = 2724
2011-10-20 12:08:50: (log.c.166) server started
2011-10-20 12:08:55: (re
-
2091960·text·168.8 KB·2011-10-20 16:02 UTC
-
2091956·text·5.9 KB·2011-10-20 15:46 UTC
/*
* $Id: redirect.c,v 1.100.2.1 2008/05/04 23:23:13 hno Exp $
*
* DEBUG: section 85 Store URL Redirector
* AUTHOR: Adrian Chadd; based on redirect.c by Duane Wessels
*
* SQUID Web Proxy
-
2091951·text·169.2 KB·2011-10-20 15:30 UTC
-
2091948·text·9 B·2011-10-20 15:19 UTC
dassadsad
-
2091939·text·766 B·2011-10-20 14:46 UTC
1. kolokvij
- potrebne značajke modernih proizvodnih sustava
- proizvodni sustavi - shema
- izazovi u proizvodnim sustavima
- proizvodne paradigme
- raspored u pogonu
- raznolikost, fleksibiln
-
2091934·text·1002 B·2011-10-20 14:30 UTC
arm-p-armhf-archive-bringup
arm-p-burn-jasper
arm-p-cross-compilable-packages
arm-p-cross-live-build
arm-p-flash-kernel-db
arm-p-image-build-tools
arm-p-ivi-images-discussion
arm-p-one-consumer
-
2091931·text·174 B·2011-10-20 14:20 UTC
#!/usr/bin/perl
$a = "Hereford & Worcester Hereford & Worcester";
$b = substr($a,0,int((length($a)-1))/2);
$c = "$b $b"; if ($a eq $c) {print "y\n"} else {print "n\n"}
-
2091870·text·4.5 KB·2011-10-20 13:57 UTC
integer channelGESTURE=1; // CANAL D'ECOUTE DE LA GESTURE
integer channelRLV; // CANAL UTILISE POUR LE RLV
integer strip=FALSE; // ETAT DU CLICK GAUCHE DE LA SOURIS FALSE=NON PRESSE TRUE
-
2091835·text·3.3 KB·2011-10-20 13:42 UTC
# $OpenBSD: sshd_config,v 1.81 2009/10/08 14:03:41 markus Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compi
-
2091796·text·3.6 KB·2011-10-20 13:32 UTC
/**********************************************
Description: This is an interactive program using
menu and calculator.
***********************************************/
import java.u